greencode
Forum Replies Created
-
Forum: Plugins
In reply to: Increase amount of posts shown on category pageActually I’ve figured it out! find this code in your template:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
and add this line above it.
<?php $posts=query_posts($query_string . ‘&posts_per_page=-1’); ?>
Forum: Fixing WordPress
In reply to: Umapper not loading in wordpress post edit page.Sorry I can’t be of any more help. I actually ended up using a plugin called embedit and then simply embedded the google map code into that – works well.
Forum: Plugins
In reply to: [Plugin: Custom Permalinks] automatically removing forward slash?I think I’ve figured this out. I’ve added a trailing slash to the WordPress custom permalink and that seems to have done the trick.
Forum: Plugins
In reply to: [Plugin: Custom Permalinks] automatically removing forward slash?Am I the only one experiencing this issue?
Forum: Plugins
In reply to: WP-Cycle & WP 2.8.5I’m running it on 2.8.5 without any problems. Might be worth doing the following, which I’ve had to do a few times in the past:
1. Remove the plugin
2. Add this line to your theme’s functions.php file (between <?php ?> tags, if they’re not already there)
delete_option(‘wp_cycle_settings’);
delete_option(‘wp_cycle_images’);3. Then reload your dashboard. Then, go back into your functions.php file and remove those lines.
4. Upload the plugin once again and try again.
Other than that I don’t know what else to suggest. Good luck
Forum: Plugins
In reply to: [Plugin: Page Lists Plus] PLP and Breadcrumb NavXTYep, I still see Worldwide Locations instead of Locations even on the child page. So it then reads:
Home > Worldwide Locations > Holiday in UK instead of
Home > Locations > UKForum: Fixing WordPress
In reply to: Permalink structure for pagesWith all due respect you haven’t told me anything other than I can do it within the permalinks section – which from looking at it and playing with it for two hours you can’t!
I am using pages – not posts and for that reason it doesn’t seem possible to do much with the permalinking of pages within the current Admin of WordPress.
Forum: Fixing WordPress
In reply to: Permalink structure for pagesI understand that’s how you change permalinks but there’s no options for pages.
Forum: Plugins
In reply to: [Plugin: Page Lists Plus] PLP and Breadcrumb NavXTHere’s an example:
I have as the page title “Worldwide locations”. Using PLP I’ve changed it so that it read “Locations” which is then shown on all menus or wherever that page title is listed. But in the breadcrumb trail it’s still showing as Home > Worldwide locations and not how I’d like it to be as Home > Locations.
Forum: Plugins
In reply to: [Plugin: postTabs] Tabs are not properly alignedWhat you can do is to copy all of the styles from the “style.php” file (included in the plugin’s folder) and then paste them in to your theme’s stylesheet. Remember to delete any php specific code as this won’t work in the css file.
You can then tweak those settings accordingly to get the desired style.
Forum: Plugins
In reply to: [Plugin: postTabs] tabs have a big gap between themI’ve only tested this on a Mac using Safari and Firefox but if you simply add the following to your main stylesheet then this will overide the plugin one:
ul.postTabs li { margin-right: -5px; }Forum: Plugins
In reply to: [Plugin: GD Star Rating] Unable to change Multi Block Star StyleGreat stuff – thanks for the fantastic support on your product.
Forum: Plugins
In reply to: [Plugin: GD Star Rating] Unable to change Multi Block Star StyleHi, just wondering if you’ve had a chance to test this. I’m adding the shortcode
[starratingmulti id=5 tpl=12 read_only=1 element_stars='pumpkin' element_size='12' average_stars='pumpkin' average_size='12']
but I’m still just getting the standard stars and the bottom rating is showing as: Rating: 3.9/5 (3 votes cast) and not the icons which I’ve selected. Thanks in advance.Forum: Fixing WordPress
In reply to: Funny characters after moving serverApologies for not getting back sooner – I really don’t like this WordPress Support forum where I never receive replies for threads I’ve started! Anyway, yes all I did was to upload the wp-config file and make that tiny change. I’ve done a lot of other moving servers since and have not had this problem since.
Forum: Fixing WordPress
In reply to: Umapper not loading in wordpress post edit page.From the sounds of it you’re yet to enter your Umapper API key. Go to Settings > Umapper and enter it there. You’ll find your key on your Umapper Account page at umapper.com