aarenzorp
Forum Replies Created
-
I think the code below is displaying the image. This was setup by a site developer that we no longer use. I think it may have been working in version 1.x and now we are on 2.1.46.
Site is https://www.richardsonschool.com
<?php if ( is_front_page()==false) {?><div class="banner"><img src="/images/TRS-Banner.png" border="0" usemap="#Map" /> <map name="Map" id="Map"><area shape="rect" coords="2,3,199,231" href="/" alt="The Richardson School" /> </map></div> <div class="homeimageareainterior"> <?php $gallery = get_post_meta($post->ID, 'gallery', true); ?> <?php $gal = $gallery; $gal = apply_filters('the_content', $gal ); echo $gal; ?> </div><?php }?> <?php if ( is_front_page()==true) {?> <div class="homeimagearea"> <?php $gallery = get_post_meta($post->ID, 'gallery', true); ?> <?php $gal = $gallery; $gal = apply_filters('the_content', $gal ); echo $gal; ?> </div>
Uninstalled, deleted folders, reinstalled the development version and none of the setting panels render. I get nothing but grey screens.
I tried to use the suggested settings. I was still able to send the test using the system, but not getting any alerts. I tried to install the suggested development version, which failed when trying to activate with the following message
Fatal error: Cannot redeclare class SucuriScanRequest in /home/orpmftpvps/paragoncommunity.com/www.paragoncommunity.com/web/content/wp-content/plugins/sucuri-wordpress-plugin-master/sucuri.php on line 1672
Now I can not enable or delete the plugin from the site.
I am not the author of the site or the modified template. The developer of the page appears to have used NextGEN in part of the header. Due to it using the Hybrid theme and many modifications, I am unable to track back through the includes (and possibly jquery) in the theme to figure out how it was referenced. I will stick with the older version for now until our sites have all been migrated.
Thanks for your response.