rajaito
Forum Replies Created
-
It is a bad move Elementor to not let us disable the items in the admin bar. I don’t use the notes feature on any of mine or my clients’ websites. It is intrusive.
Thank you for this info.
Forum: Plugins
In reply to: [QR Code Woocommerce] Automatically apply coupon code in CartGangesh,
Thanks for the reply. I was under a strict deadline for the project, so I had to find an alternative solution since this didn’t seem to do that for me at the time. I no longer have the plugin installed so I am unable to give more details other than it wasn’t applying the coupon automatically. Perhaps it was conflicting with another woocommerce extension or something else.
Thank you. I have figured this out. I will share the code below if anyone else is looking to do something similar. (replace author and subscriber with other roles that have been given elementor editing access)
// hide edit with elementor for editor, author, and subscriber roles add_action('wp_head', 'allteams_custom_styles', 100); function allteams_custom_styles() { $user = wp_get_current_user(); if ( ( in_array( 'editor', (array) $user->roles ) || in_array( 'author', (array) $user->roles ) || in_array( 'subscriber', (array) $user->roles ) ) && !is_admin() ) { echo "<style>#wp-admin-bar-elementor_edit_page{display: none !important;}</style>"; } }
Thank you for the reply @israelaz. The site is not yet online.
Steven,
Thanks for the reply. We have messaged you through your contact form.
Forum: Plugins
In reply to: [User Role Editor] SOME users with role don’t have the assigned permissionsVladimir,
Thank you for your reply. Unfortunately, this doesn’t seem to work.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] wpbakery full-width row issueThanks for the reply. The theme developer recommended I let you know the conflict with WPBakery. Glad that part is working now. I have a different issue now though.
It appears the sticky row does not get pushed out of the way properly with Chrome. Seems to work in other browsers.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] wpbakery full-width row issueUpdate:
In the sticky plugin settings, when I clicked both the Legacy Mode and Dynamic Mode options it started working! Not sure what that did exactly. It says the newer mode is better but it didn’t seem to work properly with the WPBakery full-width row enabled.
- This reply was modified 4 years, 7 months ago by rajaito.
Forum: Plugins
In reply to: [Uber reCaptcha] Recaptcha box alignmentThank you for your assistance.
The X was not showing until I went looking for it and hovered over the corner.
This made it go away.
Thanks for the response and the excellent plugin!
Forum: Plugins
In reply to: [The Events Calendar] Next events link not showing resultsForum: Plugins
In reply to: [The Events Calendar] Calendar shows only a few eventsI have also been having this issue and it has been happening for months! I just updated the plugin and it did not fix the problem.
edit: I am using the DIVI theme and I found a fix!
https://theeventscalendar.com/extensions/elegant-themes-divi-theme-compatibility/
Forum: Plugins
In reply to: [The Events Calendar] Calendar not advancing to next monthI was also having this issue.
I am using the DIVI theme and I found a fix!
https://theeventscalendar.com/extensions/elegant-themes-divi-theme-compatibility/
Forum: Plugins
In reply to: [Heartbeat Control] Not working on Siteground serverSiteground doesn’t seem to like the WP heartbeat. ??