Rustaurius
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Issue with Excluding CategoriesHi again,
The div structure of the FAQs is correct. The FAQ block showing outside of the div it’s supposed to is because something is closing the div prematurely. That’s why I was asking you to check the FAQs to make sure there is no HTML directly in an FAQ that could be causing the issue.
If you’re certain you’ve checked all FAQs for any potential stray HTML, then you’ll need to find out what else in your WordPress install is causing the conflict. As a test, you could deactivate all your plugins, except for UFAQ, and see if that makes a difference. From there, you could reactivate your plugins, one at a time, until the issue reoccurs.
Another test would be to temporarily switch to the default Twenty Nineteen WordPress theme and see if that makes a difference.
Thank you for providing that video, I was able to reproduce this issue on my end as well. We’ll work to get a fix out later this week so that editing prices works as expected in the list table.
Hi @inakibs,
What’s the language setting for your site?
Hi,
Alright, I seem to experience the same issue actually if I switch over to German. Like you said, the stylesheet is not being loaded when the language has been changed. We’re going to see if we can get a fix out for that sometime this week.
Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] Different approach to imagesAre you using a visual composer? If so, which one?
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Import function for multibyte charactersHi takekasai,
The import feature is actually part of the premium version of the plugin. The ww.wp.xz.cn forums are meant for questions about the free version of this software. As such, please contact us directly by email or visit our website, and we’d be happy to assist you in using the premium version.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Getting Page not found errorHi Shashank,
I’m not too sure where you are getting that URL from, but I don’t see any links on your FAQ page that lead there. Do you maybe have a link on another page to your FAQ page? Also, given the nature of the content of your site, could it be that you’ve added some kind of affiliate code to a URL that you’ve placed somewhere on or off your site, and that is causing the bad redirection to the invalid URL you provided?
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Category link TOC at top of pageHi Sharon,
If you enable the FAQ Category Toggle option, it should display the categories as a list on page load, with the ability to expand each category individually. This would, by far, be the easiest way to achieve what you’re looking to do.
If, instead, you wanted to display a list of categories at the top of your page, independent of the shortcode, you’d have to include multiple instances of the shortcode – one for each category – and then write your own HTML code.
One way to do this would be:
Add your table of contents at the top
Add UFAQ shortcodes with the ‘include_category’ attribute. This attribute targets specific categories so only the faqs of certain categories will display.
To find what value you need to enter in for ‘include_category’, navigate to the “Categories” tab in the plugin settings and look under the Slug column in the table on the right.
Add your anchor link just above the ‘include_category’ shortcode (in the example below, we wrapped them in <h5> headers so they’ll stand out a bit better on the page)Example:
<p>TABLE OF CONTENTS</p> <a href="#cats">Cats</a> <a href="#dogs">Dogs</a> <h5><a id="cats"></a>Cats</h5> [ultimate-faqs include_category='cats'] <h5><a id="cats"></a>Dogs</h5> [ultimate-faqs include_category='dogs']Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Issue with Excluding CategoriesHi again,
If you enter in the standard [ultimate-faqs] shortcode on http://williamasch.staging.wpengine.com/faq/ (not with Gutenberg blocks, rather just with the plain [ultimate-faqs] text pasted in), does the page display normally? If so, then, can you please try adding the exclude_category attribute to the shortcode? I just tested and it works fine with one, two or three different categories excluded. For example:
[ultimate-faqs exclude_category=”cars,bikes,trains”]
Hi Matt,
The submit FAQ feature is actually part of the premium version of the plugin. The ww.wp.xz.cn forums are meant for questions about the free version of this software. As such, please contact us directly by email or visit our website, and we’d be happy to assist you in using the premium version.
Hi @doffine,
This issue looks like it’s related to the translation issue that you brought up in an earlier thread. Once the translation issue is fixed, would you mind letting us know if this is resolved as well?
Also, it’s generally a bad idea to offer login credentials for your site or FTP, as someone with access to either of those would be able to do all kinds of bad things to your site. If you’d like to know more about the guidelines around what not to post, you can find that information here:
Hello @doffine,
Are you using a translating plugin called WPML by any chance? If so, could you go to WPML -> Translation Managaement -> Multilingual Content Setup -> Disable Custom posts slug translation option and see if that makes a difference?
Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] Different approach to imagesHi @cenders,
If you enable the lightbox feature in the “Basic” tab of the “Options” page, the only thing you should need to do to trigger it is click on one of your menu items.
Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] Price changesHi @alanrh,
That is available in the premium version of the plugin, and the ww.wp.xz.cn are meant exclusively for talking about the free version of the plugin available from ww.wp.xz.cn.
For help with the premium version, please visit our website.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Accessibility update for Ultimate FAQHello @teisha21,
Thank you for bringing this to our attention. If you’ve got an example, that would definitely be helpful. We’ll add this to our to do list for our next maintenance update if possible.