Context Canada
Forum Replies Created
-
Thank you for all of the help that you provided offline. That file has been found thanks to your assistance and removed.
Thanks for the prompt reply. It is nice to have a better understanding of how the plugin works. I f I had not used the plugin I would have removed the the functions.php file and then it would probably been hacked again because I wouldn’t have looked for the other files.
No problem.
These sites are on a managed VPS server?
Don’t want to ruin the party but, the site I am having problems with is a standalone installation! No Multi-Site installation involved.
The quality of a plugin is always relative to the support the developers give it. I am very happy to see them make the effort. Thanks to you as well for coming onboard to assist with this.
Happy New Year to all.When someone unchecks the ‘send email notification’ does that not trigger an action in the database? My depth of knowledge on these issues is not great but it seems to me that if an option is ‘on or off’ there must be something that records that choice? Since my problem is only with one installation of Sucuri among the 4 sites, on the same host, is there something in that database that I can compare the 4 databases to? I can see that the database, with the problem, has a record of where I changed the ‘send to’ email address but it is not using that email.
As a random thought, the 1 site with the issue is the first one that I installed Sucuri on and the only one that is not responding to the change.Your efforts are much appreciated. I have since installed your plugin one 3 other sites that I host on the same server. All 3 of those sites are not demonstrating the same email issue.
Are you suggesting that I change the email setting to noreply@localhost.com in the main dashboard setting (administrator) of WordPress? I have already changed the email address in the plugin but that has had no effect, the email still goes to the administrator address.Sorry for the delay. I was ‘out of the office’ for a bit. I tried changing the scanner settings and that didn’t work. I then tried to change the email address that the alerts go to but I am still getting emails at the original address.
As far as the server environment, the site is hosted by my own Managed VPS server if that helps.
Thanks,
TerrySorry for the delay. I was ‘out of the office’ for a bit. I tried changing the scanner settings and that didn’t work. I then tried to change the email address that the alerts go to but I am still getting emails at the original address.
As far as the server environment, the site is hosted by my own Managed VPS server if that helps.
Thanks,
TerryForum: Themes and Templates
In reply to: [The Box] LinkedIn icon not visible in a child themeThanks.
Forum: Themes and Templates
In reply to: [The Box] LinkedIn icon not visible in a child themeI can see now that there are some other changes to the header. Should I just add my banner to the new header? Is there a better way to place the banner so that updates aren’t affected?
Forum: Themes and Templates
In reply to: [The Box] LinkedIn icon not visible in a child themeI added this code to the header to place a banner in the header.
<?php do_action( ‘before’ ); ?>
<header id=”masthead” class=”site-header clearfix” role=”banner”>
<div class=”site-brand clearfix”>
<img src=”http://justgoodadvice.ca/wp-content/uploads/2014/08/just_good_advice_Banner-832.png”/>
<hgroup>
<h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<span class=”site-description”><?php bloginfo( ‘description’ ); ?></span>
</hgroup><?php $options = get_option( ‘thebox_theme_options’ ); ?>
That is the only change that I made.Forum: Themes and Templates
In reply to: [The Box] LinkedIn icon not visible in a child themeYes. Are you telling me that I need to update the header.php because it is not the current version and therefore does not have the latest social icons in it?
Forum: Themes and Templates
In reply to: [The Box] LinkedIn icon not visible in a child themeWe are on version 1.35.