Hide filtering in frontend

More
10 years 11 months ago #44119 by Rooney
Replied by Rooney on topic Hide filtering in frontend

ggppdk wrote: - you have enabled category parameters override in current menu item ?

No, everything is set to "Use global".

ggppdk wrote: - or you have set category to inherit parameters from parent categories or from specific category and the parent or specific category have these enabled ?

This also happens if there is no parent category!

Are you not able to replicate this behaviour?

Rooney

Joomla! 3.9.24 and FC 3.3.9

Please Log in or Create an account to join the conversation.

More
10 years 11 months ago #44178 by ggppdk
Replied by ggppdk on topic Hide filtering in frontend
Hello Rooney

the inherit Parameters also exists in FLEXIcontent component settings

-- Goto FLEXIcontent component settings and under TAB "Content Display" find the "category view" section

the first parameter is:
"Inherit parameters from", make sure it is set to "component only" and not to "parent categories"

ALSO the second parameter is "Debug parameter heritage" which you can set to YES, to check the order of heritage

After testing/trying the above , and still having a problem i will log onto your site


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
10 years 11 months ago #44190 by Rooney
Replied by Rooney on topic Hide filtering in frontend

ggppdk wrote: the first parameter is:
"Inherit parameters from", make sure it is set to "component only" and not to "parent categories"

It is component only.

ggppdk wrote: After testing/trying the above , and still having a problem i will log onto your site

I am using a clean Flexicontent install. So it should be very easy to replicate, that all these (5) settings have to be set to disable filtering. I only have a local installation. I can test this on another live site, where I can see the same.

I mean, it is no problem for me, now that I now that know what to disable, I am ok. I still think that just one setting "disable filtering in category view" is better for usability. There is another thread where somebody changed even template files to disable filtering because he could not find the right settings: www.flexicontent.org/forum/index ... =viewtopic

Rooney

Joomla! 3.9.24 and FC 3.3.9

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago #45492 by iamrobert2
Hi,

You can disable the javascript:

components > com_flexicontent > classes > flexicontent.helper.php

by commenting out at around line 690:
Code:
case 'flexi_tmpl_common': // if ($load_jquery) flexicontent_html::loadJQuery(); // flexicontent_html::loadFramework('select2'); // make sure select2 is loaded // $document->addScript( JURI::root(true).'/components/com_flexicontent/assets/js/tmpl-common.js' ); // FLEXI_J16GE ? JText::script("FLEXI_APPLYING_FILTERING", true) : fcjsJText::script("FLEXI_APPLYING_FILTERING", true); // FLEXI_J16GE ? JText::script("FLEXI_TYPE_TO_LIST", true) : fcjsJText::script("FLEXI_TYPE_TO_LIST", true); // FLEXI_J16GE ? JText::script("FLEXI_TYPE_TO_FILTER", true) : fcjsJText::script("FLEXI_TYPE_TO_FILTER", true); break;

You can also rip it out of your template by commenting out:
Code:
include(JPATH_SITE.DS.'components'.DS.'com_flexicontent'.DS.'tmpl_common'.DS.'listings_filter_form.php');

the codes is found in your category_items.php or category_items_html5.php template files

Thanks,

Robert

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.631 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline