• Hi,

    I was figuring out if there is a possiblity for;

    1. Using the Popup widget also on the homepage (it’s okay that this button is in the menu)? But I want to use this widget also just on the homepage.

    2. Is there an possibility to make seperate buttons for the Popup Widget like:
    Try A Class-button
    Sign up / Enroll now-button

    Is there an trick or workaround to make this possible?

    Thanks in advance!

    Sincerley,
    Bas

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello Bas,

    Here are solutions for your support request :
    1. Please use following custom CSS:

    .at-navbar .featured-button {
        display: none;
    }
    .home .at-navbar .featured-button {
        display: block;
    }

    2. Add following HTML, where you need button,
    <a class="featured-button btn btn-primary" href="#" data-toggle="modal" data-target="#at-shortcode-bootstrap-modal">Enroll Now</a>
    Note: it will just add button not separate popup form

    Best Regards!

    Thread Starter Bas

    (@basz85)

    Hello Acme Themes,

    Thank you for your response and for the note ;-)!

    I will give it a try with your method.

    I saw that your reacted at your website-support forum with the same question of mine, but different answer ?? (I thought: I try it twice).

    Sincerly,
    Bas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pop-up widget’ is closed to new replies.