• Resolved armand1981

    (@armand1981)


    After the latest update there is a conflict i never seen before. Before it works ok but now ALL topics are open by default AND the custom CSS i have insert is gone.. Strange

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi armand,

    It’s not a conflict. It’s by design. We cleaned up a lot of stuff that was inconsistent or non-standard, to make the whole plugin a lot more uniform in design and function.

    If there is only one FAQ output by a shortcode, it will start open (as there is no need for the toggle functionality if there is only one FAQ on the page). For reference, this has also been mentioned in several other recent forum posts.

    If it’s happening because you are using multiple shortcodes on the same page, that shouldn’t be necessary. You can use the shortcode attributes to include, exclude and limit the FAQs that are displayed all within one single shortcode.

    Alternatively, as mentioned in the changelog for version 2.0.5, we added in the ability to directly filter the display_all_answers and group_by_category settings, so you can override the defaults with your own code. An example of how to do this can be found here: https://pastebin.com/gZXFcmtw

    As for the Custom CSS issue, several classes and IDs were updated to follow a more consistent naming convention across the whole plugin. This was also referenced in several recent posts. As mentioned in those, the biggest change was mostly just making sure all selectors followed the same ewd-ufaq naming convention. If you would like, you can paste in your custom CSS and I can let you know what, if anything, needs to be updated in order to transition seamlessly over to the new version.

    Thread Starter armand1981

    (@armand1981)

    Hi Jaysupport.

    Thanks for your help. I have tested your information within our website.
    I have a FAQ category called ‘python’ with id ‘2562’ and tested 2 ways of inserting:

    A:
    [ultimate-faqs include_category_ids =’2562’]
    I see ALL FAQ’s i have made! Why, i have sorted out on id 2562

    B:[ultimate-faqs include_category=’python-of-r’]
    This works….

    Why does A not working?
    Thanks again
    Armand

    Plugin Support jaysupport

    (@jaysupport)

    The include_category_ids attribute is 100% working in the current version of the plugin. If it isn’t working for you, that means either the ID being used isn’t correct, you have an issue with the quotes being used in your shortcode, or you have some other issue with your shortcode (e.g. that space before the equals sign).

    Thread Starter armand1981

    (@armand1981)

    Hey Jay! Solved
    Thanks for your support and quick answers. Love your feature.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Collapse issues’ is closed to new replies.