taglad
Forum Replies Created
-
Seems to be working, many thanks.
http://www.darrenrees.co.uk/2020/08/19/wordpress-testing-nextgen-gallery-update/
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not appearing on PagesI fixed this by disabling all plugins and then enabling them one at a time.
I transpires that the Headspace2 plugin (version 3.4.3) is causing the problem. I upgraded Headspace2 plugin to the latest version, and now nextgen gallery thumbnails are appearing in new pages.
Thank heaven’s!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not appearing on PagesDoes any one have suggestions how to debug this ?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not appearing on PagesI can’t understand why it will not parse the nggallery tag in new pages.
*Arrgggh*
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not appearing on PagesIt seems to be that only when creating NEW PAGES gallery thumbnails do not work
I can edit existing pages with galleries and add a new gallery and it works.
Any ideas ?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not appearing on PagesAny suggests ?
This has thrown a spanner into the works. I have a website with nearly 4,000 photos and can not upload any more because Nextgen Gallery will not show the thumbnail images on pages.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Problem uploading images WP 2.6.1 and NGG 0.98I reduced the size of the images to 640 x 480 and it works.
Why has nextgen gallery stopped being able to handle images at 800 x 600 ?
Thanks.
Forum: Fixing WordPress
In reply to: variable google sidebar advertThanks for the suggestion Haochi, but I’ve solved it without using a plugin by using a Custom Field and evaluating that field within the post template.
In the post, I have a custom field called “sidebarpost”. If I think the post is smaller or bigger than my default ad, I give a value to this.
In the template I use :
<?php $sidebarpost=get_post_meta($post->ID, ‘sidebarpost’, $single = true);
if ($sidebarpost == “small”) {
include(“sidebaradvertsmall.php”);
} elseif ($sidebarpost == “button”) {
include(“sidebaradvertbutton.php”);
} elseif ($sidebarpost == “none”) {
echo “”;
} else {include(“sidebaradvertdefault.php”);
}
?>Forum: Fixing WordPress
In reply to: Second Tag Cloud (for pages)I think the way to solve my problem here is
1. install a plugin that does tags for pages.
2. use the ‘include’ and ‘exclude’ parameters to wp_tag_cloud to present two distinct tag clouds.
Forum: Fixing WordPress
In reply to: Second Tag Cloud (for pages)Hi Michael, thanks for the link.
To clarify what I’m looking for : I want to be able to create a tag cloud based on pages which are tagged. I do not want one universal tag cloud.
The second tag cloud will reflect the tags listed in a sub-set of a few hundred pages.
Forum: Fixing WordPress
In reply to: WordPress database error: [Duplicate entry ‘0’ for key 1]How can I do this directly WITHOUT phpmyadmin ?
—quote : I had the same problem.
You have to activate auto increment for the primary ID.How to do it:
– open phpMyAdmin
– select the WordPress database
– select table “wp_comments”
– change the row with the field “comments_id”
– select “auto_increment” from the last pull down menu in the row
– saveForum: Plugins
In reply to: UTW plugin – no feed for tagged postsAnd the answer I’ve just discovered is … I am running Denis de Bernardy’s Opt-In Front Page plugin. Only articles within the opt-in category will show in the feed. So for example this feed works because the article is in the opt-in category, http://rhonddacynontaff.net/tag/s4c/feed/