theycallmegosu1982
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to set six pack product shippingAlso, I created the product as single product. I guess it should be a grouped product? I dont see anywhere I can set its volume to 6.
Anyone? Do I need a plugin to get it working?Forum: Plugins
In reply to: [Contact Form DB] Forms not showing up from FS Contact FormThe same for me. If you installed Contact Form DB after form created, you will see a blank option in the drop down. But if you create forms after the plugin installed, you will see.
Forum: Plugins
In reply to: [Contact Form DB] Forms not showing up from FS Contact FormHi,
I have the same issue. Not form can be selected from the *select a form* drop down. The drop down appeared after I submitted a form, however, it just shows blank in the option. Cheers.Hi Mikko,
I tried your method. It gave different results when I select different options. But the results on “Recipe” was not the same as the setting I did in admin. What I mean is, if I do not set cat=”XX” in my search form, letting the settings in the admin (set category equals Recipe category ID) to filter the search, it gives more and accurate results.Forum: Fixing WordPress
In reply to: how to display the latest comment first?I just found this solution, by adding this code in functions.php
if (!function_exists('custom_reverse_comments')) { function custom_reverse_comments($comments) { return array_reverse($comments); } } add_filter ('comments_array', 'custom_reverse_comments');Forum: Fixing WordPress
In reply to: How to edit comments approval email?I want to edit the email. For example, lines such as
URL : http://url
Whois : http://whois.arin.net/rest/ip/111.11.11.11can be deleted. And I want to change the wording: A new comment on the post “Dot’s Laundry Tips” is waiting for your approval. I dont know which php file I should edit. Hope it makes sense.
Forum: Themes and Templates
In reply to: WordPress themes with member login formHi,
But eshop doesn’t have a member login, right?Forum: Plugins
In reply to: looking for a url rewrite pluginGreat. Thx a lot.
Forum: Plugins
In reply to: Any plugins that show different pages/widgets to different users?I found that ‘Role Scoper’ Plugin doing pretty much what I wanted. Recommend.
Forum: Hacks
In reply to: [Plugin: MailChimp List Subscribe Form]mailchimp subscribe button no actionHi mc_nate,
I disabled Javascript and it is working now. Thanks so much. You are my hero. Cheers.Forum: Hacks
In reply to: [Plugin: MailChimp List Subscribe Form]mailchimp subscribe button no actionI found that it is working under this url, http://arenafunctioncenter.thetrustsarena.co.nz/. It is odd.
Forum: Hacks
In reply to: [Plugin: MailChimp List Subscribe Form]mailchimp subscribe button no actionHi mc_nate,
Here is the screenshot I have got here. http://mralexchen.com/wp-content/uploads/2011/08/screenshot.png.
When I clicked the button, it is disable and no confirmation or validation message is shown. And it is not going anywhere. I installed a plugin call ‘joomailer’ at my Joomla site. I got the same problem.
I am surprised it is working under your browser. I am using firefox 10.0 and chrome 17.0.963.79. Could this be a factor?Cheers
Forum: Hacks
In reply to: MailChimp Embed Form having Validation on a pop up pageHi mc_nate,
I put the code on my site to test. http://mralexchen.com/about-me/ It is a wordpress site. The script is not working.If I put the site on my Joomla site. It is conflicting with my image slider. My slider is not working in this case.
Forum: Fixing WordPress
In reply to: wordpress automatically generates a new url for my imageCan I prevent this?