Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2130885
pop up
Closed

Comments

  • vicentecid started the conversation

    Hello,
    I need pop up only to appear in the home.
    How should i set it up?
    Thanks a lot, regards
    Vicente

  •  1,845
    Elated replied

    Hi Vicente,

    There is no option for setting that, however, you could achieve the same effect with some custom CSS.

    Try adding following code snippet into Appearance -> Customize -> Additional CSS:

    body:not(.home) .eltdf-subscribe-popup-holder {
        display: none !important;
    }
    

    Let us know if it works for you.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • vicentecid replied

    Hello,

    Well, if it works, what happens is that the scroll stops working.

    Best regards!

    Vicente


  •  1,845
    Elated replied

    Hi,

    Then this would have to be modified inside template files themselves. Sorry about that.

    You can use is_home() function to extend pop-up functionality in wp-content/themes/onea/framework/modules/subscribe-popup/functions.php

    Unfortunately we don't offer customization services, so I won't be in a position to help you more with this.

    Thank you for understanding.

    Giovanni


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.