-
AuthorPosts
-
August 18, 2014 at 11:44 pm #306030
Hi guys, here is my site: http://www.weather-tight.com/windows/casement/#tab-id-2
When I go to mobile view, the table that I have under “Visit our other window pages” the titles of each link show html code. This only happens in mobile. Any ideas?August 19, 2014 at 5:38 am #306093Hi weathertight!
Thank you for using Enfold.
Did you add css codes like this one?
.avia-table-1 td:nth-of-type(1):before { content: '<a href="http://www.weather-tight.com/windows/garden/">Garden Windows</a> '; }
You can remove those with this on Quick CSS:
.avia-data-table td:before { display: none !important; }
Regards,
IsmaelAugust 20, 2014 at 9:44 pm #307069Thanks, I didn’t add CSS like you referenced in the top box. I did add the other code you mentioned and it removed the name of the window completely from mobile. Is there a way to fix the html code from showing up but still have the title of the window?
August 22, 2014 at 7:05 am #307613Hi!
You have this code inserted after the table:
<style type='text/css'>.avia-table-1 td:nth-of-type(0):before { content: '<a href="http://www.weather-tight.com/windows/bow-bay/">Bow & Bay Windows</a> '; } .avia-table-1 td:nth-of-type(1):before { content: '<a href="http://www.weather-tight.com/windows/garden/">Garden Windows</a> '; } .avia-table-1 td:nth-of-type(2):before { content: '<a href="http://www.weather-tight.com/windows/sliding/">Sliding Windows</a> '; } .avia-table-1 td:nth-of-type(3):before { content: '<a href="http://www.weather-tight.com/windows/double-hung/">Double Hung Windows</a>'; } .avia-table-1 td:nth-of-type(4):before { content: '<a href="http://www.weather-tight.com/windows/full-frame/">Full Frame Windows</a>'; }</style>
Try removing the hyperlink tags (a).
Cheers!
JosueAugust 27, 2014 at 10:27 pm #310078Hi, I didn’t add that code after the table. The code was autogenerated, I am just using the table feature in the Avia Layout Builder. Any other ideas on how to fix this on mobile?
August 27, 2014 at 11:05 pm #310083Hello,
The theme is not generating that code. Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueSeptember 3, 2014 at 10:53 pm #313116I tried disabling all the plugins. It is still doing it. I have no idea where that code is coming from. Here is a screenshot of what I see in the admin panel. http://www.weather-tight.com/wp-content/uploads/2014/09/mobile-view-glitch.jpg Any thoughts?
September 4, 2014 at 1:16 am #313145Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 9, 2014 at 3:59 am #315542This reply has been marked as private.September 12, 2014 at 6:50 am #317869 -
AuthorPosts
- You must be logged in to reply to this topic.