Shape 5

Joomla Templates => Sienna - Club => : web246 February 10, 2015, 09:09:48 AM



: Right side bar moves down
: web246 February 10, 2015, 09:09:48 AM
Hi all,

I am currently building out a new website at www.947fm.bb/new and everytime i load an article the right side bar moves down. Can you tell me what can be causing this problem and how to fix?


Thanks

CBC Barbados


: Re: Right side bar moves down
: mikenicoll February 10, 2015, 06:08:49 PM
Hello,

Can you be more specific? I took a look at your site but not seeing any bars being moved around when I clicked the articles.


: Re: Right side bar moves down
: web246 February 10, 2015, 06:30:07 PM
Look at the right side of the site. You will see the menu chat and the other modules pushed down. If I remove the Jimmy fall on story that entire right side goes back in the correct position.


: Re: Right side bar moves down
: mikenicoll February 10, 2015, 06:51:34 PM
Hello,

Within the content on the page you most likely have an unclosed element somewhere such as a missing > or } tag which would cause the rest of the entire pages layout to break. This is evident also by the fact that other pages are displaying correct that have different content. Check the HTML markup for all the content/modules specifically on that page.


: Re: Right side bar moves down
: web246 February 10, 2015, 06:59:17 PM
If I sent you the login info can you check and show me where it is going wrong?


: Re: Right side bar moves down
: mikenicoll February 10, 2015, 07:22:07 PM
Hello,

The issue is not with the Template but with the content/modules you have added on the page. You would need to manually enable/disable the articles or modules until you see the right side column fixed. This would then tell you what article has the markup issue.


: Re: Right side bar moves down
: web246 February 10, 2015, 07:49:42 PM
I already know if I remove the Jimmy fall on story it will go back to normal but whenever I duplicate one of the stories already in. It does the same thing


: Re: Right side bar moves down
: mikenicoll February 10, 2015, 09:34:29 PM
Hello,

If you change the duplicated story coding to just simple HTML such as:

:
<p> This is a test </p> 

Does the issue still occur? You are most likely duplicating content that has the issue I described.