MDTF widget disappear in result page (conditional widget)
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf 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 xmazzaaa on January 21, 2021, 21:58Hello. I need the widget to only appear in a certain category so I use it in conjunction with the "Widget Options" plugin. (same result with widget logic) Everything works fine as long as one does the research. The widget disappears from the results page.
I set "Widget Options" to show the widget only in a specific category. In the MDTF widget the results (and reset) page is the same chosen category. I created custom taxionomies with "custom post type ui".
------- Ie:
... /test / category / futured /
the widget appears
-------
.../ test / category / futured /? slg = post & mdf_cat = -1 & page_mdf = f9994a2eed31e877cc348450aac2afe2
the widget disappears (does not seem to recognize the category indicated in the link)
--------
... /test / category / futured / destination-post.php
the widget appears
-----
How can I solve. The site that I have to develop has many categories with thousands of products ....
I don't use woocommerce (it's not an eshop)
Thanks
Hello. I need the widget to only appear in a certain category so I use it in conjunction with the"Widget Options" plugin. (same result with widget logic) Everything works fine as long as one does the research. The widget disappears from the results page.
I set"Widget Options" to show the widget only in a specific category. In the MDTF widget the results (and reset) page is the same chosen category. I created custom taxionomies with"custom post type ui".
------- Ie:
... /test / category / futured /
the widget appears
-------
.../ test / category / futured /? slg = post & mdf_cat = -1 & page_mdf = f9994a2eed31e877cc348450aac2afe2
the widget disappears (does not seem to recognize the category indicated in the link)
--------
... /test / category / futured / destination-post.php
the widget appears
-----
How can I solve. The site that I have to develop has many categories with thousands of products ....
I don't use woocommerce (it's not an eshop)
Thanks
Quote from Pablo Borysenco on January 22, 2021, 11:32Hello
Drop me an exact link to the issue and screenshots of the widget settings
Hello
Drop me an exact link to the issue and screenshots of the widget settings
Quote from xmazzaaa on January 22, 2021, 13:07Thanks for the quick reply. These are the links of the test site.http://www.paolomazzagardi.com/test/test/futured/fascinating-san-diego-2/
ie result page (no widget)
http://www.paolomazzagardi.com/test/test/category/futured/?slg=post&mdf_cat=-1&page_mdf=8d55a5e86d7401f4f7516d7f0f167a91ie result post:
http://www.paolomazzagardi.com/test/test/senza-categoria/vacation-travel-club-2/
widget settings
plugins:
Thanks for the quick reply. These are the links of the test site.
http://www.paolomazzagardi.com/test/test/futured/fascinating-san-diego-2/
ie result page (no widget)
http://www.paolomazzagardi.com/test/test/category/futured/?slg=post&mdf_cat=-1&page_mdf=8d55a5e86d7401f4f7516d7f0f167a91
ie result post:
http://www.paolomazzagardi.com/test/test/senza-categoria/vacation-travel-club-2/
widget settings

plugins:


Quote from Pablo Borysenco on January 25, 2021, 10:41Hello
Please use widget logic. An Example:
isset($_GET['page_mdf']) || is_category()
Hello
Please use widget logic. An Example:
isset($_GET['page_mdf']) || is_category()
Quote from xmazzaaa on January 25, 2021, 17:08I used: isset($_GET['page_mdf']) || is_category(array('futured')) on widget logic now it works in the category, on the results page (you also see the reset button). Unfortunately it disappears in the final destination post (it's always in the same category). ie: http://www.paolomazzagardi.com/test/test/futured/vacation-travel-club-2/ (no widget) How can I proceed? thanks for all the help provided now
I used: isset($_GET['page_mdf']) || is_category(array('futured')) on widget logic
now it works in the category, on the results page (you also see the reset button).
Unfortunately it disappears in the final destination post (it's always in the same category).
ie: http://www.paolomazzagardi.com/test/test/futured/vacation-travel-club-2/ (no widget)
How can I proceed?
thanks for all the help provided now
Quote from Pablo Borysenco on January 26, 2021, 10:59Hello
http://www.paolomazzagardi.com/test/test/futured/vacation-travel-club-2/ - This is not a category. This is single post page. Please use is_single()
Hello
http://www.paolomazzagardi.com/test/test/futured/vacation-travel-club-2/ - This is not a category. This is single post page. Please use is_single()
Quote from xmazzaaa on January 27, 2021, 17:19So there is no way to activate the widget even for posts from a certain category? I think your solution (is_single()) then intervenes on all posts ... or am I wrong? thanks for all the help so far
So there is no way to activate the widget even for posts from a certain category?
I think your solution (is_single()) then intervenes on all posts ... or am I wrong?
thanks for all the help so farQuote from Pablo Borysenco on January 28, 2021, 10:11Hello
Please read this - https://codex.wordpress.org/Conditional_Tags
Hello
Please read this - https://codex.wordpress.org/Conditional_Tags
Quote from xmazzaaa on January 29, 2021, 11:49ok, thanks. I ll try to assign a tag to every category post...
ok, thanks. I ll try to assign a tag to every category post...
Quote from Pablo Borysenco on January 29, 2021, 11:53Hello
Welcome;)
Hello
Welcome;)
Quote from xmazzaaa on March 3, 2021, 21:33Now I use three widgets with widget logic. Now all three appear on the results page. is it possible to show only the one of the research carried out?
The problem that often pressing a button of the wrong filter reset leads to a page different from that of the search ...
Now I use three widgets with widget logic. Now all three appear on the results page. is it possible to show only the one of the research carried out?
The problem that often pressing a button of the wrong filter reset leads to a page different from that of the search ...
Quote from xmazzaaa on March 3, 2021, 21:37Thanks for any help
Thanks for any help
Quote from Pablo Borysenco on March 4, 2021, 10:31Hello
is it possible to show only the one of the research carried out? - In this case, you should contact widget logic support
Hello
is it possible to show only the one of the research carried out? - In this case, you should contact widget logic support
