bethgee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Menu not showing on mobile?!I worked it out – I had to go into the Responsive builder and add ANOTHER menu on the mobile screen. I believe it is a weird quirk with Beaver Builder rather than the theme.
I worked it out – I had to go into the Responsive builder and add ANOTHER menu on the mobile screen. It seems very strange to me that it wouldn’t automatically show on a mobile screen without doing this, but there you go!
Apologies, I didn’t realise it was the paid/premium version – I am helping out a friend with some minor changes to the site. I don’t have access to the premium help as I don’t have the account details to sign in…
I have tried adding the above code to the custom css but changing to
display: inline !important
display: block !important
display: inline-block !important
and there is no change!Is there any other way to fix this??
I have had to add the following to my custom css to solve the issue:
.elementor-column-gap-default {
margin-left: 0px !important;
margin-right: 0px !important;
width: 100% !important
}because a div with the above class (that I don’t believe I have access to in the elementor builder) had huge left and right margins!!
I think these will work… hopefully 😉
https://www.upload.ee/image/12739046/Screenshot__101_.png
https://www.upload.ee/files/12739050/Screenshot__102_.png.htmlForum: Plugins
In reply to: [Service Area Postcode Checker] Hiding search query from end of resultsIgnore the above, I checked again on a private browser and it works!!
Never mind, I checked again on a private browser and it works!!
Forum: Plugins
In reply to: [Service Area Postcode Checker] Hiding search query from end of resultsI tried uninstalling and reinstalling the plugin, which still didn’t fix this issue!
No matter what I try, the plugin is now redirecting to the homepage of the site with the extension ?postcode_check=2350&verify-int=on when you click the button or hit enter…
I haven’t changed any of the settings since reinstalling.
Help!!!
Forum: Plugins
In reply to: [Service Area Postcode Checker] Hiding search query from end of resultsI am now worried I will need to remove the plugin and start again… unless anyone else has an idea of how to fix the issue??
Forum: Plugins
In reply to: [Service Area Postcode Checker] Hiding search query from end of resultsI have changed the my_services_postcode_checker.js file back and made the change to postcode_class.php, which makes no difference – it is now still redirecting to the url I mentioned above.
Also, when I try to revert to the original my_services_postcode_checker.js code, it breaks the whole page!
Forum: Plugins
In reply to: [Service Area Postcode Checker] Hiding search query from end of results@jonahall did that work for you? I changed the JS code as you suggested and it is now redirecting to my homepage (which is currently a “coming soon” page with the following extension – ?postcode_check=2000&verify-int=on – instead of showing a message!
Help please!
Forum: Plugins
In reply to: [Service Area Postcode Checker] Only selecting from 1 postcode listDid you find a solution, Alex?
My client wants a postcode checker which will show one message for some postcodes and another for others (within delivery area or not)
Worked it out! 😀
I used a variable field afterwards to assign number values to the radio field values. Ie:
[variable colourconvert init:0 “colourpicker:” “None 0” “25% 0.02” “50% 0.04” “75% 0.06” “100% 0.08”]
and then hid that field using Conditional Fields.
- This reply was modified 5 years, 7 months ago by bethgee.
Thanks, Oleg. I was using the most recent update.
My clients have decided they do not need the filter after all for the time being.
Thank you 🙂