Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Dropdown Shopping Cart(SKU# FLEX-00001)

TOPIC: Thumbnail size, z-index and outside box

Thumbnail size, z-index and outside box 10 years 6 months ago #6608

Hi all,
First thanks for your job, very good plugin! I've just bought it but I've problems:

- thumbnails are too big in the cart, need to reduce them but i don't know how.
-I don't have the "remove" button.
-Shopping cart is not showing whithin shop links, products: k2t.ile.nc/-choc/index.php/shop-store
- when adding +2 products, pictures appearing outside of the cart's box
developement URL: k2t.ile.nc/-choc

THANKS in advance for your answers !
Best regards.
Laetitia.
Last Edit: 10 years 6 months ago by LAETITIA GARRAULT.
The administrator has disabled public write access.

Thumbnail size, z-index and outside box 10 years 6 months ago #6637

Hi,

The issues you are having are all related to CSS overrides.
Open this CSS file:
k2t.ile.nc/-choc/modules/mod_flexible_cart/media/theme2.css

and to the bottom, include these CSS rules:
.vm_cart_products .container { width: inherit !important; }
.vm_cart_products .container:after { clear:none; }
#product_list { z-index:99999999;}

the result will be:

Attachment ScreenShot2013-09-30at4.25.10AM.png not found



Regards.
The administrator has disabled public write access.

Thumbnail size, z-index and outside box 10 years 6 months ago #6643

thanks for your work, the CSS code given is OK for me.
- thumbnails are now in good size.
- Z-index is also solved.

2 problems are still here:
- the "remove" button don't work at all (I tested it in firefox).
- the shopping cart module don't work in product page (nothing appens when mouse on it, maybe a Jscript problem ?)

thanks to all your team for quick support and good job !
Best regards,
Laetitia;
The administrator has disabled public write access.

Thumbnail size, z-index and outside box 10 years 6 months ago #6663

Hi,

to solve the "not appearing on mousehover" problem, you need to eliminate the Conflict problem that shows off on the virtuemart related pages.

See the screenshot:

Attachment Pasted_Image_10_2_13_5_11_AM-2.png not found



To fix the "not working remove button" problem.
Open this PHP file:
/modules/mod_flexible_cart/mod_flexible_cart.php

right after this line (13rd line):
defined('_JEXEC') or die('Restricted access');

include this line below:
vmJsApi::jPrice();

eventually they will look like:
defined('_JEXEC') or die('Restricted access');
vmJsApi::jPrice();

Regards.
Support
Last Edit: 10 years 6 months ago by Support.
The administrator has disabled public write access.

Thumbnail size, z-index and outside box 10 years 6 months ago #6685

Hi,
I've added this line in your php file, but now module don't show at all, and new conflict appears (on all site, not virtuemart pages only)... I have installed, actived and configured "jQuery Easy" like your other post recommendation, but conflicts are still here. I don't know how to solve conflict issues, please help.

Regards,
Laetitia.
Last Edit: 10 years 6 months ago by LAETITIA GARRAULT.
The administrator has disabled public write access.

Thumbnail size, z-index and outside box 10 years 6 months ago #6711

Hi,

The conflict issue you are having has nothing to do with our module. First eliminate this conflict.

Attachment ScreenShot2013-10-05at4.16.44AM.png not found



Attachment Pasted_Image_10_5_13_4_17_AM.png not found



To solve the conflict issues you need find these lines:
	<!--
		jQuery.noConflict();
		jQuery(document).ready(function($) {
			$('#ot-login-label').on('click', function (e) {
				$('#ot-login-tab').tab('show');				
			})
			$('#ot-signup-label').on('click', function (e) {
				$('#ot-signup-tab').tab('show');				
			})
		});
	-->
and remove them completely.

In that code this feature has been used
<!-- CODE GOES HERE -->
to comment out those lines, but you can't use <!--- CODES --> to comment out the JS line. <!-- --> is valid only for HTML, not for JS.

EasyJquery won't solve anything, because easyJquery is to avoid loading multiple jQuery libraries in the same page.

Regards.
Support & Development
Last Edit: 10 years 6 months ago by Support.
The administrator has disabled public write access.
Time to create page: 0.188 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