codynew
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Possible to change the location of the TML files?Superstar thank you
Forum: Plugins
In reply to: [WP CSV] Disable css from loadingThanks, that be great. I’ll ask my manager to send over a donation for the end of the month 🙂
Forum: Plugins
In reply to: [WP CSV] Disable css from loadingThanks Paul
Unfortunately that didn’t work.
Just to test it, I did wp_dequeue_style into the main wp-csv file and that works, but not when I added it to my function file.
I also tried adding it to the main enqueue script section of my functions file but no joy still 🙁
Forum: Plugins
In reply to: [WP eCommerce] Scary bug/flaw? Showing checkoutThanks Justin.
I tried it and got this error when I tried to repair (and optimise)the database:
mw_3_wpsc_claimed_stock: 10 clients are using or haven’t closed the table properly
Forum: Plugins
In reply to: [WP eCommerce] Scary bug/flaw? Showing checkoutHi Justin – I am using SiteGround.
Whats the latest on this, is it to try the latest update to resolve?
Forum: Plugins
In reply to: [WP eCommerce] Scary bug/flaw? Showing checkoutForum: Plugins
In reply to: [WP eCommerce] Scary bug/flaw? Showing checkoutnote: I can even see their cart, and all the item(s) which they have in their basket.
I’ve even tried deactivating and activating the plugin again and no luck.
Forum: Plugins
In reply to: [Theme My Login] New user email not being sentHi Jeff
Yes, the emails work and get sent (pretty much immediately) if I disable the WSL plugin.
Forum: Plugins
In reply to: [Redirection] 302 redirect?Ahh thank you MichaelApproved.
The settings icon doesnt appear on my screen (the Regex option does), thank you. Thats perfect, found it now 😀
Forum: Plugins
In reply to: [Thumbs Rating] Possible to display number of votes in loop?Thanks Richard.
I did try this:
<?php $thumbs_rating_up_count = get_post_meta($post_ID, '_thumbs_rating_up', true) != '' ? get_post_meta($post_ID, '_thumbs_rating_up', true) : '0'; $thumbs_rating_down_count = get_post_meta($post_ID, '_thumbs_rating_down', true) != '' ? get_post_meta($post_ID, '_thumbs_rating_down', true) : '0'; echo $thumbs_rating_up_count; echo $thumbs_rating_down_count; ?>But this displayed ‘zero’ even when the post has 2 positive vote ups 🙁
Forum: Plugins
In reply to: [Theme My Login] Line spacing in emails?Thanks but regarding the original question, is it possible to use plain text with line spaces or is the plugin set for html? doesn’t seem clear.
Also I know those variables can be used, but is it actually possible to include the first name in the emails? At the moment lol, all emails are sent generically with ‘Hi there’ and I really want to personalise them
Forum: Plugins
In reply to: [Theme My Login] Line spacing in emails?In the actual textarea I am using plain text. But I would have imagined there would be a setting to save?
Also, is it possible to insert user first name in the email?
@phpcentre Thank you – I (think) that works as expected now.
My main concern is if someone got access to my website that they would be able to delete the other folders I have in my S3 account. Is this still at risk with the above policy?
Forum: Plugins
In reply to: [File Gallery] File Gallery Amazon S3?@Aeque : it works to a point, but it seems that when I enable the “remove uploaded file from local filesystem once it has been copied to S3” (http://postimg.org/image/i8f1lqsiv/
… it seems to break the front end view.
Forum: Plugins
In reply to: [File Gallery] File Gallery Amazon S3?It didn’t seem to work.
The thumbnails are recognised in the admin, but when inserting the gallery on the front end it wont display and says empty