• Resolved vcicchine

    (@vcicchine)


    I’ve put together a layout of rollover images using html and css that link to other pages on my site which I’ve just done in a page! Copying and pasting the Permalink into my code. I’ve done it before, but needed to add more images to the layout.
    IT WORKS, for 8 of the images but ONE DOESN’T WORK! Uggg!
    I’ve tried changing the Permalink, I’ve tried just re-creating that page and just copying and pasting the content into the new page, still nothing!
    They’re just simple galleries with an <h1> head, nothing more!
    If you ask, problem is I can’t Publish it until it’s right!
    I will add the link of the first one I did that works properly:
    https://lyricdubee.com/photos-new/
    Thing is I’m the type of person that will waste hours before asking for help, so any help would be much appreciated!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s hard to tell what’s wrong if you don’t post a link to the page that has the link that doesn’t work. It could be something as simple as a missing quote mark, a missing angled bracket, etc.

    Thread Starter vcicchine

    (@vcicchine)

    Thanks CrouchingBruin, I was thinking that and have been looking it over, but maybe another set of eyes would help!
    You’re right! I’ll just add the code here.
    I didn’t feel it was necessary to include the whole thing, here are the three middle images.

    <div class="gigs"><a href="https://lyricdubee.com/gigs-2/"><img alt="" src="https://lyricdubee.com/wp-content/photo_galleries/gigs_out.jpg" width="215" height="200" /></a></div>
    <div class="charities"><a href=" https://lyricdubee.com/charities-2/"><img alt="" src="https://lyricdubee.com/wp-content/photo_galleries/charities_out.jpg" width="215" height="200" /></a></div>
    <div class="guestAppear"><a href="https://lyricdubee.com/guest-appearances-b/?"><img alt="" src="https://lyricdubee.com/wp-content/photo_galleries/guest_appearances_out.jpg" width="215" height="200" /></a></div>

    gigs and charities work just fine!

    Here are some links as well, although not perfect as to incomplete css!

    https://lyricdubee.com/photos-july-11th/

    And here’s the link it’s suppose to be going to that I’m having problems with!

    https://lyricdubee.com/guest-appearances-b/

    Did you quickly look at the original link I sent?

    I hope this gives you a better idea, I would really appreciate your help!
    Cheers!

    I copied & pasted the code into a text editor, and everything looked OK. I even pasted it into my own test HTML page, and the links all worked. One interesting thing, though, is when I pasted the code into my text editor, I got a question mark at the end of the last link that doesn’t show up on your code window above:

    https://lyricdubee.com/guest-appearances-b/?

    If I go to your Photos July 11 page and hover over the Guest Appearances image, I see this link:

    https://lyricdubee.com/guest-appearances-b/%E2%80%8E

    When I click on that image, I get a page not found error; maybe that’s the same error you’ve been getting on your other page? I can’t figure out what the escape codes translates to, So maybe take a closer look at the end of the link.

    Thread Starter vcicchine

    (@vcicchine)

    I got the same result, so it got me thinking and I researched the e2 80 8e and found I’m not the only that has gotten it!
    It is actually a UTF-8 character to Left-to-right mark, a control character or invisible formatting character
    Still, with every place I looked I’m still no further!
    Most of what I found was about extra spaces or spaces in the wrong place.
    One Forum has me starting to look into Custom Menus, I mean because it is actually a menu! The Theme I’m using, Oxygen, allows for three menus and I’m just using two of them right now.

    Thread Starter vcicchine

    (@vcicchine)

    Okay, well most people talked about this invisible character, as I mentioned the UTF-8 invisible formatting character (don’t know how it got in there or where exactly it was; I think the first part of the link), so I copied one of the other links that worked and tested it, it worked. Then I manually typed in the rest of the link and it worked fine.
    Thanks so much for your time!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Most Links on Photos work But one’ is closed to new replies.