• Resolved perryborrelli

    (@perryborrelli)


    Hi, I firstly wanted to thank you for creating such an easy to use and functional plugin for product display. I tried many other, all which were far less functional and comprehensible than WP Catalogue. However, I have a few questions: first, is there any way to customize the side menu? As you can see on my site, (accessoryresourcegallery.com) there seems to be a formatting problem as the menu items/categories are oddly shaped. FYI, I have very little knowledge of coding.
    Also, is there any way to display a title of the products once they are clicked on? All I can see is the product description and not a main title above the photo.

    Sorry for all the questions, as you can tell I’m not great at this!
    Thanks

    http://ww.wp.xz.cn/plugins/wp-catalogue/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    No worries, always happy to help.

    Ok in your case I think the side menu rollover is getting pushed slightly out of place due to some css in your theme (padding) on the text. Probably the easiest way to resolve this is add this css to your theme:

    #wpc-col-1 ul li a:hover, #wpc-col-1 ul li.active-wpc-cat a {
    	background: #B22222 !important;
    }

    This will kill 2 birds with one stone too > it will change the colour of your rollovers to red to match your logo, and it will remove that triangular tip to the rollover which is what’s making it look a but jagged. You can do the same colour change of the border on the images:

    .wpc-img:hover {
    	border: 5px solid #B22222 !important;
    }

    Now your second question about product titles…. no it was a bit of an oversight – I didn’t give a way to show a title. In next release I’m fixing that up so instead of “Product Detail” it can be the image title if you want.

    Hope this helps, oh and if you like the plugin it is really helpful if you can give a rating/review here. Thanks! 🙂

    Thread Starter perryborrelli

    (@perryborrelli)

    Hi Maeve,

    Thanks for the help you gave me, it worked really well and looked good. Unfortunately as you can see on my website (accessoryresourcegallery.com) once I updated to version 1.7, something happened to the formatting – any way I can change it back to the red side menu and borders?

    Thanks again!
    Aidan

    Thread Starter perryborrelli

    (@perryborrelli)

    Problem solved! I was unaware that you can now add your own theme color. Nice Work!

    Plugin Author Maeve Lander

    (@enigmaweb)

    haha no worries Aidan, glad you like the new colour picker feature 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Side Menu Formatting’ is closed to new replies.