Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Deirdré,
Please provide a site link & admin & FTP credentials in a private reply to look into there.
Kiran
Hi There,
We have tested post downgrade on our test site.
– I have created one Package A with 3 images & another Package B with 1 image.
– Set Package A to downgrade to Package B on expire.
– I have created listing with Package A & uploaded 3 images.
– Listing expired and listing images restricted to 1 image onlyPlease provide more details:
– Listing expired & downgraded by system your you do manually?
– Provide listing url and both packages previous & current.Kiran
Hi Birgit,
Please check and let us know. Image urls added without http in csv do not uploaded during import post. If image does not exists then it just ask to upload into folder and set image to attachment.
Kiran
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thanks for letting us know.
Kiran
September 9, 2019 at 12:35 pm in reply to: Address prefetch suggestion > Not constrained to Country #507157This reply has been marked as private.Thanks for letting us know.
Kiran
This reply has been marked as private.Hi jotomas,
There are few ways to add custom css to the site.
– Adding css in WordPress Backend > Appearance > Customize > Additional CSS.
or
– Adding css in child theme stlye.css file
or
– Adding css via 3rd party plugin. Ex: https://wordpress.org/plugins/custom-css-js/Let us know.
Kiran
Hi Kai,
Did you mean search by event dates from search form? It worked fine as expected for searching by dates.
Please provide example/steps how to replicate from our side.
Kiran
Hi jesspena,
What was the time when you checked and found this issue?
Let us know.
Regards,
KiranHi amweb,
1) Add following snippet
/** * Change date format for custom field type date. */ function gd_snippet_20190909_date_formats( $date_formats ) { $date_formats[] = 'd.m.Y'; return $date_formats; } add_filter( 'geodir_date_formats', 'gd_snippet_20190909_date_formats', 20, 1 );2) Go to CPT(Ex Places) > Settings > Custom Fields > Expire Date > Choose date format to “d.m.Y” > Save
3) Go to add/edit/view listing page, it will show date format to d.m.Y.Thanks,
Kiran -
AuthorPosts