• Hello everyone. After one night of upgrading there remain several things I cannot fix myself:

    #The creative commons image only displays in Firefox and not in Opera and not in Explorer. Who knows why it doesn’t?

    #One of the nicest features of my Blog was that I could blog my flickr pictures directly in my WP blog. It’s not working anymore, Who after upgrading to 1.5 faced or rather tackled this problem before? (it has to do something with directing flickr to the correct file… which one is that…?

    # My ‘pages’ menu dispays differently, I do not want to show “pages”. So where can I delete it, so my pages get displyes within the menu (view my site) https://www.georgelangenberg.com/wordpress

    # and then there’s another thing that seems more or less random like: Explorer and Opera either display my pictures or not. I think that’s a coding fault from my design….

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1# The one at the bottom of your sidebar? I see it in all three browsers.

    2# Don’t use flickr, so I’ll let someone else tackle this.

    3# Probably /wordpress/wp-content/themes/Carrots/sidebar.php — look for:

    <?php wp_list_pages(); ?>

    4# I thought you said 3 things… I seem to be seeing your images fine. One thing to try is clear the disk cache in your browsers (never hurts).

    SNAP IN: [waves to mdawaffe]

    The inconsistencies you mention between browsers is likely caused by the validation problems you’re having.

    The Pages list is generated by wp_list_pages in sidebar.php – it looks like you’re missing a </ul> after your categories listing.

    EDIT: as for flickr, no clue. Might be an XMLRPC issue (search the forums for that). I think there’s been some bugs recently along those lines.

    EDIT2: Greetings Kaf :)

    CONTINUING WITH ABSURDITY: [waves back]

    Thread Starter george71

    (@george71)

    https://codex.www.ads-software.com/Template_Tags/wp_list_pages was the solution to my list pages problem I’m looking into the others answers right now (edit 3 hi Kaf Hi Waf)

    edit: oops quite a lot of validation errors hey

    Thread Starter george71

    (@george71)

    For the flickr question: I downloaded 1,5 again and replaced the xmlrpc.php file and yess now it’s working.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After upgrading these 3 things seem broken…’ is closed to new replies.