0
Welcome Guest! Login
0 items Join Now

Client wants popup that loads over front page of site...suggest extension?

    • Kathy Rose's Avatar
    • Kathy Rose
    • Elite Rocketeer
    • Posts: 726
    • Thanks: 2
    • Freelance web development and design

    Client wants popup that loads over front page of site...suggest extension?

    Posted 11 years 2 weeks ago
    • Can you think of an extension that does that?

      Thanks!
    • Kathy
      KT Web Design
      developing Joomla websites in the sweet, sunny South
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22259
    • Thanks: 3223
    • messin' with stuff

    Re: Client wants popup that loads over front page of site...suggest extension?

    Posted 11 years 2 weeks ago
    • basically you want modal popup or lightbox of some sort...

      Depends what you want to trigger it... RokBox could work, though I'm not aware of that loading on pageload, for example, which is a common implementation of what you're suggesting... If you just need it to load on an action/click RokBox should integrate nicely...

      otherwise:

      extensions.joomla.org/search?q=modal+popup
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
    • Ben Lee's Avatar
    • Ben Lee
    • Elite Rocketeer
    • Posts: 4193
    • Thanks: 42

    Re: Client wants popup that loads over front page of site...suggest extension?

    Posted 11 years 2 weeks ago
    • If you want to try to convince them to not go the route of a popup, you get penalized on Google for it and they also mark you off on their "Pagespeed" tool for using that too.

      Its kinda considered spam and generally frustrates users more than it helps.

      Just my thoughts, but I know clients can be insistent and there is usually a marketing guy pushing for it.
    • Kathy Rose's Avatar
    • Kathy Rose
    • Elite Rocketeer
    • Posts: 726
    • Thanks: 2
    • Freelance web development and design

    Re: Client wants popup that loads over front page of site...suggest extension?

    Posted 11 years 2 weeks ago
    • Thanks to both of you! I always like to check with the braintrust here.

      They changed their minds about it after further discussion.
    • Kathy
      KT Web Design
      developing Joomla websites in the sweet, sunny South
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Client wants popup that loads over front page of site...suggest extension?

    Posted 11 years 1 week ago
    • Personally I think lightboxes are not a good concept on touch devices.

      I guess something like this could work (just as Blam suggested)

      <div id="homepopup">
      Rokbox-syntax goes in here
      </div>

      <script type="text/javascript">
      window.addEvent("load", function(){
      $('homepopup').getElement('a').fireEvent('click')
      });
      </script>
    • Last Edit: 11 years 1 week ago by Henning.

Time to create page: 0.053 seconds