Home New Guten Forums WoodMart support forum sticky header clone

sticky header clone

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #242254

    EDEN
    Participant

    hello
    i use the sticky header clone, its pefect, but I would like to not clone the MY ACCOUNT in it
    how to proceed please ?

    unactivate the sticky header clone and choose manually which line of the menu to make sticky is not an option because I want only one line to become sticky and elements are not on same line

    just to take my account OUT of the sticky header clone thing
    thanks!

    #242271

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-clone.whb-sticked .my-account-with-username.my-account-with-icon {
    	display: none;
    }

    Regards.
    Xtemos Studios.

    #281160

    EDEN
    Participant

    hello, the fix doesnt work anymore after your theme update ?

    #281219

    Hello,

    Please provide the URL of the website where you updated the theme to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #281220

    EDEN
    Participant

    thanks, there are a lot of bugs after the update, i have no clue if we will end by updating it unluckily, it seems like a lot lot lot to work to get it working, here are the urls :

    as you see on the original website there is a filter feature that doesnt work also, i let you see by yourself how it kills the website 🙁

    thanks a lot in advance

    #281221

    EDEN
    Participant

    can you tell me exactly what files have changed since the update ? because all the changes in the style.css disapreared as well from the new style.css they seem to be in new files in a repertory called parts

    #281226

    Florian Honold
    Participant

    Also errors everywhere and settings that have disappeared after the update to 6.0.2 :/

    #281320

    Artem Temos
    Keymaster

    Hello,

    To optimize our theme we had to refactor a lot of CSS and change some CSS classes. That is why some old custom CSS might not work and need to be revised. Read more information about our update and CSS changes in our article here https://xtemos.com/docs/woodmart/faq-guides/woodmart-update-6-0-explained/

    Kind Regards

    #281348

    EDEN
    Participant

    I understand that a lot of changes hve been done, but some previous fix dont work anymore and the article doesnt explain why ?

    .whb-clone.whb-sticked .my-account-with-username.my-account-with-icon {
    display: none;
    }

    #281493

    EDEN
    Participant

    i found out MAYBE we need to change it to : .whb-clone.whb-sticked .wd-with-username.my-account-with-icon {

    display: none;

    }

    is it correct ? but when I do this it is not centered the menu, it is right aligned because the logo takes too much place for some reasons ? can you please help ?

    #281500

    Artem Temos
    Keymaster

    Hello,

    Replace our previous custom code

    .whb-clone.whb-sticked .my-account-with-username.my-account-with-icon {
    	display: none;
    }

    with this custom CSS snippet:

    .whb-clone .wd-header-my-account {
    	display: none;
    }

    Regards.

    #281505

    EDEN
    Participant

    thanks, but like i told you with this solution the menu is too much right alined

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

    Artem Temos
    Keymaster

    Please, update the theme to the latest 6.0.2 version. It should work fine with the update.

    #281515

    EDEN
    Participant

    thank you very much !
    other difference between the two themes is on the product pages, please look, the title of the product is not bold anymore, and the photo sticky is not sticking correctly, please compare these two links

    thanks in advance

    #281518

    EDEN
    Participant

    and also, there is a difference of displaying for the sidebar and icon of basket, please look these two screenshots

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

    Artem Temos
    Keymaster

    Hello,

    The sticky product issue will be fixed in our next theme update soon.

    You need to install the Transients manager plugin and remove rocket_get_refreshed_fragments_cache transient there to refresh the cart widget.

    As for the product title font-weight, you need to change it using our Advanced typography option https://prnt.sc/11acs5e

    Kind Regards

    #448253

    EDEN
    Participant

    Hello, to not display the my account details on sticky clone header doesnt work anymore, how to do please ?

    .whb-clone .wd-header-my-account {
    display: none;
    }

    #448546

    Artem Temos
    Keymaster

    Hello,

    As we can see, there is no “My account” element on your sticky header at the moment. Could you please clarify if you sorted it out or still have difficulties with this?

    Kind Regards

    #448555

    EDEN
    Participant

    sorry i fixed it

    #448561

    Artem Temos
    Keymaster

    Great, no problem. Feel free to contact us if you have any further questions.

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

The topic ‘sticky header clone’ is closed to new replies.