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

TOPIC: Just 2 small bugs, probably Jquery issue.

Just 2 small bugs, probably Jquery issue. 10 years 6 months ago #6782

Hello !!

First of all, i would like to congratulate you for this awesome theme ! (My wish request fulfilled !! )

I found 2 small bugs regarding Virtuemart Featured Products module : (Im using VM2.0.24 Joomla 2.5.14 and CleanMart v1.1)

1. Just open your demo page with Google Chrome (this issue is only with chrome), wait to load and the hit the refresh button. You will see that the pictures of Virtuemart Featured Products Module will cut in half. Later as the slide goes on it will be fixed by its own.

2. The other weird thing is, that whatever number i put in "Products per row" (4 or 5 or more ), it will always show 3. Probably i will need to change something in the php code.. I can smell it ;>

3. Also, i had to give a specific height in the module : div.FlexibleFeatured { height:420px;}, else it leaves a big gap under the page. (Maybe it is a conflict with the template im using).

Once again, Congrats about this small "theme-gem" and i'm really looking forward for your next release !

Ps. Shall i email you the admin logis to my site , in order to check the issue in Chrome ? (Photos are cut in half in Virtue Featured module).
Last Edit: 10 years 6 months ago by Alexandros Theofanis Papadatos. Reason: add some notes
The topic has been locked.

Just 2 small bugs, probably Jquery issue. 10 years 6 months ago #6797

Hi,

The slider effect we used in the module is responsive, so depends on the width of the website,"the products per slide", height and width of per products are calculated by itself automatically. There is no parameter to alter this beside doing some extra modification in the PHP file.

You may play around with the parameters through this PHP file:
/templates/YOUR_TEMPLATE/html/mod_virtuemart_product/default.php

in that php file, look for these lines:
items: {
	visible: {
		min: 1,
		max: 5
		}
}

Those values (min:1 and max:5) means, depends on the size of the module, the maximum item will be 5 items, and the minimum is 1 item (per slide)

You may add some extra parameter to define constant width or height values, such as:
items: {
        width:100,
	visible: {
		min: 1,
		max: 10
		}
}

By that change, the width of each item will have 100 pixel, and the maximum per slide will be 10.
IF there is a problem with the wrong calculated height, then you can define a fixed height value. So it won't be calculated, so there won't be any wrong calculation problem. To define height value, replace that line with this:
items: {
        width:100,
        height:250,
	visible: {
		min: 1,
		max: 10
		}
}

By that code above, the width of the (per product element) will have (fixed) width:100px, and height:250px. And there will be maximum 10 product (per slide).

For more information about the JS parameteres, take a look at here: caroufredsel.dev7studios.com/configuration.php

Regards.
Support & Development
The topic has been locked.

Just 2 small bugs, probably Jquery issue. 10 years 6 months ago #6827

Thanks for the info ! Now i can set how many products to be displayed when its full screen !

Setting the "height" as you stated inside the "items" eliminated the problem with the "cutted photos" in google chrome.
Last Edit: 10 years 6 months ago by Alexandros Theofanis Papadatos.
The topic has been locked.

Just 2 small bugs, probably Jquery issue. 10 years 6 months ago #6842

Sure, i am glad you sorted that out.

You can visit the the link i have provided above to see the other available parameters.
There are more than 100 parameters for different purposes.

Case solved. Topic is closed.

Regards,
The topic has been locked.
Time to create page: 0.162 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