• some of the links from “Browse by artist” ,on my website songonlyrics .com are not links on Firefox browser .
    for example i have
    Browse by Artist :

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

    there the letters have a link like this https://www.songonlyrics.com/category/lyrics/a/

    Letters P, Q,R,S,T,U,V don’t have a link,in Firefox .in other browsers seems to be ok.

    on other site that it is using this theme the links works good.
    what could be wrong ?

    thank you

Viewing 10 replies - 1 through 10 (of 10 total)
  • there is a div #header-foo2 overlaying the links:

    <!-- Foo2 -->
    		<div id="header-foo2">
    <br><br>
    
    <br>
    
    		</div>

    might be in index.php?

    Thread Starter dreamsoft

    (@dreamsoft)

    thanks
    it is in header.php
    so i need to remove that ?
    but if i remove that,that section would not be displayed correctly,as it will be almost above the box

    Thread Starter dreamsoft

    (@dreamsoft)

    i have removed it,and it works ! thank you !

    but the problem is that i will not be able to display two items in the box from the right ,because i removed foo2 .now i only have foo3 in the right box

    also,do you know how to make the text from the search box to disappear when someone types something there ?
    this is the search box code
    <form id=”searchform” method=”get” action=”https://www.songonlyrics.com/”&gt;
    <input type=”text” name=”s” id=”s” class=”textbox” value=”Search the Lyrics” size=”40″/>
    <input id=”btnSearch” type=”submit” name=”submit” value=”GO” />
    </form>

    thanks again

    P.S. you have a great website.very interesting things

    what browser are you using?

    i checked in firefox and there is no difference in display after the foo2 is deleted; IE7 look slightly different from firefox, but ok.

    alternative could be to apply some z-index:0; formatting to the affected divs (in style.css)

    Thread Starter dreamsoft

    (@dreamsoft)

    no no,it ok now .i removed all the foo2,and it is ok. but what i was saying is that on the right side i have a second box .that is just an image,and in order to be able to have 2 items on it (let’s say 2 pictures with links) i need that foo2 .now i only have the foo3 ,and i can only add an item

    ok, then put foo2 back; and position it to be in the right box.

    #header #header-foo2 {
    		position: absolute;
    		top: 260px;
    		left: 278px;
    		width: 150px;
    		height: 102px;
    		font: normal 11px "helvetica", helvetica;
    		color: #ffffff;
    	}

    but there is also a foo4 – what happened to this?

    Thread Starter dreamsoft

    (@dreamsoft)

    yes,you are right,there is a foo4. i will use that too .but i also need foo2

    if i use your code,it will go on top of the header..displaying the code

    i am not good with codes..maybe i have to add something more then just what you gave me ?

    the code that i posted is the css styling for foo2, and is already in style.css of your theme.

    it was meant as a reference to what to change if you need to reposition foo2.
    (i.e. the top and left values)

    Thread Starter dreamsoft

    (@dreamsoft)

    thanks,i will try that.
    now i have another problem..if you look on this page,for example,
    https://www.songonlyrics.com/lil-wayne-ft-ludacris%E2%80%93eat-you-alive-lyrics/

    you will see that the ad from the sidebar is not in the center of the sidebar..(and also that ad box it not displaying on the front page) same as the recent post.the recent post box should be larger,to cover all the siderbar (i am talking about width)

    how can i do that ?

    thank you

    Thread Starter dreamsoft

    (@dreamsoft)

    any tips by now?
    thanks again

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘links not display correctly in Firefox’ is closed to new replies.