Tagged: x
-
AuthorPosts
-
December 18, 2016 at 11:52 pm #1297750
tashitendrelParticipantDear Support Team,
I have made all the updates (wordpress and x) just recently. On the first website made on x everything went so smooth and nice that I have done the same on the second website and here I encounter some problems. I have nearly the same plugins on both websites and I cleared all caches. I was even adding posts after that and everything looked OK. So I have no idea, what is wrong now. Could you advice?
beata
December 18, 2016 at 11:57 pm #1297754
Rue NelModeratorHello There,
Thanks for writing in! Are you using CloudFlare or may have installed a caching plugin like WordFence, W3 Total Cache or WP Super Cache? Please keep in mind that after doing every updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
And please do not forget is you have a plugin that minifies JS and CSS scripts, you need to regenerate the scripts. Otherwise, the old scripts will still be loaded which might be the cause of the issue. If nothing else works, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
December 19, 2016 at 3:08 am #1297860
tashitendrelParticipantThis reply has been marked as private.December 19, 2016 at 3:13 am #1297862
ChristianModeratorThe provided credentials doesn’t work. It looks like you’re using the old child theme though so please add the code below in your functions.php
// Enqueue Parent Stylesheet // ============================================================================= add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );Then, remove the @import line in your style.css
Thanks.
December 19, 2016 at 3:44 am #1297880
tashitendrelParticipantThis reply has been marked as private.December 19, 2016 at 4:23 am #1297937
Paul RModeratorHi,
Thank you for providing your login credentials.
I went ahead and fix it, I excluded the theme css from minification under w3 total cache setting.
No need to minify the theme css and js as they are already minified by default.
December 19, 2016 at 5:07 am #1297997
tashitendrelParticipantThank you.
December 19, 2016 at 5:37 am #1298028
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1297750 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
