Home Forums Themes Support Bibo How to edit template in Milo plugin

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #672

    Hi All customer,

    This topic will help you customize or edit templates of Milo Core plugin to fix temp issue. So if have any bugs or issues please contact us via email milotheme@gmail.com. We’ll update it in next version.

    Example we’ll edit Banner shortcode templates

    Step 1: Go to Admin Dashboard then go to Plugins -> Editor

    Step 2: 

    Step 3: At the plugin files open file in includes/shorcodes/banner/templates then open file style_1.php or style_x. php if you choose it at admin screen.

    Step 4: Change the code from

    <a href=”<?php echo esc_url($url[‘url’]); ?>” >

    to

    <a href=”<?php echo esc_url($url[‘url’]); ?>” target=”<?php echo esc_attr( ($url[‘target’] != ”) ? $url[‘target’] : ‘_self’ ); ?>”>

    Hope this help you all and thanks for choosing our product!

    ******
    Best regards,

    MiloTheme

    • This topic was modified 6 years, 2 months ago by admin.
    • This topic was modified 6 years, 2 months ago by admin.
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.