-
AuthorPosts
-
January 12, 2015 at 5:33 pm #181592
I’m thinking i’ll have to rollback to my previous version of X
January 13, 2015 at 6:26 am #181920Hi there,
Please clear browser cache and deactivate any cache plugin and check again.
More information : https://theme.co/x/member/forums/topic/release-notes-x-v3-1-1-x-shortcodes-v2-6-1/#notes.
Thank you.
January 13, 2015 at 7:36 pm #182410Thank you, i read through those notes. My menu drop down is the only thing not working now after clearing cache, plugins etc.
Also, I cannot change the circle logo for the header widget to an align-justify logo.
Can you confirm the code required to add to the renew child theme stylesheet?
Thank you.
January 14, 2015 at 9:59 am #182871Hi there,
Thanks for updating us. If I understand correctly you want the nave and header widget toggle to align with the logo?
You can add this under Custom > CSS in the Customizer..x-icon-plus-circle:before { content: "\f0c9"; } a.x-btn-widgetbar.collapsed, a.x-btn-widgetbar { margin-top: 15px; } a.x-btn-widgetbar.collapsed, a.x-btn-widgetbar { margin-right: 15px; } .desktop .x-nav > li:hover > .sub-menu {display: block} ul#menu-top-menu { margin-top: 10px; } li#menu-item-1714 ul { margin-top: -15px; }
Hope this helps!
January 14, 2015 at 5:13 pm #183212Hey,
Thanks the code’s above work great, but still one problem. The header widget button is still the plus-circle icon and not the align-justify icon.
I have tried to use \f039 but it does not work.
January 15, 2015 at 6:05 am #183592Hi George,
Thanks for writing in!
In that case, please either use the previous provided code in your child theme’s style.css file or following instead of the previous code under Custom > CSS in the Customizer:
.x-icon-plus-circle:before { content: "\\f0c9"; } a.x-btn-widgetbar.collapsed, a.x-btn-widgetbar { margin-top: 15px; } a.x-btn-widgetbar.collapsed, a.x-btn-widgetbar { margin-right: 15px; } .desktop .x-nav > li:hover > .sub-menu {display: block} ul#menu-top-menu { margin-top: 10px; } li#menu-item-1714 ul { margin-top: -15px; }
Hope this helps. 🙂
Thank you.
-
AuthorPosts