Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    We inspected your site and it seems like you have already made your slider “non-clickable” except the title.

    Please let us know if your issue has been solved.

    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.
    http://themepalace.com/forum/wen-business/

    Best regards.
    Have a good week ahead.

    Thread Starter exportpl

    (@exportpl)

    Hi,

    Sorry if I was not clear but actually it is the title that I would like unclickable. I do not want a link to my post as there is nothing more than what is already written in the caption.

    Hello,

    To make the slider title un-clickable,

    First you will have to create a child theme for the Wen Business theme.

    Then go to the parent theme directory / inc / slider.php,
    there you will see a function named wen_business_render_featured_slider( $slider_details = array() )

    There you will have to find
    data-cycle-url="<?php echo esc_url( $slide['url'] ); ?>" code

    then replace it with

    data-cycle-url="#"

    then paste the whole function in functions.php

    We hope you understand.
    Best regards.

    For more dedicated support please visit the themes official forum at
    http://themepalace.com/forum/wen-business/

    Best regards.
    Have a good week ahead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider non clickable’ is closed to new replies.