Footer Block 15 not clickable on mobile

Posted in: Newspaper
Post count: 364

Hi, I’ve got the problem that Block 15, which I using in my footer is not clickable on mobile devices. No problems on desktop. Please check out page here: http://starzip.de/
Thanks, Lonao

Post count: 7909

Hi,

Did you modified the footer template 3 code? I see that the predefined column is on right side. Please check this by default code and see if you still have this issue.
I also checked this on my side and did not found any issue on mobile device – http://screencast.com/t/VJJa7IbXpsm

Thanks!

Post count: 364

Hi Alin, please add “possibility to change the predefined column position” to the wishlist. Especially on mobile devices, it is much better to have the “About us” on the bottom of the page. This means it has to be on the right side on desktop. I will find a way to solve my problem.
Thanks.

Post count: 7909

Hi,

I just ask you about this, I did not said that it is not possible. Anyway I will add this to our suggestion list to have a footer template with info content on the right.
I have tested this on my side and you can try this solution on your side. I guess you changed the column 1 position in footer style 3 – http://screencast.com/t/ZPDLTis9wg Now please paste this custom css in Theme Panel > Custom Css and check if you still have this issue on mobile device – http://screencast.com/t/S8tZCIukL

@media(max-width: 767px) {
.td-footer-template-3 .td-pb-span4 .td_block_15 {
float: none !important;
}
}

Hope this helps!

Post count: 364

Hi Alin,
unfortunately adding this code to custom css broke my page. After I pasted it, saved it and cleared the cache, the code disappeared from the custom css field and I was not able to find it anywhere. See this picture: https://www.dropbox.com/s/stdve8tfiic0put/css%20break.JPG?dl=0
Please help.

Post count: 7909

Hi,

The code is tested on may side exactly like in the screenshots provided above. Change the column 1 position and used the css.
Do you have custom css in Theme Panel > Custom css section? Please verify the code if you do.
Any css code you add there break your page, please provide more details.

Thanks!

Post count: 364

Hi Alin, the only code I’m using there is .td_module_wrap .td-module-meta-info .td-post-views {
position: relative;
display: inline-block;
top: 2px;
margin-left: 14px;
color: #aaa;
}

.td_module_wrap .td-module-meta-info .td-post-views span {
margin-left: 5px;
}

::-moz-selection { /* Code for Firefox */
background: #b001ff;
}

::selection {
background: #b001ff;
}

I also tried to delete all code, doesn’t help. Can u please tell me where I can find and delete the code causing the problem on Starzip.de?

Post count: 364

Oh found the mistake. And it’s so stupid that it’s hard to talk about it. In the hurry of last night I pasted the code not to custom css but below the google analytics code. And I was not able to detect the position in Chrome. Thanks to good old Firebug.
All solved. Footer is working perfect, now.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.