Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #648739

    For some reason, the Custom Class (add shortcode/builder element) no longer shows on my website. This has happened on a couple occasions.

    I added to the function.php this code: add_theme_support(‘avia_template_builder_custom_css’);

    But the Custom CSS Class box has disappeared from the Edit Element when I open the “Index” page.

    Could you please take a look at the site. The login credentials are in the Private Content area.

    Thank you.

    #648746

    Hey Kurt!

    Please see the difference between single quotes in these lines – http://i.imgur.com/njXAMQK.png. That was the issue.
    You can simply go to the bottom of your functions.php file and remove // from the line to activate it, you do not need to copy paste the code each time. It is always in functions.php file but commented out

    Regards,
    Yigit

    #648764

    That was the problem. I have to watch carefully of the single quotes.

    Thank you so much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS class option disappered’ is closed to new replies.