webworks
Forum Replies Created
-
Forum: Plugins
In reply to: [reCAPTCHA for WooCommerce] Recaptcha doesn’t appearWe’ve got someone testing cards continually and no way to escape it except check payments 🙁
Since you’re looking, could you point me in the direction to squeeze the nav together a bit more? This is something I’m currently digging around for… https://drive.google.com/file/d/1fOubyx9Tm14J_imS1abusMYhU7uGFEzm/view?usp=sharing
Gosh, if you don’t mind, I would love for you to take a peak — I’m hoping to ‘pick your brain’ on the best way to resolve the crazy. (I can’t find where it’s coming from) BTW, I’m certain the theme didn’t decide on this bizarre color LOL. It’s a wonderful theme – so many settings and so much control!
Here’s the URL: https://drive.google.com/file/d/1erTIKTlNIHM0uLEGr5tMAiZzJnlNeUk0/view?usp=sharing (There’s unapproved content so this is a temporary location)
Since you’re looking, could you point me in the direction to squeeze the nav together a bit more? This is something I’m currently digging around for… https://drive.google.com/file/d/1fOubyx9Tm14J_imS1abusMYhU7uGFEzm/view?usp=sharing
Forum: Themes and Templates
In reply to: [OceanWP] recaptcha on checkout pageI found the issue – I was logged into the dashboard – so either it doesn’t appear for admins logged in, or it was a browser cache issue. I can’t believe I spent all that time researching before I checked that persistent cache !!! But it does appear for all users on the checkout page and I tested it successfully incognito 🙂
Forum: Themes and Templates
In reply to: [OceanWP] Remove side bar vertical lineI have added the css as well as adjusting the settings in the layout section as instructed.
I still can’t get rid of that vertical bar – LOL it’s driving me nuts. Do you see what I’m missing here? The client can only change what’s in the iframe, so it’s not someone else
Forum: Plugins
In reply to: [Contact Form 7] Error from CF7 but SMTP mailer test successfulI gave up on V2 and finally got v3 (the hidden solution) working. I’m celebrating!
Forum: Plugins
In reply to: [Contact Form 7] Error from CF7 but SMTP mailer test successfulWell, I discovered it was a recaptcha error. But even though I generated new keys, it’s not working. I’ve always generated these through webmaster console. Now I can’t seem to get captcha working. Can anyone help me get past the following?
recaptcha__en.js:417 Uncaught (in promise) Error: Invalid site key or not loaded in api.js: 6LfBzW0rAAAAAPgsOPIfUnku9Rp0noDm6OeZXHxg
at Array. (recaptcha__en.js:417:446)
at recaptcha__en.js:419:161
at o (index.js?ver=6.0.6:1:256)
at index.js?ver=6.0.6:1:496Forum: Themes and Templates
In reply to: [OceanWP] Remove side bar vertical lineI did try selecting one of the layouts – but everything expanded and I seemed to have lost the formatting I’d already completed. As I have time, I’ll investigate further. I thought you might have some quick css to remove it, such that nothing else changes.
I’m sure I can select a layout and have it perfect – I just lack the time for more time LOL
Forum: Themes and Templates
In reply to: [OceanWP] Mobile menu white backgroundPlease disregard this – I found where to select from the layouts.
I now have a different style (and I don’t see the default style of the menu rolling from the *top*) but that’s fine – it can roll in from the left. As long as the buttons are visible 🙂
Thank you – wonderful theme. I like it!
Forum: Themes and Templates
In reply to: [OceanWP] Border around menu buttonThank you SO much 🙂 This theme is great by the way.
I’ve done that – thank you so much
Hello,
Yes they are now. I ended up deleting the htaccess file. That got me back in, and then a new htaccess file regenerated when I reset permalinks. Everything is back to normal now. Thank you
- This reply was modified 1 year, 5 months ago by webworks.
It just says “It looks like things have been moved around” and then sends me eback to the existing website ??
Forum: Themes and Templates
In reply to: [OceanWP] Woocommerce side barGosh this theme is packed with features.
So sorry – I just couldn’t find it!
thank you so much –
Forum: Developing with WordPress
In reply to: Display Mobile menu on desktop view everywhereI’ve tried various settings for the css to have the mobile show for desktop:
This doesn’t work either ;(
#g1-primary-nav {
display: none;
}
@media (min-width: 100px) {
#g1-primary-nav-switch::before, #g1-primary-nav-switch::after {
display: block;
visibility: visible;
}
}