Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #188115

    Part 1:
    Hi, love your product. I’m having some difficulty with your sliders. I created a slider. I saved and named it. But I can’t get the software to find it. I get this error on the preview pages..
    “[LayerSliderWP] Slider not found”

    I checked through all the posts and videos on this subject. I understand that this can’t be done through widgets or drag and drop.It has to be done through the advanced code editor.
    Does this go into my child functions.php
    layerslider ( mixed 5 [, string ‘homepage’] )
    or does this..
    layerslider(5, ‘homepage’);

    Part2:
    I made the mistake of deleting/removing all the default sliders trying to get mine to work. I reinstalled the default sliders through a link at the top. They came back but with different ID#s, so none of the default pages have working sliders. They all say
    “[LayerSliderWP] Slider not found”

    How do I get the iD#s of the sliders to re-sync up with the pages again.
    thanks for any help.

    #188158

    I think I may have found the answer to my problem.
    This is what you put in the “Default Editor” of a page under the “Visual” tab. (The “Default Editor” is the alternate button of the “Advanced Layout Editor”). It is not the sidebar editor under Appearance >Editor.

    [av_layerslider id=’5′]

    BTW.. I only found the above code because of a prompt to revert to an earlier saved copy. I don’t see it anywhere else in the documentation.

    #189162

    Hi!

    To answer part2 of your question. You need to change the id in the database. Open the wordpress database with a tool like phpmyadmin, click on “wp_layerslider”, then delete the sliders/db entries you don’t need and change the “id” field values of the other entries. Make sure that you don’t use the same id for two or more sliders.

    Best regards,
    Peter

    #189849

    Thanks Dude.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘re-inserting the default sliders’ is closed to new replies.