• Resolved litbes

    (@litbes)


    Hello. Custom styles do not work, in CSS settings after updating the plugin.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @litbes

    Please follow the below steps:

    Step 1: go to plugins > plugin editor

    Step 2: select tabs responsive > template > content.php

    line no. 68

    replace this echo esc_attr($custom_css);

    by thisecho wp_unslash( $custom_css );

    If it’s work then let us know

    Thank you

    Thread Starter litbes

    (@litbes)

    Thank you so much for your feedback! Now, after the replacement, everything works fine!

    Thread Starter litbes

    (@litbes)

    But now there is a problem on the main page: the custom CSS is not saved, and in general it has changed strangely. Your update only worked in the sidebar.

    Thread Starter litbes

    (@litbes)

    In general, no plugin settings are saved((

    Hi @litbes,

    If your issue still occurs then remove both escaping to $custom_css only apply the below code.

    remove both-

    echo esc_attr($custom_css);
    echo wp_unslash( $custom_css );

    apply this only-

    echo $custom_css;

    if it works let us know

    Thanks

    Thread Starter litbes

    (@litbes)

    No, this code doesn’t work either.
    If I output a custom code like

    #tab_container_3371 .wpsm_nav-tabs > li > a {
    font-family: 'Neucha' !important;}

    or such

    #tab_container_3380 .wpsm_nav-tabs > li > a {
    padding: 5px 10px 5px 10px !important;
    }

    then the custom code is not saved and the general settings of the plugin itself are also reset.

    • This reply was modified 2 years, 10 months ago by litbes.
    Thread Starter litbes

    (@litbes)

    Until the last plugin update, everything worked correctly. Where can I download the previous version of the plugin?

    Hi @litbes

    Step 1: Please Go to the plugin
    Step 2: Click on advance view
    Step 3: Scroll down and there is an option to change the version.

    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Custom styles are not saved’ is closed to new replies.