DjoleNS
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta Box] Changing date and time formatSolved. ??
https://php.net/manual/en/datetime.format.php
Example code:
<?php $evdate=rwmb_meta('your_prefix_datetime'); $ev1date = new DateTime($evdate); echo $ev1date->format('d-m-Y H:i'); ?>
Forum: Plugins
In reply to: [Polylang] Custom post type and queriesHi Brian,
Thank you for your help! ??
Hi again,
I added one more image to playlist – same issue.
I take a look at XML and image size – my banners are 600×116 px, while in XML there are two values: https://i.imgur.com/08iNpHk.png
Do I need to create images according to dimensions in XML file?
I didn’t know that. ??
Thanks for your help and support!
Hi,
I was able to find XML via path in browser (I replaced my folder names according to your instructions).
XML file is available here: https://www.dropbox.com/s/zh3gqgpykx51yfx/gallery.php.xml
Everything seems to be fine, but I’m still getting error.
-Thanks.
Hi,
Thanks for quick reply.
I checked local folder according to your path
../wp-content/plugins/flagallery-skins/rotator_widget_light/gallery.php?playlist=widget . There are no any XML playlist files.However, on different location ..\wp-content\flagallery\playlists\banner i found my playlist in XML format.
I didn’t touch anything after installing plugin. I also try to copy/paste XML file into rotator folder, but nothing happened.
Please advise.
– Thanks