sonalidoshi
Forum Replies Created
-
Forum: Plugins
In reply to: WP Featured Content Slider on HomepageI played with this code (WP featured Content Slider)
<?php include (ABSPATH . ‘/wp-content/plugins/wp-featured-content-slider/content-slider.php’); ?>
but no success 🙁
Please help
ThanksForum: Themes and Templates
In reply to: [theme: twenty ten] header staticYes, Esmi is right.
You can do above changes once you create child theme
Good LuckForum: Themes and Templates
In reply to: [theme: twenty ten] header staticEdit CSS to this – (save a copy before editing)
#header {
padding: 30px 0 0;
background-color:#FFD6C8;
position:fixed;
}#wrapper {
background: none repeat scroll 0 0 #FFD6C8;
margin-top: 0px;
padding: 0px;
}How did you solve it?
I have a same problem.
ThanksForum: Themes and Templates
In reply to: adventure journal theme – text added to footeralso, check ur footer.php if u can find <p> over there
Forum: Themes and Templates
In reply to: adventure journal theme – text added to footerInstall Firebug in Firefox.
Go to your website
Right Click on footer
Go to Inspect Element
You will get an idea, where the <p> tag is.Good luck
Forum: Themes and Templates
In reply to: adventure journal theme – text added to footerThere is a <p> tag added in your footer
use firebug to find out where is it exactly…Forum: Themes and Templates
In reply to: how to centeralize twenty eleven theme menu?gr8
Always use firebug to check what’s going on there 🙂Forum: Themes and Templates
In reply to: Can't edit CSS in twentyeleven-child themeThank you for your help.
I re-installed WordPress and it’s working now 🙂
I can use build-in editor for child theme 2011.Forum: Themes and Templates
In reply to: how to centeralize twenty eleven theme menu?Hi, it is because of padding-right… try removing it.
#branding .only-search + #access div {
padding-right: 250px;
}Good Luck
Forum: Themes and Templates
In reply to: Can't edit CSS in twentyeleven-child themeSo, Child-Theme CSS is not writable by wordpress?? Can we make them writable?
I changed the file permissions to 755, but no use 🙁I think, I have to edit CSS locally and upload it via FTP everytime I need to change things 🙁
Forum: Themes and Templates
In reply to: kubrickheader.jpg refusing to showCan you pls send a website link?
Try to edit some othername.jpg sometimes it works
good luckForum: Installing WordPress
In reply to: Installed WP on existing website, but what's wrong?ohh… okay..
Thanks a lot.May be I will keep this for now and rename that file later, once I am done with WP theme customization 🙂
Thanks again
Forum: Installing WordPress
In reply to: Installed WP on existing website, but what's wrong?Thanks esmi.
I can see it there. But I should see it on http://www.irsaps.org/
How can I do that?
Do I need to create any directory?-Thanks
Forum: Fixing WordPress
In reply to: Remove white line in IEThanks again 🙂