Tagged: x
-
AuthorPosts
-
April 22, 2016 at 9:14 am #895412
Pbalazs89ParticipantHi there,
I’m currently setting up a site at:
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!
April 23, 2016 at 1:25 am #896320
Rue NelModeratorHello 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.
April 23, 2016 at 4:31 am #896471
Pbalazs89ParticipantThis reply has been marked as private.April 24, 2016 at 3:19 pm #897702
RadModeratorHi there,
Would you mind providing your FTP login credentials as well? I like to enable debugging. I’m also getting Service Unavailable message.
Thanks!
April 24, 2016 at 3:37 pm #897708
Pbalazs89ParticipantThis reply has been marked as private.April 26, 2016 at 2:35 am #899852
JackKeymasterHi 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!
April 26, 2016 at 2:41 am #899859
Pbalazs89ParticipantYeah, 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!
April 26, 2016 at 2:46 am #899863
Pbalazs89ParticipantYup, 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.
April 27, 2016 at 2:58 am #901617
JackKeymasterHi 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!
April 27, 2016 at 6:28 am #901935
Pbalazs89ParticipantHi 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!
April 27, 2016 at 4:41 pm #903081
RadModeratorHi 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.
April 28, 2016 at 8:21 am #904060
Pbalazs89ParticipantWorks perfectly! You are awesome!
Thanks!
April 28, 2016 at 7:58 pm #904977
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-895412 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
