Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1327536

    We use a custom HTML code widget for the sidebar (in several locations on the site). The content is repeating/duplicating but the code is only identified once. Two separate widgets are operating in the same fashion.

    HTML content example:
    <html>
    <head>
    <style>
    a:link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
    }
    a:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
    }
    a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
    }
    a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
    }
    </style>
    <h5>CATEGORIES</h5>
    <table>
    <tbody>
    <tr>
    <td style=”border-color: #ffffff; width: 2px; background-color: #ffffff;”>[av_font_icon icon='ue875' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='middle' color='#25b8f8' admin_preview_bg=''][/av_font_icon]</td>
    <td style=”border-color: #ffffff; width: 5px; background-color: #ffffff;”><span style=”color: #383e45;”></span><span style=”font-size: large;”><h6><bold>News</bold></h6></span></td>
    </tr>
    <tr>
    <td style=”border-color: #ffffff; width: 10px; background-color: #ffffff;”>[av_font_icon icon='ue875' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='middle' color='#25b8f8' admin_preview_bg=''][/av_font_icon]</td>
    <td style=”border-color: #ffffff; width: 40px; background-color: #ffffff;”><h6>Training</h6></td>
    </tr>
    <tr>
    <td style=”border-color: #ffffff; width: 2px; background-color: #ffffff;”>[av_font_icon icon='ue875' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='middle' color='#25b8f8' admin_preview_bg=''][/av_font_icon]</td>
    <td style=”border-color: #ffffff; width: 5px; background-color: #ffffff;”><span style=”color: #383e45;”></span><span style=”font-size: large;”><h6><bold>Updates</bold></h6></span></td>
    </tr>
    <tr>
    <td style=”border-color: #ffffff; width: 10px; background-color: #ffffff;”>[av_font_icon icon='ue875' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='middle' color='#25b8f8' admin_preview_bg=''][/av_font_icon]</td>
    <td style=”border-color: #ffffff; width: 40px; background-color: #ffffff;”><span style=”color: #383e45;”></span><span style=”font-size: large;”><h6>Action Required</h6></span></td>
    </tr>
    </tbody>
    </table>
    </head>
    </html>

    #1327587

    Hey wfosterphoto,

    I copied your code into a widget on a test installation, and I see what’s in the screenshot in private. If you need further help, then we would need to see the actual problem on your site.

    Best regards,
    Rikard

    #1327676

    Can I send you a meeting request to share the screen?

    #1327723

    Hi,

    Thanks for the update. We only provide support via this forum, and I’m not sure if sharing a screen would do much good? We need to see the actual problem in our own browsers, so that we can inspect the code.

    Best regards,
    Rikard

    #1327745

    Refer to the links attached for our view.

    #1327821

    Hi,

    Thanks for that. We can’t view the screenshots you posted though, since they are not shared publicly. What I wrote earlier is still valid – we need to see the actual problem using our browsers, since we can’t reproduce the problem on test installation. Screenshots might show the problem, but we can’t investigate why it’s happening.

    Best regards,
    Rikard

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