justahumblewpuser
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Plugin works great to boost page speed – but breaks JSThank you! I tried adding
wp-includes/js/dist
in place ofwp-includes/js
but it still seems to cause the image gallery to not show. I would be happy to try another exclusion if it might help, but at the end of the day the site is much better than before! Thank you again for your wonderful help!Forum: Plugins
In reply to: [Autoptimize] Plugin works great to boost page speed – but breaks JSThat seems to have done it! Would you recommend trying to identify the specific files within the
wp-includes/js
that are causing the issue or is keeping the whole thing excluded best?Forum: Plugins
In reply to: [Autoptimize] Plugin works great to boost page speed – but breaks JSThat solved the background issue! And there are definitely fewer errors in the console on the “Facility” page (https://snipboard.io/lrm9Q2.jpg). The image gallery (generated by NextGen) is still missing when “aggregate JS files” is active. I tried disabling lazy-load images as I read that NextGen has its own lazy load and I wondered if that may have been causing the error but that didn’t seem to work. Perhaps I should just exclude the plugin entirely? I just wanted to say thank you again for your timely and kind support. I don’t know that I could have figured this out without your help!
Forum: Plugins
In reply to: [Autoptimize] Plugin works great to boost page speed – but breaks JSThank you so much! Excluding
themes/kingsize/js/supersized.3.2.6.min.js
definitely seems to help. The background doesn’t show a spinning “loading” symbol anymore and the overlay is showing where it wasn’t before. The background image, and some of the images on pages like the “Facility” page are missing. (here is a screenshot of the console for the Facility page: https://snipboard.io/ap9Ckh.jpg)It seems like it may be something with the “NextGen Gallery” plugin. I have combed through the past topics on AO that ask about NextGen, but I couldn’t find anything that worked properly. Is there a specific code I should exclude, or a way to exclude all of the JS from the NextGen plugin?
Forum: Plugins
In reply to: [Autoptimize] Plugin works great to boost page speed – but breaks JSThat seems to have fixed the video background! I made sure “also aggregate inline JS” is not checked. The only other error I am seeing is that on the other pages, the background never seems to load “aggregate JS files” is active. I have tried adding
js/jquery.fancybox.js
to the exclusion list, but that doesn’t seem to have fixed the error. Is there something I might be missing? Thank you again for your incredible help.Forum: Plugins
In reply to: [Autoptimize] Plugin works great to boost page speed – but breaks JSThank you again for your help. I excluded
js/jquery/jquery.js
which cleared up some of the errors. The video still seems to be broken, the console now looks like this: https://snipboard.io/SrDNGJ.jpgForum: Plugins
In reply to: [Autoptimize] Plugin works great to boost page speed – but breaks JSThank you so much for your help. Here is a screenshot of the errors that show:
@vark Thanks for the clarification and quick reply! Much appreciated!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Second Page has Blurry ImagesThank you very much for your reply! I looked into the theme settings for the image previews and that seemed to be the issue. I have adjusted the settings to show “large” images and the problem is fixed! Thank you again!
Forum: Fixing WordPress
In reply to: Can’t Remove Login Button@macmanx Will do! Thank you for your help!
Forum: Fixing WordPress
In reply to: Social Icons have nofollow linksI will reach out to them! Thank you, @sterndata!
Forum: Fixing WordPress
In reply to: Social Icons have nofollow links@joyously and @sterndata
Thank you both for your replies! The widget is called “JP – Social Networks” which I believe is part of the theme. I am happy to leave the links with the nofollow attribute if that would be better.
Forum: Fixing WordPress
In reply to: My blog page needs an H1 tagThank you very much for your help! I figured it likely wasn’t a huge deal, especially as the blog isn’t the focus of the site, but I really appreciate the conformation! Thank you again!
Forum: Fixing WordPress
In reply to: Change H1 to Keep Font and StyleIt seems to do the trick, but I have heard to avoid using !important
Forum: Fixing WordPress
In reply to: Change H1 to Keep Font and StyleThank you very much for your help! I changed the title back to H2 to keep the look the same. Should I just try adding “important!” to my code as follows?
h1 { letter-spacing: 0px !important; text-transform: none !important; font-size: 60px !important; color: #fff200 !important; text-align: center !important; font-style: inherit !important; font-weight: 700 !important; padding-top: 16px !important; padding-bottom: 0 !important; }
- This reply was modified 5 years, 2 months ago by justahumblewpuser.