brassaholic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trying to increase the width of my blog content areaThank you. I will look at that.
Forum: Fixing WordPress
In reply to: Trying to increase the width of my blog content areaNo, I did not get this resolved.
Forum: Fixing WordPress
In reply to: Can't upload a Header Image or LogoI was able to get it fixed.
Thank you.Forum: Fixing WordPress
In reply to: Can't upload a Header Image or LogoI am ok with working in the CSS editor. The only code I can find in the “header.php” that references am image is this:
<?php $img = get_field(‘header_image’, ‘option’); ?>
<?php if ($img != ”): ?>
<div class=”imageCover”><img src=”<?php print $img[‘sizes’][‘header’] ?>” alt=”<?php bloginfo( ‘name’ ); ?>” class=”headerImage”></div>
<?php endif; ?>I have contacted the author, but no response. 🙁
Thank you.
Forum: Fixing WordPress
In reply to: Can't upload a Header Image or LogoThanks, It shows up but is not positioning right.
Forum: Fixing WordPress
In reply to: Can't upload a Header Image or LogoYes, that is what I want replaced with a graphic. It is a stylized font.
I have looked in the header.php I have these codes. I have tried changing each one to reference the graphic I have loaded but nothing will work.
.site-header {
position: relative;
}
.site-header.feather{
background: url(graph/feather.jpg) no-repeat;
background-position: 170px 140px;
}
.site-header .imageCover{
}
.site-header .textCover{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}
.site-header img.headerImage{
max-width: 100%;
margin: 0 auto;
display: block;Forum: Fixing WordPress
In reply to: Can't upload a Header Image or LogoHi,
Thank you. There is not a place to upload an image. I have tried swapping out the images and that did not work.Forum: Fixing WordPress
In reply to: Change Margin-Bottom PxThank you, I was able to get the code to work.
Forum: Fixing WordPress
In reply to: Trying to remove tags from postThank You.
Forum: Fixing WordPress
In reply to: Add thumbnail pictures to short post versionSorry about that. Marked as resolved.
Forum: Fixing WordPress
In reply to: Add thumbnail pictures to short post versionThank you! That worked.
Forum: Fixing WordPress
In reply to: Trying to remove tags from postThank you alchymyth, the code did work, but I use it on the edit CSS tab.
I did close the commenting on the fist line of the syle.css as you said, but the code still would not work when placed there. For some reason it has to be on the edit CSS tab.Forum: Fixing WordPress
In reply to: Trying to remove tags from postShannon,
Thank you so much,that worked!I tried doing the same for the category links but they will not hide either. I have tried both of these below.
.categories-links {
display: none;
}.category-tag {
display: none;
}Any help would be appreciated.