JavierCarrera
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Postie] Error: The username and password provided were not acceptedHello Wayne, thanks a lot. Unfortunately the guys at WPEngine tell don’t block those ports. I suspected that because when I deliberately introduced a typo in the mail server address the error was different, it logically returned that the server was not found.
Also tried deactivating the other plugins.
Would it help if I send you the check mail script debug info or make you an admin user?
Thank you!
Great man! worked fine.
Thank you!
Hi Mikko, thanks for your help. I uncommented it.
This is in lib/template-parts/blog-classic-sidebar/blog:
<?php global $more; $more = 0; ?> <?php get_template_part( 'lib/template-parts/blog-classic-sidebar/blog', 'header' ); ?> <?php if ( has_post_thumbnail() ) : ?> <figure> <a href="<?php the_permalink(); ?>"> <?php the_post_thumbnail('general-size'); ?> </a> </figure> <?php endif; ?> <div class="blog-item-content"> <div class="blog-item-desc ss-typography"> <?php the_content(''); ?> </div> <?php get_template_part( 'lib/template-parts/blog-classic-sidebar/blog', 'footer' ); ?>The search box is here: http://www.hiddenbed.com/blog/
Viewing 3 replies - 1 through 3 (of 3 total)