jasonGHC
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP Footer – Text not showingI have gone back in via Elementor to edit the footer file that OceanWP uses, changed the colours manually, saved, which worked, and then did the reverse to change them back.
Has anyone ideas of this may be some sort of update or confict between Elementor and/or Oceanwp?
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP Footer – Text not showingHello
The same issue has returned again. I have noticed the footer is not displaying.
All caches have been purged.
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP Footer – Text not showingI have gone in and re-edited the page, changed and rechanged the colour. I then purged all caches again and it seems to have worked.
Are there any suggestions as to what may have caused this so I can try to avoid it in future?
Thanks
Forum: Plugins
In reply to: [Facebook Chat Plugin - Live Chat Plugin for WordPress] Disable in Wp-AdminCan disregard mine.
In some places it was, others it wasn’t.
Turns out good ol’ Firefox blockers were breaking website integrations again ??
Now I also have it loading in Elementor on the backend.
A number of plugins do that, not sure how to turn that off as it thinks the page is loaded I guess.
Forum: Plugins
In reply to: [Facebook Chat Plugin - Live Chat Plugin for WordPress] Disable in Wp-AdminI actually have the opposite issue – it doesn’t load in Elementor like other plugins do…
Thanks for the reply.
Does look ok there, it was just the other phone type. Hopefully update has worked, and/or browser issues on user end.
We’ll call this solved for now.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA logo turn offThat CSS code works.
For those interested, I added it to the area of Customizing>Custom CSS/JS when you go to ‘customise’ your website from the Dashboard.
Note that Googles terms, I believe, require if you hide the logo to display the following text before the submit button:
This site is protected by reCAPTCHA and the Google
Privacy Policy and
Terms of Service apply.Info on that here: https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-v3-badge-what-is-allowed
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA logo turn offYes but that doesn’t remove the recaptcha logo.
V3 is ‘invisible’ on the form but adds to the WHOLE website the recaptcha logo at the bottom right corner. It is distracting and hard to use the ‘scroll to top’ button, and is too big on mobiles.
Google’s policy allows you to use V3 without the logo, but you need to have the text we discussed above.
Contact form doesn’t have the option to add the text and remove the logo, which requires code to be put in. This would need to be done by Contact Form.
Hello,
Thanks for the follow up so far.
Was there any updates fro the dev team regarding mobile?
Thank you
Thanks for the reply.
Using Samsung J5 and Chrome.
Hello,
Same issue on mobile sadly.
The above CSS works on my phone, but in my partners phone browser it is cut off again.
Any assistance welcome please and thank you.
After some further testing, I have found a workable solution.
.hustle-modal .hustle-modal-close,
.wpmudev-ui .hustle-modal .hustle-modal-close {
position: absolute;
top: 3px;
right: 2px;
}
@media(max-width:768px){
.hustle-modal-one .hustle-modal-body section, .hustle-modal-one .hustle-modal-body section article{
max-height:none !important;
height:auto !important;
}
}I am using the above CSS.
The first part ‘hustle-modal’ moves my close X into the slide in itself making it far easier to close on mobile.
I have to have ‘turn off featured image’ on mobile, but that makes sense.
The second part of the CSS, from @media, firs the full text and GDPR button on the screen.
My question now is, is there a way to set the max height, so that it always displays on mobiles? For example, if I did have the ‘featured image’ set ON, would the max height make the box scrollable on mobile, or not?
Thanks
After some more testing, and turning off ‘featured image’ for mobiles, all the txt in my description and titles show, but the GDPR check box does not. I cannot scroll or get this to show, so they cannot sign up via mobile devices at the moment.
Your time in checking is appreciated. ??
Hello,
Checking the ‘use custom colours’ button worked for the front end, great!
So just the second issue still left…
On my Samsung Android using Chrome, the slide in appears but only shows text, with no scroll option. I cannot see all the text nor the ‘accept privacy’ button.
Hello.
Thanks for replying.
I have activated the site and scroll in’s, please go to the link now and it should open.
The button at the top of the site ‘GET IN THE KNOW’ is the on click call button for the slide in, or if you scroll down about 20% is the other trigger.
If tested on mobile you may see the issue I am having.