Title: Fixdemonium's Replies - page 2 | WordPress.org

---

# Fixdemonium

  [  ](https://wordpress.org/support/users/problemizer/)

 *   [Profile](https://wordpress.org/support/users/problemizer/)
 *   [Topics Started](https://wordpress.org/support/users/problemizer/topics/)
 *   [Replies Created](https://wordpress.org/support/users/problemizer/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/problemizer/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/problemizer/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/problemizer/engagements/)
 *   [Favorites](https://wordpress.org/support/users/problemizer/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/users/problemizer/replies/?output_format=md) [1](https://wordpress.org/support/users/problemizer/replies/?output_format=md)
2

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [drop down sub menu not working](https://wordpress.org/support/topic/drop-down-sub-menu-not-working/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/drop-down-sub-menu-not-working/#post-12202274)
 * Hello,
 * 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,
    Problemizer
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Plugin to decreased Time To First Byte (TTFB)](https://wordpress.org/support/topic/plugin-to-decreased-time-to-first-byte-ttfb/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/plugin-to-decreased-time-to-first-byte-ttfb/#post-12201808)
 * 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,
    Problemizer
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to disable the suffix “-scaled” at the end of each uploaded image?](https://wordpress.org/support/topic/how-to-disable-the-suffix-scaled-at-the-end-of-each-uploaded-image/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/how-to-disable-the-suffix-scaled-at-the-end-of-each-uploaded-image/#post-12201407)
 * Hello,
 * 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.
 * > [Introducing handling of big images in WordPress 5.3](https://make.wordpress.org/core/2019/10/09/introducing-handling-of-big-images-in-wordpress-5-3/)
 * Kind regards,
    Problemizer
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can I remove the white space above and below the entry title](https://wordpress.org/support/topic/how-can-i-remove-the-white-space-above-and-below-the-entry-title/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/how-can-i-remove-the-white-space-above-and-below-the-entry-title/#post-12201390)
 * Hello,
 * Can you please share the URL of the page where the white space issue is located.
 * Kind regards,
    Milos
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with my account](https://wordpress.org/support/topic/problem-with-my-account/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problem-with-my-account/#post-12201348)
 * Hello,
 * 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.
 * [https://prnt.sc/q5obww](https://prnt.sc/q5obww)
 * **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,
    Problemizer
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Astra Theme loaded into current theme = blend ?](https://wordpress.org/support/topic/astra-theme-loaded-into-current-them-blend/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/astra-theme-loaded-into-current-them-blend/#post-12201249)
 * 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,
    Problemizer
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t add new page](https://wordpress.org/support/topic/cant-add-new-page-5/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/cant-add-new-page-5/#post-12201172)
 * > “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 6 years, 6 months ago by [Fixdemonium](https://wordpress.org/support/users/problemizer/).
      Reason: typo
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t add new page](https://wordpress.org/support/topic/cant-add-new-page-5/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/cant-add-new-page-5/#post-12201010)
 * Hello,
 * Can you please go to **Tools -> Site Health** and send the screenshot of the 
   results?
 * Kind regards,
    Problemizer
    -  This reply was modified 6 years, 6 months ago by [Fixdemonium](https://wordpress.org/support/users/problemizer/).
      Reason: Wrong path written
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Two domains, two hosts, one WordPress?](https://wordpress.org/support/topic/two-domains-two-hosts-one-wordpress/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/two-domains-two-hosts-one-wordpress/#post-12198976)
 * 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 6 years, 6 months ago by [Fixdemonium](https://wordpress.org/support/users/problemizer/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Customize btn redirecting to old embedded form and not functioning properly](https://wordpress.org/support/topic/customize-btn-redirecting-to-old-embedded-form-and-not-functioning-properly/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/customize-btn-redirecting-to-old-embedded-form-and-not-functioning-properly/#post-12198939)
 * Hello,
 * Your website is down at the moment. [http://prntscr.com/q5cec4](http://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.com
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slider not showing for mobile](https://wordpress.org/support/topic/slider-not-showing-for-mobile/)
 *  [Fixdemonium](https://wordpress.org/support/users/problemizer/)
 * (@problemizer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/slider-not-showing-for-mobile/#post-12198922)
 * Hello,
 * You have this code somewhere which forces column with slider to NOT display if
   the screen width is under 768px. [https://prnt.sc/q5c75d](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

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/users/problemizer/replies/?output_format=md) [1](https://wordpress.org/support/users/problemizer/replies/?output_format=md)
2