udaraaka
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Responsive theme issuesYes you can log into admin dashboard and go themes and then try to delete the theme using delete option. and then try to reinstall the theme
Forum: Themes and Templates
In reply to: remove borders around picturesyou mean the black border around the picture in the above page?
find the css file
https://glhsreflection.org/wp-content/themes/advanced-newspaper/styles/default.css
and look line 23
.alignleft,.alignright,.alignnone,.aligncenter { border:1px solid #222;line-height:0;display:block;}
remove border attribute so it will be
.alignleft,.alignright,.alignnone,.aligncenter { line-height:0;display:block;}
Forum: Hacks
In reply to: which file to include to call default wordpress functions?First option worked for me. Thank you very much.!!
Forum: Hacks
In reply to: which file to include to call default wordpress functions?thanks for your reply. well its a php file which resides outside of my wordpress folder. I am going to run this file using a cronjob to automatically insert the posts and their image attachments to my website. you know it is impossible to call wordpress core functions directly without importing those libraries so what is the include statement(s) i should put in my php file?
Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenRemove the padding in the foloowing areas so they ll appear as follows.
line 628
#main {
clear: both;
}line 1020
.singular .hentry {
border-bottom: none;
position: relative;
}line 1035
.singular.page .hentry {
}Forum: Themes and Templates
In reply to: Making Main body of Swatch Theme transperantIf you can deactivate maintenance plugin and post a link to sample webpage i can help you.
Forum: Themes and Templates
In reply to: [Theme: Hatch] Changing Thumbnail Image Size on Homepagefirst find the area around line 689 in style.css
#header-banner {
width: 68.08510638297872%;
float: right;
}and remove the contents so it will appear as
#header-banner {
}Then find the the following around line 691
#header-banner img {
max-width: 100%;
}and put some content so it will appear as
#header-banner img {
max-width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
}Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenThe problem is that actual image height is 1000px. WE have hidden the bottom part of the image but still it overlaps with the menu. Try to reduce the size of the image file by cropping it or resizing it.
You can also try to change the HEADER_IMAGE_HEIGHT; values in your first post to constant 388;. Make sure you have a backup of your original header.php before you modify it.
Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenYes it is a original file comes with the twentyeleven theme and you can customize it. However, make sure you have a backup of the original files or create a child theme and edit it.
Forum: Themes and Templates
In reply to: How to change the height of header on twenty elevenhttps://tokyoluxe.com/wp-content/themes/twentyeleven/colors/dark.css
You can find it in your file manager in your control panel or ftp client at
wp-content/themes/twentyeleven/colors/dark.cssForum: Themes and Templates
In reply to: How to change the height of header on twenty elevenin your dark.css file find the area
#branding {
border-top: 2px solid #0a0a0a;
}around line 57.
#branding {
border-top: 2px solid #0a0a0a;
height: 100px;
overflow: hidden;
}and modify that area as above – modify height as needed. But remember, this will only hide the lower part of the image if you keep it the same size. You better crop your images to fit with the height you specify above.
Forum: Themes and Templates
In reply to: changes in the layoutAh ok thank you very much tiaanswart.
Forum: Themes and Templates
In reply to: Adsense into HeaderYou are welcome.
Forum: Themes and Templates
In reply to: changes in the layoutChanges to theme files will erase upon update.
What do you mean by that Andrew? Upon update what? Can you explain? I saw you are talking about it everywhere. Just curious.
Forum: Themes and Templates
In reply to: Adsense into Headerreplace the current content between <div id=”header”> and your adsense code with the following code
<div style="height:60px; background-color:#467AA7; float:left"><h1><a></a><a href="https://www.take-home-paycalculator.com/">Take Home Pay Calculator</a></h1> <h2>Calculate your take home pay in seconds.</h2></div> <div style="height:100px; width:100%; background-color:#467AA7"><div style="height:60px; width:500px; float:right;">