• Resolved Thomymaster

    (@thomymaster)


    Hi

    I noticed a bug when using the new “radio-box” mode for the sidebar (which is great by the way).
    When i click on multiple categories after another, the background color stays for the visited categories but i think the behaviour should be that only the active category has the background color.

    I used the following custom CSS which worked before:
    .prod-cat-sidebar-category:hover {
    background-color: #a57c1f;}

    .prod-cat-sidebar-subcategory:hover {
    background-color: #a57c1f;}

    .highlightBlue {
    background-color: #a57c1f !important;}

    Best,
    Thomas

Viewing 13 replies - 1 through 13 (of 13 total)
  • etoilewebdesign

    (@etoilewebdesign)

    Hi Thomas,

    Thanks for bringing this to our attention, I’ve let our programmer know about it.

    It looks like a class is being applied on the radio button area after being selected but isn’t being removed after clicking another one.

    For now, I would replace your ‘highlightBlue’ CSS code with CSS that shows the colour on hover only:

    
    .highlightBlue {
    background-color: transparent!important;}
    
    .highlightBlue:hover {
    background-color: #a57c1f !important;}
    
    Thread Starter Thomymaster

    (@thomymaster)

    OK i used this as a temporary workaround but it would be really great if this could be fixed in one of the next updates ??

    Best,
    Thomas

    Thread Starter Thomymaster

    (@thomymaster)

    I still have this workaround and in 4.1.11 it looks like the current category has the right color, but also the last visited (but not all visited).
    This changes when i naveigate thorugh the different categories but still needs to be fixed :(.

    Hi Thomas,

    Can you send us the link to your website’s product catalogue page?

    Thread Starter Thomymaster

    (@thomymaster)

    Hi

    I sent you the URL via e-mail

    Best,
    Thomas

    Thread Starter Thomymaster

    (@thomymaster)

    Hi

    Has there been any progress? I updated to 4.1.14 and still have the issue ??

    Best,
    Thomas

    Hi Thomas,

    We have not made any changes to the plugin in regards to this.

    This only happens if one category and one sub-category are selected at the same time. If you have one top-level category selected and then choose another top-level category, it will remove the colour from the previous one.

    The sub-category has a different class applied to it than the category (which is necessary for people who want to view sub-categories within a category). Because of this, if you have a sub-category selected, then, when you select a different top-level category, it doesn’t remove the class from the sub-category. And vice versa.

    If you wanted, you could switch the sub-category layout to not be hierarchical. (You already told us by email that you don’t want to do this. However, we’re including it here for the benefit of other users.)

    Also, unfortunately, custom CSS wouldn’t be enough as, to get the sub-category or category to not have the colour background, you’d have to remove the class from it when the other is clicked (like what happens if you move from one top-level category to another).

    Thread Starter Thomymaster

    (@thomymaster)

    Hi

    Are there still no plans to fix this?
    I can remember that another user here in this forum has a similar problem.

    Hi Thomas,

    We’ve released a new version of UPCP (Vers 4.2.8), if you are still experiencing issues after updating, let us know.

    Thread Starter Thomymaster

    (@thomymaster)

    Hi

    Yes indeed i am still seeing the issue (although the logic works).

    -When i click a main category its background color changes
    -When i select another main category, the old one gets a white background and the new one the custom background

    -When i select a subcategory it also gets the custom background

    but:
    -when i select another main category, the old sub-category is not set to the white background. Only if i then select a sub-category under that new main category

    Please help me fix it.

    Thread Starter Thomymaster

    (@thomymaster)

    Hi

    Please help me fixing this issue. As i said it is still present after the latest update of your plugin.

    Best,
    Thomas

    Hi Thomas,

    We have noted this in our error list and we are working to come up with a solution.

    Hi Thomas,

    We have released new update for the ultimate product catalogue. Please update the plugin and let us know about the issue is resolved or not.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘4.1.0 bug: background color of visited categories in “radio-box” menu mode’ is closed to new replies.