Some HORIZONTAL MENU Questions.... -...

User 187934 Photo


Senior Advisor
20,190 posts
Online Now

You place the code on each of your pages using the html tool that is in SCCP.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 990442 Photo


Registered User
15 posts

Eric,
I apologize for not thanking you sooner. I worked for a full day trying to make it work and then had company for the weekend. I am finally getting back to the menu issue. I'm still confused as to what "my nav" would be in the custom css; should it be one I made from Menu builder or should I take it from using Google "View source".
Biggest thing I want to do is get my Policies page from being a sub menu of Shop Home. I'm not sure Menu Builder would work as I have a large sub menu in Categories and will be doing secondary sub menus also.

Here is my site url again.
www.crochet4all.com/shop

Thanks again.
User 990442 Photo


Registered User
15 posts

Eric,
Forgive me, I meant the "menu code" when I said "my nav" .

Pat
User 187934 Photo


Senior Advisor
20,190 posts
Online Now

I wouldn't make your menu any more complicated then it is already by trying to replace your menu with a menu from the menu builder. JQuery can be used to add and remove things to your menu.
Try this example to add the policies link to your menu area.
http://progrower.coffeecup.com/shop/vie … groupid=43
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 990442 Photo


Registered User
15 posts

Thank you. Will work on it first thing tomorrow!

Pat
User 197777 Photo


Registered User
29 posts

Hello Patricia, the steps to adding your Policies page to the top level using SCCP is outlined in Eric's example here: http://progrower.coffeecup.com/shop/viewcategory.php?groupid=43
Just be aware that there is a TYPO in the code, where it says "scs_navmenu_currenpage_item" it should be "scs_navmenu_currentpage_item" .

In SCCP, click the 'Your Shop' button, then 'Custom Markup' then paste in Eric's code modifying the content to conform to your Policies link and (remember to correct the typo in the original code). Here's an example with our shop: http://www.designsbyloiemarie.com/
~Lar
User 187934 Photo


Senior Advisor
20,190 posts
Online Now

Thanks Lar, I fixed that.;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 197777 Photo


Registered User
29 posts

User 990442 Photo


Registered User
15 posts

Eric and Lars,
I am finally back to working on the link issue you have both written to help me on. I feel like I am missing something in the translation as I have put the code (edited with my info) in the header area of the custom markup of SCCP as directed and I am not seeing any difference. I also put a favicon with your code in this same location and nothing is different. Here is my code:

<link href="http://crochet4all.com/favicon/shopicon.ico" rel="shortcut icon" />
<script src="//crochet4all.com/shop/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
$(document).ready(function(){$("#scs_navmenu").append('<li class="scs_extra_item">
<div class="scs_navmenu_item_inner_wrapper">
<a href="http://crochet4all.com/shop/policies.php?groupid=43" class="scs_navmenu_currentpage_item">
<span class="scs_navmenu_item_icon_wrapper">
<span class="scs_navmenu_item_content_wrapper scs_extra_item">Extra Link</span></span></a></div></li>'); }); </script>
<script src="//crochet4all.com/shop/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
$(document).ready(function(){$("#scs_navmenu").append('<li class="scs_extra_item">
<div class="scs_navmenu_item_inner_wrapper">
<a href="http://crochet4all.com/groupid=43" class="scs_navmenu_currentpage_item">
<span class="scs_navmenu_item_icon_wrapper">
<span class="scs_navmenu_item_content_wrapper scs_extra_item">Extra Link</span></span></a></div></li>'); }); </script>

Again my site is; crochet4all.com/shop

Thank you for your help. I will not be able to work on this after noon Friday due to a weekend commitment but will check back before I go to my meetings and when I return. I truly appreciate your help.

Pat
User 187934 Photo


Senior Advisor
20,190 posts
Online Now

<script <src="http://crochet4all.com/shop/libs/jquery/1.10.2/jquery.min.js"></script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.