Theme isn't working in Chrome…
-
Hi –
I’ve been using zinmag remedy theme for a few years, tweaking here and there. Works well for us but suddenly in Chrome, our “5 Freshest Reviews” sidebar isn’t showing the images. This works for all other browsers, but not in chrome.
The code that defines this space in our template:
<a>" <?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?> <img src="<?php bloginfo('url'); ?>/wp-content/uploads/<?php echo strtolower($homethumb); ?>.jpg" width="100" height="60" alt=""/></a>
I was reading around and perhaps that Chrome doesn’t like me defining the size of the image here. Does that mean I need to define it in the CSS? And if so, how?
The site: https://www.candygurus.com
Thanks for any help someone can provide….
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Theme isn't working in Chrome…’ is closed to new replies.