Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #88331

    Paul R
    Moderator

    Hi Bruce,

    Your site is under maintenance mode.
    We need your wordpress login details to be able to assist you.

    Thanks

    #89156

    Bruce
    Participant
    This reply has been marked as private.
    #89187

    Mrinal
    Member

    HI Burce,

    The Blog, Portfolio or Shop pages can only use the primary menu, no other plugin can’t override them as they’re generated dynamically.

    #89273

    Bruce
    Participant

    Ok, so I should create another menu for my ‘main’ menu and call it something like…top menu, add the pages I want
    and have my shop menu as my ‘primary’ menu?

    would that work?

    Q- So how did you get the integrity nav menu switch to a ‘shop’ menu layout when selecting shop on the nav bar?

    #89342

    Kosher K
    Member

    Hi Bruce,

    You can do it that way but we can’t assure you it would work the way you want it.

    To clarify, The Header (Including menu), Widgets (Except unlimited Sidebars), Footer are GLOBAL elements. and you can’t simply display different elements on different pages if its a global elements. You can alter on how these global elements work using any plugin but this is beyond the support we can offer as we simply do not know how this plugin work.

    The Integrity Demo and Integrity shop demo are on different wordpress install and the reason why it has different content for global elements like menu,

    The stack demo are installed in here -> http://theme.co/x/demo/{stack-name}/1/
    e.g. http://theme.co/x/demo/integrity/1/, http://theme.co/x/demo/renew/1/ , http://theme.co/x/demo/ethos/1/

    While the shop demo are installed in here -> http://theme.co/x/demo/shop/{stack-name}/

    e.g. http://theme.co/x/demo/shop/integrity/ http://theme.co/x/demo/shop/renew/, http://theme.co/x/demo/shop/ethos/

    Hope that clarifies,

    Cheers

    #89534

    Bruce
    Participant

    Yes it does clarify things now. Thanks for pointing it out.

    The reason I wanted to make a change with nav bar links was for customers who make purchases through the shop.
    the process as it goes on my site from the cart is:
    https://arra.co/checkout/
    https://arra.co/checkout/order-received/
    no link to their account page.
    this is why your demo site looked like it would provide a solution for me with links in the nav bar (that were clear to see for a customer).

    Next option…What I would like to do (as an alternative) is direct a customer from:
    the /checkout/ page to the /my-account/ page.

    from here they will be able to view any purchases made anyway, I really want to cut out the /order-received/ page.

    Is this possible?

    #89616

    Rad
    Moderator

    Hi Bruce,

    For menu visibility, how about using this plugin https://wordpress.org/plugins/menu-items-visibility-control/. You could create multiple menu items on same menu different different visibility condition.

    And if you wish to redirect pages, then this plugin should help https://wordpress.org/plugins/page-links-to/

    These plugins are not related to us, so please use it with caution.

    Thank you.

    #89651

    Bruce
    Participant

    Excellent!
    I will try those this afternoon.

    In my search I also found this plugin – http://wordpress.org/plugins/peters-login-redirect/
    which may complement the ones you have suggested, either or.

    Thanks so much – you guys rock!

    ———–
    In my travels (for a fix to my probs) I found some woocommerce snippets if interested???
    http://www.remicorson.com/category/tutorials/woocommerce-tutorials/
    http://www.wpexplorer.com/best-woocommerce-snippets/
    http://www.wpexplorer.com/best-woocommerce-snippets-wordpress/

    #89667

    Nabeel A
    Moderator

    You’re welcome Bruce. Do let us know how this goes!

    #108276

    kjetil
    Participant

    Trying the same thing. Unfortunately, I cannot get this to work either. But how to understand the demo then?

    Also I do not quite understand what support means with the sentence “Our Shop Demo pages are fully separate from General Demo sites.” Is he saying I have to have two wordpress installations to do this?

    #108357

    Rad
    Moderator

    Hi there,

    If you’re referring to demo content, then shop demo contents are different from X demo content, and we don’t provide shop demo contents. Woocommerce has their own demo contents which you can import. Please refer to their documentation.

    If you’re referring to live demo with different menu, then X demo uses different wordpress installation to portray different application of each demo. I’m not saying you should install a new wordpress, but if you really want to copy live’s demo’s setup, then yes you will have to install new copy.

    OR, use use 3rd party plugin to control menu item’s visibility like this https://wordpress.org/plugins/menu-items-visibility-control/

    Cheers!

    #124803

    Bruce
    Participant

    My apologies for not getting back on this subject earlier.
    Have been working on another site project.

    Woocommerce – How to show a different top nav-bar for logged in users.
    I used this for my site https://arra.co/

    The select plugins I used to solve my problem were:

    If Menu – https://wordpress.org/plugins/if-menu/
    A simple plugin that adds extra functionality to Menu Items. The plugin will allow to show or hide menu items based on condition statements (Is single page, User is Logged In, etc).

    Widget Logic – https://wordpress.org/plugins/widget-logic/
    This plugin gives every widget an extra control field called “Widget logic” that lets you control the pages that the widget will appear on. The text field lets you use WP’s Conditional Tags, or any general PHP code. I added the tag: is_user_logged_in() in the widget logic. Then this widget ONLY showed when someone logged in 🙂

    Finally when my customer logged out I used the redirect plugin.

    Peters Login Redirect – https://wordpress.org/plugins/peters-login-redirect/
    This allowed me to redirect logged out customers to any page on my site or elsewhere.

    Hope this helps someone who is reading as it helped me

    #125032

    Zeshan
    Member

    Thank you for sharing the information Bruce! Have a good day! 🙂

    #125361

    Bruce
    Participant

    No prob 🙂

    #125616

    Rubin
    Keymaster

    🙂