Home New Guten › Forums › WoodMart support forum › sticky header clone
sticky header clone
- This topic has 19 replies, 2 voices, and was last updated 2 years, 5 months ago by
Artem Temos.
-
AuthorPosts
-
November 17, 2020 at 11:33 am #242254
EDENParticipanthello
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!November 17, 2020 at 12:17 pm #242271
Aizaz Imtiaz AwanKeymasterHello,
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.April 10, 2021 at 8:48 am #281160
EDENParticipanthello, the fix doesnt work anymore after your theme update ?
April 10, 2021 at 11:03 am #281219
Aizaz Imtiaz AwanKeymasterHello,
Please provide the URL of the website where you updated the theme to check it myself and help you out accordingly.
Regards.
Xtemos Studios.April 10, 2021 at 11:06 am #281220
EDENParticipantthanks, 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
April 10, 2021 at 11:08 am #281221
EDENParticipantcan 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
April 10, 2021 at 11:22 am #281226
Florian HonoldParticipantAlso errors everywhere and settings that have disappeared after the update to 6.0.2 :/
April 10, 2021 at 3:18 pm #281320
Artem TemosKeymasterHello,
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
April 10, 2021 at 4:20 pm #281348
EDENParticipantI 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;
}April 11, 2021 at 8:07 am #281493
EDENParticipanti 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 ?
April 11, 2021 at 8:24 am #281500
Artem TemosKeymasterHello,
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.
April 11, 2021 at 8:34 am #281505
EDENParticipantthanks, 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.April 11, 2021 at 8:58 am #281512
Artem TemosKeymasterPlease, update the theme to the latest 6.0.2 version. It should work fine with the update.
April 11, 2021 at 9:06 am #281515
EDENParticipantthank 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 linksthanks in advance
April 11, 2021 at 9:11 am #281518
EDENParticipantand 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.April 12, 2021 at 6:46 am #281720
Artem TemosKeymasterHello,
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
March 4, 2023 at 3:30 pm #448253
EDENParticipantHello, 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;
}March 6, 2023 at 10:11 am #448546
Artem TemosKeymasterHello,
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
March 6, 2023 at 10:15 am #448555
EDENParticipantsorry i fixed it
March 6, 2023 at 10:37 am #448561
Artem TemosKeymasterGreat, no problem. Feel free to contact us if you have any further questions.
-
AuthorPosts
The topic ‘sticky header clone’ is closed to new replies.
- You must be logged in to create new topics. Login / Register