Tagged: x
-
AuthorPosts
-
March 28, 2016 at 10:39 pm #856064
threeotenParticipantI have some custom Java in my customizer that is controlling several section overlays (see this thread: https://community.theme.co/forums/topic/overlay-transparent-color-over-background-image/page/2/) as well as some responsive text. After the 4.4 update none of it seems to be working anymore. I’d like it to work again.
Example of section overlay:
jQuery(function($){ $( ".page-id-6713 #x-section-1" ).wrapInner( "<div class='section-overlay'></div>" ); });There are several of each of these I’m using that just use different classes.
Example of responsive text:
(function($){ $(".h1-resp").fitText(1.0, { minFontSize: '33px', maxFontSize: '64px' }); })(jQuery);There are several of each of these I’m using that just use different classes and size parameters.
Thanks
March 28, 2016 at 10:40 pm #856065
threeotenParticipantThis reply has been marked as private.March 28, 2016 at 11:06 pm #856103
threeotenParticipantOk, suddenly it’s working again..
March 28, 2016 at 11:09 pm #856107
AlexanderKeymasterThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-856064 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
