Skip to main content

Home/ Wordpress/ Group items tagged coding

Rss Feed Group items tagged

anonymous

Widget Logic (A Wordpress Plugin) - 0 views

  • The 'Widget logic' field at work in standard widgets. The widget_content filter and wp_reset_query options are at the foot of the widget admin page. (Both are off by default.)
  •  
    A *great* way to instruct widgets to only appear on certain pages/categories. Fantastic stuff!
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.
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.
Maggie Wolfe Riley

Digging Into WordPress - the book! - 4 views

  •  
    Two of my favorite web designers with super helpful blogs, Chris Coyier of CSS Tricks and Jeff Starr of Perishable Press, have just released their new collaboration! The book, "Digging Into WordPress," is now available as a PDF download, and if you buy the PDF book now, you will be eligible for a "sweet discount" on the hard copy of the book when it comes out, plus receive updates free. They've done a great job on this book, which covers setting up WordPress, anatomy of a WordPress theme, theme design and development, extending functionality including using WordPress as a CMS, working with RSS feeds, SEO, dealing with comments, and keeping your site "healthy." I already followed both of these designers before they began their collaboration, and have found countless useful tutorials, code snippets, design ideas, and much more on both of their sites - I've relied on Perishable Press as a source for great unobtrusive javascript code, and on CSS-Tricks for all kinds of other useful tools for making valid, functional, and beautiful sites. This book is bound to be a valuable reference to anyone who works with WordPress.
Aline Ohannessian

Free Wordpress Theme Generator No Coding Required! | Design Marketing Advertising Free ... - 7 views

  •  
    Create your very own wordpress theme without touching code! with the awesome free wordpress theme generator :o)
Luciano Ferrer

WordPress › PopupAlly « WordPress Plugins - 0 views

  •  
    "PopupAlly allows you to create advanced popup signup forms in under 5 minutes without the need to deal with messy code. If you're looking to grow your list, then PopupAlly is the no-fluff free WordPress popup plugin for you. With built-in advanced features this lightbox popup plugin allows you to build your list as people are about to exit your website. Exit-intent popups allow you to capture lost visitors and have been shown to increase conversion by over 300%. PopupAlly allows you to create advanced popup signup forms in under 5 minutes, even if you don't know code. PopupAlly's visual editor allows you to customize the look-and-feel of your popups with an instant preview, saving you lots of time."
Luciano Ferrer

WordPress › Advanced WP Columns « WordPress Plugins - 0 views

  •  
    "Advanced WP Columns plugin provides you to set up your blog content in the multiple columns using simple user interface, without any short codes. Advanced WP Columns plugin provides you to set up your blog content in the multiple columns using simple user interface, without any short codes. Responsive layout is also supported."
Vernon Fowler

WordPress 3.5 And WPDB Prepare - 0 views

  • “Warning: Missing argument 2 for wpdb::prepare()” How do I fix it? If you are seeing an error after upgrading to WordPress 3.5 that says something like this, you need to upgrade your theme. We have fixed this with all of our themes and they are ready to download and re-install from your account page. What if I have customized my theme’s code and don’t want to upgrade? For those of you who have customized your theme’s code and don’t want to do a full upgrade, you’ll need to take a look at the warning message. Here’s a sample error we have fixed from the Biznify Theme: Warning: Missing argument 2 for wpdb::prepare(), called in /home/mintthem/public_html/demo/wp-content/themes/Biznify/products-pagetemplate.php on line 39 and defined in /home/mintthem/public_html/demo/wp-includes/wp-db.php on line 990 Step 1: Open the file it tells you to open. In this case, it is products-pagetemplate.php and Go to the line it refers to. In this case it is line 39 Step 2: Find the code that looks like this: $wpdb->prepare(“SELECT price FROM $table_name WHERE item_number = ‘$item_number’;”) Step 3: Replace $item_number with %d Step 4: Add $item_number after the last quotation mark. Also, make sure to put a comma before it. (notice the comma before $item_number below) Example: $wpdb->prepare(“SELECT price FROM $table_name WHERE item_number = ‘%d‘;”, $item_number)
  • $price = $wpdb->get_var($wpdb->prepare(“SELECT price FROM $table_name WHERE item_number = ‘%d‘;”, $item_number));
  • WordPress 3.5 And WPDB Prepare
John Pratt

Create WordPress Theme Video Tutorial - 9 views

  •  
    How to create your own WordPress theme in a video tutorial - takes you from PSD Photoshop design to WordPress coding, everything you need to know to do it on your own.
thomas info

jQuery Shaky/Vibrating Menu - 0 views

  •  
    A simple Vibrating menu with jQuery and CSS. I used the ul li pattern to make the menus. When we move the mouse cursor over the a menu item, the active menu will stop the vibrating motion and other menus are start the shaky/vibrating motion. Logic behind the shaky/vibration is just changing the CSS properties of the elements, toggling the Top, Left positions of the elements in a period of time which is defined in the jQuery plug-in code.....
  •  
    I used the ul li pattern to make the menus. When we move the mouse cursor over the a menu item, the active menu will stop the vibrating motion and other menus are start the shaky/vibrating motion. Logic behind the shaky/vibration is just changing the CSS properties of the elements, toggling the Top, Left positions of the elements in a period of time which is defined in the jQuery plug-in code.....
David McCart

Yoast GA Plugin for WP - Cross Site Scripting Vulnerability - 14 views

Yoast GA Plugin for WP - Cross Site Scripting Vulnerability Version Affected: 3.2.4 (newest) Info: The Google Analytics for WordPress plugin automatically tracks and segments all outbound links f...

XSS wordpress plugin

started by David McCart on 04 Dec 09 no follow-up yet
Tsudo liked it
lavanya jagan

How to Remove Links in Thesis Theme footer.php | Levoltz - 2 views

  • Thesis WordPress Theme is the theme that this blog uses and I highly recommend it it to all Bloggers. Very easy to use and no coding knowledge required, it is also higly customisable.
  •  
    Thesis WordPress Theme is the theme that this blog uses and I highly recommend it it to all Bloggers. Very easy to use and no coding knowledge required, it is also higly customisable.
‹ Previous 21 - 40 of 189 Next › Last »
Showing 20 items per page