• Resolved intellectiveidiot

    (@intellectiveidiot)


    I would like to make the popup appear, once the visitor reaches the end of the post. Can someone please share the css code for that.

    If it helps, all my posts end with the line:

    Yours Truly,
    Intellective Idiot

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @intellectiveidiot,

    There’s no need to use custom coding to accomplish this with Hustle as it already has an option to help you with this ??

    You would need to inspect your page and see which class or ID is used for an element that is AFTER your post and use that as a trigger.
    Go to edit your Hustle popup, in Behavior tab select Scroll as the trigger and add your ID or Class there:
    https://monosnap.com/file/qXkk5BthIK226rYKrC3PM2DHQ4ksKK

    After that once you scroll to that selector the popup will show up.

    Cheers,
    Predrag

    Thread Starter intellectiveidiot

    (@intellectiveidiot)

    So I clicked the inspect element after the end of the text, it was written:

    <div class=”relpose-thumb-wrapper”

    so I entered relpose-thumb-wrapper, in the enter css selector section of the plugin. However, the popup is not at all appearing.

    Kindly help.

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @intellectiveidiot

    I hope you’re well today!

    Did you enter

    relpose-thumb-wrapper

    or

    .relpose-thumb-wrapper

    there?

    Note the . (dot) prepended to the name of the class as it’s very important (as opposite to the # – hash – character; to distinguish class from ID).

    Also, are there any “visibility” rules set for the popup? If so, it might be worth double-checking them as some combinations of them might actually stop popup from showing on this specific page even though the selector matches.

    Kind regards,
    Adam

    Thread Starter intellectiveidiot

    (@intellectiveidiot)

    Hey Adam,

    Earlier it was just “relpose-thumb-wrapper” and I changed it to “.relpose-thumb-wrapper”.

    However, the popup is still not appearing. In the Visibility rules, it is set to show on all pages and post, without any exceptions. Still no popup is appearing. I cleared Cache, and refreshed too. But no fix.

    Kindly help!

    Thanks!

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @intellectiveidiot

    I double-checked this functionality in a testing site of mine and works well.

    Is there a URL where we could inspect this? Please advise!

    Thank you,
    Dimitris

    Thread Starter intellectiveidiot

    (@intellectiveidiot)

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @intellectiveidiot

    When I search the HTML source of above page I get no results for “relpose-thumb-wrapper”.

    Can you please double the markup and pick another selector?

    If you want to get triggered with the black footer area, you can use:
    #colophon

    Thank you,
    Dimitris

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Popup at the end of the post’ is closed to new replies.