Harris Marfel
Forum Replies Created
-
hi sory late to respond,
i don’t have a membership plugin Installed.
Forum: Plugins
In reply to: [Theme My Login] Control the username lengthyou need to create costum page for that. please read documentation here
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] SSL Error Protocolafter i recheck again, seems it was my server connection to jetpack server.
because my server using very low bandwith for international connection, so i need to press many times button Connect to JetpackForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] SSL Error Protocolokay finaly i fix it, seems it from my apache configuration.
not jetpack was connect from SSLthank you.
I have this problem, i have comment out those line, but still can’t load AAM config page
i have try to disable Social Connect Plugin and active the force logout, and use default login method with password, everything was fine.
Active Social Connect Plugin and deactivate the force logout, then login with facebook, everything was fine
but after i active the Social Connect and active the force logout, and login with Facebook, i got that error.
Hi sory late to respond,
after i active debug mode on wordpress and active force logout, i got this error message
Link give :
http://some.domain.com/?aiowpsec_do_log_out=1&al_additional_data=cmVkaXJlY3RfdG89aHR0cDovL2hyYWNlMDA5LnVuaWxhay5hYy5pZC93cC1hZG1pbi8mbXNnPWFpb3dwc19sb2dpbl9tc2dfaWQ9c2Vzc2lvbl9leHBpcmVkFatal error: Call to a member function get_page_permastruct() on a non-object in /data/Webserver/var/zpanel/hostdata/hrace009/public_html/some_domain_com/wp-includes/link-template.php on line 356Forum: Themes and Templates
In reply to: [Duena] Cannot Edit Theme Optionsthis problem cause by conflict with other plugins
Forum: Themes and Templates
In reply to: [Duena] Cannot Edit Theme Optionsnever mind, i fix it.
i have this problem.
have 2 Website with WordPress,
the first website got this problem, so i think maybe conflict with other plugins.
then, i try create new website with different domain, and fresh Installation WordPress.the problem still persist.
Forum: Themes and Templates
In reply to: [Duena] Compability BWS Adsense Plugindone, i fix it on plugin side
thank you bangbay.
it was work 🙂Forum: Plugins
In reply to: [WP Better Emails] no template showing or ability to update iti have check this problem, and it conflict with wpMandrill.
if you wanted this plugin work correctly, deactivate your wpMandril, and use SMTP to connect with MandrilForum: Plugins
In reply to: [WP Better Emails] no template showing or ability to update ityes i have this problem, i have check from fresh installation wordpress, and everything was working great.
i think the email format was conflict with other plugins, maybe security
Forum: Plugins
In reply to: [Facebook Comments by Fat Panda] Change position of FB Commentsahh sory didn’t realize it
i change like this on Twenty Fourteen: Single Post (single.php)
<?php /** * The Template for displaying all single posts * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ get_header(); ?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <?php // Start the Loop. while ( have_posts() ) : the_post(); /* * Include the post format-specific template for the content. If you want to * use this in a child theme, then include a file called called content-___.php * (where ___ is the post format) and that will be used instead. */ get_template_part( 'content', get_post_format() ); // Previous/next post navigation. twentyfourteen_post_nav(); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { //comments_template(); ?> <div class="comments" align="center"> <?php comments_template(); ?> </div> <?php } endwhile; ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar( 'content' ); get_sidebar(); get_footer();