Need help with template family by TopWPThemes.com under Firefox
-
I never thought I would say that; but I’ve got a problem with a template under Firefox(!)
The theme is family by TopWPThemes.com
I have tested it under Opera, Chrome, IE, Safari and it’s all fine there but when tested under Firefox some bits of the website are not visible.
Those bits are: Releases and Recommended
If you go to the website which is https://www.worecords.com you will see which bits I’m talking about.
In the theme the files responsible for those bits look like this:
recommended.php<div class="125ads"> <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/recommended/note1.jpg" alt="Recommended #1" width="125" height="125" /></a> <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>//recommended/notes.jpg" alt="Recommended #2" width="125" height="125" /></a> <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/recommended/note1.jpg" alt="Recommended #3" width="125" height="125" /></a> </div>
and
releases.php
<div class="125ads"> <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/releases/record.jpg" alt="RELEASE #1" width="125" height="125" /></a> <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/releases/record2.jpg" alt="RELEASE #2" width="125" height="125" /></a> <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/releases/record.jpg" alt="RELEASE #3" width="125" height="125" /></a> <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/releases/record2.jpg" alt="RELEASE #4" width="125" height="125" /></a> <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/releases/record.jpg" alt="RELEASE #5" width="125" height="125" /></a> </div>
I would appreciate any help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Need help with template family by TopWPThemes.com under Firefox’ is closed to new replies.