greencode
Forum Replies Created
-
Forum: Plugins
In reply to: [MailChimp Widget] [Plugin: MailChimp Widget] Styling Mailchimp widgetHave to agree with the previous post. If you change the following code:
<label><?php echo __('First Name :', 'mailchimp-widget'); ?><input type="text" name="<?php echo $this->id_base . '_first_name'; ?>" /></label>and
<label><?php echo __('Last Name :', 'mailchimp-widget'); ?><input type="text" name="<?php echo $this->id_base . '_last_name'; ?>" /></label>to
<label><?php echo __('First Name :', 'mailchimp-widget'); ?></label><input type="text" name="<?php echo $this->id_base . '_first_name'; ?>" />and
<label><?php echo __('Last Name :', 'mailchimp-widget'); ?></label><input type="text" name="<?php echo $this->id_base . '_last_name'; ?>" />in ns_widget_mailchimp.class.php it make it all much easier to custom style
Great plugin though.
Nice work but it would be great to give the user an option i.e. a checkbox to be added to the newsletter list.
Anyone?
Bump
Arhh, hold on. I’ve figured out the issue I was having. On a Mac you need to save as a “Windows Comma Separated” file and not the standard CSV file. Just tried that and it imports and sends the user email correctly.
I’m getting exactly the same error as @mirte. I’ve tried importing the import.csv file that came with the plugin which is comma separated but I get the same error. It appears to import those two users but then I tried to import a csv file based on exactly the same content as the test csv file and whilst I don’t get an error I also do not get any users imported.
Forum: Plugins
In reply to: [LeagueManager] [Plugin: LeagueManager] Unable to add scores – broken pageHi. Thanks for replying to my post. Rather strangely I just went back into the Admin panel to take the screenshots and all now appears to be working okay! Very strange as I’ve changed nothing and the other day when problems were occurring I did try on a few browsers with the same issues occurring on both. I’ll keep this post open and if this happens again I’ll reply.
Forum: Plugins
In reply to: [LeagueManager] [Plugin: LeagueManager] Unable to add scores – broken pageAnyone?
Forum: Plugins
In reply to: [LeagueManager] [Plugin: LeagueManager] Unable to add scores – broken pageI’ve just tried to set up this league as a new league which works okay when I have 5 teams but when I add one more team is breaks!
Forum: Plugins
In reply to: [Download Monitor] [Plugin: WordPress Download Monitor] shortcode queryAlso, if only 4 show in each category on the front page is there any way of ordering those that show i.e. by downloads or title or date added?
Thanks @puregraphx – I was having the same issue.
Changing the following code in /view/gallery.php
<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> > <?php if ( !$image->hidden ) { ?> <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> <?php } ?> </a>to this
<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> ><?php if ( !$image->hidden ) { ?><img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /><?php } ?></a>Resolved the issue by removing the break tags that WordPress decides to insert.
Forum: Fixing WordPress
In reply to: Warning: in_array() expects parameter@vehicros – you can remove the admin bar at the top of the page by going into your user settings.
Bump
Forum: Plugins
In reply to: [Easy Post Order] [Plugin: Easy Post Order] Can't DROP 'post_id'bump, bump, bump!
Forum: Plugins
In reply to: Enquiry cart?Not really, which is a bit frustrating. I added a comment on the getshopped.org website (the company that produces the WP e-Commerce shopping cart plugin) and somebody said about a premium plugin called Product Enquiry. I added a comment to their website here http://www.visser.com.au/wp-ecommerce/plugins/product-enquiry/comment-page-1/#comment-13759 and I’ve just got in touch with the developer so I can see a working demo of that plugin. As soon as I have that I’ll let you know.