Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Leon Sennomo

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Set a Default Template for Our Menu Posts #2221
    Leon Sennomo
    Participant

    Hi, Thanks for the info. With your advice, I managed to change the layout behaviour myself 😉

    in reply to: [Eaterstop-pro] Some load errors #2169
    Leon Sennomo
    Participant

    If 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.

    in reply to: [Eaterstop-pro] Some load errors #2147
    Leon Sennomo
    Participant

    Hi, The replacement code you provided worked well. The website details have also been emailed.

    Thanks.

    in reply to: [Eaterstop-pro] Some load errors #2136
    Leon Sennomo
    Participant

    Hi, I just realised the file ?ver=4.6.1bd.styles.css

    Shouldn’t that be bd.styles.css?ver=4.6.1

    in reply to: Edit text string in Our Menu [EaterStop] #2129
    Leon Sennomo
    Participant

    Hi, 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.

    in reply to: Edit text string in Our Menu [EaterStop] #2080
    Leon Sennomo
    Participant

    The file was here: Appearance -> Editor -> custom-functions.php

    Thanks, it worked 🙂

Viewing 6 posts - 1 through 6 (of 6 total)