esmelndn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] CSS Glowing EffectThank you @abhikr781. I was able to fix my code & sort it out. Thank you for your help.
Solved my problem with help from a post on a different platform. I understand removing focus features is not a best practice and I will work to find a workaround for restyling them. However, my issue was trying to override Bootstrap code. Here’s what worked for me.
/** * The default focus style is likely provided by Bootstrap or the browser * but here we override everything else with a visually appealing cross- * browser solution that works well on all focusable page elements * including buttons, links, inputs, textareas, and selects. */ *:focus { outline: 0 !important; box-shadow: 0 0 0 .2rem #fff, /* use site bg color to create whitespace for faux focus ring */ 0 0 0 .35rem #069 !important; /* faux focus ring color */ } /** * Undo the above focused button styles when the element received focus * via mouse click or touch, but not keyboard navigation. */ *:focus:not(:focus-visible) { outline: 0 !important; box-shadow: none !important; }
Forum: Themes and Templates
In reply to: [OceanWP] Add login form as drop down menu itemGreat idea & worth a try. Thanks, Abhishek!
Forum: Plugins
In reply to: [Payment Gateway for PayPal on WooCommerce] Sandbox Credit Card NumbersOkay, I found the credit card number for VISA at checkout in Sandbox mode, but I keep getting “error processing payment” message. Not sure why. I’m using the sandbox card details provided by the plugin.
Hi, My apologies for the extended delay. Not sure what has been going on with the updates, but I’ve never had an issue with EA for Elementor before, until now. However, all updates since 4.2.4 (free) have broken my site, even the latest, 4.3.3. My site has been down for nearly two weeks, which has disrupted my development schedule.
Anyhow, thanks to rafinkhan’s idea to rollback to an older version, this only has resolved the issue. So, yes, feel free to mark the issue as resolved. But, please note, something in the plugin is still broken in the free version. I really feel scared to update the plugin beyond 4.2.4 again. I’ll try to use this version until I find a more permanent solution.
Although a rollback was not the ideal solution, thanks again to rafinkhan for giving quick support.
Thanks for responding quickly. Version 4.3.2 and its predecessors have not helped. My site is still affected by the bug. I will try disabling the widgets first. Then, contact support as needed. I do not have pro. Does that matter? Thanks.