cageehv
Forum Replies Created
-
Forum: Plugins
In reply to: [Float to Top Button] Back to top button disappears on translated pagesHey Jo,
The only work around I can think of is:
Create a folder at the top level of your site and call it ‘images’ or something like that.
Put your button image in that folder and link to it in my plugin.
So, the URL will be something like:
https://staging.viscoseclosures.com/images/back-to-top2.pngSuccess!
Rolf
Forum: Plugins
In reply to: [Float to Top Button] Back to top button disappears on translated pagesHey Jo,
I checked out your site. Looks beautiful!
I did see the issue.
The problem is that when you translate the page my plugin cannot find the button image.
For instance if you translate to Dutch it’s looking for:
https://staging.viscoseclosures.com/nl/back-to-top2.png
So, it gets a 404 (not found) error.What you could try is to upload the button image to the WP media library and point at it in the settings page of my plugin (‘URL of a custom “Top of Page” image’)
Let me know if that fixes your issue.
Rolf
Forum: Plugins
In reply to: [Order Your Posts Manually] Issue in sitemap page – urgentHey shyammacrosoft,
I also use Yoast with sitemap enabled. No problems for me.
The only thing I can think of is that some other plugin messes things up.
Temporarily disable all plugins (except for mine).
Then enable them, one by one and see where the problem starts.Rolf
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Problems with schedulerThanks for your feedback, Pete!
peace,
RolfForum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Problems with schedulerHey boybawang,
I’m testing it with twice daily and it works fine.
Did you already try to re-install my plugin?
Rolf
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Orphaned post metaHey arnonalex,
I checked it and it seems to work fine.
The cleaner looks for postmeta records that point at a non-existing post/page.
Try the following query on your database and see if something shows up (replace [prefix] with your own WP prefix)
`SELECT ‘[prefix]_’ AS site,
post_id
AS ID,
‘post meta’ AS type,
” AS post_title,
” AS post_modified,
” AS term_taxonomy_id,
meta_key
,
meta_value
FROM [prefix]_postmeta
WHERE post_id NOT IN
(SELECT ID FROM [prefix]_posts)
ORDER BYmeta_key
Let me know what you find.
Rolf
Hey Chris,
Ah well, not a big deal! It was easy to fix the syntax error.
My plugin claims to work with PHP 5.0+ and, for the time being, I like to keep it that way ??Rolf
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Error with 5.0.8 on PHP 5.3Hey ljmac,
There was indeed a syntax error, which I fixed.
So, it had nothing to do with PHP versions ??
Just released v5.0.9, which solves your issue.Thanks for your feedback!
Rolf
Hey Chris,
i’ve tested your edits extensively and didn’t find any problems.
Just released v5.0.8.
Thank you very much for your support!
Rolf
Hey Chris,
Got your email, thanks!
I’ll check it out today.
Rolf
Hey chief1983,
Can you please send me a copy of your modified version, so I can have a closer look at it and test it.
Email: info @ cagewebdev.com
Thanks for thinking with me!
Rolf
Forum: Reviews
In reply to: [Responsive P5JS for WP] for creative peopleHey Sabine,
Thanks for all the kudos and your donation!
Rolf
Hey chief1983,
Yes, it’s a pity my update broke the scheduler…
So, I will look at your get_tables issue soon.Rolf
Forum: Plugins
In reply to: [Float to Top Button] Not seeing the buttonTrue, your theme also can be the problem…