nikosv
Forum Replies Created
-
Forum: Plugins
In reply to: [Viva Wallet Woocommerce Payment Gateway] Redirect issue!There was no problem with the plugin afterall.
Just not the correct wallet id.Sorry for the trouble.
Forum: Fixing WordPress
In reply to: Problem with TinyMCEAny other ideas?
Forum: Fixing WordPress
In reply to: Problem with TinyMCEreuploaded files after deleting them.
But the same error persists and tinyMCE doesn’ work.
Forum: Plugins
In reply to: [Plugin: Cart66 Lite] Edit Checkout Form for Free Products?Did you find a solution for your problem? i am facing a similar one.
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] Cash on Delivery?In fact yes, i did find a solution.
just use in the checkout page the following shortcode
[checkout_manual]
And here is the format in the xml
<pubDate>Fri, 19 Apr 2013 10:20:56 +0300</pubDate>
I tried fixing the error by changing the code into
case "publishdate": $pub_date = get_post_meta( get_the_ID(), 'wprss_item_date', true ); if(is_string($pub_date)){ $pub_date = (int) $pub_date; } $publishdate = date( 'Y-m-d H:i:s', $pub_date) ; echo $publishdate; break;However while there is no error anymore, the echoed date is always 1970-01-01 00:00:00 which probably due to the unexpected format of the rss date.
have you tried adding the shortcode in a text widget?
This feature is a “must”. Has it been implemented?
Forum: Plugins
In reply to: [Post Types Order] [Plugin: Post Types Order] fatal errori am having the same issue. there are currently about 6000 posts on my blog.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 2097152 bytes) in /home/exitnews/public_html/wp-includes/wp-db.php on line 1539