Juicebox Posted September 19, 2020 Share Posted September 19, 2020 Site URL: http://www.bellasinpired.co I am working with a client who has it in their heads that they want their logo centered and the links in the header to be on opposite sides of the banner. I built this site in 7.1 and obviously do not have the option now to convert to a template that can achieve this. I'm not sure what to do? I've seen in the forums that you can insert code to do it but sadly am not sure where to start. Any ideas of what I can do? See below for Bella's (my client) header vs the header she wants. Feel free to look at the site as well http://www.bellainspired.co password is bella Link to comment
tuanphan Posted September 21, 2020 Share Posted September 21, 2020 You need both CSS + JavaScript to do this (Need a Business Plan or higher). The idea here is to add a Navigation to the right of the logo, then hide some items in both menus. Hope this help. I coded this for a few clients recently. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Juicebox Posted September 22, 2020 Author Share Posted September 22, 2020 On 9/21/2020 at 3:11 AM, tuanphan said: You need both CSS + JavaScript to do this (Need a Business Plan or higher). The idea here is to add a Navigation to the right of the logo, then hide some items in both menus. Hope this help. I coded this for a few clients recently. Thank you for the help! I am communicating with the client now about this change. Disappointed I can't just swap out templates like in 7.0 How can I utilize your skills to help with my client if they want to pursue this change? Link to comment
tuanphan Posted September 23, 2020 Share Posted September 23, 2020 On 9/23/2020 at 2:08 AM, Juicebox said: Thank you for the help! I am communicating with the client now about this change. Disappointed I can't just swap out templates like in 7.0 How can I utilize your skills to help with my client if they want to pursue this change? There are 2 solutions to do this. Free option. When you need it, just share the url, we will take a look Paid option. You can contact me via link in the signature. Both of them help you achieve the above layout. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Juicebox Posted September 24, 2020 Author Share Posted September 24, 2020 22 hours ago, tuanphan said: There are 2 solutions to do this. Free option. When you need it, just share the url, we will take a look Paid option. You can contact me via link in the signature. Both of them help you achieve the above layout. That would be fantastic! The URL is http://www.bellainspired.co password is bella Thank you so much! She will be thrilled! Link to comment
tuanphan Posted September 24, 2020 Share Posted September 24, 2020 11 minutes ago, Juicebox said: That would be fantastic! The URL is http://www.bellainspired.co password is bella Thank you so much! She will be thrilled! Adjust your header layout to Left Menu - Logo. Next, insert a Text Block in Footer > Enter text links (we will use text links as Navigation items) Then I will use jQuery to move it to right of Logo Final, I will use CSS to hide some items in the left menu. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Juicebox Posted September 25, 2020 Author Share Posted September 25, 2020 16 hours ago, tuanphan said: Adjust your header layout to Left Menu - Logo. Next, insert a Text Block in Footer > Enter text links (we will use text links as Navigation items) Then I will use jQuery to move it to right of Logo Final, I will use CSS to hide some items in the left menu. Done! Let me know if I set it up correctly for you! Link to comment
tuanphan Posted September 25, 2020 Share Posted September 25, 2020 I see nav under logo here? https://www.bellainspired.co/ Adjust your header layout to Left Menu - Logo Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Juicebox Posted September 26, 2020 Author Share Posted September 26, 2020 22 hours ago, tuanphan said: I see nav under logo here? https://www.bellainspired.co/ Adjust your header layout to Left Menu - Logo Strange! I had changed it and guess it didn't save. Header is set up Left Menu - Logo Link to comment
tuanphan Posted September 27, 2020 Share Posted September 27, 2020 14 hours ago, Juicebox said: Strange! I had changed it and guess it didn't save. Header is set up Left Menu - Logo Hi, You want: Left Menu - Logo - Right Menu? OR Left Menu - Logo - Right Menu/Instagram/Button? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Juicebox Posted September 27, 2020 Author Share Posted September 27, 2020 10 hours ago, tuanphan said: Hi, You want: Left Menu - Logo - Right Menu? OR Left Menu - Logo - Right Menu/Instagram/Button? The client is looking for a minimal look (I know right) so left menu - logo - right menu would be great. I can just drop the social in the footer or on the home page. Link to comment
Juicebox Posted September 29, 2020 Author Share Posted September 29, 2020 On 9/27/2020 at 8:15 AM, Juicebox said: The client is looking for a minimal look (I know right) so left menu - logo - right menu would be great. I can just drop the social in the footer or on the home page. Hey @tuanphan Did I get the page set up the way you need it? Link to comment
tuanphan Posted September 29, 2020 Share Posted September 29, 2020 Which text link on footer? Quote Next, insert a Text Block in Footer > Enter text links (we will use text links as Navigation items) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Juicebox Posted September 30, 2020 Author Share Posted September 30, 2020 20 hours ago, tuanphan said: Which text link on footer? Does this work? Or do I need to remove all text without a hyperlink or lay it out a certain way? Link to comment
Juicebox Posted October 2, 2020 Author Share Posted October 2, 2020 On 9/30/2020 at 1:43 PM, Juicebox said: Does this work? Or do I need to remove all text without a hyperlink or lay it out a certain way? @tuanphan Let me know if I laid this out correctly! Or if I whiffed on it Link to comment
tuanphan Posted October 4, 2020 Share Posted October 4, 2020 Add to Code Injection Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> jQuery(document).ready(function($) { $('div#block-da11d007411e207dc85d p:nth-child(2)').insertBefore('.header-actions.header-actions--right .header-actions-action:first-child'); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.