Tagged: x
-
AuthorPosts
-
August 15, 2016 at 5:49 pm #1132595
Bill KParticipanthi guys,
http://catalyst.digitalfarm.com
Couple of issues for which I need help:
1: sub menu dropdown is separated from the main nav by quite a bit. I’m sure it’s something to do with all the customization we did to allow the little graphic above the nav items, but I can’t figure out what exactly is going on there. The goal is to get it to act normally, dropping down directly from the item above it.
2) One page nav is setup for menu items on the Services page and the About page. About is fine, and Services is fine, except for the very last item (enneagram). It seems to be setup the same way as the others, but something is amiss and it won’t move to that item. Please advise.
Thanks as always!
August 15, 2016 at 6:12 pm #1132622
Bill KParticipantResolved #1 with this CSS:
.x-navbar .desktop .x-nav > li ul {
top: 32px;
}Not sure why I needed that though.
Still digging into #2.
August 16, 2016 at 1:05 am #1133030
RupokMemberHi there,
Thanks for writing in!
#1. You can use margin-top instead of top as it would be better approach.
#2. I can’t see any section with the ID #enneagram so not sure what you are trying to pint with that. Make sure the section exists within the page.
Cheers!
August 16, 2016 at 6:45 pm #1134325
Bill KParticipantSimilar thing happening on the About page (http://catalyst.digitalfarm.com/about)
I just added a new section (“values”). You can see it here:
https://www.dropbox.com/s/jee52xed87f8jl8/Screen%20Shot%202016-08-16%20at%204.41.42%20PM.png?dl=0Added a new custom URL menu item, just like the #contact item (which works as it should):
https://www.dropbox.com/s/0f6rvjukmu3h4gt/Screen%20Shot%202016-08-16%20at%204.41.22%20PM.png?dl=0But the Values menu item does nothing. I’m pretty sure if we can figure this out it’s the same thing happening on the Services page.
Thx!August 16, 2016 at 7:01 pm #1134338
Bill KParticipantUpdate– upon inspection, I see that the new section I created (the “values” section) has a div ID of “x-section-2”, instead of the name given in the CS interface (“values”). Yet, the Contact section had a div ID of “contact” (as opposed to “x-section-3”). I changed the menu item to #x-section-2 and it works.
It appears that the problem on the Services page is that I have two “functionality” divs instead of one “functionality” and one “enneagram.” Note that I created the Enneagram section by duplicating the Functionality section and renaming it.
Why is the code not picking up the naming from the CS interface?
Thx!
August 16, 2016 at 7:12 pm #1134347
Bill KParticipantUpdate 2– went ahead and created a new section on the Services page, moved the content from the old Enneagram section into it, deleted the old one, and inspected the page. I see that the section is called “x-section-6”, so I changed the menu, and all works as it should.
BUT– I sure would like to understand why some sections show up with their Cornerstone name, and the new ones with plain section# names. Or, why duplicating a section and renaming it, then using that new name in the custom URL menu item doesn’t work.
FYI, I started this site several CS versions ago– might that have something to do with it– some weird mix of old and new?
Thx,
BAugust 17, 2016 at 1:50 am #1134788
RadModeratorHi there,
Glad it works now. Your section probably has manually added ID to its setting (ID, style, class). And deleting it will also delete the data along with it. You can inspect your section and you should able to see the ID input field 🙂
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1132595 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
