artisteer 4 art-vmenu not working correctly


Author Message
Renata

Posted: 10/7/2012
Quote message 

Hi,

i hope you can help me. I am rebuilding a template via artisteer 4 latest version in order to make the template suitable for tablets and smartphones. All works wel except for the vertical menu.

i am using artisteer latest version
joomla 2.5
Virtuemart 2.0.x

What have i done:
template initially was created in artisteer version 3;
i imported this template in artisteer 4
made some changes and exported via artisteer 4
installed in on a joomla 2.5.7
Made a module: virtuemart categories position 4

after this the result was that the menu looks like i designed in artisteer however not completely. f.a.

it should be:
> subject of the category
> subject of the category
> subject of the category
> subject of the category

but it is as following:
>
subject of the category
>
subject of the category
>
subject of the category
>
subject of the category

As you can see after te icon a new line has been used.

I found this thread: http://www.artisteer.com/Default.aspx?post_id=185516&p=forum_post

i did what Scarrott suggested in the first reply and almost this was the solution but...

Except for the submenu items. I did use 'expend on click' in artisteer as suggested in the other threat but still the submenu does not look like it should be.

The problem is that the submenu remains expanded (allways visible) with an extra line between the submenu items. Can anyone help me please?

Thanks in advance
Kind regards
Renata


 
sbooder

Posted: 10/8/2012
Quote message 

Have you allowed for enough width in either the menu column or the column containing the content?

It look from your representation as if the words have wrapped due to lack of space.
 
Renata

Posted: 10/8/2012
Quote message 

Dear sboober

Thanks for your reply!

In the design of artisteer itself it is all as it should be?

Furthermore after changing the file modules/mod_virtuemart_category/tmpl/all.php it is as it should be without changing the size of the column..except for the submenu's.

Furthermore all is looking good if i do via artisteer: example in browser firefox

I will try tonight changing the size and let you know.
Kind regards
Renata
 
Renata

Posted: 10/8/2012
Quote message 

Quote Renata:

Dear sboober

Thanks for your reply!

In the design of artisteer itself it is all as it should be?

Furthermore after changing the file modules/mod_virtuemart_category/tmpl/all.php it is as it should be without changing the size of the column..except for the submenu's.

Furthermore all is looking good if i do via artisteer: example in browser firefox

I will try tonight changing the size and let you know.
Kind regards
Renata


i did changing size of the menu column and still same problem as you can see here:
[IMG]http://i49.tinypic.com/bexbpk.jpg[/IMG]

I hope you can help me.
Regards
Renata

 
Zian

Posted: 10/9/2012
Quote message 

Renata please paste the link to your website so I can take a closer look at the code. If I do not reply soon just contact me through www.ziandesigns.com

Zian
 
Heleen

Posted: 11/16/2012
Quote message 

Has this been fixed? Because I have exactly the same problem.

I've selected Epand on click in Artisteer and I've deleted the <div> tag in the default.php file of the category module (I'm using the default template).

It looks good this way, but I can't expand to subcategories...

If I set the module setting to 'all' I see al the subcategories in stead of the expand arrow, and that's not what I want.

Any help would be very much appreciated!
 
Reijo

Posted: 1/28/2013
Quote message 

Hello... i beginner but i remove <div> on this file current.php
joomla\modules\mod_virtuemart_category\tmpl


 
Michael

Posted: 4/11/2013
Quote message 

Don't remove the "div"
It makes up the container that gets the menu to expand and collapse.

Find the mentioned file: ../modules/mod_virtuemart_category/tmpl/default.php
Find the two lines that start with “<div>” (could be line 38 and 57)
Change <div> to <div style="display: inline">