mvanderkruk
Forum Replies Created
-
I thought I had solved the issue by upgrading to plugin version 6.2.6 (from version 6.2.4).
After upgrading both website on the same server the plugin on the website which was functioning OK before the upgrade is not working anymore and the plugin on the website which was not working is now working.Addition: In the beginning one site was a copy of the other.
In the database and the filesystem NO references to the other site can be found. (plain text search only)- This reply was modified 8 years, 6 months ago by mvanderkruk.
- This reply was modified 8 years, 6 months ago by mvanderkruk.
- This reply was modified 8 years, 6 months ago by mvanderkruk.
Forum: Plugins
In reply to: [SEO Ultimate] Error on frontendSorry for the late reply.
WordPress version 3.9.2
SEO Plugin version 7.6.5.1
Server is a Debian Linux ‘Wheezy’ serverForum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Title not displayed after upgradeI upgraded an old test site => Titles are not displayed
Deleting and adding the widget again => Titles are displayed correctlyForum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Title not displayed after upgradeLine 294 for me was:
//$post_thumb_op = empty($post_thumb_op) ? $tptn_settings[‘post_thumb_op’] : $post_thumb_op;
Which means it was commented out…..
Reinstall of the plugin did not solve the issue.Removing the comment tags from the line solved the problem
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Title not displayed after upgradeI resolved my problem by remove the comment from line 294 in top10.php.
I think some of the lines there should NOT be commented out !!