Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Responsive Joomla Virtuemart Template - Asymmetric (SKU# FLEX-00017)

TOPIC: Some questions about Assymetric and VM

Some questions about Assymetric and VM 9 years 6 months ago #10715

Hello. I have some questions.
1. Where i can translate FB like term: Be the first of your friends to like this?
2. What is problem if 'add to cart' not working?
3. What i can change Enlarge Picture effect? For example - popup effect.
4. Why product tabs (product description, Review, Ask question) not working?
Last Edit: 9 years 6 months ago by Raimis M.
The administrator has disabled public write access.

Some questions about Assymetric and VM 9 years 6 months ago #10737

1. Where i can translate FB like term: Be the first of your friends to like this?
You can't. You don't need to translate. It is a iframe that is grabbed from Facebook. So, if a user is using his/her Facebook in a different language, then they will see this text in their own language.

2. What is problem if 'add to cart' not working?
i need to see your website to figure out. There are millions of reason for that. 99% of them are because jQuery Conflict (open the "Developer Console" and check for RED WARNING error. Check here for more info: www.flexiblewebdesign.com/forum-virtuemart-2-template-puremart-support/342-using-firebug-for-customization-or-troubleshooting

3. What i can change Enlarge Picture effect? For example - popup effect.
Asymmetric comes with 2 different product details page layout:
DEFAULT and FLEXV2

Default uses "Popup" to enlarge pictures. Live DEMO: demo.flexiblewebdesign.com/asymmetric/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=37&Itemid=162&lang=en

FlexV2 uses "Enlarge" to enlarge the picture. Live DEMO: demo.flexiblewebdesign.com/asymmetric/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=37&Itemid=162&lang=en

To change the layout for product details page, look at the TUTORIAL.PDF, it has been explained in there.
If you want to enable "popup" in FlexV2, (kind of mix the order) then you can't do that. Because they are designed that way. It will require coding changes, which is not covered by free-support.


4. Why product tabs (product description, Review, Ask question) not working?
It is related to your 2nd inquiry. Once the jQuery conflict is resolved, everything will start working fine.

Avoid installing 3rd party extension to your website, or install with caution. They are most likely tend to causes jQuery conflict issues.

Regards.
Support
The administrator has disabled public write access.

Some questions about Assymetric and VM 9 years 5 months ago #11027

Hello. Is it possible to use FlexibleBadge.png (SOLD, FEATURED, NEW) for multilanguage?
The administrator has disabled public write access.

Some questions about Assymetric and VM 9 years 5 months ago #11051

Hi,

Unfortunately no (with current state).
On category page. You should print different DIV tag to load FlexibleBadge.png image based on the language.

The idea is to use this kind of PHP if..elseif..else..endif condition;
<?php $lang =& JFactory::getLanguage();
if($lang->getTag() == 'en-GB'): ?>
 
<div class="FlexibleBadge-EN"></div> <!-- DIV element to load the FlexibleBadge.png for English -->
 
<?php elseif ($lang->getTag() == 'es-ES'):?>
 
<div class="FlexibleBadge-ES"></div> <!-- DIV element to load the FlexibleBadge.png for Spanish -->
 
<?php else: ?>
 
<div class="FlexibleBadge-OTHER"></div> <!-- DIV element to load the FlexibleBadge.png for Other languages -->
 
<?php endif; ?>

But since this is a 100% custom modification, i can't guide you any more about this.

Regards,
Support
Last Edit: 9 years 5 months ago by Support.
The administrator has disabled public write access.
Time to create page: 0.108 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo