• Resolved englishw5

    (@englishw5)


    Hello Baden thank you for sharing this plugin – I am a little confused about the data-findme, whether it is available in the free version or not (re: your response to another post 9 months ago). I am using it in a loop pulling posts from specific categories and placing them in the expand target and everything is awesome but neither “…findme” is working at all, however the plain findme was working in the original [expand] in the html document content.

    using roll-your-own in the template

    <div class="collapseomatic" id="<?php echo ( basename(get_permalink()) ); ?>" title="<?php echo get_the_title( get_option( 'entry_title' ) ); ?>" tag="h3" rel="faq-highlander" data-findme="auto">

    you can see it here on this page

    thank you

    ron

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author twinpictures

    (@twinpictures)

    Hello Ron.
    You almost got it, you are just missing the find-me class for the trigger. Try:

    <h3 class="collapseomatic find-me" id="<?php echo basename(get_permalink()); ?>" title="<?php echo get_the_title( get_option( 'entry_title' ) ); ?>"rel="faq-highlander" data-findme="auto"><?php echo get_the_title( get_option( 'entry_title' ) ); ?></h3>
    
    Thread Starter englishw5

    (@englishw5)

    … the simplest things …

    Thank you Baden, it is working like a charm.

    The quality of your support/documentation, personable approach and the efficiency of the plugin remain unquestionably above any other in my experience.

    All the best, thanks again.

    • This reply was modified 7 years, 8 months ago by englishw5.
    Plugin Author twinpictures

    (@twinpictures)

    Happy to help. If you are happy with our plugin efforts (and it sounds like you are) why not leave a wee review!

    This issue is now marked as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘clarification re data-findme vs findme – inside template’ is closed to new replies.