Forum Replies Created
-
AuthorPosts
-
October 9, 2022 at 9:01 pm in reply to: Theme update with lost footer customization and first page second language #1368170This reply has been marked as private.This reply has been marked as private.October 9, 2022 at 2:18 pm in reply to: Theme update with lost footer customization and first page second language #1368112This reply has been marked as private.
Hi Ismael. I tried adding your suggestion in functions.php file (as last: adjust the default icon font)
—
<? php/ *
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
* /function add_custom_meta () {
?>
<meta name = “google-site-verification” content = “7LpFH1J-aPDKgNxEgLwGuRCij-Cr_F9qzEGsd3lVzmQ” />
<? php
}
add_action (‘wp_head’, ‘add_custom_meta’);
/ **
* Rename the following tabs
* /
add_filter (‘woocommerce_product_tabs’, ‘woo_rename_tabs’, 98);
function woo_rename_tabs ($ tabs) {$ tabs [‘additional_information’] [‘title’] = __ (‘Technical Sheet’); // Rename the additional information tab
return $ tabs;
/ **
* adjust the default icon font
* /
function avf_add_custom_icon ($ icons) {
$ icons [‘cart’] = array (‘font’ => ‘entypo-fontello’, ‘icon’ => ‘ue85a’);
return $ icons;
}
add_filter (‘avf_default_icons’, ‘avf_add_custom_icon’, 10, 1);}
—
but it gives me error:
“Scrape key check failed. Please try again.”
https://ibb.co/PZnMqk1I added the shop button but the problem is that buying a product does not show the cart icon, but a circle with the number of purchases in the cart: how do I replace the circular icon with a nice “cart” icon ?
https://ibb.co/zbtfWXrThanks for your support. Best regards. Bruno
February 10, 2022 at 11:43 pm in reply to: I update the footer text (of the main language) and I lose the customizations #1340055Hi Ismael. I seem to go crazy :)) When I wrote you and made the report of the loss of customizations, the situation was the one that can be seen in the linked images, as a reference of the situation at that moment: you can check it from the different links used in the browser navigation. As you will have seen, I have purposely placed side by side the situation between the online site https://www.trikego.com/it/ and the staging site https://www.staging2.trikego.com/it/
I had also checked from different browsers, incognito or by clearing the cache, but the customizations I listed in the staging site were lost, I don’t understand. Now everything perfect.
I will try to make the changes online again and see what happens. I will keep you up to date. thanks for your patience :)
February 8, 2022 at 11:10 pm in reply to: I update the footer text (of the main language) and I lose the customizations #1339675This reply has been marked as private.February 7, 2022 at 10:49 pm in reply to: Loss of personalization in the second language site #1339467Hi. To avoid topics similar to this (the reference is my topic – “Missed some customizations on some texts“), I prefer to close this one and open a new one. Thanks a lot. Best regards. Bruno
Hi. To avoid topics similar to this one (the reference is my topic – “Loss of personalization in the second language site“), I prefer to close this one and open a new one. Thanks a lot. Best regards. Bruno
I restored a backup copy: there were other anomalies, for example the setting of the home page, set to “last articles” and relocating the right page, the site appeared blank … I will make a copy of the site to be able to continue the work and I will update you later
February 7, 2022 at 5:11 pm in reply to: Loss of personalization in the second language site #1339406The index page was set to “latest articles” but I didn’t set it up like that. I put the home page back, but the result is a blank page http://www.trikego.com
I will try to restore backups and update youHi. Unfortunately, for the umpteenth time, updating the theme has addressed a series of critical issues and the site has lost some fundamental customizations, set deliberately, but after the update, they are lost: this is not the first time this has happened.
I would necessarily need your help to restore the correct situation as soon as possible. At the moment, suddenly, the site https://www.trikego.com/it/ has lost the following customizations
1. top header customization: the correct situation is without flags on the right and without a white vertical line to divide the social icons
RIGHT https://ibb.co/3Cjq4Hr
WRONG https://ibb.co/7pf41xz2. image customization: in hp, images that previously had square contour customization with rounded corners (corrected)
https://ibb.co/ZTf0yXhnow they are circular !!! Wrong !!!
https://ibb.co/2Sf4zvK3. I had assigned the various CSS buttons to give them the outline of a color
RIGHT https://ibb.co/gzH8WNQ4. in the contacts page the mouse over did not occur with a change from white to blue (the text is not seen)
https://ibb.co/s1DBs81
https://www.trikego.com/it/contatti/It also lost the footer customizations: now the text is very small.
How is it possible? The only thing I have done is update the theme and change the footer text and this is the result: the loss of some fundamental customizations. Do I have to intervene with some plugins to verify the url? could it depend on the ssl certificate? I repeat, lately, with every Enfold update, there have been problems of this type: how can I solve them? The situation is not pleasant, the customer is getting nervous …
While waiting for your reply, my best regards. Bruno
Hi Yigit. I am not a Php expert, I wanted to avoid overwriting the .htaccess file and I tried to check the Enfold settings: I hadn’t changed them, I assure you, but in the settings I had chosen for H (Oswald) they had been replaced by “static”. Now the Headers have resumed their customization (Oswald), perfect :)
https://ibb.co/pw59q9D
https://ibb.co/0BzB9dGI have another problem going on
https://kriesi.at/support/topic/loss-of-personalization-in-the-second-language-site/#post-1338315
thanks for your support Yigit. Best regards. Bruno
February 3, 2022 at 9:03 pm in reply to: Loss of personalization in the second language site #1338773Hi Ismael. I used <br> in the Italian version, in the settings Enfold, Copyright,
all right, now the text in the footer is on 2 lines, perfect :)
however, a new problem arises if I do the same in the Enfold settings for the second language (English): it does not find the English index page
If from the Italian site (first language) you choose the English flag (second language) and click on the logo (on the left at the top of the page), the result is a page not found (image above – “NOTHING FOUND – Sorry, no posts matched your criteria”). If you browse from this page not found, the pages are there. There is no home page in English.
This happened by changing the text to Enfold Copyright in the English version. I tried to delete the text, but nothing changes, it can’t find the English home page. How can this be solved? Thanks for your support. While waiting for your reply, my best regards. Bruno
Hi Rikard. As always thanks for the solution provided to me :))
Thanks a lot. Best regards. BrunoHi Rikard. Please be patient: I added your css and it works in part: the titles (indicated with the red arrow) remain to be increased, would you be kind enough to show me the class?
https://trikego.com/it/negozio/
Thanks for the support. Kind regards. Bruno
Forgive me Rikard, I have a similar problem with the numbers on the list, they seem cut off
https://staging7.trikego.com/it/prodotto/trikego-completo-di-box/
would you be kind enough to suggest the solution? Grazoe for the patience. Kind regards. Bruno
At the moment, after checking it didn’t solve the problem, I deleted your css. Let me know if I can contribute in any way to the solution (for example if I have to put your css back or need accesses). Thanks Rikard. Kind regards. Bruno
Yes Rikard, your css solves the problem dots on the list: thanks a lot.
Best regards. BrunoHi Rikard. I added the css to the Enfold Child Css
/ * Rikard * /
.template-shop .product_meta {
font-size: 18px;
}but it does not change the size of the fonts for categories and woocommerce product summary tags
https://trikego.com/it/negozio/
- This reply was modified 2 years, 11 months ago by Bruno.
same problem with categories and tags
https://trikego.com/it/prodotto/capottina/
i can’t find css to resize fonts
Hi Ismael. as always thanks for the support. Best regards. Bruno
December 19, 2021 at 1:05 pm in reply to: Icon indicating the loading time of the page continues to turn #1333431Hi Rikard. It happens with my Chrome: the page loads immediately, but the icon indicating the loading time continues to spin for tens of seconds, for years … confirm to you with Chrome the icon for loading stop spinning immediately (in correspondence with the loading) ? Thanks Rikard
December 1, 2021 at 11:34 pm in reply to: Modify the background color and text for products #1331232Hi Ismael. Thanks a lot for all :)) This topic can be closed. Best regards. Bruno
Hi Rikard. This topic can be closed. Thanks Rikard. Best regards. Bruno
November 24, 2021 at 10:09 pm in reply to: Anomaly in the footer of some pages in the second language #1330365Thanks a lot Rikard for the solution :)) this topic can be closed. Best regards. Bruno
Yes Rikard, this topic can be closed. Thanks a lot. Best regards. Bruno
Thanks to you Ismael for your support and kindness. This topic can be closed. Best regards. Bruno
Hi Ismael. If you mean from the Enfold panel English version, I tried
but I had to restore the site, because by choosing not to have widgets in the English version, the English home page and even the css were lost (as before, by uploading the theme, now solved). For the moment the footer widgets will work only in the Italian version: I have chosen directly in the widget options to activate only for Italian.
I have opened another topic on this issue
Anomaly in the footer of some pages in the second language
we can close this. Thanks Ismael. Best regards. Bruno
Hi Ismael. I have chosen to use the footer widgets only for the Italian version. For the moment it is the solution adopted. In the meantime, I’ll elaborate on your advice. Thanks a lot Ismael. Best regards. Bruno
Hi Ismael. So first, install woocommerce. Then follow the woocommerce documentation? Thanks Ismael. Best regards. Bruno
-
AuthorPosts