utfred2
Forum Replies Created
-
Hi again,
After a few experiments, I think I sorted out the mystery…
I use an old MacBook Air that runs Safari 13.1 with no more possibility to upgrade, and that seems to be the problem.
The issue I described does not happen on our newer Mac which runs Safari 14.1, and does not happen on my old mac with Firefox or Chrome.
Just in case some other people ask you!
Thanks
Hi,
Thank you so much for your prompt response.
I deactivated all plugins except AIO SEO and still have the same issue. When I click “edit page”, the page comes up with the SEO bar open by default and the various setting options cover the screen. When I minimize the settings by clicking on the small arrow to the right, the bar shows almost at the top of the page and indeed hovers over my content, preventing editing of what is underneath. I can click on that SEO settings bar and drag it down, but when I release the mouse it comes back up.
Happy to post screenshots, how can I do that? Sorry for my ignorance…
Thanks
Well, I ended up disabling 2 plugins = cache enabler and autoptimize and this refreshed my site map
Oops, note, still not working, please help!
ThanksAh, I think I found my answer,
I saw an alert from the plugin saying there was a static file on my server which I needed to delete –
So I did that, is there anything else to do?OK, sounds good, hopefully it will make the cut of the new features!
Forum: Themes and Templates
In reply to: [Twenty Twenty] Reduce padding around default buttonIt works like a charm, you are a CSS wizard! – Thank you very much
Forum: Themes and Templates
In reply to: [Twenty Twenty] Reduce padding around default buttonThank you so much for your quick response. I tried it and it does make a difference unfortunately.
I tried this but it does not work either…
.single .button
input[type=”submit”]{
padding: 0px;
}Here is the link to my page in progress, you can’t miss the buttons I am talking about! We use an outside cart provider, so we write all the code for the purchasing process on that page, hence my attempt with the “submit input” above
https://ispinnakers.es/tienda-de-spinnaker-asimetrico/
e.g. of code I inserted for the bags (3rd column on the right, top row):
<form accept-charset=”utf-8″ action=”https://isails.foxycart.com/cart” method=”post”>
<input name=”template_set” type=”hidden” value=”it-EUR”/>
<input name=”name” type=”hidden” value=” Bolsa de spinnaker, Rojo “/>
</select><select name=”Tama?o”>
<option value=””> Tama?o</option>
(codes for a bunch of option values)</select>
<br/>
<input class=”button” type=”submit” value=”
Comprar”/>
</form>Thanks!