pop out newsletter in mobile views

Support desk for Multipurpose Quark Theme
GK User
Mon Mar 28, 2016 4:25 pm
12/3 quark ecommerce quick install
www.ahgoobaby.com

Although this pop out newsletter module is working as it should and appears as it should in desktop view, it does not appear to function on mobile phone view. Is there a setting or option to get this to view on mobile phone view?
User avatar
Expert Boarder

teitbite
Fri Apr 01, 2016 11:21 am
Hi

Please try disable javascript compression in template settings. I think script cannot be recognised while is being squeezed in one file.
User avatar
Moderator

GK User
Fri Apr 01, 2016 9:58 pm
My javascript compression is already set to disabled in the template settings. Can you confirm that your pop out newsletter module does in fact pop out in iphone and android mobile phones? Again, this seems to work fine in android tablet settings but not in the mobile phone settings. Have you tested to confirm this should in fact work in most mobile phones?
User avatar
Expert Boarder

teitbite
Wed Apr 06, 2016 10:10 am
Hi

Sorry, I meant to disable JCH compression. I had to write about template compression so often that it's like a muscle reflex. Anyway first try to add this to override.css:

Code: Select all
#gk-newsletter-popup {
    display: block !important;
}


if this will not work I will need to see site with files uncompressed.
User avatar
Moderator

GK User
Thu Apr 07, 2016 5:25 am
That code worked! Now that I can see the pop up newsletter in mobile phone view, in portrait mobile phone view, it is not coming in centered to the screen and some of the text is running off the left edge of the screen. Is there a way to adjust the above code so that it pops up in the center so that all text is in view and responsive?
User avatar
Expert Boarder


cron