xDe6ug
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Term Selection Widget] This REALLY needs some screenshotsYou are right.
Forum: Plugins
In reply to: [Multiple Term Selection Widget] Help with box widthThe drop down boxes have a with of 100% minor 11px padding. So the widget is responsive and for me don’t overlap the other columns. Maybe you need to look at your css files.
The dropdowns don’t propagate for the moment.
Forum: Plugins
In reply to: [Multiple Term Selection Widget] Template Page for Search ResultsThe results are displayed on the archive page of posts (or custom posts) => archive-$posttype.php
https://www.ads-software.com/plugins/multiple-term-selection-widget/other_notes
The dropdown is not interactive for the moment.
Forum: Plugins
In reply to: [Multiple Term Selection Widget] Customer Post Types not availableCreate a parent term ‘Manufacturer’ and change all other terms as child terms of this parent.
Forum: Plugins
In reply to: [Multiple Term Selection Widget] Customer Post Types not available‘Manufacturers’ must be hierarchical to be used with Multiple Term Selection Widget. Maybe you need a developer.
Forum: Plugins
In reply to: [Multiple Term Selection Widget] Customer Post Types not availableA custom post type is available if it has at least one hierarchical taxonomy with one term parent and one term child.
Forum: Plugins
In reply to: [Multiple Term Selection Widget] change color of search buttonYou have to learn css (maybe here) and add your style in your Avada theme (style.css file).
For example :
.mtsw-form input[type=”submit”] {
background-color: rgb(246, 246, 246);
color: #0761a6;
}Forum: Plugins
In reply to: [Multiple Term Selection Widget] change color of search buttonThe plugin can’t help stylise the search button. Maybe a future improvement…
You have to add css to customize the submit button.regards,
Forum: Plugins
In reply to: [Multiple Term Selection Widget] search not workingDifficult to help you without more information.
Could you make a test with a wordress twenty theme ?
The plugin uses the custom post archive page to display the search result.
Read the documentation for details.You can contact us here for personal help.
Forum: Plugins
In reply to: [Multiple Term Selection Widget] Error messages in widgetBug founded and fixed.
Forum: Plugins
In reply to: [Multiple Term Selection Widget] Error messages in widgetIf there’re not included terms registered, the widget doesn’t show.
What’s your wordpress version ?
What’s the taxonomy used ? What’s its content ? Which post-type is related ?
Can you show a debug log file ?Forum: Plugins
In reply to: [Multiple Term Selection Widget] Why isn't is compatible with 3.8?3.8 ok !
Forum: Plugins
In reply to: [Multiple Term Selection Widget] Why isn't is compatible with 3.8?Maybe it works.
I will test it soon.