Home Forums Basel support forum Problem translating

Problem translating

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #17060

    diegofigo767
    Participant

    Hello, I’m having problems with the translation of the theme, I installed the Loco app after doing some test translations and saving, the theme does not reflect my translation, after I tried Loco, I made the translation via Poedit through the base.pot file, upando The translation file is not shown.

    what can I do?

    #17066

    Artem Temos
    Keymaster

    Hello,

    Could you please provide us your admin access so we can check the Loco Translate translations?

    Regards

    #17091

    diegofigo767
    Participant

    sim, segue…

    #17098

    Artem Temos
    Keymaster

    I have just tried to translate one word – Logout and it seems to be translated properly https://gyazo.com/9884427686432af9818b67324098c021

    Regards

    #17102

    diegofigo767
    Participant

    My Account, SHOPPING CART did not translate, but the Logout test worked. Why will not others?

    #17114

    Artem Temos
    Keymaster

    Could you please send us your FTP access also?

    #17116

    diegofigo767
    Participant

    Ok…

    #17126

    Artem Temos
    Keymaster

    You had an outdated file of the Basel translation. Please, try now.

    #17156

    diegofigo767
    Participant

    very good!! Which file? Can you let me know how it was updated so you do not have any more problems? thank you!

    #17166

    Artem Temos
    Keymaster

    We have update languages/basel.pot file. We don’t know why it was outdated but we just took it from the latest theme version archive.

    Regards

    #17185

    diegofigo767
    Participant

    thanks!

    #17186

    Artem Temos
    Keymaster

    You are welcome!

    #17400

    diegofigo767
    Participant

    I would like to know of the possibility of deactivating the header carton option only from home, where home would not show, I know you have the option to remove but only completely I want a Shop page for example would be activated.

    Attachments:
    You must be logged in to view attached files.
    #17402

    Artem Temos
    Keymaster

    Hi,

    Do you want to hide the shopping cart widget in the header for the home page only?

    Regards

    #17463

    diegofigo767
    Participant

    That’s right, only the main page, but I want it to appear in another specific page, I have the purpose of making an institutional page, but I’ll have the Shop page in the menu and I would like to store cart widget only on it, not the home page

    #17466

    Artem Temos
    Keymaster

    You can hide it on the home page with the following code snippet

    .home .shopping-cart {
    	display: none!important;
    }

    Regards

    #17470

    diegofigo767
    Participant

    Where exactly should I measure the code, I tried putting it in style.css and it did not work, can it help?

    #17472

    Artem Temos
    Keymaster

    You can add it to the Custom CSS area in Theme Settings.

    #17533

    diegofigo767
    Participant

    Very good, it worked, but I would like to hide the Search button and the wishlist as well.

    #17534

    diegofigo767
    Participant

    I think you do not need any more, I was able to hide them using:

    .home .wishlist-info-widget {
    Display: none! Important;
    }
    .home .fa {
    Display: none! Important;

    #17540

    Eric Watson
    Participant

    Contact us if you have any additional questions or concerns.

    #17672

    diegofigo767
    Participant

    How do I hide on a specific page? Because I only managed to hide on home and blog page, another page as contact does not work, using the same logic .home, .blog, .contact the latter does not hide as any other page I tried, is there any way?

    #17675

    Eric Watson
    Participant

    Hello,

    Maybe try to hide the widget on all pages and show it only on the shop page.

    Kind Regards
    XTemos Studio

Viewing 23 posts - 1 through 23 (of 23 total)