Side Menu aspect

Sep '13 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jul 01, 2014 5:19 pm
Reply with quote
Report this post
Hi,
in italian sidebar menu, the aspect is different that in english language.
The module is the same.

Italian menu:

http://www.docodesign.it/maecri/it/penny-machine

English menu:

http://www.docodesign.it/maecri/en/penny-machine-eng

Can you help me please? I would the same italian menu aspect.

Thank you
User avatar
Junior Boarder

GK User
Wed Jul 02, 2014 9:09 am
Reply with quote
Report this post
Hello,

Please check your english article syntax - it seems that there are some unclosed <strong> tags.
User avatar
Administrator

GK User
Wed Jul 02, 2014 9:56 am
Reply with quote
Report this post
Hi,
thank you for your answer.
I don't understand your answer because I didn't touch the menu module. I duplicated the same module from the italian language and I changed the menu.

I tried to delete the override.css file but the problem persist.
User avatar
Junior Boarder

GK User
Wed Jul 02, 2014 10:00 am
Reply with quote
Report this post
I don't mean your CSS code - your problem is connected with fact that your article has a wrong structure - there are some unclosed <strong> elements - please fix it.
User avatar
Administrator

GK User
Wed Jul 02, 2014 10:26 am
Reply with quote
Report this post
Ok I found the html code that include the <strong> line

Code: Select all
<strong>
               
                              <aside id="gkSidebar" class="gkOnlyOne">
                  <div>
                     <div class="box box menu"><h3 class="header">Menu Penny</h3><div class="content"><ul class="nav menu_penny">
<li class="item-146"><a href="/maecri/en/home-side-eng">Home</a></li><li class="item-147"><a href="/maecri/en/have-psm">Have PSM</a></li><li class="item-148"><a href="/maecri/en/costum-psm">Custom</a></li><li class="item-149"><a href="/maecri/en/map">Map</a></li><li class="item-150"><a href="/maecri/en/gallery-psm">Gallery</a></li><li class="item-151"><a href="/maecri/en/link-psm">Link</a></li></ul>
</div></div>
                  </div>
               </aside>
                            </strong>


How I can modify it?

Thank you very much
User avatar
Junior Boarder

GK User
Wed Jul 02, 2014 10:35 am
Reply with quote
Report this post
The mentioned code is a browser interpretation of the source code not a real source code ;)

You have to edit HTML of your article displayed on this page i.e. you have a syntax error with unclosed strong tag in the following fragment:

Code: Select all
<li><strong>It is more safe than the other machines because it has a wheel, confortable for all children<br /><br /><br /><br /><img title="Confronto Penny Machine" src="/maecri/images/confronto_macchine_penny.png" alt="Confronto tra macchine" /></li>
User avatar
Administrator

GK User
Wed Jul 02, 2014 10:43 am
Reply with quote
Report this post
Thank you very much... It works! ;)
User avatar
Junior Boarder


cron