Home Forums Support Some Suggestions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #107402
    Allen

    This is a fantastic template!

    Here are some things i think that can make it even more fantastic.

    1. The ability to have templates for different pages. So I could have different colors and menu’s etc, per page template. For example, one product category may need menus a,b,c & d
    while a different category may need menus, a,g,f,e

    And the blog (as opposed to static pages) I may want a different color, and completely different menu’s and items in the sidebars.

    2. Integration of CubeCart like woo commerce is

    Thanks!

    #107509
    Tom
    Lead Developer
    Lead Developer

    Hi Allen,

    When it comes to switching menus on different pages, a plugin like this may be super useful: https://wordpress.org/plugins/menu-swapper/

    For different widgets on different pages, a plugin like Jetpack’s “Widget Visibility”, or “Display Widgets (https://wordpress.org/plugins/display-widgets/)” will work.

    As for background colors for different pages – this may be a good free plugin that I’ll make.

    For now, you can use custom CSS.

    For example, if your page ID is “10”, this will target that page:

    body.page-id-10 {
          background-color:#DDDDDD;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.