Fixdemonium
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: drop down sub menu not workingHello,
It would be best if you can contact the theme support because you are using a premium theme.
I can also see that you are using a child theme. Try switching to the parent theme, clear cache and try again.
If nothing, put this JS code in some Custom JS field in your theme.
window.onload = () => { let menuhc = document.getElementsByClassName("menu-item-has-children"); let menuhcarr = Array.from(menuhc); menuhcarr.map(i=>{ i.addEventListener("mouseenter",()=>{ i.firstElementChild.nextElementSibling.style.display = "block"; }); }); }
Hope this helps!
Kind regards,
ProblemizerForum: Fixing WordPress
In reply to: Plugin to decreased Time To First Byte (TTFB)Hello,
“Time To First Byte” being bad usually means that your hosting package needs upgrading, or that you need to change hosting service provider altogether.
To my knowledge, there is no plugin that can do what you want.
Hope this helps!
Kind regards,
ProblemizerHello,
That behaviour is not a bug, it is a new WordPress 5.3 feature.
Here you can read more about that, also you can find a filter to disable that behaviour.
Kind regards,
ProblemizerForum: Fixing WordPress
In reply to: How can I remove the white space above and below the entry titleHello,
Can you please share the URL of the page where the white space issue is located.
Kind regards,
MilosForum: Fixing WordPress
In reply to: Problem with my accountHello,
Do you have access to phpMyAdmin?
If yes, then you need to find a database connected to your website and find the Options table. There you want to change “siteurl” and “home” option value back to your original website URL.
Warning: if you are not comfortable doing those changes yourself, please contact your hosting service provider so they can do it for you.
Let me know if that worked.
Kind regards,
ProblemizerForum: Fixing WordPress
In reply to: Astra Theme loaded into current theme = blend ?Hello,
I checked and you have the same Moneysmart theme on both pages you sent.
Please explain in more details so we can better understand the issue you are facing.
Kind regards,
ProblemizerForum: Fixing WordPress
In reply to: Can’t add new page“The optional module, libsodium, is not installed, or has been disabled”
I think that this has to do something with the server and if you want to solve that you should contact your hosting support, or you can just ignore it.
I had a similar issue and resetting permalinks helped me. You can save permalinks by going Settings -> Permalinks -> Post name and save the changes twice. Then delete the cache and try to add a new page.
Let me know how that went.
Regards,
Problemizer- This reply was modified 4 years, 12 months ago by Fixdemonium. Reason: typo
Forum: Fixing WordPress
In reply to: Can’t add new pageHello,
Can you please go to Tools -> Site Health and send the screenshot of the results?
Kind regards,
Problemizer- This reply was modified 4 years, 12 months ago by Fixdemonium. Reason: Wrong path written
Forum: Fixing WordPress
In reply to: Two domains, two hosts, one WordPress?Hello,
Yes, it is possible to have two WordPress installs on the same servers. They just need to be in separate folders with separate databases and domains pointed to respective installs.
Hope this clarifies a little. Don’t hesitate to ask whatever you need help with.
Just a word of advice. Try to be more concise in your questions so people can help you in the best way possible.
Best regards,
Problemizer- This reply was modified 4 years, 12 months ago by Fixdemonium.
Hello,
Your website is down at the moment. https://prntscr.com/q5cec4
If you have FTP or Cpanel access I would suggest that you put
define('WP_DEBUG', true);
above the line/* That’s all, stop editing! Happy blogging. */
in the wp-config.php file. Then look for a line that says Fatal Error.If you found that some plugin is causing this error, you go to /plugins/NameOfThePluginThatIsCausingError and rename that plugin and try to see if your website is back up again.
Hope this helps!
Regards,
Problemizer.comForum: Fixing WordPress
In reply to: Slider not showing for mobileHello,
You have this code somewhere which forces column with slider to NOT display if the screen width is under 768px. https://prnt.sc/q5c75d
I would suggest going to Divi > Theme Options > Builder > Advanced and CLEAR the “Static CSS File Generation”. If the issue still persists you can disable this feature.
Hope this helps.
Regards,
Problemizer.com