I will set a display condition on a product template. Problem is, it shows not all categories, i have many categories but i can see only 20% of all categories. k
Do you mean that not all of your categories appear when you expand the dropdown menu you marked?
If yes, please send us the WordPress dashboard and FTP access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason.
Notice!
Please attach a link to this forum discussion.
Sending incorrect or incomplete data will result in a longer response time.
Therefore, please ensure that the data you send are complete and correct.
I've checked what happened and i'm going to explain it right away.
So, customization that @Phil have made for you have been done in original theme files. It means nothing but modified files have been overwritten by those provided with update. Nevertheless, we just prepared special filter that can be used in child theme (it won't overwrite with future updates). This filter let you overwrite records amount for conditions easily. The filter is:
mfn_hints_limit
Usage example:
add_filter( 'mfn_hints_limit', function( $limit ) {
return 1500; // hint record limit
});
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
Hi,
Do you mean that not all of your categories appear when you expand the dropdown menu you marked?
If yes, please send us the WordPress dashboard and FTP access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason.
Notice!
Please attach a link to this forum discussion.
Sending incorrect or incomplete data will result in a longer response time.
Therefore, please ensure that the data you send are complete and correct.
Thanks
Yes i mean that. I have send access data.
Thanks and regards roman
We have made the correction for that on your website.
Please check it out now.
Best regards
It works, great thank you.
Cheers Roman
Hello again, now same problem. Our shop is not working correct because of that. Why it happens again? Because of update? I need very asap help.
Thanks
Roman
Hi @Hischier
I've checked what happened and i'm going to explain it right away.
So, customization that @Phil have made for you have been done in original theme files. It means nothing but modified files have been overwritten by those provided with update. Nevertheless, we just prepared special filter that can be used in child theme (it won't overwrite with future updates). This filter let you overwrite records amount for conditions easily. The filter is:
Usage example: