• Resolved templatescz

    (@templatescz)


    Hi, I would like to disable geodir slider (<div id=”geodir_slider”). Its inside <div class=”geodir_flex-container”> – I would like to disable whole outer div. From css I can see, that its part of plugin and not theme (I am using directory starter theme).
    I wasn’t able to locate this part in settings or some php file.

    Any help appreciated. Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paolo

    (@paoltaia)

    Hi,

    what do you mean by “disable a DIV”?

    If you want to remove the slider from the Detail page, use this via functions.php or code snippets plugin:

    remove_action('geodir_details_main_content', 'geodir_action_details_slider', 30);

    If I misunderstood, please explain better what you want to do.

    Thanks

    Thread Starter templatescz

    (@templatescz)

    Yes, this is exactly what I wanted. Thanks.

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

The topic ‘Geodir Slider’ is closed to new replies.