• Hey guys, I had to switch hosts, and after the switch, my pages are not working correctly.

    problem is here: http://www.crazycyborg.com

    While at home, click the link to “My Rig” and you will notice “My Rig” tab doesnt change colours to notify the user what page they are on (Same problem when going to “Gallery”. – The page tab colour used to change before the switch.

    Also I am using Lazyest Gallery for my gallery, and on that page, you will notice also the gallery isnt displayed, instead “[[lg-gallery]]” is displayed (the code that Lazyest dev says to use to display the gallery). – This was also working before the switch.

    I am not sure, but only assuming both of these problems are happening because of the same reason, wondering if anyone can help me out.

    Thanks, Cyborg.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter cyborg73703

    (@cyborg73703)

    Anyone?

    Cyborg.
    What version of Lazyest Gallery are you running?
    Lazyest Gallery is now using the WordPress shortcode tags.
    If you have changed host, you have to use the new syntax.
    Try [lg_gallery]
    Good luck
    for more information about Lazyest Gallery check http://brimosoft.nl/lazyest/

    Thread Starter cyborg73703

    (@cyborg73703)

    Hey, I am running 11.2, according to Brimsoft, the latest stable release.

    I changed my code to [lg_gallery] but still no luck.

    Thanks for the tip, and I will keep looking on the brimsoft site for some answers.

    Thread Starter cyborg73703

    (@cyborg73703)

    Thanks again macbrink. I got the gallery working, now just to figure out what the page tabs wont change over when navigating away from home.

    You stylesheet code for menu tab highlighting is this:

    #nav .page_item a.selected {
    	background:url(images/bg_menu.png) no-repeat left bottom;
    	color: #01242f;
    }

    It relies on the link to the current page having the class “selected”, which it doesn’t.

    The list item containing the current page link does have the class “current_page_item”, though, so you could try changing the code to:

    #nav .current_page_item a {
    	background:url(images/bg_menu.png) no-repeat left bottom;
    	color: #01242f;
    }

    – Tim

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Pages not working correctly.’ is closed to new replies.