Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Post pages #101450
    Nilambar Sharma
    Participant

    Another alternative would be using Theme Options. In Customizer, Go to Theme Options -> Content Meta Options. You can find Show Date, Show Author, etc options to show/hide such meta content.

    in reply to: Secondary Menu on select pages #85081
    Nilambar Sharma
    Participant

    Hello @kyle,
    Currently this feature is not available in the theme. However, that can be achieved via some custom css as a temporary and quick fix.
    Suppose if the id of the pages where you want to hide the primary menu are 10 and 11 respectively, then you have to add the css in the Customizing > Themes Options > Advanced Options > Custom CSS

    .page.page-id-10 #site-navigation,
    .page.page-id-11 #site-navigation
    {
        display: none;
    }

    Hope that helps resolving the issue.

    Thanks!

    in reply to: logo aligned to menu #80011
    Nilambar Sharma
    Participant

    Hello @isabella,

    Regarding social menu, it’s somehow possible to display them just above the menu with horizontally centered like as shown in our theme demo.

    For this, you would need to create new menu and assign the location ‘Social Menu’.

    For e.g.to display facebook and twitter icon, you need to type http://facebook.com and http://twitter.com respectively.

    You may wish to remove the search icon and just display the social icons.

    Go to Customize Theme Options -> Header Options uncheck Show Search Icons.

    Alternatively if you are not satisfy with above suggestion, then for custom alignment and icon positioning as per your wish you would need to customize some codes in header and write custom CSS by creating Child Theme

    Feel free to write us back if you need any more queries.

    Thanks

    in reply to: logo aligned to menu #78588
    Nilambar Sharma
    Participant

    @isabella,

    Make sure you have uploaded your logo with a recommended size as per the instruction given there. Too small or too large size could overflow the elements; thus you may need to adjust the logo height width accordingly before uploading.

    Hope this helps !

    Thank you

    in reply to: CONTACT SIDEBAR #68148
    Nilambar Sharma
    Participant

    Thank you for using WEN BUSINESS theme. Well, Contact Sidebar would work when you select a page template Contact Page from your page editor section.

    Hope this resolved your confusion.

    Thank you.

    in reply to: Change Default Page Layout #68017
    Nilambar Sharma
    Participant

    When you go to Theme Options -> Layout Options, you can find Global Layout. This will apply to the site globally. And then you can select page specific layout when editing page.

    in reply to: Primary Menu #67880
    Nilambar Sharma
    Participant

    If you want spread menu then you need to use Secondary menu. Working of Primary menu and Secondary is similar. If you are stuck then please feel free to ping us. Thanks.

    in reply to: Featured Pages? #67713
    Nilambar Sharma
    Participant

    Hello,

    For Featured Highlights you would have to add Business Latest News Widget. For Work Showcase you would have to add Business Latest Works Widget. If you want to show content from pages, then you can use Business Special Pages Widget.

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)