• Hello
    I tried to track the ads links and titles that are in the home page of the theme I am using, I found the links in functions.php
    I replaced the path of images to another image that I uploaded previously to the website, and I tested the path and it is opening the image correctly BUT the changes doesn’t appear in the home page of theme!!! this weird and I can’t understand why
    Plz help
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter ballouta

    (@ballouta)

    here’s a live link
    https://thinkpositive-lb.org/acrc_main/
    I am talking about the two ads squares on the top and third in the bottom on the right side

    thank you

    Moderator t-p

    (@t-p)

    top ad is coming from here:

    <div class="span-12 last">
                            <div style="padding: 20px 0 0 0; text-align:center;">
    						  <a href="https://flexithemes.com/?partner=19"><img src="https://flexithemes.com/wp-content/partners/ftb.gif" style="border: 0;" alt="Premium WordPress Themes" /></a>                        </div>
    					</div>

    the code is probably in your theme’s template (e.g., header.php, index.php, etc.)

    the bottom ad is comeing from here:

    <div class="sidebaradbox">
    			<a href="https://flexithemes.com/?partner=19"><img src="https://flexithemes.com/wp-content/partners/ftf.gif" style="border: 0;" alt="Premium WordPress Themes" /></a>		</div>
    			</div>

    the code is probably in the sidebar template

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to replace the ads in a theme’ is closed to new replies.