• Resolved dovanson1991

    (@dovanson1991)


    Hi,
    I need your help.
    I want to disable slide bar on mobile but slide bar till work on desktop. Please tell me how to do this.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this to functions.php

    if( wp_is_mobile() ) {
    remove_action('bp_before_blog_entry','meso_add_featured_slider'); 
    }

    clear cache etc, if it didn’t work, try add number to the back like this
    remove_action(‘bp_before_blog_entry’,’meso_add_featured_slider’,10);

    Thread Starter dovanson1991

    (@dovanson1991)

    thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mobile ads Setting’ is closed to new replies.