Salman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Two pictures in a post instead of oneI understand where you coming from. If lets’ say you remove all images from post editor and when you post anything new, are you again having the same issue?
Forum: Fixing WordPress
In reply to: Slide Show issuePlease ignore previous message. This message was for someone else.
Forum: Fixing WordPress
In reply to: Two pictures in a post instead of oneOh Now I got it!
What might happened is, you must have uploaded image in your Post editor. Keep your images as Featured image and remove all images from your Post editor. You should be all good to go!
Let me know if this works out. 🙂
Forum: Fixing WordPress
In reply to: Slide Show issueOh Now I got it!
What might happened is, you must have uploaded image in your Post editor. Keep your images as Featured image and remove all images from your Post editor. You should be all good to go!
Let me know if this works out. 🙂
Forum: Fixing WordPress
In reply to: Slide Show issueI don’t see any issue in your slideshow. What exactly do you need to do?
Forum: Fixing WordPress
In reply to: Two pictures in a post instead of oneWhat exactly do you want to do?
Forum: Themes and Templates
In reply to: How to change menu bar background imageCan you leave your url?
Forum: Themes and Templates
In reply to: How to edit out a line using custom cssI would recommend to use FireFox.
Forum: Themes and Templates
In reply to: [Optimizer] Image header sizecan you share a link?
Forum: Themes and Templates
In reply to: [Moesia] child css isn't workingAwesome! 🙂
Let us know if you need anything else!
try another way!
#sidebar .widget {
display: none !important;
}give some indentation to display property and also add this into custom css file
I don’t have your complete details
but this this the main code which needs to be removed from body section:<div id=”sidebar” role=”complementary”>
-
<form role=”search” method=”get” class=”search-form” action=”http://www.way2japan.com/”>
<span class=”screen-reader-text”>Search for:</span><div class=”input-group”>
<input type=”text” class=”form-control” value=”” name=”s”>
<div class=”input-group-addon”>
<button class=”btn btn-primary” type=”submit” value=”Search”><i class=”fa fa-search”></i> </button>
</div>
</div></form>
- <h2>Author</h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p> -
<p>You are currently browsing the archives for the – News category.</p>
<!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.
–>
<ul role=”navigation”>
<li class=”pagenav”><h2>Pages</h2>- <li class=”page_item page-item-101″>#101 (no title)
<li class=”page_item page-item-193″>#193 (no title)
<li class=”page_item page-item-10″>About WayToJapan
<li class=”page_item page-item-128″>Contact WayToJapan
<li class=”page_item page-item-64″>Examples of past translation projects
<li class=”page_item page-item-230″>Frequently Asked Questions
<li class=”page_item page-item-78″>Links
<li class=”page_item page-item-927″>Professional Affiliations
<li class=”page_item page-item-14″>Publications
<li class=”page_item page-item-12″>Services
<li class=”page_item page-item-463″>Test page
<li class=”page_item page-item-2″>WayToJapan Translations- <h2>Archives</h2>
- June 2015
- May 2015
- March 2015
- December 2014
- July 2014
- June 2014
- April 2014
- February 2014
- January 2014
- December 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- June 2012
- March 2012
- February 2011
- March 2009
- October 2008
- July 2008
<li class=”categories”><h2>Categories</h2>
- <li class=”cat-item cat-item-8 current-cat-parent”>翻訳の話/News & Thoughts (54)
<ul class=”children”>
<li class=”cat-item cat-item-10 current-cat”>– News (21)<li class=”cat-item cat-item-5″>– Thoughts (25)
<li class=”cat-item cat-item-9″>– Tips (17)
<li class=”cat-item cat-item-7″>… in English (18)
<li class=”cat-item cat-item-6″>… 日本語の投稿 (40)
<li class=”cat-item cat-item-13″>Links (2)
</div>
#siderbar {
display: none !important;
}give some indentation
#siderbar {
display: none !important;
}check it now and let me again!
Try another thing
just add this code in your custom css file and see if you get any success
#siderbar {
display: none;
} -