• Resolved zackmoon

    (@zackmoon)


    Can I delete Service Detail Four leaving only 3 service blocks on the homepage of Weblizar theme?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author weblizar

    (@weblizar)

    Can you explain me it with screenshot?

    Also can you share me your site url?

    Thanks

    Thread Starter zackmoon

    (@zackmoon)

    I want to remove the circled areas:http://eppsadvertising.com/weblizar.jpg

    current test site: http://www.yourlowcostwebsite.com/anthony/

    Thanks

    Theme Author weblizar

    (@weblizar)

    Hi zackmoon

    Is that’s possible but you need customize the home page.

    If you have knowledge about WordPress theme developing.

    Then i will provide instruction to do this work.

    Thanks

    Thread Starter zackmoon

    (@zackmoon)

    I have some php knowledge and have changed themes before, but I am by no means an expert. If you could post steps that would be great.

    Thanks

    Theme Author weblizar

    (@weblizar)

    Hi Zackmoon

    First create a child theme of wenlizar theme. Using child theme creator plugin.

    Copy the front-page.php file from parent theme and paste in child theme.

    You already customize the home page.but You need to edit some line of code.

    Remove the last service section:

    <div class=”col-md-3 col-sm-3″>
    <div class=”content-box content-style2 anim-opacity animated fadeIn animatedVisi” data-animtype=”fadeIn” data-animrepeat=”0″ data-animspeed=”1s” data-animdelay=”0.2s” style=”-webkit-animation: 1s 0.2s;”>
    <?php if($wl_theme_options[‘service_4_title’]) { ?>
    <h4 class=”h4-body-title”><i class=”<?php if($wl_theme_options[‘service_4_icons’]) { echo $wl_theme_options[‘service_4_icons’]; } ?>”></i><?php echo $wl_theme_options[‘service_4_title’]; ?></h4>
    <?php } ?>
    <div class=”content-box-text”>
    <?php if($wl_theme_options[‘service_4_text’]) { echo $wl_theme_options[‘service_4_text’]; } ?>
    <div>” class=”read-more “><span><?php _e(‘read more’, ‘weblizar’); ?></span></div>
    </div>
    </div>
    </div>

    Find the given code in front-page.php

    col-md-3

    Replace by

    col-md-4

    Save the changes and activate the child theme.

    Thanks

    Thread Starter zackmoon

    (@zackmoon)

    Great. Thanks

    Theme Author weblizar

    (@weblizar)

    Hi Zackmoon

    If you found our theme useful for your work. then you can review our theme.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Delete Service Detail Four Weblizar Theme’ is closed to new replies.