Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author DWUser

    (@dwusercom)

    Hi Emily,

    It appears that your theme is generating that <li> code for some reason: https://i.imgur.com/WrqdlR3.jpg . The best solution is probably editing your homepage template to instead use the easyrotator_display_rotator function. Basically, you should replace the <div class="slider-widget"> wrapper with code like this:


    <?php
    easyrotator_display_rotator('erc_xx_xxxxxx');
    ?>

    Please let me know if you have any other questions.

    Sincerely,
    Drew O’Neill

    Thread Starter litromagazine

    (@litromagazine)

    Thanks Drew – is it possible to find the ID of a rotator I’ve already created? (I’m guessing that’s what replaces x in the code?)

    Emily

    Plugin Author DWUser

    (@dwusercom)

    Hi Emily,

    Sorry – I intended to include this article, which explains that you should insert the rotator into an empty post to obtain its ID: https://www.dwuser.com/support/easyrotator/kb/template-function/

    Sincerely,
    Drew O’Neill

    Thread Starter litromagazine

    (@litromagazine)

    Thanks – I’ve just tried doing this, but when I click the button to Insert EasyRotator into the page, I get an error message saying “Error – unable to process action.”

    Plugin Author DWUser

    (@dwusercom)

    Hi,

    This error is usually caused by a conflict with some other plugin. If you’d like to open a support ticket, we’d be happy to take a look.

    In the meantime, you can obtain the rotator ID by launching the EasyRotator program directly from the Applications/Programs menu on your computer. A list of all rotators will be shown in the server explorer view; choose the drop-down arrow on the right edge of the rotator name, and choose the “Get WordPress Embed Code…” option. This will give you the ID value.

    Sincerely,
    Drew O’Neill

    Thread Starter litromagazine

    (@litromagazine)

    That’s worked, thanks for your help. I’ll raise a support ticket as suggested.
    Emily

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Stray bullet point?’ is closed to new replies.