*

Fabio Massaro

  • *****
  • 306 posts
Excuse my English I wanted to ask how I can make this change (I attach photos)

*

MB Themes

@Fabio
Sorry but it is not clear what you want to achieve.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 306 posts
as you see in the picture
city and publication date are next to it I would like to have it both on desktop and mobile

*

MB Themes

@Fabio
Update loop-single files (both premium and standard).
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 306 posts
I did it but nothing ... also if you remember you made me some customizations you loop

*

MB Themes

@Fabio
Sorry but it is not able to help without prior attempts for customization and not mentioning code you've used and is not working.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 306 posts
you did my personalization

*

MB Themes

@Fabio
It is irrelevant, customization contract is completed once you confirm it is OK.
Noone will keep in mind what was objective, what code was there etc.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 306 posts
Ok but how come I put it
loop-single and premium and not working since the last update
« Last Edit: January 13, 2022, 07:30:03 PM by Fabio Massaro »

*

MB Themes

@Fabio
You must be more detail what is problem what code you reference to and why you think it does not work.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 306 posts
you know my site being made of customizations ... I don't want to insert the site link here .... but if you want to try it .....

*

Fabio Massaro

  • *****
  • 306 posts
I managed it on my own thanks

*

MB Themes

You could also share details so others may benefit from your work ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 306 posts
go to loop-single.php on the delta theme
look for the line <div class = "extra isList">
below enter


<div class="extra isList">
        <?php if(del_item_location(false, true) <> '') { ?>
       
             
        <span class="category"><i class="fas fa-map-marked-alt"></i><?php echo osc_item_category() ; ?></span>
        <span class="location"><i class="fas fa-map-marker-alt"></i><?php echo osc_item_city(); ?> <?php if( osc_item_region()!='' ) { ?> (<?php echo osc_item_region(); ?>)<?php } ?></span>
            <span class="date"><i class="fas fa-pen"></i><?php echo osc_format_date(osc_item_pub_date()); ?></span>
        <?php } ?>
</div>

*

MB Themes

Code looks good until del_item_location is well defined
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots