envoymatt
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Vimeo & YouTube not working with SSLThanks again. Any ideas on the Vimeo side? Just curious as that was the one that I actually needed over YT. Thanks again!
No problem. Thanks. I temporarily went back to wp-content by changing the wp-config file back accordingly. This resolved 99% of my problems for the time being. Definitely looking for a better solution though. Thanks again.
Did you ever find a fix for this? I have yet to be able to find one. Thanks.
Did you ever find a resolution to this? I have the same problem and cannot find a way to fix this.
Forum: Plugins
In reply to: [Postie] Image creation date questionThat’s just it, I think that the meta is overwritten when it is uploaded to the Unix server. I was hoping to get confirmation of this somehow. I don’t see a way of extracting EXIF created_on data but I could be wrong. Never looked for this stuff before.
Thanks. No go on [1] from above. Sent you the debug log to the address. Thanks again.
This is a great plug-in! I love it. I am having one strange issue. In using this with custom post types I am not seeing the ordering update on the front end. In the admin panel it works great. Here is how I am getting the posts in the template:
<?php $loop = new WP_Query( array( ‘post_type’ => ‘postTypeNameHere’, ‘posts_per_page’ => 40 ) ); ?>
Any thoughts?
Forum: Plugins
In reply to: [Plugin: WP E-Commerce Dashboard] New Release: Features UpdateVery good. Thank you very much. Works perfectly.
Forum: Plugins
In reply to: [Plugin: WP E-Commerce Dashboard] New Release: Features UpdateHello. Love your plug in. Quick question. I have everything I need in the CSV export except which products they ordered. I can see order total as well as quantity of products they ordered, but not what they ordered. Is this possible somehow?