Viewing 10 replies - 1 through 10 (of 10 total)
  • Strange that no one else has reported this.

    Could you confirm that:
    a) You have the same issues with demo.themesandco.com and
    b) You see the same behaviour on different PCs?

    (I’m thinking it might be something peculiar to your site (a) or PC set up (b).

    For what it’s worth…

    On IE 11…I see the same problem on his site…demo is fine…
    On Firefox 30 and Chrome 35…no problem…

    Edit: have you ruled out a plugin conflict?

    Thread Starter jrothra

    (@jrothra)

    ElectricFeet – it’s not limited to my computer (cf. deputy05).

    I haven’t ruled out plugin conflicts (not sure why I didn’t consider that first except I’d been up all night) — I’ll look into that. I know it’s not any customization I did because the only customizations are:

    (1) changing the main content/right sidebar ratio from a 1/4 width sidebar to 1/3rd per the code listed on Customizr’s website,
    (2) slight CSS editing to the blockquote (via child theme css), and
    (3) editing the post meta info layout (again using child themes).

    ElectricFeet – it’s not limited to my computer (cf. deputy05).

    Agreed. It seems to be linked to your site, though (as the demo site works fine).

    As well as checking plugins, you could also try activating the parent theme, rather than the child. That way, you can exclude the possibility that the child changes are affecting things.

    Thread Starter jrothra

    (@jrothra)

    Deactivated all plugins, cleared cache, looked at site in Firefox and IE — no difference. Thus it’s not a plugin issue.

    Activated the parent Customizr theme and it went away, so it must be something in my customizations.

    Thread Starter jrothra

    (@jrothra)

    Here’s all my customizations. I’m not a coder so I don’t know what I could have done to goof things up.

    Child CSS – https://gist.github.com/anonymous/d3e5e0b4f31dde164da7

    Child functions.php – https://gist.github.com/anonymous/ce0dc7ca79fa9d53cdb3

    Child class-content-post_metas.php – https://gist.github.com/anonymous/3cdf8db45f522776ef71

    Thread Starter jrothra

    (@jrothra)

    I just updated the functions.php file in the child theme to try to ad an adsense file above the post title. Here’s the updated functions.php file: https://gist.github.com/anonymous/98106299383e03d0c908

    Take out the
    @import url("../customizr/inc/css/blue.css");
    statement. You don’t need to do that as Customizr automatically loads it. See if that helps.

    Thread Starter jrothra

    (@jrothra)

    ElectricFeet —
    That did it! I commented that section out to test it, and the images went to their proper size. So, I deleted that line completely. Thank you!

    You were loading the 10,000+ line CSS file a second time by having that line there.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Template's icons different sizes in different browsers’ is closed to new replies.