codeexplorer1
Forum Replies Created
-
I’ve monitored it for the last couple of days, and it’s working fine.
- This reply was modified 3 months, 1 week ago by codeexplorer1.
You’re right, I will keep it under observation to see whether image count in queue is decreasing or not, because list last few days it was not changing. Thank you.
I receive the message “You have used all of your daily quota for today”.
Please find the screenshot: https://ibb.co/chhqdmNK
Please find the Report Number:Β RPIABPME
Forum: Themes and Templates
In reply to: [Spacious] How to remove fixed topbar gap on mobileSince you have the website with elementor, better to post your question there, but I am providing the solution. You may give it a try. Modify the CSS and add the following lines.
div div .elementor-element-3b643a9 { height 0px; }
- This reply was modified 2 years, 6 months ago by codeexplorer1.
Forum: Themes and Templates
In reply to: [Spacious] How to remove fixed topbar gap on mobileCan you please share the Url so that I can have a look at CSS? Then will try to suggest the solution.
Forum: Plugins
In reply to: [LiteSpeed Cache] Connection failedThank you. π
Forum: Plugins
In reply to: [LiteSpeed Cache] Connection failedYou are right shared hosting doesn’t have Memcached daemon, but their backend team was also not able to check, when I have forwarded to them. They first told it will take 30 minutes, after that they will be able to telnet. After 30 minutes they said it is running fine. Then I told them that the following memcache code is not returning the desired result, they just told that they check through phpinfo page only. Anyway, thanks for your guidance and help. I have decided to change the service provider as GoDaddy team is not able to address the issue.
<?php $mc = new Memcached(); $mc->addServer('127.0.0.1', 11211); $mc->set('foo', 'bar'); $value = $mc->get('foo'); echo $value; ?>Forum: Plugins
In reply to: [LiteSpeed Cache] Connection failedI have asked Godaddy Technical Team. For almost an hour’s time they fail to understand what to do. Then again hey have told that since it is showing on phpinfo page it means it is running.
I don’t know what to do. I am thinking to move my hosting to some other service provider.
Forum: Plugins
In reply to: [LiteSpeed Cache] Connection failedThank you. I will ask them to run the script.
Forum: Plugins
In reply to: [LiteSpeed Cache] Connection failedI have checked with them and they said it is enabled and in the wordpress settings also it is shown as enabled. I am presenting here two screenshots, one is of wordpress and another of phpinfo.php that the service provider has given. Am I doing something wrong?
Forum: Plugins
In reply to: [LiteSpeed Cache] Connection failedThe above code is not returning any value. It is blank.
Following are the settings::
- This reply was modified 2 years, 7 months ago by codeexplorer1.
Forum: Plugins
In reply to: [LiteSpeed Cache] Ability Remove LiteSpeed ββCache Plugin data CompletelyHave you tried “Empty entire cache” button in Toolbox of Litespeed Cache?
Forum: Plugins
In reply to: [VikRentCar Car Rental Management System] Widget not working on homepageResolved. Enable Rental somehow got disabled.