Keyword

problems with K2 and the main menu of a rocket theme template

  • Bernd Lutsch
  • Bernd Lutsch's Avatar Topic Author
  • Offline
  • New Member
More
14 years 7 months ago #78139 by Bernd Lutsch
I am using a Rocket Theme Template and K2. Everything is fine but the main menu on the left side makes problems and the effekt is a displaced main content (if you choose an item in the main menu, the main content moves down).
www.ayurveda-einklang.de/massagen/k2-ayurveda-massagen.htmlI tried to change all possibe settings but there is no effekt on the site. Has anybody an idea whow to fix?

Please Log in or Create an account to join the conversation.

  • Bernd Lutsch
  • Bernd Lutsch's Avatar Topic Author
  • Offline
  • New Member
More
14 years 7 months ago #78140 by Bernd Lutsch
By the way, the same problem appers with the joomla template beez (Angie Radtke/Robert Deutz ).

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #78141 by troponin
Try to modifiy the K2.css

insert in :

div.itemRatingBlock {height:16px;}

and in

div.itemRatingBlock{height:0px}

Please Log in or Create an account to join the conversation.

  • Bernd Lutsch
  • Bernd Lutsch's Avatar Topic Author
  • Offline
  • New Member
More
14 years 7 months ago #78142 by Bernd Lutsch
Thank you,
the problem occurs also with all other
div.item...

div.itemToolbar
div.itemImageBlock and so on.

so I have to change the whole k2.css (unfortunately I don´t know how).

Is there any mistake in the menu or in the css or its just not working together propperly with my template?

Please Log in or Create an account to join the conversation.

  • Bernd Lutsch
  • Bernd Lutsch's Avatar Topic Author
  • Offline
  • New Member
More
14 years 7 months ago #78143 by Bernd Lutsch
If somebody knows, how to fix the css, I like to commission him for this job (for money).

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #78144 by Simon Wells
I would be willing to help, but first.

I just checked the link and tried many of the main menu items and sub menu items.
Everything looks ok to me, but I think that you wish to have the main conent area to stay at minium height.

The problem being that the menu is dynamic and resizes based on the menu, you would have to also fix that too.

In my opinion, unless you really want to do it, it looks great.
Send me a PM if you still need help.

Bernu said:If somebody knows, how to fix the css, I like to commission him for this job (for money).

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #78145 by GreenDome
Hi Bernu,

I had a similar issue with RT template but i managed to fix it after hours of troubleshooting. No need to commission anybody, heres the solution:

Adding the coding to template_css.css
.itemListCategory .clr {clear: none;}
.itemToolbar .clr {clear: none;}
.itemRatingBlock .clr {clear: none;}

and add height:16px; to k2.css to div.itemToolbar

There are couple of other places where similar coding needs to go but its template related i think.

GreenDome
Respect to K2, Joomla and Open Source!!

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #78146 by Simon Wells
This is similar to what we discussed, if I am right.

GreenDome said:Hi Bernu,
I had a similar issue with RT template but i managed to fix it after hours of troubleshooting. No need to commission anybody, heres the solution:

Adding the coding to template_css.css
.itemListCategory .clr {clear: none;}
.itemToolbar .clr {clear: none;}
.itemRatingBlock .clr {clear: none;}

and add height:16px; to k2.css to div.itemToolbar

There are couple of other places where similar coding needs to go but its template related i think.

GreenDome
Respect to K2, Joomla and Open Source!!

Please Log in or Create an account to join the conversation.

  • Bernd Lutsch
  • Bernd Lutsch's Avatar Topic Author
  • Offline
  • New Member
More
14 years 7 months ago #78147 by Bernd Lutsch
Thanks a lot for your great help,

I added like your suggestion:
Adding the coding to template_css.css
.itemListCategory .clr {clear: none;}
.itemToolbar .clr {clear: none;}
.itemRatingBlock .clr {clear: none;}
... and the other "item..." and add height:16px; to k2.css to div.itemToolbar

and its working great. It´s just one smal problem left around the "itemAuthorBlock"



With firebug I didn´t find the element which is responsible for it. But I will continue troubleshooting.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum