nolanemerson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Issues with Sydney 1.72The weird thing is, I cleared my cache about 5 times in 5 different ways with no luck. I only got it resolved when I reinstalled the plugin then cleared cache again. Maybe it was just a coincidence.
Forum: Themes and Templates
In reply to: [Sydney] Issues with Sydney 1.72Both issues resolved by reinstalling Sydney Toolbox (the plugin) then clearing browser cache on Google Chrome. I guess when the Theme itself updates, the plugin might not.
Forum: Themes and Templates
In reply to: [Sydney] Update not working on FirefoxThat worked for me! Reinstalled Sydney Toolbox, then cleared browser cache on Chrome.
Forum: Themes and Templates
In reply to: [Sydney] Issues with Sydney 1.72Sounds like it’s the same issue I’m having with the preloader. If you want to manually disable the preloader (bouncing balls) until the developers fix this issue you can put this code in the section called “Additional CSS” in the theme customizer.
body .preloader { display: none !important; }Forum: Themes and Templates
In reply to: [Sydney] Issues with Sydney 1.72Is your issue with the preloader only or are you also having the issue with the menu not working in mobile view? If you want to temporarily disable preloader you can use that code above.
Forum: Themes and Templates
In reply to: [Sydney] Update not working on FirefoxIf the preloader (the two bouncing balls) is what you are having issues with, it can manually be turned of by putting the following code in the “Additional CSS” section of the theme customizer:
body .preloader { display: none !important; }Forum: Themes and Templates
In reply to: [Sydney] Update not working on FirefoxThere is a way to revert to 1.71 using a plugin called WP Rollback. I was having a couple issues with 1.72 as well so I tried reverting to 1.71, however, when I got back to 1.71 for some reason all of the pages were blank. Header, footer, and shop pages were all there but the regular pages were just white blanks. It fixed the other issues I was having though.
Forum: Themes and Templates
In reply to: [Sydney] Issues with Sydney 1.72In the “Additional CSS” in the Theme Customizer, I added the code:
body .preloader { display: none !important; }