Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Contributor Ron Rennick

    (@wpmuguru)

    The CSS in your theme that is interfering with the icon display is

    `
    .art-blockcontent-body table, .art-blockcontent-body li, .art-blockcontent-body a, .art-blockcontent-body a:link, .art-blockcontent-body a:visited, .art-blockcontent-body a:hover {
    color: #52594F;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    `

    Thread Starter sheicgirl

    (@sheicgirl)

    So are you suggesting removing the line and won’t that interfere with my theme layout?

    Warmest,
    Angee

    Plugin Support Andrea Rennick

    (@andrea_r)

    No, he;s saying that is the line that is interfering. It;s up to you to test and see what will happen if it is removed.

    I am having the same issue with the funny characters. Here’s the page link:
    http://www.ruttersautomotive.com/contact-us/

    It’s at the bottom of the sidebar on the right.

    Thanks for any help.

    Plugin Contributor Ron Rennick

    (@wpmuguru)

    @susischuele – the CSS in your theme that is interfering with the widget is

    .builder-module-sidebar-with-element .widget {
    font-family: Geneva, Tahoma, Verdana, sans-serif;
    text-align: center;
    }

    Thanks for the response – don’t suppose you might suggest what the interference might be? This css hasn’t been modified from the theme. I did put in a request for support from the theme developers. Thanks!

    Plugin Support Andrea Rennick

    (@andrea_r)

    He’s given the exact css above. It’s changing the font on the widget class.

    Hi,

    I’m having the same problem, but not sure what CSS is interfering with the widget?

    http://www.weddingcroissant.co.uk/

    Thanks

    As it turns out, my theme developer says this:

    the real issue is that the style.css of the plugin is not being loaded

    Am I missing something?

    Plugin Contributor Ron Rennick

    (@wpmuguru)

    the real issue is that the style.css of the plugin is not being loaded

    I’m not sure why your theme isn’t loading the CSS. I looked at the site but don’t see the widget.

    Plugin Contributor Ron Rennick

    (@wpmuguru)

    @claire7585 – I see them in the sidebar although they look like you have custom CSS for them.

    Hi,

    Thanks for your response. I don’t have any custome CSS installed – is it something to do with the CSS in the theme? Sorry I’m not very technical!

    Thanks

    Ron, I took the widget down because it looked bad with it up. I am going to update the theme on this site and hopefully it will solve the issue. If it doesn’t, I’ll get back to you. Thanks.

    if you are using the widget amr shortcode any widget
    to display the widget anywhere in your theme, you can use this solution is to wrap the code with the ad DIV with the simple social icons class:

    <div class=”simple-social-icons”>Here goes the shortcode </div>

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Icons displaying with funny characters’ is closed to new replies.