Help with code

two questions regarding the same menu:

  1. hello i have manage to assign to top menus on same position but the secondary menu is not clickable because it wont show on top, how can i add code that will show it on top over the other menu that is appearing in the same line as this one.

  2. how do i add a code that will stick the menu to the top when i scroll,.

thanks!

Hi there,

Please go to X > Theme Options > Header > Layout > Navbar Position > Fixed Top.

As for the first question, please provide the link to your site so that we can check it.

Thank you.

1 Like

Hi There,

That’s weird, sub-menu should show up on top by default. Your site is in under Construction mode please provide us login credentials in a secure note so we can take a look at it.

Thanks,

I mean over the object, not on top of it. but i manage to find a solution, thought i have another issues…

  1. i am trying to enlrage the font size on the menus
  2. i am trying to center videoes and buttons on cornerstone
  3. i am trying to set an anchor navigation
  4. i have a side (hamburger menu) and a top menu sticky, but the topbar above the top menu is not sticky, any chance i could stick that aswell?

any help will be best!

adding a secure note…

Hi there,

  1. Since you’re on Ubermenu, then please check this article http://sevenspark.com/docs/ubermenu-3/faqs/font. You can change it through Ubermenu settings.

  2. To change the button’s alignment, simply inspect your column (not the button but the actual column) in the builder and click the center alignment. As for the video, please inspect the video element and go to its customize section, then add this margin: 0 auto; to Inline CSS input field.

  3. Do you mean one page navigation or just standard link? You can do that anywhere, just use the elements ID as your link’s anchor.

Example

<div id="awesome_id"></div>

Then the URL will be #awesome_id or http://example.com/#awesome_id if you prefer absolute URL.

  1. It’s possible but will be glitchy, sticky menu only applies to main navbar and not to the topbar. The main navbar is also controlled and calculated by javascript so even if you made it sticky, it will not follow along with the main navbar

Hope this helps.

Hi hello thank you for your reply…

  1. I am using “Use Any Font” plugin, and i using hebrew fonts, so this option you linked is not affecting the fonts i still cannot enlarge them, they are too small and unreadable.

a) the center alignment regarding the button worked, thanks!
b) there is not inline cs when i inspect the video , screenshot>> http://prntscr.com/i52pg5
3. i am trying to have the go to anchor animation like theme x demo website has.

thank you so much for you replies! any help will be perfect!

Hey There,

Thanks for updating in!

1.) Did you already uploaded your custom font? How did you use it or applied to the element? I could not properly check it because the user credentials which you have provided has a very limited privilege.

b.) Sorry for the confusion. Please click the “Frame” tab instead and make sure to set a maximum width and the frame margin.

2.) I have checked your site and you already have the scroll to content anchor present in your homepage. Clicking it would scroll down the page to the content.

Please let us know how it goes.

1 Like

Hi ! :slight_smile:

Here is the update:

  1. i fixed the user credentials
    b) it worked! thanks alot !!! :slight_smile:
  2. yes i figure out how to do so with a plugin, but i am trying to do this with cornerstone, but what i am trying to do is to link my “go to top” button to go to homepage anchor and not to the top, any idea how can i do this?

Thanks alot for the help!! :slight_smile:

all i need is to add an id for topnav menu and i dont know how to do it, the files in edit (header.php) are empty. how can i access them? i am using ethos theme

Hi,

I checked source code and can see that your menu has an id already.

You can use mysticky-wrap or mysticky-nav

Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.