This topic has 10 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #163809
     rinda
    Participant

    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.
    #163982
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #164031
     rinda
    Participant

    I 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?

    #164186
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #164354
     Radu
    Moderator

    Hi,

    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 CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( '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 solution
    #164882
     rinda
    Participant
    This reply has been set as private.
    #165025
     Radu
    Moderator

    HI,

    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 solution
    #165028
     rinda
    Participant
    This reply has been set as private.
    #165316
     Radu
    Moderator

    Hi,

    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 solution
    #165325
     rinda
    Participant
    This reply has been set as private.
    #165539
     Radu
    Moderator

    Hi,

    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
Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?