Forums

Pages not working correctly. (6 posts)

  1. Cyborg73703
    Member
    Posted 1 year ago #

    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.

  2. Cyborg73703
    Member
    Posted 12 months ago #

    Anyone?

  3. macbrink
    Member
    Posted 12 months ago #

    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/

  4. Cyborg73703
    Member
    Posted 12 months ago #

    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.

  5. Cyborg73703
    Member
    Posted 12 months ago #

    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.

  6. Technokinetics
    Member
    Posted 12 months ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic