Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I found the problem. It is in a file called: sidebar-cta.php
    This is the content:

    <?php
    /**
     * The Call to Action Sidebar
     * @package lavish
     * @since 1.0.0
     */
    /*
    $default_content = get_theme_mod('hide_default_content', '0');
    if ( ! is_active_sidebar( 'cta' ) && (!$default_content)):?>
    	<div class="lr_widgets_cta" >
    	<div class="container">
            <div class="row">
               	<div class="col-md-12">
               		<div class="align_center" style="padding: 0rem 25%">
    <h2><?php echo __('Everything you need', 'lavish');?></h2>
    <p><?php echo __('Lavish Pro Themes provides you everything that you need on a WordPress theme,
    	extensive customize options for user-oriented easy use, flat and modern design to capture
    	 viewers attention, plenty color options to full fill the choice of yours and many more.', 'lavish');?></p>
    <button class="btn"><?php echo __('Download Now', 'lavish');?></button>
    </div>
            	</div>
            </div>
        </div>
    </div>
    <?php elseif(is_active_sidebar( 'cta' ) ):
    ?>
    <div class="lr_widgets_cta" >
    	<div class="container">
            <div class="row">
               	<div class="col-md-12">
               		<?php dynamic_sidebar( 'cta' ); ?>
            	</div>
            </div>
        </div>
    </div>
    <?php else:
        return;
    endif;
    ?>
    */

    I added a comment start /* and end */ to make it disappear.

    Both are not widgets, The banner is’t in the widgets settings.
    And the Bottom is the empty space for widgets, but I don’t want widgets there.

    Here is a picture of all my active widgets:

    wp

    <script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>

    Thank you very much.

    However the banner with “Get proversion…..” is still there. How do I remove this. Also how do I remove the “Bottom 1, Bottom 2, ect.” if I don’t want to use them?

    Timon

    Thanks already for the help!

    But I got this error message:

    Installing Theme from uploaded file: lavish.1.0.7.zip
    Unpacking the package…
    
    Installing the theme…
    
    Destination folder already exists. /home/degrootb/domains/floweryseasons.nl/public_html/wp-content/themes/lavish/
    
    Theme install failed.

    I have no idea what to do?

    Yes, It happened to me.

    After the Version: 1.0.8 update:
    The menu is messed up. I have no idea how to solve it.
    Also there is a banner in the middle of the site saying: Get pro version…
    Last there are bottom 1 and bottom 2 etc.
    Can’t get them away.

    My site:

    http://www.floweryseasons.nl

    Please help quick, because the site is already up.

Viewing 5 replies - 1 through 5 (of 5 total)