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

    (@wpmudev-support1)

    Hi @hellesuhr,

    Something like this is not currently available in Hustle but we had couple of requests before so we actually have it on to-do list so we’re looking to add it in one of the future releases.

    At the moment it would require custom coding to create this, basically you would require a new element with specific class or ID that you would use as a trigger, I suggest using a child theme to do this.
    Here’s an example code that I used for testing by adding it to footer.php:

    <div id="slide-in-trigger">Trigger</div>
    <style>
    #slide-in-trigger {
        position: fixed;
        right: 50%;
        bottom: 0;
        background: greenyellow;
        padding: 10px;
    }
    <style>

    After that, in slide-in settings, under Display Settings tab I’ve set that ID (slide-in-trigger) to be the trigger and that’s it.

    Hope this helps.

    Cheers,
    Predrag

    Thread Starter hellesuhr

    (@hellesuhr)

    Hi Predrag,

    Thanks for your reply.

    I’m not that familiar with coding in footer.php so I better wait until it’s available in Hustle ??

    Another question: Why doesn’t the form elements og the image disappear when I subscribe? https://suhrgrafik.dk/wp-content/uploads/2019/01/Sk?rmbillede-2019-01-10-kl.-14.40.49.png
    What can I do?

    Cheers,
    Helle

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hi @hellesuhr

    Can you please create a separate topic about it as forum regulations want us to have different threads per each query? ??
    Also include a site URL where we could see this issue in action.

    Warm regards,
    Dimitris

    Thread Starter hellesuhr

    (@hellesuhr)

    Okay

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to minimize a slide-in’ is closed to new replies.