Okay
  Public Ticket #2509317
Classic Editor NECTAR SHORT CODES not working
Closed

Comments

  •  4
    Randy started the conversation

    Hi! 

    Its been awhile since I've had any theme issues and I'm having trouble finding this fix after the recent WP5.5 update.

    In the POST and PORTFOLIO sections where the classic editor window pane is the default and I try to generate a shortcode for any size button it doesn't create any of the various sizes like it used to.

    When I use the WPBakery BACKEND editor to format stuff everything seems to work properly.

    It def makes it more of a challenging. when trying to create PORTFOLIO posts.

    I've done the usual turn off all plugins and still get the same issues. For security, I did not turn off WordFence.

    Any help would be great. 

    Oh and to have square corners on buttons as a default, is there a setting for that?

    Thanks,

    Randy

  •  8,851
    Tahir replied

    Hey Again,

    To fix this, you can install a plugin: Enable jQuery Migrate Helper (https://wordpress.org/plugins/enable-jquery-migrate-helper/) on your setup so that there is no such issue. 

    The jQuery migrate plugin will correct any issues with plugins that are relying on since it's now been removed from the WP core. 

    Thanks


    ThemeNectar Support Team 

  •  4
    Randy replied

    Thanks Tahir for the quick reply. That worked like a charm.

    Last ? I tried adding this code I ahd seen you post about on removing the rounded corners to make them square.

    body .swiper-slide .button.solid_color a{
        border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    I added that to the CSS section in the Salient admin section and it worked prior to the latest WP5.5 update. but it doesnt seem to work now.. Maybe its related the jquery plugin.

    It would be a great option to have square corners as an easy option in the admin panel.

    If I missed something, let me know. 

    Thank you.



  •  8,851
    Tahir replied

    It should work with the update as well.

    1. Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ .
    2. If you are using WP Rocket use this guide :  https://docs.wp-rocket.me/article/108-render-blocking-javascript-and-css-pagespeed#critical-path-css .
    3. For Woocommerce caching issues see: https://docs.woocommerce.com/document/configuring-caching-plugins/ . 

    'Thanks


    ThemeNectar Support Team 

  •  4
    Randy replied

    Thanks for the links and instructions. I did FireFox as well as the Siteground SG Cache purge and still no luck. 

    Its not a critical thing, I just like the crisp look of the non radius style corners. Hoping its an option down the road. I tried the SEE THROUGH but its not as eye catching to grab a buyers attention when trying to sell products. 

    Thanks

  •  4
    Randy replied

    Hi!

    I fixed it. I found the snippet of code and added this to my CCS section and now it works.

    .nectar-button {
        border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;


    Please disregard the reply I had just sent.

    Thanks for your patience.