dallass
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Mobile cache problemIt returns “writable”.
I only had DoLoginSecurity, which I installed to send the report to LiteSpeed.
I have now uninstall it as nobody looked to it.But, I ran your code before uninstalling the plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] Mobile cache problemNo. The cache it is enabled.
Also mobile cache is enabled.Aparently it is working. But the error it is still there (in settings).
Forum: Plugins
In reply to: [LiteSpeed Cache] Q&A sitesIs it possible to have a solution ?
Forum: Plugins
In reply to: [LiteSpeed Cache] Mobile cache problemSorry, but there is not difference between the code that you posted and the code from litespeed forum (mentioned in my first post).
The .htacess it is 0644 (so it has write rights).
Also, if it can write the other lines I think it can write also the lines for mobile.
So, this is not the problem.I see that the login link give with the report is is not used. Is that still needed ?
Forum: Plugins
In reply to: [LiteSpeed Cache] Q&A sitesSorry, but I did not understood your question.
Forum: Plugins
In reply to: [LiteSpeed Cache] Q&A sitesYes, this is corect.
Forum: Plugins
In reply to: [LiteSpeed Cache] Q&A sitesThe cache it is not cleared for that post.
So:
– without cache, you see the best answer.
– with cache, you do not see it (as the page was cached before the best answer was choosed)Forum: Plugins
In reply to: [LiteSpeed Cache] Q&A sitesThank you for looking into this.
The programmer that I am working with it is a bit stubborn.
He said he made what you recommended, but it is still not working.I have added this function https://pastebin.com/VCvyf4t3 in a php file (admin_ajax.php) in the theme folder.
And I have added this into functions.phpadd_action("wpqa_after_remove_best_answer","discy_child_after_best_answer"); add_action("wpqa_after_choose_best_answer","discy_child_after_best_answer"); function discy_child_after_best_answer($post_id) { LiteSpeed_Cache_API::purge_post($post_id); }
‘
I would appreciate if you could find the time to have another look.
Forum: Plugins
In reply to: [LiteSpeed Cache] Q&A sitesHi,
Yes, the page ID it is known.
I put here https://pastebin.com/QXzw3jZu the content of the file.
I think you have to check from line 1601 to 1654.Forum: Plugins
In reply to: [LiteSpeed Cache] Q&A sitesCan you please give me an example of how this can be done, please ?
Forum: Plugins
In reply to: [Advanced Editor Tools] move “add media” button to tinymce barHello,
Can you please post the code to do this ?
all you need to do is add the button’s name: wp_add_media to a toolbar array using one of the filters
I assume it is something to put in functions.php.
Thanks !
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Major SEO ProblemIs this problem solved ? Is it integrated with YOAST ?
Forum: Plugins
In reply to: [Frontend Reset Password] Access of the pluginThat was fast!
It was what I needed. I pasted the code in the functions.php of the theme.Thank you.
I have another question. I have translated the file via the .pot file, but what name should I give the files so the plugin can use it ?
Later edit: Should be saved as frontend-reset-password-ro_RO.mo and frontend-reset-password-ro_RO.po and upload to /wp-content/languages/plugins/
Forum: Plugins
In reply to: [Editorial Calendar] Calendar not loadingHello,
I had the same problem because I was using a script to redirect UPPER case letters to LOWER case letter.
So, the problem was that the default java script library date-en-US.js (located in /wp-content/plugins/editorial-calendar/lib/languages) was not loaded because the script was redirecting it to date-en-us.js.
I just rename the file lower case letters and everything works fine.
Hope this helps.
By the way, great plugin !
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Rating noticeSorry for my late reply. I have been really busy lately.
Yes, I still have the same problem. I have submitted the ticket.