Leon Sennomo
Forum Replies Created
-
AuthorPosts
-
Leon Sennomo
ParticipantHi, Thanks for the info. With your advice, I managed to change the layout behaviour myself 😉
Leon Sennomo
ParticipantIf anyone was wondering about the bd.style.css error, I’ve taken care of it by commenting out the following line in the theme’s functions.php
wp_enqueue_script( 'eaterstop_pro-testimonials-bootstrap', get_template_directory_uri().'/testimonialsrotator/js/bootstrap.js', array('jquery') );So no more error appearing in the console 🙂
AFAIK, /testimonialsrotator/js/bootstrap.js not really contributing to the testimonial slider. There is also an error in that file (and some duplicate output code), but it’s not really worth discussing because the file isn’t needed.
Leon Sennomo
ParticipantHi, The replacement code you provided worked well. The website details have also been emailed.
Thanks.
Leon Sennomo
ParticipantHi, I just realised the file
?ver=4.6.1bd.styles.cssShouldn’t that be
bd.styles.css?ver=4.6.1Leon Sennomo
ParticipantHi, changing the text as described above introduces a small navigation bug. It’s easy to fix though 😉
Open: eaterstop-pro/js/filter-gallery.js
Edit line 12:
if(filterVal === 'all') {to
if(filterVal === 'your new word') {Note, your new word has to be lowercase.
I hope this helps someone who needs to do the same thing.
Leon Sennomo
ParticipantThe file was here: Appearance -> Editor -> custom-functions.php
Thanks, it worked 🙂
-
AuthorPosts
