matthalemarketing
Forum Replies Created
-
Thanks – it was hiding in plain sight.
In the end i bought the pro version of elementor and that fixed it.
Forum: Plugins
In reply to: [WooCommerce] woo commerce 4 update crashed websitethe host sorted it out for me -PHEW – lifesaver
they returned it to yesterdays save file from their end.
woo commerce has got to go – this is such a liability
Forum: Fixing WordPress
In reply to: Postcode Finder That Redirects To a Page For Plumber WebsiteHey Daniel
Thanks for replying – that is a great idea having 2 boxes so you input 1st part of postcode into first box and 2nd part of postcode in second box and it just ignores the second box and takes the information from the first box.
how you do that though is way over my head
here is the code as it currently is.
<div id=”postcode_content_wrapper”><div id=”postcode_search”> <div class=”search-header”> <h4 class=”h-header”> 1. Enter The First Part of Your Postcode e.g B12 </h4> <h4 class=”h-header”>2. Then Select From The Dropdown Menu </h4> </div><div class=”search-wrapper-inner”> <div class=”search-top”> <div id=”search-input-location-wrapper” class=”search-input-wrapper”> <input id=”search-input-location” type=”text” name=”q” class=”search-input ui-autocomplete-input” autocomplete=”off” placeholder=”e.g. B12″> </div> </div> <div class=”search-bottom clearfix”> <div class=”search-bottom-left”> </div> <div class=”search-bottom-right right”> Search </div> <p class=”h-subheader”> If your postcode does not come up in the dropdown menu, it means we don’t have a plumber in that area. Apologies for the inconvenience. </p> </div> </div> </div></div> <style>#postcode_search { background: #0a70c3; } #postcode_search .h-header { color: #f8f8f8 } </style>