email signup module - responsive?

October 2015 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 29, 2016 4:08 pm
Reply with quote
Report this post
Hi guys,

Converted my site to the news refreshed template and would like the popup email signup module to appear in mobile and tablet view as 70% of my site visitors are accessing via mobile devices.

I tried adding the mobilelayout suffix to the module but this has no effect.

Appreciate any suggestions, thanks.
User avatar
Senior Boarder

teitbite
Fri Apr 01, 2016 6:14 pm
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Mon Apr 04, 2016 9:58 am
Reply with quote
Report this post
Sure, the site is:

https://www.blueheronclinic.com

Thank you.
User avatar
Senior Boarder

teitbite
Sat Apr 09, 2016 5:00 pm
Reply with quote
Report this post
Hi

Please edit file https://www.blueheronclinic.com/templat ... .stuff.css and remove code around line 1344

Code: Select all
#gk-newsletter-popup {
    display: none;
}
User avatar
Moderator

GK User
Mon Apr 11, 2016 2:13 pm
Reply with quote
Report this post
Hi and thanks, removing the code does indeed enable the module in mobile/tablet view but is there also a way to make the module itself responsive as it's rather large on the mobile phone view.

Thanks.
User avatar
Senior Boarder

teitbite
Wed Apr 13, 2016 12:33 pm
Reply with quote
Report this post
Hi

This is why it was removed. It covers whole screen on small devices. Best I think would be to move it below the content with this code added to override.css.

Code: Select all
@media only screen and (max-width:600px) {
#gk-newsletter-popup {
    box-shadow: none;
    left: 0;
    padding: 20px 0;
    position: relative;
    right: 0;
    width: 100%;
}
}
User avatar
Moderator

GK User
Sun Apr 17, 2016 6:42 pm
Reply with quote
Report this post
That seems to work very well teitbite thank you!

Would you know if it's also possible to get the email signup working for the "writer" template? I use the news template for my maiin site area and the writer template for my blog section.

Thank you.
User avatar
Senior Boarder

teitbite
Sun Apr 24, 2016 2:34 pm
Reply with quote
Report this post
Hi

I'm afraid this would require much more work and such customisation is not supported via forum.
User avatar
Moderator

GK User
Wed Apr 27, 2016 3:51 pm
Reply with quote
Report this post
No problem, thanks again for your help.
User avatar
Senior Boarder

teitbite
Thu Apr 28, 2016 12:03 pm
Reply with quote
Report this post
Hi

Sorry I cannot help more. Thread closed.
User avatar
Moderator


cron