Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I have try many things but results are not expected.
I have a page build with PageBuilder, I’ve put id for make page jump into this page. And I want in the menu when I hover the page see the second menu with my links for my page jump.
Thanks you.
Hi Markgate
Thanks for reaching out.
Here is the official help docs on page jumps:
https://en.support.wordpress.com/splitting-content/page-jumps/
If you’d like specific help with one, please send through a link to your site and let us know which section you’re jumping to, we can try help from there.
Yes I know that but how I can i see my jump section into the menu ?
I’m working on localhost so I can’t give you a link.
But this is a capture.
I want when I put my cursor on Test in the navbar a submenu with the name of my jump sections Test1 and Test2
Navigate to Appearance > Menus, add a Link item to your custom menu and insert as the url:
#my-anchor-1
Replacing my example ID with yours.
Let us know how you come along.
Thank you very much Andrew.
But I cant put Page Jump in the title of a text widget in Page Builder :(
Widgets in general unfortunately don’t parse HTML. If you inspect the page source though you’ll see Page Builder outputs ID tags. You can use any of the div or widget ID’s around the title.
Thank you it’s better. Now I have the good part but not the title :/
But it’s working.
You could try using an ID above the title.
Or, if it’s a Visual Editor widget you could leave the title blank and insert your widget heading in the body.
But as you can see :
I take the ID of one part id=”panel-29-0-0-0″ for example so it’s including the h3 widget title but it don’t care when I use jump page
Please send through a link to your site and we’ll take a look. Thanks.
Hello, I’m sorry for the time to respond but i’ve just put the site online,
this is the link : http://www.celduc-transfo.com/
Thanks for your help
Good to hear from you. Sorry if I’m missing it. Can you please confirm where I can find your page jump link/s?
This is a private message.
It might be worth trying a plugin like: https://wordpress.org/plugins/easy-smooth-scroll-links/. It has the option to set an offset value. Your menu height is 80px, try using that value or a bit more as the offset value.
Thanks I’ll try it. And did u know how I can change submenu size ? In fact the height is too high, and the hover don’t take all the case :/ (width: 100%) doesn’t work
Try the following at Appearance > Custom CSS:
Adjust as required.
It’s not working :/
Looks like you’re setting a height of 80px in Custom CSS so we’ll need to undo that. Try changing my earlier rule as follows:
I’ve tried it too but same, not working.
I’m not seeing the Custom CSS above in your source code. Is it saved in Appearance > Custom CSS? If so, please clear the cache in WP Super Cache settings.
This is a private message.
Here we go :)
This is a private message.
In your Custom CSS are two rules with 80px values. One targets the main navigation and another main navigation list items. Remove both and adjust height with padding rather.
This is a private message.
Sure :)
If you can locate the flag icons you’d like to use then this can be done using the Menu Icons plugin:
https://wordpress.org/plugins/menu-icons/
When editing an item you can choose to hide the label and upload your own image.
http://www.famfamfam.com/lab/icons/flags/
http://www.icondrawer.com/flag-icons.php
I’ve remove the two 80px and try to adjust the height but it doesn’t want, i can make more pixels when I hover but not like the height of my menu :/
There is a fair but happening here, I’ll try help you resolve.
1. Remove this from Custom CSS:
2. Go to Appearance > Editor > style.css and locate this rule:
Changes to style.css won’t survive a theme update. Please restore this rule back to its default:
3. Go to Appearance > Customize > Theme Design > Menu > Menu Item Padding: Set your desired menu item padding.