• Resolved tuhinbiswas98

    (@tuhinbiswas98)


    like that last one 728x90px Ad HTML Code now how to use juicyads in my 160x600px Ad place ? you realy help me ?? and i ask for to much help sorry for that

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author acosmin

    (@acosmin)

    Open sidebar-browse.php and replace:

    <?php
    		$ad160_show 	= of_get_option( 'ac_ad160_show' );
    		$ad160_code 	= of_get_option( 'ac_ad160_code' );
    		$ad160_title 	= of_get_option( 'ac_ad160_title' );
    		$ad160_url 		= of_get_option( 'ac_ad160_url' );
    		if ( $ad160_show && $ad160_code != '' ) : ?>
            <div class="banner-160-wrap">
            	<div class="ad160">
                	<?php
    					if ( $ad160_title != '' ) {
    						echo '<h5 class="banner-small-title"><a href="' . esc_url( $ad160_url ) . '">' . esc_html( $ad160_title ) . '</a></h5>';
    					}
    					if ( $ad160_code != '' ) {
    						echo $ad160_code;
    					}
    				?>
                </div>
            </div>
            <?php endif; ?>

    with:

    <div class="banner-160-wrap">
            	<div class="ad160">
                	YOUR AD CODE GOES HERE
                </div>
            </div>

    I hope I don’t have to tell you that you need to use a child theme.

    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    ty ty ty ?? you realy help me eveytime ?? its worrking ty ty

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘160x600px Ad’ is closed to new replies.