Title: Pages not working correctly.
Last modified: August 19, 2016

---

# Pages not working correctly.

 *  [cyborg73703](https://wordpress.org/support/users/cyborg73703/)
 * (@cyborg73703)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/pages-not-working-correctly/)
 * Hey guys, I had to switch hosts, and after the switch, my pages are not working
   correctly.
 * problem is here: [http://www.crazycyborg.com](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](https://wordpress.org/support/users/cyborg73703/)
 * (@cyborg73703)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/pages-not-working-correctly/#post-897128)
 * Anyone?
 *  [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/pages-not-working-correctly/#post-897168)
 * 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/](http://brimosoft.nl/lazyest/)
 *  Thread Starter [cyborg73703](https://wordpress.org/support/users/cyborg73703/)
 * (@cyborg73703)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/pages-not-working-correctly/#post-897175)
 * 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](https://wordpress.org/support/users/cyborg73703/)
 * (@cyborg73703)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/pages-not-working-correctly/#post-897176)
 * 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.
 *  [Technokinetics](https://wordpress.org/support/users/technokinetics/)
 * (@technokinetics)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/pages-not-working-correctly/#post-897177)
 * 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.

## Tags

 * [pages](https://wordpress.org/support/topic-tag/pages/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [Technokinetics](https://wordpress.org/support/users/technokinetics/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/pages-not-working-correctly/#post-897177)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
