Welcome, Guest
Username Password: Remember me

Can we add a pop up to mobile Joomla
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Can we add a pop up to mobile Joomla

Can we add a pop up to mobile Joomla 11 years, 8 months ago #10912

  • marchy
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
I was wondering is Mobile Joomla had an option to introduce a pop up. Clients when they get on a site have a hard time read and navigate to the site. We are a helpline so I wanted to put a screen that will show that they can text us or call us toll free. Also an option to just close that window.

Re: Can we add a pop up to mobile Joomla 11 years, 8 months ago #10983

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
You can add a javascript like

if(document.cookie.indexOf("first_time_visitor=1")<0){
  var exdate=new Date();
  exdate.setDate(exdate.getDate()+10000);
  document.cookie="first_time_visitor=1; expires="+exdate.toUTCString();

  alert("Some text to display");
}

to mobile template (actually it's better to make it to be custom html module, because of templates are overwritten at update).
  • Page:
  • 1
Time to create page: 0.06 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.