jchambo
Forum Replies Created
-
I am also receiving this issue.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Getting Support for Lightbox PlusGreetings,
I just installed this plug-in and I’m having some issues. I posted on the forums already at: http://wordpress.org/support/topic/jquery-colorbox-internet-explorer-ie-8-error-with-lightbox-plus-colorbox?replies=0
Any and all help would be greatly appreciated!
It appears that I cannot get IE8 to get this plugin to work properly. Works perfectly fine in all other browsers (Chrome, etc.)
Forum: Fixing WordPress
In reply to: Sorting Sitemap via Categories with Alphabetized ColumnsI was able to install the Multi-Column Tag Map plugin from: http://wordpress.org/extend/plugins/multi-column-tag-map/ and it appears to have given me what I was looking for.
There should be a more advanced plug-in around than this for how easy this seems.
Thanks anyway!
Forum: Fixing WordPress
In reply to: Excluding Categories from Front PageOK so I found that if I add the following string, I can pick and choose what categories I want to show on the front page.
'include' => '3,4,5,6',Added to:
$cat_args = array( 'include' => '3,4,5,6', 'orderby' => 'name', 'order' => 'ASC', 'hierarchical' => true, 'parent' => 0, 'hide_empty' => 1, 'child_of' => 0 );However, if I want to take advantage of Category Plugins, is there something else I can add / remove to make this feature work for plugins such as “Ultimate Category Excluder” ?
Forum: Fixing WordPress
In reply to: Excluding Categories from Front PageI think there might be a string of code somewhere in my index.php file that these Category Plugins that I’ve tried installing are not able to overwrite or they are bumping heads.
Any help would be greatly appreciated!
Forum: Fixing WordPress
In reply to: Excluding Categories from Front PageIs there something I can add / remove to this code to only feature categories I want? Or add / remove something to get the Ultimate Category Excluder plugin to work?
$cat_args = array( 'orderby' => 'name', 'order' => 'ASC', 'hierarchical' => true, 'parent' => 0, 'hide_empty' => 1, 'child_of' => 0 );Forum: Fixing WordPress
In reply to: Excluding Categories from Front PageI found that I can hide categories that do not have any entries in them by changing the following line of code on my index.php file:
'hide_empty' => 0,
to:
'hide_empty' => 1,However, it is still displaying categories on my home page I do not want. I have installed the plug-in: “Ultimate Category Excluder” and it excludes the posts from my home page, but the category still shows up with no posts underneath it.
Forum: Fixing WordPress
In reply to: Excluding Categories from Front PageI have asked them, they just advise to hire a Freelancer… obviously, with the amount of people that know WordPress code these days and that post here on the forums, I figured I could ask here.
Any help is appreciated!
Yup you know what, it was the 2 dashes i had in the gallery title. I had “Burton Reveals 2011 – 2012 Gear” and I guess you can’t have “2011 – 2012” so I changed it to “2011-2012”
Just wanted to show if anyone else stumbled upon this. Thanks a lot bbaraniec!
Forum: Fixing WordPress
In reply to: Need Help Adjusting Thumbnail Crop Size in PostsSimply just remove the “Posts” croped image, but leave the rest throughout the site?
Forum: Fixing WordPress
In reply to: Need Help Adjusting Thumbnail Crop Size in PostsAlright, but I still want the ability to upload the image that way it goes to the rotator if i need it to and the other parts of the site.
A way to do that?
Forum: Fixing WordPress
In reply to: Need Help Adjusting Thumbnail Crop Size in PostsYes, but WordPress automatically crops the “Featured Image” I upload to fit all the different sizes on the site, as you can see. I’ve come to the conclusion that I just want the one that goes into the Post removed.
This way, I can just insert my own image inside the post. And others that I want as well.