Okay
  Public Ticket #3024384
variable options not appearing
Closed

Comments

  •  1
    Chris started the conversation

    Hi Guys.

    I have a variable thats not showing the options for the user to select from. This does appear on the default theme so seems to be an issue with the theme?

    WooCommerce is flagging the themes templates as out of date, perhaps this is linked?

    Cheers, Chris.


  •  476
    Charmy replied

    Hello Chris,

    Can you send me attached detailed pictures, I will help you to handle that.

    Thank you!


    Best regards,

    Charmy  - ThemeFTC technical expert

  •  1
    Chris replied

    HI Charmy.

    Please see screenshots as requested. Variable product works on default theme but the options don't appear on while using the default theme?

    Many Thanks, Chris.

    Attached files:  Product Settings.png
      Default Theme Single Product.jpg
      Rango Single Product.png

  •  476
    Charmy replied

    Hello Chris,

    You go to the link to change the css to display: inline-block;
    Attached pictures I put below.
    https://prnt.sc/yBFvmTdUI6uv

    Thank you!


    Best regards,

    Charmy  - ThemeFTC technical expert

  •  1
    Chris replied

    Hi Chamy.

    Could you please send me the css so I can add it to my custom css?

    Cheers, Chris.

  •  476
    Charmy replied

    Hello Chris,

    As below, I have guided you to correct it, go to admin
    Appearance -> Theme File Editor -> style.css, line 29508 edit display: none; change to display: inline-block;
    https://prnt.sc/sPlcG5hgvLIZ

    Thank you!


    Best regards,

    Charmy  - ThemeFTC technical expert

  •  1
    Chris replied

    Hi Charmy.

    I've added the below code into custom css:

    .rtwpvs .button-variable-wrapper, .variations .ftc-product-attribute {

        display: inline-block;
    }

    Achieving the same result without editing the theme files that will get overwritten during theme updates.

    There is still an issue, which appears in yoru screenshots, that the options appear twice, once as hyperlinked text and again as buttons?

    Please can you offer suggestions to resolve?

    Many Thanks, Chris.


  •  476
    Charmy replied

    Hello Chris,

    You can send me attached pictures, I will help you.

    Thank you!


    Best regards,

    Charmy  - ThemeFTC technical expert

  •  1
    Chris replied

    Hi Charmy.

    As mentioned, it's in the picture you sent me intially?

    Many Thanks, Chris.

    Attached files:  Inkeddownload_LI.jpg

  •  232
    Martin replied

    Hi Chris,

    You can EDIT code you added, change to: 

    .variations .ftc-product-attribute {
    display: inline-block;
    }

    == 

    9544273342.png

    Best Regards,

    Martin - ThemeFTC Support Team

  •  1
    Chris replied

    Hi Martain.

    Thanks for the solution. That does work to not show duplicate buttons, but I'd prefer to have the ones with the border so they look more like buttons, as they look lost without the border?

    Cheers, Chris.

  •  1
    Chris replied

    Hi Martin.

    Never mind sorry, I worked it out :)

    Cheers, Chris.

  •  232
    Martin replied

    Hi Chris,

    Thank, have a good day!

    Best Regards,

    Martin - ThemeFTC Support Team