Roberto B.
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Rounded price decimalI meant, i’m using that formula on every product price. I calculate product price using PREC formula in all the products i created using CFF
RobertoForum: Plugins
In reply to: [Calculated Fields Form] Rounded price decimalHello,
thank you for the reply.
I’m already using that formula in every product.
What esle could it be?
RobertoProblem solved.
a plugin was deactivating the j query migrate.
rectivating it solved the problemHello.
the google API key works. I created also other api keys but the problem remains.
I get this strange behaviour:
when i get to the checkout page and i enter an address, the google autocomplete address doesn’t work, BUT, if i press enter, and i reload the page, the address i entered before is already there and then the google autocomplete works (like if it needs text to be in the address field when the page loads)
RobertoI had to turn of autocomplete since i received an error, visibile in the following image:
https://ibb.co/yyXcPMp
i couldn’t enter any input.
RobertoForum: Themes and Templates
In reply to: [Kadence] cls issue on mobile product pageI tried your code and it works!
Now i’m happily using it ??
Thank you!Forum: Themes and Templates
In reply to: [Kadence] cls issue on mobile product pageThank you for the information.
I resolved removing all the images from the lazy load.
I will save your code in case a will have any problem in the future.
Thank you very much!
RobertoForum: Plugins
In reply to: [Customer Reviews for WooCommerce] How to avoid roboto fonts to load?I resolved cancelling the open sans font family, leaving active the sans serif here:
.cr-badge {
display: inline-block;
padding: 40px;
font-family: ‘Open Sans’, sans-serif;
font-size: 0;
color: #1F1F1F;
line-height: normal;
position: relative;
text-align: left;
text-decoration:none;
box-sizing: border-box;
transform-origin: left;
visibility: hidden;
}
and i cancelled all the @font-face lines at the bottom of the file.
It seems to work
thank you.Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] How to avoid roboto fonts to load?here is the file you are referring to:
https://ibb.co/txmKpZb
If you could suggest me how to modify the text i will do that myself
Thank youForum: Plugins
In reply to: [Customer Reviews for WooCommerce] How to avoid roboto fonts to load?Hello,
thank you for the reply.
is there any chance you could explain how to change the css?
I would follow your indications.
RobertoForum: Plugins
In reply to: [Customer Reviews for WooCommerce] make CRW use system font instead of robotoI solved the problem installing a plugin:
Flying Fonts by FlyingPress
150 kb of fonts just disappeared
thank you
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] make CRW use system font instead of robotoIn this image i show better what i’m referring to.
As you can see the weight of the page is significantly increased by this fonts, all due to the plugin:
1) https://ibb.co/xYqWsYd
2) https://ibb.co/ZWyjCfGThank you
- This reply was modified 2 years, 10 months ago by Roberto B..
Hello
I reorganized the H tags being careful about the sequence and now the table of content shows up correctly with all the headings.
Thank you
Great, Thank you.
Roberto
Thank you for answering me.
I deactivated every plugin except for gutenberg and kadence blocks.
I removed the “skip-lazy” script in the editor and i switch view to visual editor.This is the visual editor. The carousel blocks ask me to recovery them, like in this picture:
https://ibb.co/QY4PtLb
The blocks works correctly in the frontend right now (no lazy load problems)If i recovery the block, the script “skip-lazy” is added automatically in the code editor page.
https://ibb.co/xCpzsyf (block recovered)
https://ibb.co/fDjk7Pn (skip-lazy script added)
Like this, the page loads with no lazy load (all images loaded)Thank you, Roberto