Philippe
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Title is incomplete with a child themeVery good thanks, removing title fixed it ??
I also changed as you suggested. Thanks for your help and happy new year !Forum: Themes and Templates
In reply to: [Iconic One] Title is incomplete with a child themeI tried but it doesn’t change anything. I’m pretty sure the issue is with my custom header.php but I copied the file from the theme itself after updating and just added a few lines, I did not change anything to <title>
<?php /* * Header Section of Iconic One * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress - Themonic Framework * @subpackage Iconic_One * @since Iconic One 1.0 */ ?><!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <?php if ( get_theme_mod( 'themonic_logo' ) ) : ?> <div class="themonic-logo"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo esc_url( get_theme_mod( 'themonic_logo' ) ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a> </div> <div class="gvme_slogan-container"> <div class="gvme_slogan">" Faire du ciel le plus bel endroit de la terre "</div> </div> <?php if( get_theme_mod( 'iconic_one_social_activate' ) == '1') { ?> <div class="socialmedia"> <?php if( get_theme_mod( 'twitter_url' ) !== '' ) { ?> <a href="<?php echo esc_url( get_theme_mod( 'twitter_url', 'default_value' ) ); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/twitter.png" alt="Follow us on Twitter"/></a> <?php } ?> <?php if( get_theme_mod( 'facebook_url' ) !== '' ) { ?> <a href="<?php echo esc_url( get_theme_mod( 'facebook_url', 'default_value' ) ); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/facebook.png" alt="Follow us on Facebook"/></a> <?php } ?> <?php if( get_theme_mod( 'plus_url' ) !== '' ) { ?> <a href="<?php echo esc_url(get_theme_mod( 'plus_url', 'default_value' ) ); ?>" rel="author" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/gplus.png" alt="Follow us on Google Plus"/></a> <?php } ?> <?php if( get_theme_mod( 'rss_url' ) !== '' ) { ?> <a class="rss" href="<?php echo esc_url( get_theme_mod( 'rss_url', 'default_value' ) ); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/rss.png" alt="Follow us on rss"/></a> <?php } ?> </div> <?php } ?> <?php else : ?> <hgroup> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> <br .../> <a class="site-description"><?php bloginfo( 'description' ); ?></a> </hgroup> <?php if( get_theme_mod( 'iconic_one_social_activate' ) == '1') { ?> <div class="socialmedia"> <?php if( get_theme_mod( 'twitter_url' ) !== '' ) { ?> <a href="<?php echo esc_url( get_theme_mod( 'twitter_url', 'default_value' ) ); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/twitter.png" alt="Follow us on Twitter"/></a> <?php } ?> <?php if( get_theme_mod( 'facebook_url' ) !== '' ) { ?> <a href="<?php echo esc_url( get_theme_mod( 'facebook_url', 'default_value' ) ); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/facebook.png" alt="Follow us on Facebook"/></a> <?php } ?> <?php if( get_theme_mod( 'plus_url' ) !== '' ) { ?> <a href="<?php echo esc_url(get_theme_mod( 'plus_url', 'default_value' ) ); ?>" rel="author" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/gplus.png" alt="Follow us on Google Plus"/></a> <?php } ?> <?php if( get_theme_mod( 'rss_url' ) !== '' ) { ?> <a class="rss" href="<?php echo esc_url( get_theme_mod( 'rss_url', 'default_value' ) ); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/rss.png" alt="Follow us on rss"/></a> <?php } ?> </div> <?php } ?> <?php endif; ?> <nav id="site-navigation" class="themonic-nav" role="navigation"> <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'themonic' ); ?>"><?php _e( 'Skip to content', 'themonic' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_id' => 'menu-top', 'menu_class' => 'nav-menu' ) ); ?> </nav><!-- #site-navigation --> <div class="clear"></div> </header><!-- #masthead --> <div id="main" class="wrapper">
hi
It seems I’m not getting any new email so it should be fixed !
Thank you very much !
Hi,
I figured out the issue with your help. The .htaccess file was never modified when I changed settings in AIOWPS even though I had no error message. I cleared the .htaccess file, changed it’s rights to 755 and reinstalled + reconfigured the plugin from scratch.
Now everything is modified correctly in the .htaccess file and the xmlrpc.php gives me a 403.
I’ll see now if it doesn’t gives me any login lockdown anymore and will report.
BTW, maybe you have an idea why with Firefox the cookie based bruteforce with keyword prevention doesn’t work exactly as expected, while it works on IE : when I go to mywebsite.com/?keyword=1 on IE it redirects me to login page, while on firefox it redirects me to 127.0.0.1. The cookie exists in firefox and if I manually type mywebsite.com/wp-login.php then I can access the admin page.
The issue was always here and still remains after plugin reinstallation of today.
Thanks for your help
Hi
I see this message :
XML-RPC server accepts POST requests only.
On the other website I get a 403 forbidden apparently.
They are not on the same provider, and also one of them is managed by someone else for the content so I’m not the only one having access through the /?aspecialkeyword=1
Unforntunately the logs files are empty it seems everytime i set permission on these files they are reset by the host…
Except that they both are up to date with same version of the plugin. What I don’t get is how robots / spammers / attackers (the number of times it happens everyday (between 0 and 10)) did they get the correct URL ?
Hi,
Yes it’s enabled. On the other website I manage it’s enabled too without problem, strange.
Hi
No I can’t, but I tried to enable the Twenty Fourteen theme with no success.
Hi,
No, but I tried disabling them on the website where I have the issue, it still sends me to redirect page.
Forum: Fixing WordPress
In reply to: Questions about an hacked siteOk !
It seems All in One WP Security does all this in one plugin :
https://www.ads-software.com/support/view/plugin-reviews/all-in-one-wp-security-and-firewall
I installed this one.
Thanks for your help !!
Forum: Fixing WordPress
In reply to: Questions about an hacked siteleejosepho, I went through Bulletproof Security and it seems it does many things that Wordfence also does.
If I install both, is there any chance that they might interfer together, like installing two AV on a computer ?
Thanks
Forum: Fixing WordPress
In reply to: Questions about an hacked siteOk thanks I will use these tutorials.