Title: sarnava's Replies | WordPress.org

---

# sarnava

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ridizain] Remove tag line from header](https://wordpress.org/support/topic/remove-tag-line-from-header/)
 *  Thread Starter [sarnava](https://wordpress.org/support/users/sarnava/)
 * (@sarnava)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-tag-line-from-header/#post-4710246)
 * Thank you. It worked.
 * Regards,
    Sarnava.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change wordpress Upload Directory](https://wordpress.org/support/topic/change-wordpress-upload-directory/)
 *  Thread Starter [sarnava](https://wordpress.org/support/users/sarnava/)
 * (@sarnava)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-wordpress-upload-directory/#post-4710178)
 * I read the tutorial but will be able to use the earlier uploads that were uploaded
   to /wp-content/uploads/
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ridizain] Make Post Title Sentence Case.](https://wordpress.org/support/topic/make-post-title-sentence-case/)
 *  Thread Starter [sarnava](https://wordpress.org/support/users/sarnava/)
 * (@sarnava)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/make-post-title-sentence-case/#post-4707900)
 * Thank you, it worked. Thank you for your quick reply.
 * Regards,
    Sarnava.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ridizain] Make Featured Images position a little downwards.](https://wordpress.org/support/topic/make-featured-images-position-a-little-downwards/)
 *  Thread Starter [sarnava](https://wordpress.org/support/users/sarnava/)
 * (@sarnava)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/make-featured-images-position-a-little-downwards/#post-4665575)
 * Sorry, That Problem arises when the resolution is low. I have a 15-inch CRT Monitor.
   When I increased my resolution to a bigger one the problem was gone.
    By the 
   way, This is how i see my website. [Click Here](http://s29.postimg.org/o0j1q3vhj/Untitled.jpg)
 * Thank you for uploading the images.
    Sarnava
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ridizain] Make Featured Images position a little downwards.](https://wordpress.org/support/topic/make-featured-images-position-a-little-downwards/)
 *  Thread Starter [sarnava](https://wordpress.org/support/users/sarnava/)
 * (@sarnava)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/make-featured-images-position-a-little-downwards/#post-4665561)
 * No, that is not how the featured image is showing on my site.
    Visit [http://gamingdna.com](http://gamingdna.com)
   for the preview of the Featured Image. Thanks, Sarnava.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ridizain] Make Featured Image go from one end of the posts to the other.](https://wordpress.org/support/topic/make-featured-image-go-from-one-end-of-the-posts-to-the-other/)
 *  Thread Starter [sarnava](https://wordpress.org/support/users/sarnava/)
 * (@sarnava)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/make-featured-image-go-from-one-end-of-the-posts-to-the-other/#post-4660523)
 * Thank you. It worked. and Once Again I am Grateful to you.
    And can you please
   tell me what to do to increase the brightness of the featured images when the
   mouse is not hovering over it.
 * Sarnava.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ridizain] Remove Primary Sidebar from posts.](https://wordpress.org/support/topic/remove-primary-sidebar-form-posts/)
 *  Thread Starter [sarnava](https://wordpress.org/support/users/sarnava/)
 * (@sarnava)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-primary-sidebar-form-posts/#post-4654837)
 * Thank you sir, this worked. I am Very much grateful.
    Thank You.
 * Sarnava
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ridizain] Remove Primary Sidebar from posts.](https://wordpress.org/support/topic/remove-primary-sidebar-form-posts/)
 *  Thread Starter [sarnava](https://wordpress.org/support/users/sarnava/)
 * (@sarnava)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-primary-sidebar-form-posts/#post-4654807)
 * If I replace the id or classes according to your theme in the following code 
   and create a child theme and paste this in the “sidebar.php”, Will it Work ?
 *     ```
       <?php global $theme; ?>
       <?php if ( !is_single() ) : ?>
       <div id="sidebar-primary">
   
           <?php
               if(!dynamic_sidebar('sidebar_primary')) {
                   /**
                   * The primary sidebar widget area. Manage the widgets from: wp-admin -> Appearance -> Widgets
                   */
                   $theme->hook('sidebar_primary');
               }
               $theme->hook("sidebar_primary_after");
           ?>
   
       </div><!-- #sidebar-primary -->
       <?php endif; ?>
   
       <div id="sidebar-secondary">
   
           <?php
               if(!dynamic_sidebar('sidebar_secondary')) {
                   /**
                   * The secondary sidebar widget area. Manage the widgets from: wp-admin -> Appearance -> Widgets
                   */
                   $theme->hook('sidebar_secondary');
               }
           ?>
   
       </div><!-- #sidebar-secondary -->
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ridizain] Remove Primary Sidebar from posts.](https://wordpress.org/support/topic/remove-primary-sidebar-form-posts/)
 *  Thread Starter [sarnava](https://wordpress.org/support/users/sarnava/)
 * (@sarnava)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-primary-sidebar-form-posts/#post-4654787)
 * none for php and basic for css.

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