Missing Blocks and layout issues on TB Metroz on Google Chrome

+1
-4
-1

On the TB Metroz template there is a "Popular" section near the bottom and the picture takes up about 50% of the left side of the page. This image looks great in Firefox and Internet explorer - but in Chrome it hangs over the right hand side and covers the "Best sellers" part. - BUT if you resize the window it fixes it.

I opened up Google Developer and this is the code I am seeing The width and height is being dictated twice. once from the Image preset in the drupal configuration, and the other is being generated somewhere else. It looks like Chrome is picking this other code up so the image is slightly the wrong size. How can I fix this? I have the same problem on a fresh install of this template.

Also: the View: Banners Block in the Mass Top section of the front page doesn't show up in Chrome, but it does show up in Firefox.

I've cleared my cache on my browser and on Drupal and the problem still persists.

+1
-8
-1

Hi EnvolveSocial,

I have checked TB Metroz demo site. Both Popular block and Banners block are displayed properly on the latest version of Chrome 28.0.1500.71. You could see the screenshot here or test the TB Metroz demo site directly. Therefore, could you provide your site URL? So I can take a deep look at it.

+1
-8
-1

This is what it looks like in Chrome: http://206.130.123.185/bearlakebeef.com/sites/default/files/BLB-Chrome.jpg I've circled the areas where there are layout problems

And this is what it looks like in Firefox (correct layout and formatting)
http://206.130.123.185/bearlakebeef.com/sites/default/files/BLB-Firefox.jpg

+1
+13
-1

Hi EnvolveSocial,

First of all, Banner block does show up in my Chrome browser. You could see the screenshot here. I guess visibility settings of the block has changed which makes it does not show up for an authenticated user as you can see in your screenshot. Moreover, image width of Popular block on your site somehow is miscalculated at the first time. Therefore, the JavaScript function Drupal.TBResponsive.updatePopularSlideshowHeight (located at sites/all/themes/metroz/js/tb_responsive.js line 129) should be duplicated to solve this issue. Finally, we won't take responsibility for TB themes that have been modified. TB Metroz theme on your site has been modified (theme folder name and its content). These modification could cause unknown issues and we won't support to solve these issues.