cjhill
Forum Replies Created
-
Further to this, NONE of the calendar add-ons are displaying within the add-ons tab of my calendar.
Also looking for the same solution, otherwise its really not clear to customers which option is selected.
Forum: Plugins
In reply to: [WooCommerce] Internal Server Error checking outTry turning off Low Stock notifications in WooCommerce. I had this problem and switching these off along with removing low stock/out-of-stock thresholds fixed this.
It was something to do with an error being generated when it tries to send the stock notification email to you.Forum: Plugins
In reply to: Mailchimp signup form does nothing upon 'Submit'Anybody able to help?
Forum: Plugins
In reply to: Mailchimp signup form does nothing upon 'Submit'*UPDATE*
I disabled the other widget in the sidebar in-case this was causing any conflict….now when i fill in the form and hit submit i see the following…
code example
http://blog.myblog.co.uk/?mc_submit_type=html&mcsf_action=mc_submit_signup_form&_mc_submit_signup_form_nonce=1815421933&mc_mv_EMAIL=one%40iandfmailer.com&mc_mv_FNAME=test1&mc_mv_LNAME=test1&mc_signup_submit=SubscribeI checked the email account, no confirmation email generated by mailchimp.
I check the mailing list and nothing on there either.Forum: Plugins
In reply to: [JS Archive List] Expand feature not workingAh that might be why…
Put <?php wp_head() ?> in the header.php doc then defined jquery by adding
<?php wp_enqueue_script(‘jquery’); ?> at the top of the header.php doc
This seems to have cured the problem.
Thanks for your help
Forum: Plugins
In reply to: [JS Archive List] Expand feature not workingSure. try this…
This is the only widget i have installed, the other items in the sidebar have been hand coded in. I guess something must be conflicting or not set up correctly.
You’ll see the widget at the bottom of the sidebar with ‘2015’ displayed. Hitting the ‘+’ does not expand the list of months, just opens a page that shows all the posts for 2015.
Thanks