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
});
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: