ToHerHeart Posted May 10, 2013 Share Posted May 10, 2013 Dear all, Few days ago, my center column suddenly dislocated without me disturbing any codes behind, and has since then appeared nested under left column. From my header.tpl file, the center column div is still after closing the left column div. But from the Firebugs view, the center column div is now nested within the left column div. What could be wrong? I really need help to solve this. Thanks so much hear from any of you soon please. Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2013 Share Posted May 10, 2013 hello maybe you use some module which makes that? Can you provide an url to your website? it will be really helpfull in this case Link to comment Share on other sites More sharing options...
ToHerHeart Posted May 10, 2013 Author Share Posted May 10, 2013 Hi Vekia, This is my website URL: http://toherheart.com/ Link to comment Share on other sites More sharing options...
tomerg3 Posted May 10, 2013 Share Posted May 10, 2013 Looks like a module issue, see http://screencast.com/t/j7XK4k74xt Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2013 Share Posted May 10, 2013 I think exactly as tomerg3 you should try to disable one by one modules in the left column Link to comment Share on other sites More sharing options...
ToHerHeart Posted May 10, 2013 Author Share Posted May 10, 2013 Hi tomerg3 and vekia, You were right. It's my Special block. I disabled it and the display all went back to normal. But why does this happen suddenly? It was working well previously and only last few days this happened. Link to comment Share on other sites More sharing options...
tomerg3 Posted May 10, 2013 Share Posted May 10, 2013 Most likely a </div> is missing Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2013 Share Posted May 10, 2013 if it is possible - please paste the .tpl file of this module here, we will try to debug it Link to comment Share on other sites More sharing options...
ToHerHeart Posted May 10, 2013 Author Share Posted May 10, 2013 <!-- MODULE Block specials --> <div id="special_block_right" class="block products_block exclusive blockspecials"> <a href="{$special.link}" alt="Gain Today's Strength™ : {$special.legend|escape:html:'UTF-8'}" title="Gain Today's Strength™ : {$special.name|escape:html:'UTF-8'}"> <div id="strength_header"><img src="{$img_ps_dir}strength.gif" alt="Gain Today's Strength™ : {$special.legend|escape:html:'UTF-8'}" title="Gain Today's Strength™ : {$special.name|escape:html:'UTF-8'}" /> </div> </a> <div id="post_title">{$special.name|escape:html:'UTF-8'}</div> <div id="post_date">{$special.description_short}</div> <div id="post_short">{$special.description|truncate:230:'...'}</div> <a href="{$special.link}" alt="Gain Today's Strength™ : {$special.legend|escape:html:'UTF-8'}" title="Gain Today's Strength™ : {$special.name|escape:html:'UTF-8'}"> <div id="cont_reading">{l s='Continue reading >>' mod='blockspecials'}</div> </a> </div> <!-- /MODULE Block specials --> Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2013 Share Posted May 10, 2013 Hello i have to say that this code looks well :| you pasted content of blockspecials.tpl from modules/blockspecials/ or from themes/your_theme/blockspecials ? Im asking, because if second file exist - you have to paste code from it (not from /modules/) Link to comment Share on other sites More sharing options...
ToHerHeart Posted May 10, 2013 Author Share Posted May 10, 2013 Yes vekia, these codes are taken from my blockspecials.tpl file under my_theme/modules/blockspecials Hmm so what is wrong.. Because the layout issue started after I added the 6th product at Back Office. So far all my products are just these "Gain Today's Strength" posts. So each day each product will be "special" and get displayed under the blockspecials Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2013 Share Posted May 10, 2013 Yes vekia, these codes are taken from my blockspecials.tpl file under my_theme/modules/blockspecials Hmm so what is wrong.. Because the layout issue started after I added the 6th product at Back Office. So far all my products are just these "Gain Today's Strength" posts. So each day each product will be "special" and get displayed under the blockspecials does the blockspecials.tpl file exist in the themes/your_theme/modules/blockspecials/ directory? If so, please paste content of this file here Link to comment Share on other sites More sharing options...
Recommended Posts