Sliding Container

Chrisnz
39 Posts
Chrisnz posted this 10 February 2017

On this site

http://ahtilestudio.co.nz

I've added a container with a module position that slides in at the bottom for a newsletter signup form.
Is there any way I can add a small 'close' link that would close the container?

On this site http://ahtilestudio.co.nz I've added a container with a module position that slides in at the bottom for a newsletter signup form. Is there any way I can add a small 'close' link that would close the container?
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 10 February 2017

Hi,

We do not have such functionality in Themler, please consider using some ready plug-in that will include the newsletter subscription functionality and also will have the closing button.

Sincerely,
Hella

Hi, We do not have such functionality in Themler, please consider using some ready plug-in that will include the newsletter subscription functionality and also will have the closing button. Sincerely, Hella
Chrisnz
39 Posts
Chrisnz posted this 10 February 2017

After a bit of searching all I did was add this html snippit to the container

<a href="#" class="alert-close" onclick="this.parentNode.parentNode.parentNode.style.display = 'none'" draggable="false">X</a>

and styled it to suit

After a bit of searching all I did was add this html snippit to the container <a href="#" class="alert-close" onclick="this.parentNode.parentNode.parentNode.style.display = 'none'" draggable="false">X</a> and styled it to suit
Support Team
Support Team posted this 11 February 2017

Hi,

Nice to hear that you have found a solution. Feel free to contact us again.

Sincerely,
Hella

Hi, Nice to hear that you have found a solution. Feel free to contact us again. Sincerely, Hella
You must log in or register to leave comments