Skip to main content

Home/ Wordpress/ Group items tagged themes

Rss Feed Group items tagged

anonymous

Navigation sub menus appearing under the featured slideshow (Arras Theme) - 0 views

  • Navigation sub menus appearing under the featured slideshowUnder css/styles/default.css and css/styles/legacy.css, look for line:#featured-slideshow { position: relative; height: 250px; margin-right: 20px; }Change to:#featured-slideshow { position: relative; height: 250px; margin-right: 20px; z-index: 0 !important; }
  •  
    Solution to the problem where navigation menus show up underneath the "featured" slideshow.
JR Oakes

Shun the Plugin: 100 WordPress Code Snippets from Across the Net | WordPress, Multisite... - 16 views

  •  
    Great Code examples 
Alexis Sgavel

How to Create A Custom WordPress Meta Box - 0 views

  •  
    Creating a custom WordPress meta box lets you make clean UI elements for you and your clients. The default WordPress custom fields are functional, but IMHO, and if you can pull it off, using a WordPress meta box is the way to go. It will give your project that professional touch.
Clay Leben

WordPress | Pro Blog Design - 12 views

  •  
    Lots of tutorials and explanation for how to design within Wordpress. Clearly written instructions.
Jungle Jar

JungleJar | Looking at Wordpress Custom Fields and Images Further - 6 views

  •  
    You may remember a previous article I wrote here on JungleJar.com called Using Custom Fields To Post Your Images, but if not, I'm going to reintroduce a few of the code snippets and methods I wrote about in the tutorial about how to save and display image data from custom fields within Wordpress. In this article I'm also going to cover a few of the small yet robust code block methods I myself tend to practice quite a bit that I didn't previously touch on. So, if you're looking for a solid tutorial on how to use Wordpress Custom Fields to display blog post thumbnails in an easy and flexible manner, then this article is for you.
« First ‹ Previous 801 - 820 of 902 Next › Last »
Showing 20 items per page