• Resolved bestofbristol

    (@bestofbristol)


    Hello,

    Love the plugin!

    Is there a way to remove ‘Best Restaurant Menu Plugin by PriceListo’ on the pages that the plugin is on?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author PriceListo

    (@pricelisto)

    You can hide it with CSS by using something like this:

    .pl-developer {display:none !important;}

    BTW can you leave a positive review here if you like my plugin? Thanks!

    • This reply was modified 6 years ago by PriceListo.
    wesleywypychowski

    (@wesleywypychowski)

    I have changed the .pl-developer line with the line you provided in following .css files.

    wp-content/plugins/best-restaurant-menu-by-pricelisto/assets/dist/css/public/brm-minimalist.css

    and

    wp-content/plugins/best-restaurant-menu-by-pricelisto/assets/dist/css/public/brm-minimalist-min.css

    I am using the minimalist theme, but the branding line still is visible.

    wesleywypychowski

    (@wesleywypychowski)

    Nvm. It worked with changing those files. It did not update properly on the website.

    where you have to act to remove the brand I tried as described but it doesn’t work

    thanks

    I’ve used a different method:
    – Edit the “/wp-content/plugins/best-restaurant-menu-by-pricelisto/includes/class-brm-shortcode.php” file
    – Remove or comment out line 32.

    public function __construct() {
    add_shortcode( ‘brm_restaurant_menu’, array( $this, ‘render_shortcode’ ) );
    /**
    add_action( ‘brm_after_template_part’, array( $this, ‘render_template_backlink’ ), 10, 4 );
    */
    }

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove branding’ is closed to new replies.