-
Author
-
June 9, 2017 at 09:11 #163809rindaParticipant
Hi – on your stylish-woocommerce demo page, how can i configure the “Subscribe” button so it works? I tried entering an email and hit the subscribe button but it says “Oops, something went wrong. Please try again later.”
See screenshot attached.
Attachments:
You must be logged in to view attached files.June 12, 2017 at 06:14 #163982LauraModeratorHello, do you have any newsletter plugin active? mailchimp for example, you need to add a newsletter and set the sign up form for it at the page, that one works with mailchimp 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 12, 2017 at 08:18 #164031rindaParticipantI have it set up. I put the short code [mc4wp_form id=”8595″] in the text box for the subscribe button but it’s not working. What should I be doing?
June 13, 2017 at 18:16 #164186LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 15, 2017 at 19:39 #164354RaduModeratorHi,
Most sure it’s an error in ajax request, where I can see that (page url)
Try to enable wp debug to see if some errors appear in debug.log file after you press on the button
Follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 23, 2017 at 18:51 #165025RaduModeratorHI,
I see, the debug not gives hints, can you please provide admin credentials to can see the subscribe form in the first instance, please?
Provide also the page where I can see the subscribe input.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 27, 2017 at 01:45 #165316RaduModeratorHi,
The wp-admin credentials, not works, let me know the correct ones, but meanwhile you can try to check the form id from your homepage it’s the same as it’s in MailChimp plugin -> forms or if you are using the MailChimp Visual Composer element make sure to have it selected (see below screenshot)
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 28, 2017 at 19:10 #165539RaduModeratorHi,
There was an issue, the input (submit button) missing instead of the imput it was a
COPY CODE<a href="#">
So ,i’ve replace that, the button it’s communicate with maichimp but there it’s no list where the emial address to be subscribed or your mailchimp account isn’t connected with the site.
If you want to color the subscribe button use this css
COPY CODE.mc4wp-form .form-inline input.form-submit { background: #0a2342; }
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
So just assign a list to that form and that’s all
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.