HarrisDesigned
Forum Replies Created
-
The link was for @apprimit to show the checkbox issue. It’s not a form for you to complete.
Link to brand new install with all updates: Link to website
user: demo
pw: sr25gh78I have updated the oceanwp theme to the v1.7.3 and ocean extra plugin to the v1.5.19 and the issue still exists. Currently using the following css to fix it:
input[type=checkbox]:checked:before { content: '?' !important; }
Confirmed. Since updating to 1.7.2 I have lost the icon that was once in the acceptance box on my elementor forms. Temporary Solution:
input[type=checkbox]:checked:before { color: #C16E2A !important; content: '\f058' !important; padding-top:1px; } input[type="checkbox"] { height:18px; width:18px }
Forum: Plugins
In reply to: [Age Gate] PHP 7.0I found the answer in one of your other posts (Javascript version, clear all cache)
I think it’s working now, sorry about the posts!
Forum: Plugins
In reply to: [Age Gate] PHP 7.0site url: lecibiadt.wpengine.com
Forum: Plugins
In reply to: [Age Gate] PHP 7.0Hi Phil,
Since the update, the age gate is stuck now and just reloads when an option is clicked. Any ideas?
Thanks!
Forum: Plugins
In reply to: [Age Gate] PHP 7.0You’re awesome. Appreciate the speedy reply!
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Line-height on mobile menu itemsI couldn’t find the setting on the Customizer, but was able to resolve it all with CSS.
#menu-main-menu-2 li a.shiftnav-target{ padding-top:0px; text-align:left; line-height:16px; }
Thank you for the response.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event being coveredI added a break at the beginning of the event title and bootlegged a fix.
Is there a better way to do that?