*

igorman732

  • ***
  • 23 posts
premium date of publication
« on: December 04, 2016, 07:36:08 AM »
premium date of publication

*

igorman732

  • ***
  • 23 posts
Re: premium date of publication
« Reply #1 on: December 04, 2016, 07:38:08 AM »
and how to change the format?
need -  04/12/2016

*

MB Themes

Re: premium date of publication
« Reply #2 on: December 04, 2016, 10:32:31 AM »
@igorman732
Did you check theme settings?  ???
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

igorman732

  • ***
  • 23 posts
Re: premium date of publication
« Reply #3 on: December 04, 2016, 10:43:55 AM »
/search - for premium ads everywhere the date 1/1
« Last Edit: December 04, 2016, 10:46:45 AM by igorman732 »

*

igorman732

  • ***
  • 23 posts
Re: premium date of publication
« Reply #4 on: December 04, 2016, 10:47:36 AM »

*

MB Themes

Re: premium date of publication
« Reply #5 on: December 04, 2016, 11:14:30 AM »
@igorman732
Did you check theme settings?  ???
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

igorman732

  • ***
  • 23 posts
Re: premium date of publication
« Reply #6 on: December 04, 2016, 11:16:14 AM »
ALL PREMIUM ad has DATE 1 JANUARY.

Place ads on 4 December.
Posted 1 JANUARY
HOW TO FIX?

*

igorman732

  • ***
  • 23 posts
Re: premium date of publication
« Reply #7 on: December 04, 2016, 11:17:54 AM »
It is necessary that shows the correct date, and not 1 January.
Do you understand?

*

MB Themes

Re: premium date of publication
« Reply #8 on: December 04, 2016, 01:57:10 PM »
@igorman732
You have asked how to change format of date... changing 1. january to 4. december is not formatting date.
What date you have in database?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

igorman732

  • ***
  • 23 posts
Re: premium date of publication
« Reply #9 on: December 04, 2016, 02:20:13 PM »
DEMO ON YOUR SITE SAME MISTAKE!

*

igorman732

  • ***
  • 23 posts
Re: premium date of publication
« Reply #10 on: December 04, 2016, 02:21:27 PM »

*

MB Themes

Re: premium date of publication
« Reply #11 on: December 04, 2016, 02:24:19 PM »
In file:
oc-content/themes/zara/loop-single-premium.php

Try to replace:
Code: [Select]
' <span>' . $item_date . '</span>'
With:
Code: [Select]
' <span>' . osc_premium_pub_date() .  '</span>'
To check if osclass functions work correctly.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

igorman732

  • ***
  • 23 posts
Re: premium date of publication
« Reply #12 on: December 04, 2016, 02:34:04 PM »
In file:
oc-content/themes/zara/loop-single-premium.php

Try to replace:
Code: [Select]
' <span>' . $item_date . '</span>'
With:
Code: [Select]
' <span>' . osc_premium_pub_date() .  '</span>'
To check if osclass functions work correctly.
Did not help

*

MB Themes

Re: premium date of publication
« Reply #13 on: December 04, 2016, 06:54:28 PM »
@igorman732
Then you need to report this bug to osclass as problem with function osc_premium_pub_date()
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots