Taxonomies options not working
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Dimitris on May 10, 2022, 10:07Hello, I bought MDTF plugin and i installed it. The taxonomies options doesn't work, due to change parameters. I have been used the free version but for several reasons i bought the paid version and since then, the plugin doesn;t work normally..
Hello, I bought MDTF plugin and i installed it. The taxonomies options doesn't work, due to change parameters. I have been used the free version but for several reasons i bought the paid version and since then, the plugin doesn;t work normally..
Quote from Pablo Borysenco on May 10, 2022, 12:03Hello
Please paste your license key here - https://share.stackovergo.com/image/i20210618130558.png -> https://share.stackovergo.com/image/i20210618130614.png and FTP+wp-admin access - https://share.stackovergo.com/image/i20210618130637.png
Hello
Please paste your license key here - https://share.stackovergo.com/image/i20210618130558.png -> https://share.stackovergo.com/image/i20210618130614.png and FTP+wp-admin access - https://share.stackovergo.com/image/i20210618130637.png
Quote from Dimitris on May 17, 2022, 12:28Hello, any news for the disfunction?
Hello, any news for the disfunction?
Quote from Pablo Borysenco on May 18, 2022, 09:45Hello
Please add a link to login - https://share.stackovergo.com/image/i20220518074246.png
Unfortunately, I do not receive a notification if the data in the private data field has changed. After the changes, you should send a message like "Done!"
Hello
Please add a link to login - https://share.stackovergo.com/image/i20220518074246.png
Unfortunately, I do not receive a notification if the data in the private data field has changed. After the changes, you should send a message like"Done!"
Quote from Dimitris on May 18, 2022, 09:57Hello, the link is in the private data section..
Hello, the link is in the private data section..
Quote from Pablo Borysenco on May 18, 2022, 14:07Your link - https://share.stackovergo.com/image/i20220518120724.png
Your link - https://share.stackovergo.com/image/i20220518120724.png
Quote from Dimitris on May 18, 2022, 15:08Please see the correct link in the private section..
Please see the correct link in the private section..
Quote from Pablo Borysenco on May 19, 2022, 09:26Hello
Please do a test
Hello
Please do a test
Quote from Dimitris on May 19, 2022, 10:26Hello
it's working and thank you.
I also want to use "AND" term for searching. Can you help me for this please?
Hello
it's working and thank you.
I also want to use"AND" term for searching. Can you help me for this please?
Quote from Pablo Borysenco on May 19, 2022, 11:56Please read this - https://wp-filter.com/howto/how-to-set-logic-and-for-taxonomies-terms-of-the-same-taxonomy/
Please read this - https://wp-filter.com/howto/how-to-set-logic-and-for-taxonomies-terms-of-the-same-taxonomy/
Quote from Dimitris on May 20, 2022, 19:37Hello again, I need help please..
I paste code from here
but i can't save the file because of this message.
Your PHP code changes were rolled back due to an error on line 167 of file wp-content/themes/neve/functions.php. Please fix and try saving again.
syntax error, unexpected '=', expecting :: (T_PAAMAYIM_NEKUDOTAYIM)
Please can you see if there is an error in this line ?
foreach ($tax_query_array as $key => $value)
You can also see below a screenshot of the pasted code.
Hello again, I need help please..
I paste code from here
but i can't save the file because of this message.
Your PHP code changes were rolled back due to an error on line 167 of file wp-content/themes/neve/functions.php. Please fix and try saving again.
syntax error, unexpected '=', expecting :: (T_PAAMAYIM_NEKUDOTAYIM)
Please can you see if there is an error in this line ?
foreach ($tax_query_array as $key => $value)
You can also see below a screenshot of the pasted code.
Quote from Dimitris on May 21, 2022, 00:28I think that i found the error in the code.
foreach ($tax_query_array as $key => $value)
The problem is that the logic term "AND" is not working .. The filter results are the same as "OR" logic term.
The only i need at first, is to filter post categories with AND logic term..
An other issue is that reset button gives this message "This shortcode does not exists!"
thank you
I think that i found the error in the code.
foreach ($tax_query_array as $key => $value)
The problem is that the logic term"AND" is not working .. The filter results are the same as"OR" logic term.
The only i need at first, is to filter post categories with AND logic term..
An other issue is that reset button gives this message "This shortcode does not exists!"
thank you
Quote from Pablo Borysenco on May 23, 2022, 10:17Hello
You have two bugs in your code - https://share.stackovergo.com/image/i20220523080650.png
Please use - $and_tax_relation = array('post_tag', 'post_category');
custom_id - you should use this value - https://c2n.me/4fJnsGu.png
Hello
You have two bugs in your code - https://share.stackovergo.com/image/i20220523080650.png
Please use - $and_tax_relation = array('post_tag', 'post_category');
custom_id - you should use this value - https://c2n.me/4fJnsGu.png
Quote from Dimitris on May 23, 2022, 11:12Hello
I didn't understand, how to get custom_id? I thought that this is the same with shortcut id
thanks for the help
Hello
I didn't understand, how to get custom_id? I thought that this is the same with shortcut id
thanks for the help
Quote from Pablo Borysenco on May 23, 2022, 13:39To display posts use - https://wp-filter.com/features/shortcode-mdf_custom/ - in this shortcode there is an attribute - custom_id
To display posts use - https://wp-filter.com/features/shortcode-mdf_custom/ - in this shortcode there is an attribute - custom_id
Quote from Dimitris on May 23, 2022, 13:57Yes I did this. I made a custom mdf shortcode ([mdf_search_form id="1772"]) but the filter is working with logic term OR and not YES.
I just want filtering the posts with AND term...
Yes I did this. I made a custom mdf shortcode ([mdf_search_form id="1772"]) but the filter is working with logic term OR and not YES.
I just want filtering the posts with AND term...
Quote from Pablo Borysenco on May 24, 2022, 09:31Hello
Please read my post carefully and follow the link I gave you - https://share.stackovergo.com/image/i20220524072547.png
mdf_search_form and mdf_custom - they are different shortcodes
custom_id and id - they are different attributes.
Hello
Please read my post carefully and follow the link I gave you - https://share.stackovergo.com/image/i20220524072547.png
mdf_search_form and mdf_custom - they are different shortcodes
custom_id and id - they are different attributes.
Quote from Dimitris on May 24, 2022, 18:47Hello again,
I read carefully the articles but unfortunately the result is far from that i need. I don't know coding, so please help me with some more details.
When I bought the plugin, i thought that it isn't necessary to know coding, but the only i have to do, is to copy / paste the code you provided here and some settings at the backend.
I think that I need is very simple. The functionality of this https://general.wp-filter.com/category/flowers-posts/ is exactly that i need. Please give a help to make it!
Hello again,
I read carefully the articles but unfortunately the result is far from that i need. I don't know coding, so please help me with some more details.
When I bought the plugin, i thought that it isn't necessary to know coding, but the only i have to do, is to copy / paste the code you provided here and some settings at the backend.
I think that I need is very simple. The functionality of this https://general.wp-filter.com/category/flowers-posts/ is exactly that i need. Please give a help to make it!
Quote from Pablo Borysenco on May 26, 2022, 16:15Hello
Please do a test
Hello
Please do a test
Quote from Dimitris on May 27, 2022, 09:13I think that the functinality is ok. Very slow, but seems ok. Thank you.
I have to check it more for sure.
Do you think that we can do something for the big delay?
If I change theme, the functionality will be ok?
I think that the functinality is ok. Very slow, but seems ok. Thank you.
I have to check it more for sure.
Do you think that we can do something for the big delay?
If I change theme, the functionality will be ok?