• 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)
  • Thread Starter wojtekor

    (@wojtekor)

    Guess this is the bit in the css that determines those:

    .ads{
    	float: right;
    	margin-right: 28px;
            margin-top: 8px;
            margin-bottom: 0px;
    }
    
    .ads.125ads {
    	padding:3px 0 0 0;
    	text-align:left;
    	}
    
    .ads h2 {
    	color: #181818;
    	font: bold 16px Arial, Helvetica, sans-serif;
    	margin: 0 0 0px 0;
            padding: 2px 0px 3px 0px;
    	text-align: center;
            text-transform: uppercase;
    	}
    
    .ads img {
          padding: 4px;
          border: #bebebe 1px solid;
          background: #bebebe;
          }
    
    .ads a:link img  {
          padding: 4px;
          border: #bebebe 1px solid;
          background: #bebebe;
          }
    
    .ads a:hover img  {
          padding: 4px;
          border: #ffc04e 1px solid;
          background: #ffc04e;
          }
    Thread Starter wojtekor

    (@wojtekor)

    bump

    help please ;(

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.