Tagged: widget
- This topic has 1 reply, 2 voices, and was last updated 10 years, 7 months ago by Sakin. 
- 
		AuthorPosts
- 
		
			
				
March 13, 2015 at 11:49 am #53218Supratik MemberMy website is supratikchatterjee.com 1. Whatever I add to Sidebar is added below the footer and not on the left column of the page. 2. I want to place the Intro Widget to another page ‘Know Me’ but am unable to move it. Please help. March 14, 2015 at 2:00 pm #53283Sakin Keymaster@Supratik: 
 1. You need to add widget in your Sidebar and it will show in the left column. Can you add widget and let me know it so that I can check in your issue. I see that if you don’t have widget then it should be full width which is an issue. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:.content-area-full .content-area { clear: both; width: 100%; }2. For this you need to create child theme and then copy page.phpfrom Create theme to your child theme and then add the following code just below yourget_header(); ?>
 <?php if ( is_page( 'knowme' ) ) { get_sidebar( 'intro' ); } ?>
- 
		AuthorPosts
- The topic ‘Serious Issue with Widgets’ is closed to new replies.
