Skip to main content

Home/ Wordpress/ Group items tagged topics

Rss Feed Group items tagged

Vernon Fowler

WordPress › Support » Maximum upload file size - 0 views

  • A simple example in .htaccess file <IfModule mod_php5.c> php_value post_max_size 10M php_value upload_max_filesize 40M php_value memory_limit 500M </IfModule>
Vernon Fowler

WordPress › Support » [Plugin: Adminimize] Help with "Your own options" - 2 views

  • Example based on my need: I was hiding Custom Field Template on the Post page, so i went to the bottom of the post options, then added the name in the left text area (Custom Field Template in my case, for your reference so it can be anything...) and the selector for the element in the right (# for ID and . for class - so i entered #cftdiv) Name for option in left -> selector in the right Click "Update Options" Go back down and find your newly created option and select the boxes as needed
Luciano Ferrer

How can I make the title of widgets in my sidebar a link to another... - 1 views

  •  
    Utilizando un plugin
Vernon Fowler

WordPress › Support » Displaying karma points - 0 views

  • <?php echo dpa_get_user_points( bp_displayed_user_id() ); ?>
anonymous

Arras Theme Double Pictures in Posts - help! - 6 views

  •  
    Wordpress.org forum post: I finally got the thumbnails working in Arras. Now I have two pictures in the actual post. When someone clicks the story, One photo is above the post and then the photo appears in the post as it should be. How do I get rid of the extra photo?
anonymous

Featured Post & Disqus Interaction: An Error - 2 views

  •  
    My post at the Arras Theme Community Forums. There is an interaction between the 'featured post' banners and the Disqus commenting system. I am attempting to find an easy-to-follow solution.
anonymous

A parent page that displays all sub-pages summaries within it - 3 views

  •  
    My inquiry at the Arras Theme Community Forums. An attempt to get sub-pages to be listed under main pages in the same way that you would find if you clicked on a "category" list.
anonymous

Tutorial: Change color in the Arras Theme - 2 views

  • This tutorial is based on the default.css. If you want to make a change do it to the user.css, it's an empty css which will 'overwrite' the default.css. So there's actually no need to fiddle with the default.css. In most parts I'll simply give the part which you can put in the user.css, so if you see .widgetcontent { color: #fff; } you can copy/paste that one into your user.css and change the colorcode to your liking. You can combine parts of course. If you see .widgetcontent { color: #fff; } and .widgetcontent { background: #fff; } you can combine it to .widgetcontent { color: #fff; background: #fff; }
  •  
    From the Arras Theme Community Forums. A step-by-step guide along with lots and lots of help. Perfect for those of us who are lazy.
Miren Berasategi

Trackbacks broken in 1.5? - 0 views

  •  
    in WordPress Support
anonymous

Omit Widget-Columns from Pages - 0 views

  • On the Pages within my blog, I want to omit all the widget-columns.
  •  
    From the WordPress Support forums: My inquiry into how to omit the widget-columns from Pages within a Wordpress blog.
anonymous

Omit Widget-Columns from Pages - 0 views

shared by anonymous on 24 Mar 10 - Cached
  •  
    My Wordpress inquiry regarding creation of a single-column page that contains relevant posts as well as any inserted text (which I intend to use as a Diigo collaboration pane).
  •  
    This is a personal inquiry on the Wordpress Support forums. If you are interested in an alternative design for the standard Page, check it out.
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.
Vernon Fowler

WordPress › Support » Deprecated function: is_site_admin() - 0 views

  • is_site_admin() (p2/inc/p2.php:29) is deprecated in favor of is_super_admin()
Vernon Fowler

WordPress › Support » What for JPG? - 1 views

  • I was planing to make a plugin for JPEG images as well. But until I do, You can work your way out with these plugins... CW Image Optimizer - http://wordpress.org/plugins/cw-image-optimizer/ EWWW Image Optimizer - http://wordpress.org/plugins/ewww-image-optimizer/ WP Resized Image Quality - http://wordpress.org/plugins/wp-resized-image-quality/
Luciano Ferrer

WordPress › Support » Resizing images for a responsive design - 1 views

  •  
    "/* Images */ .entry-content img, .comment-content img, .widget img { max-width: 97.5%; /* Fluid images for posts, comments, and widgets */ } img[class*="align"], img[class*="wp-image-"] { height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ } img.size-full { max-width: 97.5%; width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */ }"
‹ Previous 21 - 40 of 43 Next ›
Showing 20 items per page