- Posts: 32
- Thank you received: 0
Post upgrade issues with latest J! / VM / Template
-
yonishobby
Inactive member - Topic Author
- Member
Less
More
9 years 8 months ago #44738
by yonishobby
Post upgrade issues with latest J! / VM / Template was created by yonishobby
I'm in the process of upgrading my site to the latest Joomla & Virtuemart & template.
Upgraded all of them successfully, but have some issues in the view. This is the test site I'm working on:
new.yonishobby.co.il
Main page looks fine with some minor fixes I need to make. The current major problem I have, pressing any link on the menu on the right side, and on all other pages this menu is on the left.
Looks like beside the home page, all other pages are acting partially as Left-to-Right instead of Right-to-Left.
(Not totally, as the top menu is still aligned to the right).
In addition, in the home page, I cant find how to add the images on top of the main menu. This is the actual site in the previous version:
www.yonishobby.co.il
This is the way it should look like:
This one is wrong on the new site:
Thanks,
Izi
Upgraded all of them successfully, but have some issues in the view. This is the test site I'm working on:
new.yonishobby.co.il
Main page looks fine with some minor fixes I need to make. The current major problem I have, pressing any link on the menu on the right side, and on all other pages this menu is on the left.
Looks like beside the home page, all other pages are acting partially as Left-to-Right instead of Right-to-Left.
(Not totally, as the top menu is still aligned to the right).
In addition, in the home page, I cant find how to add the images on top of the main menu. This is the actual site in the previous version:
www.yonishobby.co.il
This is the way it should look like:
This one is wrong on the new site:
Thanks,
Izi
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #44739
by ivan.milic
Replied by ivan.milic on topic Post upgrade issues with latest J! / VM / Template
For LTR-RTL problem I don't quite understand issue ?
For logo just replace image
/templates/hot_ecommerce/images/logo.png
Also you need to set company name and company slogan fields in template parameters to match old site.
You also miss hot effect rotator module on home page (image rotator below menu).
For logo just replace image
/templates/hot_ecommerce/images/logo.png
Also you need to set company name and company slogan fields in template parameters to match old site.
You also miss hot effect rotator module on home page (image rotator below menu).
Please Log in to join the conversation.
-
yonishobby
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
9 years 8 months ago #44743
by yonishobby
Replied by yonishobby on topic Post upgrade issues with latest J! / VM / Template
Ivan,
I'm OK with all the minor cosmetic issues, they will be fixed.
The problem I have is that the main page is shown correctly, aligned Right to Left.
But when pressing one of the menu items, the modules are positioned on the opposite direction.
You can see in the images I added, on the first image the menu is on the right, text content in the middle and product image on the left. This is how it should look like.
On the second image is my upgraded site, the menu moved the the left side (on the home page it's showed correctly, only on other pages it's not). In addition, the product text and images are swapped.
More information on the upgrade, upgraded the VirtueMart, than Joomla, than the template.
Had some issues with showing the template twice in the templates manager, removed both and re installed it.
Thanks for your assistance,
Izi
I'm OK with all the minor cosmetic issues, they will be fixed.
The problem I have is that the main page is shown correctly, aligned Right to Left.
But when pressing one of the menu items, the modules are positioned on the opposite direction.
You can see in the images I added, on the first image the menu is on the right, text content in the middle and product image on the left. This is how it should look like.
On the second image is my upgraded site, the menu moved the the left side (on the home page it's showed correctly, only on other pages it's not). In addition, the product text and images are swapped.
More information on the upgrade, upgraded the VirtueMart, than Joomla, than the template.
Had some issues with showing the template twice in the templates manager, removed both and re installed it.
Thanks for your assistance,
Izi
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #44745
by ivan.milic
Replied by ivan.milic on topic Post upgrade issues with latest J! / VM / Template
Can you tell us about particular module we should look at?
Please Log in to join the conversation.
-
yonishobby
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
9 years 8 months ago #44746
by yonishobby
Replied by yonishobby on topic Post upgrade issues with latest J! / VM / Template
Just follow this link:
new.yonishobby.co.il
For example, press the firs entry in the menu on the right. You'll see that the menu moved from the right side of the page to the left. The cart also moved to the left. They both configured to be on the right side of the site.
If you'll do the same in the production site at:
www.yonishobby.co.il
You can see that it's OK and the menu and Cart stays on the right side.
Is there a way to configure the module locations per page? maybe I configured something in the wrong way.
new.yonishobby.co.il
For example, press the firs entry in the menu on the right. You'll see that the menu moved from the right side of the page to the left. The cart also moved to the left. They both configured to be on the right side of the site.
If you'll do the same in the production site at:
www.yonishobby.co.il
You can see that it's OK and the menu and Cart stays on the right side.
Is there a way to configure the module locations per page? maybe I configured something in the wrong way.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #44748
by ivan.milic
Replied by ivan.milic on topic Post upgrade issues with latest J! / VM / Template
Try this, in template_css.css edit
.content_wrap_noleft, .content_wrap_noright, .content_wrap_noleft_noright{
float: left;
}
In layout.css
.column_right {
float: right;
}
.content_wrap_noleft, .content_wrap_noright, .content_wrap_noleft_noright{
float: left;
}
In layout.css
.column_right {
float: right;
}
The following user(s) said Thank You: yonishobby
Please Log in to join the conversation.
Time to create page: 0.172 seconds