Home>Support>one-pager trouble

one-pager trouble

Hi,

I’m working on a one-pager. It looks good, but I have a few issues:
1. The call-to-action button (in hero) is HUGE, on the preview it was a good size, now to big.
2. The call-to-action button doesn’t navigate to the proper section (the prices below)
3. When clicking on the menu, the site scrolls to the proper section, but somehow there is a blue line around that section.
4. Is it possible to make the email and facebook features (on te bottom of the page) clickable, so people come in their own email-thingy or on my facebook page?

click here to go to the site

I hope you can help.

Regards,
Simone

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi Simone

    Thanks for reaching out.

    1. At Appearance > Custom CSS it looks like you have:

    .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper > *:last-child {
      font-size: 40px;
    }
    

    That’s causing the button in the Hero widget to display at 40px. Removing this rule would resolve the challenge.

    2. You can try using the following plugin: https://wordpress.org/plugins/hash-link-scroll-offset/. Your header on scroll is 89px high so you need an offset by that value.

    3. Try adding the following to AppearanceCustom CSS:

    :focus {
      outline-color: transparent;
      outline-style: none;
    }
    

    4. Edit the Features widget concerned, scroll to the bottom of the widget and enable the following setting:

    Link icon to more URL

    Hope that helps :)

  2. 8 years, 5 months ago Simone Goudzwaard

    You are the best, Andrew!!!

    Regarding nr 2: I’ve done that and when you click on the button, it is super. BUT, when you click on the menu, something strange happens, it scrolls strange. Have a try: test.dekleinevesting.site Do you have a solution for that as well?

    Regarding nr 4: is it possible to open that in a new window? It’s such a shame when people are out of the website. :-)

  3. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Glad to hear you’ve made progress.

    Unfortunately, it seems that the combination of our sticky header and the plugin for offset work in this manner. For the moment I don’t have any way around this. Basically the plugin is applying the offset after the scroll has occurred. The only other solution would be to set a anchor location a bit higher and not use the plugin.

    You can open Features links in a new window by enabling the option: Open more URL in a new window. The option is at the bottom of the Features widget.

  4. 8 years, 5 months ago Simone Goudzwaard

    Thanks again!

    Is it possible to do that as well for the imagegrid thingy? Now the pictures (see portfolio) open in the same window.

  5. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    For sure.

    Unfortunately, this isn’t yet an option in the Image Grid widget. I will log a feature request for this now.

  6. 8 years, 5 months ago Simone Goudzwaard

    Thanks Andrew!

  7. 8 years, 5 months ago Simone Goudzwaard

    I’ve made 2 one-pagers now in theme North (which I absolutely LOVE). There a a few problems however:

    1. There is a problem with the responsive menu. The menu stays put after clicking on a menu-item.
    2. When clicking on a menu-item, the row starts to high, unlike on the pc-mode.
    3. When navigating to a different menu-item, the page flickers.

    Feature requests:
    – Make it possible to underline the active menu-item. Now this is not possible for one-pagers.
    – Make it possible to customize the responsive menu. Now it is black, but it would be so much nicer when it is more in line with the design of the website.\

    Perhaps someone can help me with the 3 problems I have. Thanks in advance!

  8. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for your feedback :) I’ve logged bug reports and enhancement requests for all the challenges you’ve raised here.

    With regards to the anchor position on mobile. Are you using the hash offset plugin? Is it possible this plugin isn’t working for mobile?

  9. 8 years, 5 months ago Simone Goudzwaard

    Hi Andrew,

    No hash offset plugin… Only SiteOrigin plugins.

  10. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Noted. Thanks. Have you tried the Hash Offset plugin? Apologies if we’ve already spoken about this:

    https://wordpress.org/plugins/hash-link-scroll-offset/

  11. 8 years, 5 months ago Simone Goudzwaard

    We’ve already tried this, but it caused a strange scroll.

  12. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Ahh that’s right. Thanks for the update.

  13. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    We’ve updated the mobile menu to close when a link is clicked. This will prevent the overlap issue you mentioned. We’ll prepare a new version of the theme for you when a few more fixes have been carried out.

  14. 8 years, 5 months ago Simone Goudzwaard

    For your info: I’ve send this mail to Greg. The bold section is also important.

    Hi Greg,

    When will the issues with theme North be fixed? I’ve noticed a few bugs, which Andrew has put on Github. I’ve tested the pre-release, but still there are some issues. This is the site I’ve tested it on: http://galerie.dekleinevesting.nl/

    The main problems are:
    – the responsive mode is not scrollable on the phone, it is scrollable on a tablet, but it is not working nicely at all!
    – the responsive menu is not collapsed (the submenu’s are already shown, whitch makes it in my case a very long list)
    – in the pc-mode, when the submenu’s are to long, the list is cut of, it is not scrollable
    in the tablet mode landscape (when the normal menu is shown, it will not show the submenu, because it requires a hover-over. Best when the submenu also will appear when clicked on the menu-item it involves.

    Also: when having a one-pager, the menu does not disappear after navigating. it does on a tablet, but not on a phone. This can luckily easily be solved by not showing the menu in the responsive mode. (for instance: http://test.dekleinevesting.site/)

    Feature request:
    The responsive menu is now black. A lot of people find this very ugly (myself included). If it were white it would already be a lot better!
    Best solution in my opinion: when clicking on the stripy-menu, make the page blank and add the menu on a blank page. I’ve put a very simple but effective example attached.

    I hope you can help, because I really like the way North works. I’ve made 5 sites so far with North, but I just can’t put them life yet. I am more than willing to pay, with pleasure, because you all have put so much work into this. I really hope it is resolved before the first of may…

    Hope to hear from you soon.

    Kind regards,
    Simone Goudzwaard

  15. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for your feedback. Running through the highlighted problems:

    – the responsive mode is not scrollable on the phone, it is scrollable on a tablet, but it is not working nicely at all!

    Have you tested this in the development version we sent? This appears to be fixed when I test it on my iPhone using the pre-release version.

    – the responsive menu is not collapsed (the submenu’s are already shown, whitch makes it in my case a very long list)

    We have this item logged for implementation. We don’t have a date for completition just yet but will do so as quickly as we can.

    in the pc-mode, when the submenu’s are to long, the list is cut of, it is not scrollable

    The mobile menu is now scrollable if you’re using the pre-release version.

    in the tablet mode landscape (when the normal menu is shown, it will not show the submenu, because it requires a hover-over. Best when the submenu also will appear when clicked on the menu-item it involves.

    Thanks for reporting this. How that should work is that the parent item should show the sub-menu item when you tap it once, on the second tap/touch it should go to the link. I’ll log a bug report for this now. The short term solution is to go to AppearanceCustomizeTheme SettingsResponsive and increase the Menu Breakpoint so that the mobile menu also appears for landscape.

  16. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Update:
    No settings will be lost by using the pre-release version. All changes you have now will be included.
    Can you please, confirm the link to one of your sites using the pre-release so we can test the mobile scrolling issue.

    Thanks.

  17. 8 years, 5 months ago Simone Goudzwaard

    I am using this site in the pre-release version.

  18. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    I’m not sure this is the pre-release version. In your style.css file it says:

    Version: 1.1.3
    

    It should say:

    Version: dev
    

    Can you perhaps confirm by following these steps:

    1. Switch to any other theme from AppearanceThemes.
    2. Download the North dev theme to your desktop: https://siteorigin.com/wp-content/uploads/2016/04/siteorigin-north.dev_.zip.
    3. Install from Appearance > Themes > Add New > Upload Theme > Activate.

  19. 8 years, 5 months ago Simone Goudzwaard

    Done! I know what went wrong. There is a new version, so I updated a few days ago. But I think that was a mistake. So now I have the uploaded theme active.

  20. 8 years, 5 months ago Simone Goudzwaard

    Then the mobile is scrollable!

    The biggest problem is that on the pc, the submenu is still cut off. That is a huge bummer. I want to see the complete submenu.

  21. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for your feedback. I have logged a request to make the sub-menu hidden and then toggled by a down arrow. We’ll implement that as soon as we’re able.

  22. 8 years, 5 months ago Simone Goudzwaard

    super!!!!

    When that is fixed and when the submenu is clickable in the tablet mode (not responsive), I can put my site life. This is my own site. :-)
    I’m thrilled!

  23. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for your understanding. We’ll have these problems resolved ASAP.

  24. 8 years, 5 months ago Simone Goudzwaard

    Do you have an update on the update, Andrew? :-)

    North still needs:
    – clickable menu on a mobile device (so that the submenu’s will show)
    – submenu that is not cut-off in the pc-mode

    It has been a long time already and this is a real bug in North that the pre-release does not address.

  25. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for the wait.

    * Mobile sub-menus are ready, I’d just like us to slightly tweak the arrow alignment.
    * We still need to implement touch drop-downs on the main menu. Hopefully, Adi will be able to get onto that tomorrow.

    I covered a fair bit of bug and issue checking today. I’ll continue tomorrow. We’ll do our best to get a pre-release to you on Wednesday to at least solve these major challenges you’re facing.

  26. 8 years, 5 months ago Simone Goudzwaard

    You all are the best!!!!!

  27. 8 years, 5 months ago Simone Goudzwaard

    the touch on the main menu is a biggie, exciting!

  28. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    For sure, I’ll follow-up with Adi about that today.

  29. 8 years, 5 months ago Simone Goudzwaard

    Thank you so much, Andrew!

    Is it possible that you also have some answers on my thread: padding subforum?

  30. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sure, I’ll reply shortly.

  31. 8 years, 5 months ago Simone Goudzwaard

    Oh, the tension is killing me! :-)

  32. 8 years, 5 months ago Simone Goudzwaard

    I’ve found some more mobile bugs and you said we could talk bugs. :-)

    On full HD, you can scroll a bit left to right below the big picture, and the header is not as it’s meant to be (there is some white missing on the top): and

    WhatsApp-Image-20160428

    On QHD, there is unexplainable white next to the picture:

    Screenshot_20160428-185619

    That’s all for now. These are not major issues, but I thought you wanted to know.
    I would love to test the new pre-release, I’m so thrilled!

  33. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for the wait. I merged the final commits we need this evening. I’ll ask Greg to prepare the pre-release for you tomorrow.

    Thanks for your mobile feedback. Please, can you let me know which device and browser you were testing with? Thanks.

  34. 8 years, 5 months ago Simone Goudzwaard

    It concerns a One plus 2 and a Nexus 6P.
    Oh, I think we will make it before the deadline (first of may). Super!!!

  35. 8 years, 5 months ago Simone Goudzwaard

    Oh, Chrome for both.

  36. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    So strange. I could see these problems in the Chrome simulator but not anymore.

    It might be helpful to check:
    1. Do you get the same issues with all Custom CSS removed?
    2. Do you get the same issues on other pages?
    3. Do you get the same issues when checking the demo: http://demo.siteorigin.com/north/

  37. 8 years, 5 months ago Simone Goudzwaard

    1. yes, same result
    2. no
    3. no

    So this is only on this particular site. Strange…

  38. 8 years, 5 months ago Simone Goudzwaard

    Wait! It is a one-pager bug. I’ve just tested this site which is also a one-pager in North and the same problem there.

    I’ve got another thread called “page flickers when navigating”. That also concerns the one-pager.

  39. 8 years, 5 months ago Simone Goudzwaard

    I stole the iPhone from my husband, and there is also a white space on the right of the big picture.

    What I don’t like to see (especially on the iPhone) is that the text on the big picture is so low. Not nicely vertically centered. Can something be done about that? Is there a CSS-thingy to be made for that issue? I’ve put the text in the middle using enters, so I think that is the problem…

  40. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi :)

    Here is the dev version for you to try:
    https://siteorigin.com/wp-content/uploads/2016/04/siteorigin-north.dev_-1.zip

  41. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Please, send a set of login details for this site: http://www.lottersbeeldengalerie.nl/ and I’ll take a look at the horizontal scroll bar issue. We ideally need to resolve that before moving onto another challenge. Thanks :)

    //

    Would it be possible for you to create a temporary admin account for us so we can log in and take a look? You can create the account with the following email address:

    [email protected]

    Just navigate to UsersAdd New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve selected Administrator for the role and enabled the Send Password field so we receive the details.

    Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.

  42. 8 years, 5 months ago Private Message - WordPress

    This is a private message.

  43. 8 years, 5 months ago Simone Goudzwaard

    I’ve made you admin of because that is my site and I have all the permissions for this one.

    I’ll test the pre-release after dinner. All hungry men here…. Sigh… I just want tot test!!!!! Exited!!!

  44. 8 years, 5 months ago Private Message - Andrew Misplon Hi, I Work Here

    This is a private message.

  45. 8 years, 5 months ago Private Message - Simone Goudzwaard

    This is a private message.

  46. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Nice :)

    Ideally, we need to figure out why this overflow is happening. I see the new dev version has added this to the style.css file:

    body.responsive {
    	overflow-x: hidden; 
    }
    

    I’ve added that to your Custom CSS and it fixes the issue. It’s a bit of a patch so I’ll do my best to find the root cause next week.

  47. 8 years, 5 months ago Simone Goudzwaard

    I’ve tested for a bit:
    – menu on tablet is clickable (super)
    – customizable mobile menu (wow!)
    – mobile menu does not show submenu’s (top)

    Bugs:
    – when submenu is to long (on the laptop/pc), it is cut off, not scrollable
    – mobile menu does not show submenu and is not clickable, so the submenu does not appear

    Will test some more, but this is what I’ve noticed while cooking.

  48. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    It’s possible that the bugs are due to caching. Which site are you testing this on?

  49. 8 years, 5 months ago Simone Goudzwaard

  50. 8 years, 5 months ago Simone Goudzwaard

    I’ve cleared the cache on mobile and laptop, but still the same problem.
    No sub-menu’s appear on mobile and no way to scroll the submenu on the laptop.

  51. 8 years, 5 months ago Simone Goudzwaard

    this site

  52. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Ahh thanks, the problem is the arrow isn’t getting the same color treatment as your text. Hotfix with the below and I’ll include this fix in the actual release:

    /* Mobile Menu Hotfix */
    #mobile-navigation ul li .dropdown-toggle {
        color: #595959;
    }
    
  53. 8 years, 5 months ago Simone Goudzwaard

    AAAAAAH, yessssss!
    so cool!!!!!

  54. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sorry I missed that. Testing was my job :) Thanks for all of your help, we really appreciate it.

  55. 8 years, 5 months ago Simone Goudzwaard

    Wow, even the current menu has a color now! So super!
    I thought adjusting the sub-menu was a premium thingy. So I am impressed!

  56. 8 years, 5 months ago Simone Goudzwaard

    And what is up with the cut-off submenu, when the sub-menu is very long? What to do about that?

  57. 8 years, 5 months ago Simone Goudzwaard

    The cut-off submenu is the only issue I still have before I can put my site life.
    Perhaps we can make the padding between the submenu-items less large. What do you think? Because now I still can’t see the entire sub-menu…

  58. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    I’m not sure there is an easy fix for that with any conventional sub-menu, even with our heavily tested Vantage theme. It isn’t really possible to hover and scroll at the same time. One option would be to re-look at the menu structure so that the sub-menu wasn’t so long. We could also adjust the padding. I’ll check into that tomorrow.

  59. 8 years, 5 months ago Simone Goudzwaard

    Let’s adjust the padding. It is a list of our exhibitors, so I don’t see how I can make that list shorter…

  60. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sure. My suggestion regarding menu structure was more in terms of perhaps creating sub-categories so that no one drop-down would be too long. You could also have landing pages where you list the items in the page vs in the menu. Just suggestions.

  61. 8 years, 5 months ago Simone Goudzwaard

    That is something to think about. I figured it out how to adjust the padding, so that the list is a bit shorter now.

  62. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Looks like you might already be customising this. The CSS to change top and bottom sub-menu item padding is:

    .main-navigation ul > li {
        padding: 0.25em 0;
    }
    

    0.25 is applicable to top and bottom padding. em can be replaced with px if you prefer.

  63. 8 years, 5 months ago Simone Goudzwaard

    Thanks!!!!

  64. 8 years, 4 months ago Simone Goudzwaard

    Hi Andrew,

    I’m very happy with the pre-release! Do you know when the real release will be? As off when can I safely update theme North?

    A few days ago, in this thread, I’ve asked the following question:
    What I don’t like to see (especially on the iPhone) is that the text on the big picture is so low. Not nicely vertically centered. Can something be done about that? Is there a CSS-thingy to be made for that issue? I’ve put the text in the middle using enters, so I think that is the problem.

    Do you have a CSS-solution for that? I’ve used the SiteOrigin Hero widget for it. It would be awesome that on all devices, the text would be centered vertically and horizontally.

    Kind regards,
    Simone

    • 8 years, 4 months ago Andrew Misplon
      Hi, I Work Here

      Hi Simone

      Glad to hear you’re happy with the pre-release. I’ll be working on the North commits a little later today and will do everything I can to ensure we push the official update before the end of the week.

      With regards to the Hero text alignment issue. Can you please, first try removing the additional markup you’re currently using for spacing. That’ll involve clicking over to the Text tab in the content editor section of the frame and removing everything except for the h2 tag containing your content. Then, scroll down to the Design and Layout section at the bottom of the Hero widget’s settings, use the options there to position your text. Once that’s done, I’ll most likely need to assist with a little Custom CSS, see how you come along though, the available settings might be enough.

  65. 8 years, 4 months ago Kenneth Grøning

    Hi Andrew and Simone

    I have been following this thread with interest since I am also building a one-pager-sort-of website with North. It’s helpful and nice to know that siteorigin staff are working on the bugs :-) Thanks!

    Best regards

    Kenneth

    – and thank you for all this awesome free stuff! BTW you don’t accept donations?

    • 8 years, 4 months ago Andrew Misplon
      Hi, I Work Here

      Hi Kenneth

      Thanks for your support. The pre-release version I sent a link for, above, is available to you too, should you need it now. If not, we’ll have all of these fixes in the next version which we’ll hopefully release this week. Thanks for your offer of a donation. We’re working hard on a product called SiteOrigin Premium at the moment. It’ll add value across our range of products. When that is released in the next month, please, take a look, perhaps it’ll interest you.

      All the best with your site build. I do have a feature request logged to introduce a current menu item indication for one-page sites, I’ll follow-up that up this week and see if I can get the guys working on it.

  66. 8 years, 4 months ago Simone Goudzwaard

    I’ve done what you said Andrew. Would you take a look and see if you can fix is for the mobile as well??
    click here

  67. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Please, try removing the extra paragraph tag that’s printing below the h2. That might involve backspacing any extra space in the editor after your h2 tag.

  68. 8 years, 4 months ago Simone Goudzwaard

    Done, but now the text is small…..

  69. 8 years, 4 months ago Simone Goudzwaard

    Funny, even though I can fix the size of the text with custom CSS, it won’t show after saving…

  70. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    It looks like you might have the Heading size set to 15px, please, check that in that Design and Layout section of the Hero widget.

  71. 8 years, 4 months ago Simone Goudzwaard

    Screenshot (161)

    No Andrew…

  72. 8 years, 4 months ago Simone Goudzwaard

    I’ve tried a few times to change it, and the last time it worked!

    Now the only challenge is to make it pretty on mobile…

  73. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    One way of making the alignment dynamic would be to change the top padding to a % unit and find a value that works.

    Alternatively, you can try something like this in Custom CSS:

    /* Home Hero */
    
    @media (max-width: 680px) {
    	.home .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    		padding-top: 200px !important;
    	}
    }
    
  74. 8 years, 4 months ago Simone Goudzwaard

    Well, the CSS didn’t do what I wanted. I’m a woman, so it is difficult for men to understand wat women want, hahaha.
    What I would really want is that on all devices the text is in de middle (vertically). When I achieve that on the pc, than on the mobile, the text will be to low.
    Do you understand what I mean, or shall I make an example in photoshop?

  75. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    The text is positioned using 300px top padding. The CSS says, below 680px, make the top padding 200px. You can adjust the value in the CSS snippet as required. Essentially, the snippet is taking over from the existing top padding, below 680px resolution. If you want, you can also change the 680px value.

  76. 8 years, 4 months ago Simone Goudzwaard

    Ah, I understand now, thanks for explaining Andrew!

  77. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    For sure :)

  78. 8 years, 4 months ago Simone Goudzwaard

    The code doesn’t work, Andrew. I’ve tried this:

    /* Home Hero */

    @media (max-width: 800px) {
    .home .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding-top: 10px !important;
    }
    }

    But it does nothing at all…

  79. 8 years, 4 months ago Simone Goudzwaard

    So I’ve tried to mess with the max-with ande the padding-top as you can see, but still no changes at all…

  80. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    The rule in question isn’t visible in your Custom CSS. If it isn’t there anymore, please, add it back. If it’s still there, please, try clearing your cache (if you’re using a caching plugin, looks like you are).

  81. 8 years, 4 months ago Simone Goudzwaard

    Has anyone told you that you are a genius? CSS was still there and I’ve cleared the cache. I could really kiss you right now!

  82. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Fantastic :) Really glad to hear that helped. We’re just ironing out one or two tiny enhancements before this update. We still look on track to push it live tomorrow.

    • 8 years, 4 months ago Kenneth Grøning

      Hi Hope U have had a nice weekend :-)
      Any idea on the ETA of the update for North theme? I am on 1.1.3 and would love a version that took care of the “bugs” mentioned in this thread :-)

      • 8 years, 4 months ago Andrew Misplon
        Hi, I Work Here

        Hey Kenneth

        Thanks for your interest. Sorry about the delay. I really hoped to release it on Friday but the amount of work in the update meant that the checks took a little longer than expected. The North update has now been shipped, if you have any feedback, please, let us know :)

        • 8 years, 4 months ago Kenneth Grøning

          Hey Andrew

          Perfect timing! :-) I went live with the site today http://site.kennethgroning.dk/
          – it’s in danish ;-)
          The update is a great improvement – thanks!!!

          • 8 years, 4 months ago Andrew Misplon
            Hi, I Work Here

            Looking awesome :) Really glad to hear you liked the update.

  83. 8 years, 4 months ago Simone Goudzwaard

    Super, I will update North Theme now. Thanks!!!!

  84. 8 years, 4 months ago Kenneth Grøning

    Hey Andrew

    Love the one-pager but… I would really like to be able to create and publish additional “stand alone” pages for promotion and advertising purposes. That I can do, but the global menu with the hashtags/rows doesn’t respond at all when I publish such a page. Any idea how to make the top menu working outside the one-pager?
    Here is a test to show:
    http://site.kennethgroning.dk/kampagne/

    Best regards, Kenneth

  85. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sure :) If you head over to AppearanceMenus, do you have a custom menu saved and is that custom menu linked to the theme’s primary menu location. You can check your custom menu and location links from AppearanceMenusMenu Locations. Once that’s setup you can manually add or delete pages in your menu.

    • 8 years, 4 months ago Kenneth Grøning

      Hey Andrew
      I appreciate your fast respons. Sorry if I am a little ignorant or perhaps unclear about the matter ;-) ..The North theme only supports one (1) menu. I created the menu like advised in the video tutorial for the one pager. This menu is set as the primary menu and works fine with the one pager setup. When I create additional pages the very same menu naturally stays in place in the top navigation.The problem is, that the functionality of the menu is gone on these additional pages. You can click all you like on the menu items but you stay on the page and you are not send to one of the “rows” on the one pager. The additional pages was meant as different kinds of “landing pages” so to speak. Not pages that needed to be part of the menu, but on these pages the menu still needs to be working so visitors are able to navigate to items on the one pager. Clearly the menu and the “row” URL linking method only works on the one pager – or perhaps there is something very obvious I have missed?
      – I know it is a bit counter logical talking about a one-pager when you start adding more pages, but I hope you get what I am talking about :-)

  86. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for explaining. If you prefix the row ID with the URL your anchor links will work from any page. For example, instead of using:

    #my-about-us-row

    You’d link to:

    http://mydomain.com/#my-about-us-row

    So that’s how you can link to rows from other pages, the links will still work normally on the one pager.

    However, if you need a different menu on a different landing page then you’ll need to use a conditional logic menu plugin. Something like, only show this link if we’re on the home page and only show this link if we’re on the contact page etc.

    This post covers one of the plugin options for conditional logic in your menu: http://www.wpbeginner.com/plugins/how-to-add-conditional-logic-to-menus-in-wordpress/

    There are other options, here is one I’ve used in the past: https://wordpress.org/plugins/menu-items-visibility-control/

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More