• Resolved Suika

    (@suikalum)


    Hello there,

    Is there any way I could easily disable the feed from being a slider? I would like to display it as a list on my site.

    My first question was a mess. I was having troubles with the “Default” view of the feed because the titles weren’t all linked – only the first item’s title gets linked so I switched to the “Images Only” view. It had all the links but I need it to be a list this time.

    So my inquiry basically is either how to have links on all titles when using “Default” or how to make “Images Only” a list.

    Thank you!

    • This topic was modified 7 years, 9 months ago by Suika.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Yes, you can find a script which is including bx_slider javascript, simply comment that line and normal ul/li will be there. But it’s a good suggestion, i will surely work on this feature/option soon.

    Thread Starter Suika

    (@suikalum)

    Thanks for the quick response, I have it as a list now. Hope to have that option soon too!

    For anyone needing this, I commented out these lines:

    wp_enqueue_script(
        'rfw-slider-script',
        plugins_url('js/jquery.bxslider.js', __FILE__),
        array( 'jquery' )
    );

    on the plugin’s index.php

    Cheers!

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Released a new version with this option.

    Thread Starter Suika

    (@suikalum)

    Thank you! This is great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Default view doesn’t have title links’ is closed to new replies.