Title: allilevine's Replies | WordPress.org

---

# allilevine

  [  ](https://wordpress.org/support/users/firewatch/)

 *   [Profile](https://wordpress.org/support/users/firewatch/)
 *   [Topics Started](https://wordpress.org/support/users/firewatch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/firewatch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/firewatch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/firewatch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/firewatch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/firewatch/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Having troubles modifying the loop](https://wordpress.org/support/topic/having-troubles-modifying-the-loop/)
 *  [allilevine](https://wordpress.org/support/users/firewatch/)
 * (@firewatch)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/having-troubles-modifying-the-loop/#post-6104078)
 * Hi there. Would you mind posting the code you have so far, using `query_posts`?
   You might be able to use a combination of `pre_get_posts` and Conditional Tags:
    - [https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts#Exclude_categories_on_your_main_page](https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts#Exclude_categories_on_your_main_page)
    - [https://codex.wordpress.org/Conditional_Tags#A_Category_Page](https://codex.wordpress.org/Conditional_Tags#A_Category_Page)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Background Image Effect Scrollover?](https://wordpress.org/support/topic/how-to-background-image-effect-scrollover/)
 *  [allilevine](https://wordpress.org/support/users/firewatch/)
 * (@firewatch)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-background-image-effect-scrollover/#post-6083006)
 * Hi! I believe the effect you’re referencing is called parallax. There are many
   free and premium WordPress themes available that use this effect. You can find
   some of them by searching for “parallax” in the theme directory: [https://wordpress.org/themes/search/parallax/](https://wordpress.org/themes/search/parallax/)
 * It looks like the menu on [http://www.senns.restaurant/](http://www.senns.restaurant/)
   was built using javascript and the [CSS transform property](https://developer.mozilla.org/en-US/docs/Web/CSS/transform).
   You can add a similar menu to your WordPress site using a responsive menu plugin:
   [https://wordpress.org/plugins/search.php?q=responsive+menu](https://wordpress.org/plugins/search.php?q=responsive+menu)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [NON adsense java script code leads to image disappear](https://wordpress.org/support/topic/non-adsense-java-script-code-leads-to-image-disappear/)
 *  [allilevine](https://wordpress.org/support/users/firewatch/)
 * (@firewatch)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/non-adsense-java-script-code-leads-to-image-disappear/#post-6030842)
 * It looks like you fixed the problem. What was the solution?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to get custom taxonomy list without link?](https://wordpress.org/support/topic/how-to-get-custom-taxonomy-list-without-link/)
 *  [allilevine](https://wordpress.org/support/users/firewatch/)
 * (@firewatch)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-get-custom-taxonomy-list-without-link/#post-6028516)
 * This worked for me, based on [http://wordpress.stackexchange.com/questions/23606/how-do-i-list-custom-taxonomy-terms-without-the-links](http://wordpress.stackexchange.com/questions/23606/how-do-i-list-custom-taxonomy-terms-without-the-links):
 *     ```
       <?php
       $terms = get_the_terms( $post->id, 'album-categories' );
       	if ( !is_wp_error($terms)) {
       		$album_categories = array();
       		foreach ($terms as $term) {
       			$album_categories[] = $term->name;
       			$albums = join( "</li><li>", $album_categories );
       		}
       		?>
       		<ul>
       		<li><?php echo $albums; ?></li>
       		</ul>
       <?php } ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [NON adsense java script code leads to image disappear](https://wordpress.org/support/topic/non-adsense-java-script-code-leads-to-image-disappear/)
 *  [allilevine](https://wordpress.org/support/users/firewatch/)
 * (@firewatch)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/non-adsense-java-script-code-leads-to-image-disappear/#post-6030661)
 * Are you using the Newsmag theme? It has a lazy load feature for images that may
   be conflicting with the ad code. There’s a possible solution here:
 * [http://themeforest.net/item/newsmag-news-magazine-newspaper/9512331/comments?page=54#comment_9507278](http://themeforest.net/item/newsmag-news-magazine-newspaper/9512331/comments?page=54#comment_9507278)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simple Login Screen Customizer] Its okay](https://wordpress.org/support/topic/its-okay-5/)
 *  Plugin Author [allilevine](https://wordpress.org/support/users/firewatch/)
 * (@firewatch)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/its-okay-5/#post-7864143)
 * Thanks, glad you like it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Login Screen Customizer] Can't add logo](https://wordpress.org/support/topic/cant-add-logo/)
 *  Plugin Author [allilevine](https://wordpress.org/support/users/firewatch/)
 * (@firewatch)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/cant-add-logo/#post-4736726)
 * Hey sorry for the delayed response. Did you get it working on the second site?
   If not, is the image uploader working otherwise? Can you insert images in posts?
   Do you have javascript enabled?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 3 Menu (wp_nav_menu) won't update](https://wordpress.org/support/topic/wordpress-3-menu-wp_nav_menu-wont-update/)
 *  [allilevine](https://wordpress.org/support/users/firewatch/)
 * (@firewatch)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/wordpress-3-menu-wp_nav_menu-wont-update/#post-1736376)
 * I also encountered this problem: one of my menus (in the footer) would not update
   or change. I deleted it and recreated it, named it something else, etc. and it
   still wouldn’t change.
 * I found a workaround of sorts by adding a second “primary” menu to my theme. 
   If you look in Appearance > Menus, there’s a “Theme Locations” box where you 
   can define which menu is your primary navigation. I already had a menu that was“
   primary” (and working fine) so I created a second “theme locations” drop-down
   in functions.php.
 * Look for “// This theme uses wp_nav_menu() in one location” in functions.php.
   I edited the code beneath it to read:
 *     ```
       register_nav_menus( array(
       		'primary' => __( 'Primary Navigation', 'twentyten' ),
       		'footer'  => __( 'Footer Menu', 'twentyten' ),
       	) );
       ```
   
 * Then in Appearance > Menus, I set my menu to be the Footer Menu. Finally, in 
   the theme, I replaced my menu code with:
 *     ```
       <div class="menu">
       <?php wp_nav_menu( array( 'container' => '', 'container_class' => false, 'theme_location' => 'footer' ) ); ?></div>
       ```
   
 * In other words, replace the name of your menu with the name you assigned it in
   functions.php (“footer”). And adding in that menu div class was important to 
   my menu css.

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