Rachel
Forum Replies Created
-
Snippet name: GTM Header
Display on: Site wide
Location: Header
Snippet type: HTML
Show on: All devices
Snippet name: GTM Body
Display on: Site wide
Location: Body Open
Snippet type: HTML
Show on: All devicesThat lets you add one single reply-to email address. in gravity forms you can dynamically select the email field {email} so that when you reply-to, you are replying to the customer. your proposed solution doesn’t work.
I did that, but I’m still getting slack notifications for the site in question.
Also getting this error. Adding my comment so I can receive follow-up replies when fixed! I have a list of sites to do this for LOL.
edit: typo
- This reply was modified 2 years, 1 month ago by Rachel.
I’ve already brought it up with Pro support, and they provided a workaround script. The smooth scroll library simply needs to be removed from a future version of Elementor / Hello Theme so that users do not have to add extra script to make their site Accessible per WCAG standards.
Forum: Plugins
In reply to: [WP Accessibility] Skip to main content questionFor me it’s being caused by the plugin Elementor. As soon as I deactivated it, the correct functionality returned.
Forum: Plugins
In reply to: [One Click Accessibility] Skip Link goes to #contentThey definitely should allow us to set a custom ID for the content skiplink! And it should also disable the auto-generated skiplink from Elementor that appears whenever you choose “main” as the HTML tag in a page/template’s settings.
Forum: Plugins
In reply to: [Bible Verse of the Day] NLT option not workingThank you, yes uninstalling and re-installing the plugin fixed the issue!
Thank you so much! Honestly even being able to move the show_controls sub-block out of the image block and into the meta block would be immensely useful. i’ve been able to accomplish much of what i need via CSS already, but don’t understand how the filters work to be able to move that one specific section…. and/or even just make a “visit Website” link show up under the meta block (then i could hide the show_controls sub-block altogether). see screenshot as reference: https://tinyurl.com/y6uxznkd
**Note, even figuring out how to pull in individual blocks/sections of the page as a whole would be immensely helpful. (e.g. show_images, show_meta, show_times) so i could rearrange and stack differently on mobile…
as soon as I started doing other things in my sites i realized this version broke a bunch of stuff — reference in other person’s support topic re: freemius breach
Just chiming in to say that since updating to latest version v2.4.0.6 it has caused major issues for my sites as well — media library grid view not working, Elementor not loading, other plugins having issues too — constant errors in the logs including
— PHP Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1
— PHP Warning: Undefined array key
— Updating failed. The response is not a valid JSON responseAnd others
Hi, no worries! I just updated (new version was not available at the time of this post) and I see both issues are resolved! Thank you!
figured it out!
add_filter( 'register_taxonomy_args', function( $args, $taxonomy ) { if( 'genres' === $taxonomy && is_array( $args ) ) $args['rewrite']['with_front'] = false; return $args; }, 99, 2 );
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Does this work across network of sites?But on your own Astra blog, it says you can?
https://wpastra.com/wordpress-multisite-plugins/ see item #13- This reply was modified 2 years, 11 months ago by Rachel.