Sidebar problem: module floating down in virtuemart category

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
Thu Dec 04, 2014 1:08 pm
Reply with quote
Report this post
Hi,
I'm using Joomla 2.5 and Virtuemart 2.6.10.

I have 2 questions for you:

1)
The first: I have a problem with the sidebar module position.
As you can see following links here above, the menu module I published in the "sidebar module position" is showing correctly in:
Shop's main page:
link: http://www.maggiolinoservice.com/it/shop.html
Products' listing:
link: http://www.maggiolinoservice.com/it/shop/offerte.html

Instead in the category and subcategory pages the module floats underneath main content:
link: http://www.maggiolinoservice.com/it/sho ... erale.html
link: http://www.maggiolinoservice.com/it/ava ... treno.html

Do you think it could be a css or php problem? Could you give me any help with it?

2) How can I obtain same dimensions columns in the category pages? last category on the right is always bigger than the others.

Thanka a lot in advance for your help and kind reply
S
User avatar
Fresh Boarder

teitbite
Fri Dec 05, 2014 10:44 am
Reply with quote
Report this post
Hi

1. It's a validation issue. One of the html layers is not closed properly. Have You added any custom code or content here ?

2. Add this to override.css an make sure override is enabled in template settings:

Code: Select all
.category-view .row {
    margin: 0 -10px;
}

.category-view .row > div {
    padding: 0 10px 20px;
}
User avatar
Moderator

GK User
Fri Dec 05, 2014 6:57 pm
Reply with quote
Report this post
Hi,
thank you for your reply.
For point 1) no code added, in which file should we search for the error?
point 2) thanks we will proceed.
s
User avatar
Fresh Boarder

teitbite
Sun Dec 07, 2014 6:08 pm
Reply with quote
Report this post
Hi

1. It's not about file if no code modifications were made, demo works fine, so I'm sure it's correct. You need to look inside articles and custom code modules visible in the affected page.
User avatar
Moderator

teitbite
Sun Dec 07, 2014 6:09 pm
Reply with quote
Report this post
Hi

1. It's not about file if no code modifications were made, demo works fine, so I'm sure it's correct. You need to look inside articles and custom code modules visible in the affected page.
User avatar
Moderator

GK User
Tue Dec 09, 2014 12:01 pm
Reply with quote
Report this post
Hi,
thanks for feedabck but...sorry How can you say it works fine on the demo, if you don't have a module in that position on your virtuemart shop?
Did you teste a module in sidebar position on the category pages?
I have no articles or other modules working on that pages... it is only in the category and subcategory view that the sidebar floats down...
Maybe the problem could be on the default.php file in the virtuemart bikestore template files?
Thanks for your support
S
User avatar
Fresh Boarder

GK User
Tue Dec 09, 2014 6:52 pm
Reply with quote
Report this post
Hi,
we solved the problem:
In the virtuemart "default.php" file in your template at line 121 there was a closed </div> that has never been opened.
So after having canceled that div all worked fine.
Thanks
S
User avatar
Fresh Boarder

teitbite
Thu Dec 11, 2014 12:35 pm
Reply with quote
Report this post
Hi

I have published module there for test, but thank You for the information. Look like I've corrected this or do not have this </div> in my version ;/ Must have been some mistake while making packages and I got a slightly different. Will install it again to check.
User avatar
Moderator


cron