Forum Replies Created
-
AuthorPosts
-
Thanks for the response.
Any page. I am trying to target every other .av_three_fifth on the page. I gave the exact selector in my post.
August 2, 2014 at 12:12 am in reply to: Avia Code Block converting < and > into there html entity codes. #298998<script>
function setImage(){
if( jQuery( window ).width() < 570 ){
jQuery( “img[title^=’SMS Marketing Banner’]” ).attr( ‘src’ , ‘/wp-content/uploads/2014/08/ReEngagement-Mobile-ChildPage-Banner.png’ );
}else if( jQuery( window ).width() > 1100 ) {
jQuery( “img[title^=’SMS Marketing Banner’]” ).attr( ‘src’ , ‘/wp-content/uploads/2014/08/ReEngagement-Large-ChildPage-Banner.jpg’ );
} else {
jQuery( “img[title^=’SMS Marketing Banner’]” ).attr( ‘src’ , ‘/wp-content/uploads/2014/08/ReEngagement-Medium-ChildPage-Banner.jpg’ );
}
};
jQuery( window ).resize(function(){
setImage();
});
setImage();
</script>Thank You!
Yes, although, it’s not very pretty
Thanks for responding so quickly. We have that block in our conf already.
Line appears to be the same
I managed to fix both bugs. First one, I redid that specific section. I guess with the new update, it worked this time. I also fixed the fixed element problem by also applying -webkit-backface-visibility:hidden; -webkit-transform: translateZ(0); to the class. Not sure why it broke in the first place though.
This reply has been marked as private.I have updated the theme. However the bug is still there. Also, I had a sticky div on the front page that no longer sticks correctly in chrome after updating.
- This reply was modified 10 years, 4 months ago by FunMobility.
Actually, I’m still having problems. IE9 now works, but still getting errors. IE8 is freezing now.
- This reply was modified 10 years, 4 months ago by FunMobility.
That worked. Thank you so much!
Thanks for responding. But because the @font-face is theme code, I am not sure how to change it or where it is.
-
AuthorPosts