Site logo

Archived topic

Some Suggestions

1 reply · Started by Anonymous on May 12, 2015

Viewing posts 1–2 of 2

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!

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;
}
This archived topic is closed to new replies.