sarnava
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ridizain] Remove tag line from headerThank you. It worked.
Regards,
Sarnava.Forum: Fixing WordPress
In reply to: Change wordpress Upload DirectoryI read the tutorial but will be able to use the earlier uploads that were uploaded to /wp-content/uploads/
Forum: Themes and Templates
In reply to: [Ridizain] Make Post Title Sentence Case.Thank you, it worked. Thank you for your quick reply.
Regards,
Sarnava.Forum: Themes and Templates
In reply to: [Ridizain] Make Featured Images position a little downwards.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 HereThank you for uploading the images.
SarnavaForum: Themes and Templates
In reply to: [Ridizain] Make Featured Images position a little downwards.No, that is not how the featured image is showing on my site.
Visit http://gamingdna.com for the preview of the Featured Image.
Thanks,
Sarnava.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
In reply to: [Ridizain] Remove Primary Sidebar from posts.Thank you sir, this worked. I am Very much grateful.
Thank You.Sarnava
Forum: Themes and Templates
In reply to: [Ridizain] Remove Primary Sidebar from posts.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
In reply to: [Ridizain] Remove Primary Sidebar from posts.none for php and basic for css.