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

TOPIC: Custom Filters PRO & category view

Custom Filters PRO & category view 5 years 6 months ago #15716

Hi.
I bought MaterilMart and I have another problem.

I'm using Custom Filter PRO. In the CF link setting I have set the view using flexv2.php. . . but it does not work. It looks wrong to me. Can you help me?
The administrator has disabled public write access.

Custom Filters PRO & category view 5 years 6 months ago #15717

before use:

Attachment pred.png not found




after use:

Attachment po.png not found

The administrator has disabled public write access.

Custom Filters PRO & category view 5 years 5 months ago #15727

Yes, of course it works wrongly, because after you apply a filtering, VM Custom Filter Pro try to load the category using the default VM layout (not even MaterialMart's default layout), but you actually uses "flexv2" layout from the MaterialMart. I am sorry but i can't provide you a solution about this problem, my knowledge is limited because this is their plugin. You should talk to the custom filter pro developers; and ask them, why custom filtering doesn't use the layout file from the template override folder (/templates/YOUR_TEMPLATE/html/com_virtuemart/category/)

By the way, after you manages to display MaterialMArt's flexv2 layout or MaterialMArt's default layout on the category page; you should also talk to them, and say exactly this below (they would understand):

- After the AJAX requested is completed, as a callback, these lines below should be called to re-init the MaterialMArt's JavaScript events on the category page:
 
jQuery.fn.initMaterialMartEvents();
 
jQuery('.FlexibleSwitchButtons a.switch_thumb3').addClass('switch_active');
jQuery('.FlexibleSwitchButtons a').click(function(e){
    e.preventDefault();
    jQuery('.FlexibleSwitchButtons a').removeClass('switch_active');
    jQuery(this).addClass('switch_active');
    var target = '.'+jQuery(this).attr('rel');
    jQuery('.flexibleProductsContainer').fadeOut('fast', function() {
        jQuery('.flexibleProductsContainer > div').hide();
        jQuery('.flexibleProductsContainer ' + target).show();
        jQuery('.flexibleProductsContainer').fadeIn('fast');
    });
});	

// Because these lines above will re-init the JavaScript events of MaterialMart after the category page gets reloaded via AJAX. Such as; switchBtn (grid,list,multi), fancy dropdown, quickLook popup etc..
Last Edit: 5 years 5 months ago by Support.
The administrator has disabled public write access.
Time to create page: 0.066 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