Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Home / Page menu bar

Home Forums VW Theme VW PHOTOGRAPHY PRO THEME Home / Page menu bar

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #8429
    olivier
    Participant

    Hi,

    How can I configure the content of main menu bar (#masthead .menubar)? It looks like it can only display all my parent pages in alphabetic order, and it shows the same items on the right and the left of the logo.

    I tried the steps described in section #7 Setup Navigation from the support page, but it doesn’t change the main menu bar
    I want to define which page item should be available from the menu bar.

    Thanks,
    Olivier

    #8459
    developer vwtheme
    Participant

    Hi Olivier,

    As per your request, we have updated our documentation and added easy steps for menu setup.

    Documentation link: https://www.vwthemes.com/docs/vw-photography-pro/#section-14

    If you need any other help please let us know.

    Thanks

    #8466
    olivier
    Participant

    Hi,

    Thank you! it didn’t come to my mind that those left/right left menus were pointing to the section of the menu bar.

    Another question: while playing around with the menu setup, I added the menu widget to the right side bar of my blog page. Since I prefer to keep only the menu bar at the top, I removed the widget. But now, my blog pages keep showing an empty side bar… How can I revert it to the initial full width layout?

    Thx,
    Olivier

    #8479
    developer vwtheme
    Participant

    Hi,

    As per your request, could you please provide us your site URL.

    So we can review and get back to you.

    Thanks

    #8490
    olivier
    Participant

    Hi,

    Thanks for your help. Check out this post for instance:
    http://photoolivier.com/wp/white-domes/
    Right side-bar is present with no content. Same for any post.

    Pages are OK with a full width layout: http://photoolivier.com/wp/decouverte-usa/

    But tag pages keep showing a side bar with the Archives widget: http://photoolivier.com/wp/tag/moab/ Is it possible remove it?

    Thanks,

    #8493
    developer vwtheme
    Participant

    Hi,

    We have reviewed your links.

    Follow the steps given below to remove the archive:

    Go to Dashboard >> Appearance >> Customize >> Additional CSS

    Paste the code given below and publish the changes.

    aside#archives-2 {
    display: none;
    }
    Refresh the website.

    If you need some other help please let us know.

    Thank You

    #8494
    olivier
    Participant

    Thanks.
    I pasted the css snippet as instructed, but it did not help. I still get an empty side bar on my posts, and the archive widget is still displayed on the tag pages

    Olivier

    #8503
    developer vwtheme
    Participant

    Hi,

    Sorry for the inconvenienced caused to you.

    Follow the steps given below to remove the archive:

    Go to Dashboard >> Appearance >> Customize >> Additional CSS

    Paste the code given below and publish the changes.

    .post-type-archive #sidebar {
    display: none;
    }
    Refresh the website.

    If you need some other help please let us know.

    Thank You

    #8504
    olivier
    Participant

    Hi,

    This doesn’t help either. Both issues are still present…

    Thanks,

    #8518
    olivier
    Participant

    OK: I could remove the archive widget on the tag page with the following css:


    .tag #sidebar {
    display: none;
    }

    But I still had an empty side bar on the .tag and .single-post pages. I ended up with a work-around by updating your single.php code to remove the sidebar div. I still think there is a bug somewhere in your theme: initially the blog post were displayed correctly. When I added (and removed) the menu widget to the sidebar I couldn’t get rid of the sidebar anymore.

    I’m fine with my workaround for now, but I guess that single.php change will be overwritten next time I update the theme 🙁

    Thanks,
    Olivier

    #8548
    developer vwtheme
    Participant

    Hi,

    As per your request, we are using Col-md-4 and col-md-8 to manage two parts in a single page and if you remove sidebar then there will space left.

    If you have done changes on single.php, then take the backup for next time.

    Thanks

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.