Lea
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Related Posts] Chenged featured image, but related posts shows oldActually I found that if I remove the post via the “Edit Related Posts” button, and then re add it, the correct thumbnail shows up. Is that the way to do it?
Forum: Plugins
In reply to: [WordPress Related Posts] Chenged featured image, but related posts shows oldHi Petra
No, it’s still showing the old one.
In a different post I was able to “convince” WordPress Related Posts to show the correct thumbnail, but that was only after deleting the previous thumbnail.
Is that the only way to change the thumbnail in WRP?Thank you
LeaForum: Plugins
In reply to: [WordPress Popular Posts] WordPress database error Duplicate entryI might have found a solution. I just want to wait a bit to make sure, and then I’ll come here and update.
Thank you for helping me identify the problem.Forum: Plugins
In reply to: [WordPress Popular Posts] WordPress database error Duplicate entryFrom what I can tell, the ID column is defined to be auto incremented, and the highest id is 23247.
How can I know if it’s messed up or disabled?
Forum: Plugins
In reply to: [WordPress Popular Posts] WordPress database error Duplicate entryHi Héctor
It’s almost the exact same error. The entry is always ‘23248’, but the first value in parenthesis is different:
VALUES (15263, 1, '2014-12-17', '2014-12-17 22:30:26')
VALUES (11494, 1, '2014-12-17', '2014-12-17 22:34:53')
VALUES (4660, 1, '2014-12-17', '2014-12-17 22:38:31')
and so on..Hi
Thank you very much for your reply, That article is very interesting and enlightening.
I enabled the ‘Remove metadata’ option, and that seemed to satisfy Pagespeed, so I’m quite happy.
I hear what you say about WPT recommendation. The results are tempting ?? I’ll think about getting a subscription.
Thanks!
Forum: Plugins
In reply to: [WordPress Popular Posts] esc_attr($title) doesn't escape quotesThanks for the fix in the latest update!
Forum: Plugins
In reply to: [WordPress Related Posts] Chenged featured image, but related posts shows oldHi Petra
Here is a link to a post on my site: https://www.kamoha.org.il/?p=23662
In the related posts, the left most post is the problematic one.And yes, those posts were manually edited via the button. I wasn’t aware that it mattered ??
Thank you!
Forum: Plugins
In reply to: [WordPress Popular Posts] esc_attr($title) doesn't escape quotesHi Hector,
Sorry, doesn’t help ??
I created a user for you, same details as last time.
Thank you very much for looking into this!Forum: Plugins
In reply to: [WordPress Popular Posts] esc_attr($title) doesn't escape quotesHi Hector
I just disabled all plugins. Still happens…
Do you want access to my site? Is there anything you could check there?Forum: Plugins
In reply to: [WordPress Popular Posts] esc_attr($title) doesn't escape quotesHi Hector
I finally got around to trying what you did – using my code on the Twenty Thirteen theme. But it still has the same problem.
You can take a look here:
https://dev.linux.ort.org.il/kamoha/?p=26834
At the bottom, on the image of the bonfire, firebug will show you that the attributes are all jumbled…Forum: Plugins
In reply to: [Facebook Comments] PHP Warnings – Use of undefined constant countI’d like to, but I get a message saying Sorry, you must be logged in to use this form.
Forum: Plugins
In reply to: [Facebook Comments] PHP Warnings – Use of undefined constant countHi Alex
Sorry to report there are now new errors of this kind, this time in the class-admin.php:
[16-Nov-2014 08:39:41] PHP Notice: Undefined index: posts in /html/wp-content/plugins/facebook-comments-plugin/class-admin.php on line 423 [16-Nov-2014 08:39:41] PHP Notice: Undefined index: pages in /html/wp-content/plugins/facebook-comments-plugin/class-admin.php on line 434 [16-Nov-2014 08:39:41] PHP Notice: Undefined index: posts in /html/wp-content/plugins/facebook-comments-plugin/class-admin.php on line 445 [16-Nov-2014 08:39:41] PHP Notice: Undefined index: posts in /html/wp-content/plugins/facebook-comments-plugin/class-admin.php on line 445 [16-Nov-2014 08:39:41] PHP Notice: Undefined index: posts in /html/wp-content/plugins/facebook-comments-plugin/class-admin.php on line 445 [16-Nov-2014 08:39:41] PHP Notice: Undefined index: posts in /html/wp-content/plugins/facebook-comments-plugin/class-admin.php on line 445 [16-Nov-2014 08:39:41] PHP Notice: Undefined index: posts in /html/wp-content/plugins/facebook-comments-plugin/class-admin.php on line 445
I think you need to add a check if
isset
for each of those indexes, before you check their value:
if (isset($options['posts']) && $options['posts']=='on')
Hi Alex,
Thank you very much for the update, but no, these errors haven’t disappeared.
It’s interesting that it doesn’t happen to you. Are you unchecking the Show Comment Count in the plugin settings, and the error doesn’t show up?Here’s what I get now:
[16-Nov-2014 08:11:14] PHP Notice: Undefined index: count in /html/wp-content/plugins/facebook-comments-plugin/class-frontend.php on line 112 [16-Nov-2014 08:11:14] PHP Notice: Undefined variable: commentcount in /html/wp-content/plugins/facebook-comments-plugin/class-frontend.php on line 128
Forum: Plugins
In reply to: [Facebook Comments] PHP Warnings – Use of undefined constant countHi Alex
Almost all of the error messages are gone. Thank you very much!
There are only 2 left, and since I had opened a new thread for them, I’m posting them there