jacek606
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple SEO] Version 1.7.97 breaks my siteCheers!
Looks like simple typo to me.
The name of the function should be: sseo_is_home_posts_page() not is_home_posts_page()Forum: Plugins
In reply to: [Simple SEO] Sitemap.xmlGreat! Thanks for the answer.
Forum: Plugins
In reply to: [Simple SEO] Sitemap.xml@coleds thank you for your answer.
As i observed site map gereration is added to admin_init action
and admin_init “Fires as an admin screen or script is being initialized.” I think it means, it runs every time you enter admin section.
So that’s why fresh sitemap.xml always exists – even if i uncheck “Generate a Sitemap?” or use “Delete Sitemap” button. I think it would be cool to have sitemap.xml generation optional.
Also I have another question – do you have any plans to integrate sitemap generator with built in wordpress sitemap support (since WP 5.5)?- This reply was modified 5 years, 6 months ago by jacek606.
Forum: Plugins
In reply to: [Simple SEO] Sitemap.xmlOk, I think I got it – sitemap re-generates every time admin is accessed due to admin_init action – is that right @coleds ?
Thank you @glenwpcoder ! It works π
Where was my mind…π€¦ββοΈForum: Plugins
In reply to: [Rich Reviews by Starfish] Version 1.7.0Old versions: https://ww.wp.xz.cn/plugins/rich-reviews/developers/
BTW – new version doesn’t work in your case at all? Did you perform clean install? Did you delete mysql table?Forum: Plugins
In reply to: [Rich Reviews by Starfish] Version 1.7.0Can you do clean install and check if plugin works by itself on your page?
If not, perhaps you can revert to last working version?Forum: Plugins
In reply to: [Rich Reviews by Starfish] Version 1.7.0I am sure there is better solution, but this one is quick:
1. First of all – backup richreviews table in case of making things worse (for example via phpmyadmin)
1. Export data from richreviews table – phpmyadmin,
2. Reinstall Rich Reviews plugin (delete table if necessary)
3. Import saved data to richreviews tableForum: Plugins
In reply to: [Rich Reviews by Starfish] Version 1.7.0Hello. I’ve noticed exactly the same problem on wordpress multisite. Problem remained on version 1.7.1 and 1.7.2 as well.
I’ve just exported existing data from richreviews mysql table, re-created table and imported previous data. Looks like everything is ok now.Forum: Plugins
In reply to: [SimpleModal Login] "Cookies not enabled" error in Chrome onlyI have similar issue, except it happens in all browsers. After first login attemp, I get error “cookies are disabled” (they aren’t of course) then after page reload ctr+r I can successfuly login.
This is what I’ve done for now:
edit file simplemodal-login.php
find line 364
delete this<input type="hidden" name="testcookie" value="1" />
I think this code sets test cookie
It looks like everything works fine for me.Forum: Plugins
In reply to: [LightPress Lightbox] How to translate WP jQuery Lightbox?Plugin is translation ready.
But I couldn’t get translation to work (wordpress 3.3) until I changed:
load_plugin_textdomain('jqlb', false, plugin_dir_path(__FILE__).'languages/');
to:
load_plugin_textdomain( 'jqlb', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );