Davesjoshin
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Need suggestions for a filter/sort pluginNot sure how big the site is, but might be worth glacing at something like Algolia
You’ve probably have already tried these, but there is the Plugin Handbook and the doc blocks in the source code.
Forum: Everything else WordPress
In reply to: Create a Result Checker along with User LoginI take it for your next step you are looking to find a secure place to enter each users “personal dose report”? If so, I think the security of that data would be key.
Forum: Fixing WordPress
In reply to: Broken down WordPress site.After removing those caching plugins, you might still have some caching going on in your browser. Otherwise, the issues might be unrelated to the caching changes.
Forum: Fixing WordPress
In reply to: 3 MySQL Databases?Might be a question for your host provider if you are using turn key hosting. A typical wordpress site usings a single database with multiple tables.
Forum: Fixing WordPress
In reply to: How toi enlarge picture on static pageDo you have link to this page? You might need some CSS styling to adjust how the image is being displayed.
Forum: Everything else WordPress
In reply to: Query Loop looking for css to reduce spaceI would inspect the page and first look at the markup. I’m just wondering if the loop is returning any other elements between your list items. If it’s not, then CSS styling could solve your problem.
Forum: Everything else WordPress
In reply to: Query Loop looking for css to reduce spaceDo you have an example of what your query is returning? or do you have a link to a page with this list?
Forum: Everything else WordPress
In reply to: High CPU usage and site limitedIf you don’t want to block the IP and are pretty sure its a Google crawler, I would suggest reviewing your robots.txt file. Use this to tell the crawler what it can and can’t crawl.
https://developers.google.com/search/docs/crawling-indexing/robots/intro
Forum: Everything else WordPress
In reply to: Switching Website NEED HELP QUICKLYWith those large files, you should consider using a CDN service to store those and not try to serve them from the server that has your WordPress site.
Forum: Fixing WordPress
In reply to: Block URLs with RuleA security plugin could be used to block the IP address. (Wordfence, etc) Or your hosting company might also have options to block that IP.
Forum: Everything else WordPress
In reply to: hébergeur wordpressHello! WordPress.COM can provide the hosting https://wordpress.com/hosting/, however that is for .com sites.
- This reply was modified 2 years, 3 months ago by Davesjoshin.
Forum: Fixing WordPress
In reply to: Продажа товара с главной страницыSounds like you need to adjust your theme styles for that block or use another block in the Astra Theme. You’ll want to post a ticket with Elementor to see if they have an option for you. https://elementor.com/support/ or consult their documentation for that theme.
Forum: Developing with WordPress
In reply to: Using time script to select which table displaysYou are getting a JS error in your console log. It appears to be how you are declaring the myTimer() function.
try changing
myTimer(){
tofunction myTimer() {
- This reply was modified 2 years, 3 months ago by Davesjoshin.
Forum: Everything else WordPress
In reply to: High CPU usage and site limitedProbably time to block that IP address. Do you have security plugin installed? Like WordFence or something like that? You can add the IP address to a blocking list. Siteground might also be able to block this IP on their end if your CMS is no longer accessible.