Elxis CMS Forum

Support => General => Topic started by: xmanhattan on November 09, 2009, 13:01:04

Title: using okto no-right column assigned shows a differnt menu
Post by: xmanhattan on November 09, 2009, 13:01:04
Hello all,

Using the template manager, I have installed okto no-right column and assigned it to a top menu item.

I have top menu and dsmenu modules installed and the problem is that all menus display the top menu module correctly except for the one that is assigned to okto no-right column which displays the dsmenu module.

I have updated the index.php on both templates to have the same navigation.

Any ideas?
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: datahell on November 09, 2009, 15:16:17
"okto no-right column"? What is this? If it is a modified version of "okto" without right columns have you made correctly the "okto no-right column" template package? Did you renamed the template, the parameters on the XML file, etc? If you have not done that it will "point" to the "okto" template.
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: xmanhattan on November 09, 2009, 15:23:12
I downloaded it from the EDC templates I think.  I had it for awhile now but didn't use it until now.



[attachment deleted by admin]
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: ks-net on November 09, 2009, 15:41:10
there is no problem with the tpl  ... if you didn't touch it?

check if at the page that you assigned okto-noright you have also assigned  dsmenu


PS. this tpls are not at EDC
there are here=> https://forum.elxis.org/index.php?topic=3200.msg20743#msg20743
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: xmanhattan on November 09, 2009, 15:47:08
I had dsmenu but then decided to remove it.  Then I checked the modules/dsmenu directory and saw that it did not remove the program files although it removed it from the modules list.

I then deleted the files manually but for some reason it continued to display them even after I emptied the temporary and cache.

I did not change the template file.

I have placed it online for you to see.  The link to the blog shows the different menu.

http://www.do-my-site.gr/test7/ (http://www.do-my-site.gr/test7/)
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: ks-net on November 09, 2009, 16:15:41
sorry, i don't get it..
where is the problem..
where to look?

Ps this are not the tpls  we are talcking about...
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: xmanhattan on November 09, 2009, 16:21:58
I have uploaded the site to here so that you can see what I am writing about.

http://www.do-my-site.gr/test7/index.php?option=com_eblog&Itemid=75 (http://www.do-my-site.gr/test7/index.php?option=com_eblog&Itemid=75)

The menu here is different then the others.
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: ks-net on November 09, 2009, 17:00:59
you have forgot what you have done.... or where to look  ;D

this is modified version of what i have attached at that post(above) .. no problem to that!

you have to edit each tpl's index and css  and images ;) the same way..
what you did to okto must be done to okto-noright or the opposite

there are completely different tpls

do not expect to edit the first one and see changes in the second.


to help you... the main difference is this =>
http://www.do-my-site.gr/test7/templates/okto/images/topmenu.png
http://www.do-my-site.gr/test7/templates/okto-no-right/images/topmenu.png

Title: Re: using okto no-right column assigned shows a differnt menu
Post by: xmanhattan on November 09, 2009, 17:12:49
Ks-net,

I must have made a mistake somewhere because I did edit the corresponding index.php and css files.

I will check them again.

Thanks for catching that.

Title: Re: using okto no-right column assigned shows a differnt menu
Post by: ks-net on November 09, 2009, 17:20:54
you have ".navigation li" css classes among other in both template_css.css files remove-move them, leave only @import lines

also most of this classes exists at customize.css too of both tpls.... means that the the css that will load last will override the first one...
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: xmanhattan on November 09, 2009, 17:22:33
I just noticed this and might be the where the problem is the other okto templates.

from okto
Code: [Select]
<link href="<?php echo $mainframe->getCfg(&#39;live_site&#39;); ?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css<?php echo (_GEM_RTL) ? &#39;-rtl&#39; : &#39;&#39;; ?>.css" rel="stylesheet" type="text/css" media="all" />

from okto no-right
Code: [Select]
<link href="<?php echo $mosConfig_live_site?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css<?php echo (_GEM_RTL) ? &#39;-rtl&#39; : &#39;&#39;; ?>.css" rel="stylesheet" type="text/css" media="all" />

Title: Re: using okto no-right column assigned shows a differnt menu
Post by: xmanhattan on November 09, 2009, 17:24:40
I placed a copy there to make possible changes but I have not done so as yet.

you have ".navigation li" css classes among other in both template_css.css files remove-move them, leave only @import lines
also most of this classes exists at customize.css too of both tpls.... means that the the css that will load last will override the first one...
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: ks-net on November 09, 2009, 17:29:33
Quote
I just noticed this and might be the where the problem is the other okto templates.........
noop .. css are loading fine... check with your browser...
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: xmanhattan on November 09, 2009, 17:36:05
You did not see 2 different top menus, one green and one blue?

I just cleared my browser cache completely and can still see it.

The blue menu was from dsmenu and is only shows after clicking the blog button.
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: ks-net on November 09, 2009, 17:50:52
yea... i repeat:
Quote
to help you... the main difference is this =>
http://www.do-my-site.gr/test7/templates/okto/images/topmenu.png
http://www.do-my-site.gr/test7/templates/okto-no-right/images/topmenu.png

2 tpls/  2 css-folders  / 2 images-folders with different versions of images


do not mix dsmenu with this... is not enabled anywhere
Title: Re: using okto no-right column assigned shows a differnt menu
Post by: xmanhattan on November 09, 2009, 18:13:26
Found it, forgot to copy the changed images from okto to okto no-right.

Thanks