• Resolved actionmarco

    (@actionmarco)


    Hi Marc and everybody,

    thanks for the plugin Marc, it seems to be exactly what we have been looking for for ages (in combination with the stock add-on). While setting up our first test configuration, everything seems to be working great, except that the button to change from one view to the other seems to be “empty” on the front end side.
    We only have two views. We named both views, filled in the description and uploaded images for both views in the backend. on the front end, however, only an empty white frame is visible. once you click on it, the button frame extends and if you click on the correct part of it, the view will change. So it does work, but it does not show name, image or description. Means, for a customer who does not know that he can change views, he may not even notice the button.

    I hope there is an easy fix for this, would love to start using the plug-in.

    Best regards and many thanks,
    Marco

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi Marco,

    This sounds like a small CSS conflict with your theme.
    The styling for the views button is minimal, in order to match the themes colors as much as possible. So if links are white, the button will show white as well.

    Can you share the product’s URL for me to check?

    it seems to be exactly what we have been looking for for ages

    Glad the plugin works for you ??

    Best,
    Marc

    Thread Starter actionmarco

    (@actionmarco)

    Hey Marc,

    thanks for your quick reply. I am not sure if you can see this, because it has not been published yet. We just set this product up as a test to see if and how it all works.

    https://twenty4action.com/?post_type=product&p=390775&preview=true

    thanks for having a look for us!

    Best,
    Marco

    Plugin Contributor Marc Lacroix

    (@marcusig)

    Indeed, I can’t see the product.
    Are you using the default styles, or a specific theme for the configurator?

    Plugin Contributor Marc Lacroix

    (@marcusig)

    So as I thought, you have your links set to white.

    You can insert the following CSS in the theme customizer > Additional CSS:

    .angles-select a {
        color: #000;
    }

    This will make the “views” links black. You can change the color to whatever you want.

    Marc.

    Thread Starter actionmarco

    (@actionmarco)

    great thanks Marc! thanks for also telling me exactly where to put that bit of CSS, wouldn’t have known where ?? it did work like a charm!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change View Button not showing’ is closed to new replies.