Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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?

    #306093

    Hi 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,
    Ismael

    #307069

    Thanks, 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?

    #307613

    Hi!

    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!
    Josue

    #310078

    Hi, 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?

    #310083

    Hello,

    The theme is not generating that code. Have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    #313116

    I 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?

    #313145

    Hi,

    Can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

    #315542
    This reply has been marked as private.
    #317869

    Hey!

    It’s fixed now, you needed to select this setting to avoid this glitch.

    Best regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.