*

Dawid

  • ****
  • 149 posts
NEW DIV in Item (Gallery view) ????
« on: December 06, 2017, 07:49:01 PM »
How i can add 2 new elements (<span class="loc"> and <span class="date">) w gallery view ???





*

ferry

  • ****
  • 155 posts
Re: NEW DIV in Item (Gallery view) ????
« Reply #1 on: December 06, 2017, 08:17:22 PM »
make changes in your style.css
and loop-single.[php and loop-single-premium.php


for the rest you use search

*

Dawid

  • ****
  • 149 posts
Re: NEW DIV in Item (Gallery view) ????
« Reply #2 on: December 06, 2017, 08:24:40 PM »
this elements its in loop-single. [php i loop-single-premium.php  but only if use List View . and working fine

i need this in Gallery View :)  ;D and in Start page :) i must include this to Premium listing , New listing in main.php

*

ferry

  • ****
  • 155 posts
Re: NEW DIV in Item (Gallery view) ????
« Reply #3 on: December 06, 2017, 08:41:24 PM »
not in main.php only the files i told you

*

Dawid

  • ****
  • 149 posts
Re: NEW DIV in Item (Gallery view) ????
« Reply #4 on: December 06, 2017, 09:00:24 PM »
you speak wrong ! . loop_single and loop_single_premium.php  , you see when you enable the List view

NOT GALLERY VIEW !!!


*

MB Themes

Re: NEW DIV in Item (Gallery view) ????
« Reply #5 on: December 06, 2017, 09:09:40 PM »
Not correct, those files contains both variants.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Dawid

  • ****
  • 149 posts
Re: NEW DIV in Item (Gallery view) ????
« Reply #6 on: December 06, 2017, 09:19:00 PM »
Not correct, those files contains both variants. ???? ye i now  , but only include to serch.php ,
 how add this two new span to  start page ??
when there is a view of the gallery as in the picture in the first entry

*

Dawid

  • ****
  • 149 posts
Re: NEW DIV in Item (Gallery view) ????
« Reply #7 on: December 06, 2017, 09:25:35 PM »
in main.php its :


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

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

          <div class="block">
            <div class="wrap">
              <?php $c = 1; ?>
              <?php while( osc_has_premiums() ) { ?>
                <?php veronika_draw_item($c, 'gallery', true); ?>
               
                <?php $c++; ?>
              <?php } ?>
            </div>
          </div>


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

and i need add in Extra Premiums Block or <!-- Latest Listings Block --> this 2 spann


*

ferry

  • ****
  • 155 posts
Re: NEW DIV in Item (Gallery view) ????
« Reply #8 on: December 06, 2017, 09:31:53 PM »
if you dont wanna listen, i rest my case

good luck

*

Dawid

  • ****
  • 149 posts
Re: NEW DIV in Item (Gallery view) ????
« Reply #9 on: December 06, 2017, 09:37:32 PM »
im listen , please explain   :)