bethfly
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] Recaptcha V3 not displaying on comment formBTW, I’m hosted on WordPress.com, but it doesn’t seem there’s a forum for this over there, and I downloaded and installed it through the WordPress.com plugin page.
- This reply was modified 2 years, 2 months ago by bethfly.
Sorry for the delay. Yes, it is working now. Thanks!
Hi, Yannick. The embed shortcode is working now in the Large Description field, but the iframe tag is still being stripped out when I click the “Update” button.
Forum: Plugins
In reply to: [Link Library] Link list disappeared after updating to 6.0.9Thanks.
Forum: Plugins
In reply to: [Link Library] Link list disappeared after updating to 6.0.9To be clear, the link categories exist. What’s missing is all the settings and formatting for each of the libraries. None of the libraries exist anymore, and I am having to create them again, which is really difficult, as I don’t remember what settings I used when creating them.
Forum: Plugins
In reply to: [Link Library] Link list disappeared after updating to 6.0.9Yannick, I accidentally updated my Link Library to 6.0 while updating all my plugins. I hadn’t wanted to do that. So I deleted the plugin and installed the previous version. But now it appears that I deleted all of my settings and libraries. The links are there, but all the categories and formatting are completely gone. I want to restore the files from yesterday. Are the settings and formats stored in the database somewhere? If so, what tables? I don’t want to restore my entire database if possible. Or is there another way to get it all back?
Forum: Plugins
In reply to: [Link Library] Link list disappeared after updating to 6.0.9I’ve selected the categories in the settings for each library. I haven’t overridden them in the shortcodes. Is that what you mean?
Forum: Plugins
In reply to: [Link Library] Link list disappeared after updating to 6.0.9Correct. I was looking in the new Link as library list because the native WordPress link list was not there.
I’ll try reimporting the links.
Also, I want to make sure that all my custom settings, including custom Link Library CSS, will carry over as well. Is there anything I might have to redo?
That worked! However, it would have been nice to be able to have the sharing buttons at the top of the page, just not in every single post. I tried adding the shortcode [shariff] to the top of the page, but I guess it doesn’t work with that box checked.
Thanks. I just clicked the checkbox to turn off Shariff buttons outside the main loop, but it didn’t help. (I also cleared cache before checking again.) Simple Press is embedded in a regular page using a shortcode.
The only boxes I have checked are Posts and Pages.
Thanks,
BethForum: Plugins
In reply to: [Comments - wpDiscuz] GDPR – Still need check box to opt in for Cookies!Hi. You have marked this as resolved, but I still have not seen the update. Can you give me a date when it will be available?
Forum: Plugins
In reply to: [Comments - wpDiscuz] GDPR – Still need check box to opt in for Cookies!@themadcore I don’t think you understand me. What we need is a checkbox which will TURN ON COOKIES if the user consents to them or TURN OFF COOKIES if they do not. The user should be able to leave a comment either way.
I believe that the “acceptance field” you are referring to is the GDPR Agreement, which just means they consent to your terms of service but it does nothing to turn cookies on or off. Apparently, native WordPress comments do have the functionality I am referring to.
- This reply was modified 7 years, 10 months ago by bethfly.
Forum: Plugins
In reply to: [Comments - wpDiscuz] GDPR and other optionsMay 25 is two days away. When will this update be ready?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Relevanssi has stopped working for me tooThank you! That was it. I had made a mistake creating a function to exclude categories from archives. I was supposed to put a minus sign before the category number, and I forgot, so I guess instead of excluding the category, it restricted search results to only that category. Does that make sense? After adding the minus sign tonight, search works properly again.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Relevanssi has stopped working for me tooHi. Sorry for taking so long to respond. Was dealing with family health issues.
Okay, I have run your code, and here are the results:
array(17) { ["q"]=> string(10) "zero waste" ["tax_query"]=> array(2) { [0]=> array(5) { ["taxonomy"]=> string(8) "category" ["terms"]=> array(1) { [0]=> int(2672) } ["field"]=> string(7) "term_id" ["operator"]=> string(2) "IN" ["include_children"]=> bool(true) } [1]=> array(5) { ["taxonomy"]=> string(8) "category" ["terms"]=> array(1) { [0]=> int(2626) } ["field"]=> string(7) "term_id" ["operator"]=> string(6) "NOT IN" ["include_children"]=> bool(true) } } ["tax_query_relation"]=> string(3) "AND" ["post_query"]=> array(0) { } ["parent_query"]=> array(0) { } ["meta_query"]=> array(0) { } ["date_query"]=> bool(false) ["expost"]=> string(0) "" ["post_type"]=> bool(false) ["post_status"]=> bool(false) ["operator"]=> string(3) "AND" ["search_blogs"]=> bool(false) ["author"]=> bool(false) ["orderby"]=> NULL ["order"]=> string(4) "DESC" ["fields"]=> string(0) "" ["sentence"]=> bool(false) }