JessR Posted August 27, 2020 Share Posted August 27, 2020 Hi I need a second button in the navigation in a 7.1 template. The "Trial Pass" should be a button (see attached). Please help me. Thanks! Link to comment
IXStudio Posted August 27, 2020 Share Posted August 27, 2020 Hi, Please share your website URL. Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 19 hours ago, IXStudio said: Hi, Please share your website URL. Best, Leopold It is http://curlfitness2.squarespace.com Password Fitness19. Thank you! Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 Password is incorrect! Please check it. Fitness19 Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 5 minutes ago, IXStudio said: Password is incorrect! Please check it. Fitness19 Hmm that is strange. Whenever I try to change it back to Fitness19 it changes it. One sec. Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 41 minutes ago, JessR said: Hmm that is strange. Whenever I try to change it back to Fitness19 it changes it. One sec. Actually I was able to get some help so it is working now. I do need help to make the mobile version display it as a button instead of text link. I am still trying to figure out the password. Thank you! Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 It's Ok. Please let me know when you are ready! Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 45 minutes ago, IXStudio said: It's Ok. Please let me know when you are ready! Please use the like button if it helps you! Best, Leopold Hey! I actually don't think what I have is working. I just need an additional CTA button in the navigation next to Join Now. The password should work now. Could you please help me? Thank you! Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 Did you solve it? I saw you have a Join Now button there. Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 11 minutes ago, IXStudio said: Did you solve it? I saw you have a Join Now button there. It is a button link but I need it to be static like the Join Now button so it doesn't get smashed in the navigation when I change the width of the screen. Does that make sense? Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 Hi, Insert this code in your Footer Code Injection. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-actions .header-actions-action.header-actions-action--cta').after('<div class="header-actions-action header-actions-action--cta" id=""> <a class="btn btn--border theme-btn--primary-inverse" href="/join-now" id=""> Join Now </a> </div>'); }); </script> Please use the like button if it helps you! Best, Leopold JessR and Najiyya 1 1 Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 1 minute ago, IXStudio said: Hi, Insert this code in your Footer Code Injection. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-actions .header-actions-action.header-actions-action--cta').after('<div class="header-actions-action header-actions-action--cta" id=""> <a class="btn btn--border theme-btn--primary-inverse" href="/join-now" id=""> Join Now </a> </div>'); }); </script> Please use the like button if it helps you! Best, Leopold Thank you so much!!!!!!!!!! IXStudio 1 Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 14 minutes ago, JessR said: Thank you so much!!!!!!!!!! One last question, do you know how to get it to display on a mobile device too? Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 Change your code to this one. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-actions .header-actions-action.header-actions-action--cta').after('<div class="header-actions-action header-actions-action--cta" id=""> <a class="btn btn--border theme-btn--primary-inverse" href="/join-now" id=""> Join Now </a> </div>'); $('.header--menu-open .header-menu .header-menu-cta').after('<div class="header-menu-cta " id="" style=" "> <a class="btn btn--border theme-btn--primary-inverse" href="/join-now" id=""> Join Now </a> </div>'); }); </script> Please use the like button if it helps you! Best, Leopold Najiyya 1 Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 14 minutes ago, IXStudio said: Change your code to this one. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-actions .header-actions-action.header-actions-action--cta').after('<div class="header-actions-action header-actions-action--cta" id=""> <a class="btn btn--border theme-btn--primary-inverse" href="/join-now" id=""> Join Now </a> </div>'); $('.header--menu-open .header-menu .header-menu-cta').after('<div class="header-menu-cta " id="" style=" "> <a class="btn btn--border theme-btn--primary-inverse" href="/join-now" id=""> Join Now </a> </div>'); }); </script> Please use the like button if it helps you! Best, Leopold Hi Leopold, I am not sure but I don't see it changing the mobile part. Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 I'm not sure why it's not showing! Please let me to check on your config panel via admin collaborator. If you like please let me know. Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 13 minutes ago, IXStudio said: I'm not sure why it's not showing! Please let me to check on your config panel via admin collaborator. If you like please let me know. Please use the like button if it helps you! Best, Leopold I would appreciate that! What email should I use to add you as an admin? Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 ixstudio[dot]net[at]gmail[dot]com JessR 1 Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted August 28, 2020 Author Share Posted August 28, 2020 9 minutes ago, IXStudio said: ixstudio[dot]net[at]gmail[dot]com Please let me know if you got the invite I just sent. Thank you again! I really appreciate it. Link to comment
IXStudio Posted August 28, 2020 Share Posted August 28, 2020 Please check your direct message. Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted August 31, 2020 Author Share Posted August 31, 2020 On 8/28/2020 at 1:27 PM, IXStudio said: Please check your direct message. Thanks, Leopard. I was wondering how I might style the Join Now button in CSS? Link to comment
IXStudio Posted September 1, 2020 Share Posted September 1, 2020 17 hours ago, JessR said: Thanks, Leopard. I was wondering how I might style the Join Now button in CSS? You're welcome. Style on the mobile button or desktop? Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
JessR Posted September 1, 2020 Author Share Posted September 1, 2020 1 hour ago, IXStudio said: You're welcome. Style on the mobile button or desktop? Please use the like button if it helps you! Best, Leopold Both if possible! Thank you! Link to comment
JessR Posted September 1, 2020 Author Share Posted September 1, 2020 1 hour ago, JessR said: Both if possible! Thank you! Are you able to access my website? I just had it renewed. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment