*

Satbeer Singh

  • ****
  • 126 posts
Premium Listing on my Dashboard

*

Satbeer Singh

  • ****
  • 126 posts
Re: Frosticek please dont block my topic i have some screenshots to show you
« Reply #1 on: February 20, 2017, 09:14:20 AM »
second screenshot of your theme settings

*

MB Themes

Re: Frosticek please dont block my topic i have some screenshots to show you
« Reply #2 on: February 20, 2017, 09:20:24 AM »
In main.php replace:
Code: [Select]
<?php if( zara_current('zc_home_premium') == ) { ?>
    <?php ob_start(); ?>

      <!-- Extra Premiums Block #4 -->
      <div class="home-container hc-premiums">
        <div class="inner">

          <div id="latest" class="white prem">
            <h2 class="home">
              <?php _e('Premium listings''zara'); ?>
            </h2>

            <?php 
              
if( function_exists('zc_current') && zara_current('zc_home_premium_count') <> '' && zara_current('zc_home_premium_count') > 0) {
                
$premium_count zara_current('zc_home_premium_count');
              } else {
                
$premium_count 6;
              }

              
osc_get_premiums$premium_count ); 
            
?>


            <?php if( osc_count_premiums() > 0) { ?>
              <div class="block">
                <div class="wrap">
                  <?php $c 1?>
                  <?php while( osc_has_premiums() ) { ?>
                    <?php zara_draw_item($c'gallery'true); ?>
                   
                    <?php $c++; ?>
                  <?php ?>
                </div>
              </div>
            <?php } else { ?>
              <div class="empty"><?php _e('No premium listings''zara'); ?></div>
            <?php ?>

            <?php //View::newInstance()->_erase('items') ; ?>
          </div>


          <!-- Home Banner #5 -->
          <?php echo zara_banner('home'5); ?>
        </div>
      </div>

    <?php $home4 ob_get_clean(); ?>
  <?php ?>

with:
Code: [Select]
    <?php ob_start(); ?>

      <!-- Extra Premiums Block #4 -->
      <div class="home-container hc-premiums">
        <div class="inner">

          <div id="latest" class="white prem">
            <h2 class="home">
              <?php _e('Premium listings''zara'); ?>
            </h2>

            <?php 
              
if( function_exists('zc_current') && zara_current('zc_home_premium_count') <> '' && zara_current('zc_home_premium_count') > 0) {
                
$premium_count zara_current('zc_home_premium_count');
              } else {
                
$premium_count 6;
              }

              
osc_get_premiums$premium_count ); 
            
?>


            <?php if( osc_count_premiums() > 0) { ?>
              <div class="block">
                <div class="wrap">
                  <?php $c 1?>
                  <?php while( osc_has_premiums() ) { ?>
                    <?php zara_draw_item($c'gallery'true); ?>
                   
                    <?php $c++; ?>
                  <?php ?>
                </div>
              </div>
            <?php } else { ?>
              <div class="empty"><?php _e('No premium listings''zara'); ?></div>
            <?php ?>

            <?php //View::newInstance()->_erase('items') ; ?>
          </div>


          <!-- Home Banner #5 -->
          <?php echo zara_banner('home'5); ?>
        </div>
      </div>

    <?php $home4 ob_get_clean(); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Satbeer Singh

  • ****
  • 126 posts
Re: Frosticek please dont block my topic i have some screenshots to show you
« Reply #3 on: February 20, 2017, 09:21:47 AM »
Thank you for listening to my words at last