badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

PromoBox Using apostrophe 'S

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62143
    Rufando
    Participant

    Unable to properly embed the apostrophe S as you can see here

    How to fix? Thanks for the support

    #62316

    Hi Rufando,

    Limited character are only allowed in that field.
    So please go to the theme main directory interface/inc/widgets/interface_widgets.php line no: 397 and 398 there you will see below line of code:

    $widget_primary = esc_textare($instance['widget_primary']);
    $widget_secondary = esc_textare($instance['widget_secondary']);

    Just replace the above code with the below one and save it.

    $widget_primary = esc_html($instance['widget_primary']);
    $widget_secondary = esc_html($instance['widget_secondary']);

    Thank you!

    #62378
    Rufando
    Participant

    WOW! Dilemma SOLVED! Thanks for the support.

    #62433

    Welcome anytime @restyumali-sl

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.