Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #895412
    Pbalazs89
    Participant

    Hi there,

    I’m currently setting up a site at:

    http://www.nutriglutenfree.hu

    Thing is, I’m trying to set up a popup that connects to mailpoet, which in return sends out a confirmation email to new subscribers. Thing is, when I connect the two, I receive an error.

    Looking forward to your ideas.

    Thanks!

    #896320
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    Please make sure that you have setup ConvertPlug and MailPoet correctly. This video will guide you through the process of integrating ConvertPlug with MailPoet.

    Hope this helps.

    #896471
    Pbalazs89
    Participant
    This reply has been marked as private.
    #897702
    Rad
    Moderator

    Hi there,

    Would you mind providing your FTP login credentials as well? I like to enable debugging. I’m also getting Service Unavailable message.

    Thanks!

    #897708
    Pbalazs89
    Participant
    This reply has been marked as private.
    #899852
    Jack
    Keymaster

    Hi there @Pbalazs89,

    Thanks for your patience here.

    I’ve tried to check this for you, but your site keeps timing out and won’t load, is your hosting currently down?

    Can you post a screenshot of the Mailpoet fields you have setup?

    Thank you!

    #899859
    Pbalazs89
    Participant

    Yeah, I noticed, good to know it’s not only on my end. Weirdly enough, the admin panel still loads, so you shouldn’t have any trouble logging in to http://nutriglutenfree.hu/wp-admin/

    If you’re there already, could you check out slider revolution? The timing out issue happens since I tried to add a couple of slides (8) to slider revolution.

    Thanks!

    #899863
    Pbalazs89
    Participant

    Yup, weirdest thing, If I disable slider revolution, the site loads perfectly. If I reenable it, the timeout issue comes up again. Please add this to the Mailpoet problem!

    Thanks.

    Edit: Managed to fix the issue with Slider Revolution, so the only thing that remains is the mailchimp / mailpoet integration.

    #901617
    Jack
    Keymaster

    Hi there,

    Thanks, I’ve managed to login now, I’ve checked all your settings and while everything looks good, I notice you are running a old version fo convertplug, can you update to the latest one available with X please and see if it works correctly then?

    This is because 2.0.0 was a re-write with much functionality changed and add-ons/integrations updated.

    Thanks!

    #901935
    Pbalazs89
    Participant

    Hi Jack!

    That managed to fix the problem. Dang, how did I not think of that, almost as usual and just as effective as restarting the computer for applications! 😛

    Anyway, one more question, this one regarding the blog section:

    http://nutriglutenfree.hu/blog/

    This is going to be a hungarian blog page, so ”read more” and ”leave a comment” need to be translated. I would also like to make the author name dissappear. Can you point me in the right direction?

    Thanks!

    #903081
    Rad
    Moderator

    Hi there,

    Sure, please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .p-meta > span:first-child {
    display: none;
    }

    and please add this code to your child theme’s functions.php with your own translation.

    add_filter( 'gettext', 'translate_text', 20, 3 );
    
    function translate_text( $translated_text, $text, $domain ) {
    
            switch ( trim( $translated_text ) ) {
    
                case 'Leave a Comment' :
    
                    $translated_text = 'your translation here';
                    break;
    
                case 'Read More' :
    
                    $translated_text = 'your translation here';
                    break;
            }
    
        return $translated_text;
    }

    Hope this helps.

    #904060
    Pbalazs89
    Participant

    Works perfectly! You are awesome!

    Thanks!

    #904977
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-895412 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>