• Resolved Dinh??

    (@dinhcode)


    Hello,

    How to set default Advanced – Edit custom wrapper code:

    I want when Create news Sidebar Advanced – Edit custom wrapper code: have default value

    Before Title : <h3>
    After Title : </h3>
    Before Widget : <div class="mycss_item">
    After Widget : </div>

    Any idea for help me. Thanks for Plugins

    https://www.ads-software.com/plugins/custom-sidebars/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello dinhcode,

    To do that you will need to edit this file /wp-content/plugins/custom-sidebars/views/widgets-editor.php from line 40. You will see there four line like this:

    <textarea rows="4" name="before_title" id="csb-before-title"></textarea>

    so you will need to change them like that:

    <textarea rows="4" name="before_title" id="csb-before-title"><h3></textarea>

    kind regards,
    Kasia

    Thread Starter Dinh??

    (@dinhcode)

    Thanks @kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to set default Advanced – Edit custom wrapper code’ is closed to new replies.