Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Adding a 728×90 Banner just under Header #18673
    nzcid
    Member

    Can I not just alter the functions.php file in the original. I understand if you you upgrade the theme any alterations will be lost.

    Just really need to know how to do it.

    Many thanks

    in reply to: Catch Box #15012
    nzcid
    Member

    Hey Sakin

    <?php
    catchbox_child_custom_ads { 
    	<?php if(function_exists('oiopub_banner_zone')) oiopub_banner_zone(1, 'center'); ?>
    }
    add_action('catchbox_after_header', 'catchbox_child_custom_ads', 10 );

    I added that code at the end of the file functions file. Did not create a child theme as this is the only alteration I will ever do. Understand if the file is updated I lose the mod.

    However it did not work.

    Many thanks.

    in reply to: Remove top white gap on top of page #11540
    nzcid
    Member

    Hey Sakin

    Much appreciated for the updated code. Works perfectly.

    Thanks

    in reply to: protect from hackers #11515
    nzcid
    Member

    Hey there

    I use IP Blacklist. Has worked wonders for me. I set the attempt setting to two tries and then the IP will automatically be blacklisted.

    Most of my sites were getting hit by Russian, Chinese and USA and other European residents trying to break into the admin section.

    Seems to go in patches, nothing for a while and then a lot of attempts, I guess sooner or later they run out of IP addresses to use.

    Anyways give it a go, certainly helped me and I know a lot of others that are using it.

Viewing 4 posts - 1 through 4 (of 4 total)