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

    If you want to display your slider on front page then you have to need update some code in plugin file.

    Follow my steps here-

    Step-1 : Open your plugin directory, now open ultimate-responsive-image-slider folder

    Step-2 : Now open file ultimate-responsive-image-slider.php on any editor.

    Step-3 : Now go at near line no. 43, check this screenshot. Code is display in file like mention in screenshot code.

    Step-4 : Now update file, do comment line no. 43, 44, 54,55,56 . Just like mention in this screenshot 2.

    Step-5 : Finally save your file.

    Step-6 : Now use this php code to display your slider on front page

    <?php echo do_shortcode( '[URIS id=265]' ); ?>

    Here id is your slider id.

    So use this code for display slider on front page but after doing all above process.

    Let me know if you getting any problem regarding plugin in future.

    Thanks

    When I open my copy of ultimate-responsive-image-slider.php, it looks exactly like your screenshot. Am I to understand that you now made change to the files? I am confused.

    Hi Sock2me,

    Please refer the updated screenshot according to plugin version 1.2.

    Comment line no. 44, 45 and 55, 56, 57

    Screenshot

    Thanks
    Weblizar

    Anonymous User 12711743

    (@anonymized-12711743)

    Hi i have similar problems and have tried the steps. its not working for me at all. and also some of your screenshots that you have uploaded is not viewable at all.

    Hello i1c2z3y4l5,

    Please contact me at lizarweb[at]gmail[dot]com.

    Thanks

    Anonymous User 12711743

    (@anonymized-12711743)

    Hi sorry it does work! its my fault =D

    Great to hear that.

    Let me know if we can do there anything else for you today. We’ll glad to help!

    If you are enjoying our Ultimate Responsive Image Slider plugin and find it useful, then please consider to write your positive Feedback.

    Thanks

    Won’t we have to redo this every time the plugin is updated?

    Yes, it’s required.

    Otherwise required JS & CSS will not on php template file.

    Try to overcome this issue in next update.

    Thanks
    Weblizar

    Hello,
    I tried to follow these steps and could not get it to work. When you say to use the php code ‘<?php echo do_shortcode( ‘[URIS id 265]’ ); ?>’
    you are talking about copying and pasting that into the created widget?
    I did that and could not get it to work. ??
    I feel that I followed the steps correctly, but maybe I am isunderstanding where to put the php code?
    t
    Thank you,
    Elaine

    Hello Erobbins,

    If you want to display slider in widget then check this previous thread –

    https://www.ads-software.com/support/topic/slider-in-widget?replies=12

    Thanks

    Hello weblizar, can you show me an example of how to do this with the latest patch, It seems like the newest php file already has that all cut out of it so will it just work on its own, also where can I find slider id

    Thanks
    -sam

    Hi,

    Check this screenshot for find the id.

    Paste below php code for display slider using php code.

    <?php echo do_shortcode( '[URIS id=265]' ); ?>

    Thanks

    Zaeo1137

    (@zaeo1137)

    I solved this issue with another method:

    <?php
    if( is_front_page() ) {
    echo do_shortcode(‘[URIS id=46]’);
    }
    ?>

    Should be a nice alternative than modifying the plugin files, which will get overwritten with a new version.

    weblizar

    (@weblizar)

    Great you made it.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘adding slider to php template’ is closed to new replies.