foxhunter
MemberForum Replies Created
-
This doesn’t work. I still get a jumbled pile of code that shows instead. Even something like
doesnt work when this plugin is enabled.In reply to: Remove colored bars at top and bottom of homepage slider
May 22, 2013 at 7:31 pm #38440Nailed it. Thanks.
In reply to: Cannot hide sidebar when creating custom page template
April 23, 2013 at 2:39 am #37827Unfortunately, no. I do not know enough about JavaScript to explain why it doesn’t work, but I need to create a template page to do this.
In reply to: Cannot hide sidebar when creating custom page template
April 22, 2013 at 7:40 pm #37825Update:
I have copied the entire contents of loop-page.php to a new template file. Apparently the sidebar is part of the footer code, so I removed
get_footer();from the bottom and that did away with the sidebar. (and the footer, but that is doable, I guess)
I commented out the
‘ <?php //the_content(); ?> `
and put my javascript below that.
Now the sidebar does not show, but the area where the sidebar was is still there. I need the content section to be 100% width, but cannot figure out how to do that. Ideas?
In reply to: How can I remove the default image border from a single image?
November 14, 2012 at 7:10 am #33680I would like to do it on multiple pages with different images, but here is an example:
Here is what I currently have in the custom CSS box in the theme settings:
h1, h2, h3, h4, h5, h6 {
font: arial, "Pontano Sans", sans-serif;
margin-top: -3px;
font-weight: bold !important;
}
#developer {
display: none;
}
.post-1560 .post-title {
display: none;
}
.post-title, .post-title a {
font: 24px arial, "Pontano Sans", sans-serif;
color: #1772AF;
margin-top: -3px;
}If I delete it, and paste it into my child theme, none of those properties are displayed.
Quote:@KennethThanks for the great explanation. Based on your descriptions I was able to figure it out as well as learn a little bit.
Interesting enough, it was this code that worked:
.post-1560 .post-title {
display: none;
}
Is there somewhere I can shoot a few bucks your guy’s way? Besides the fact that the Graphene theme is amazing, the support you all provide here is wonderful.
@Kenneth
Thanks for the great explanation. Based on your descriptions I was able to figure it out as well as learn a little bit.
Interesting enough, it was this code that worked:
.post-1560 .post-title {
display: none;
}Not working.
To be exact, when I use this code the homepage does not show the title, and the blog page/ category pages does not show the titles either (However, they do show on the individual posts):
.post-1560 .post-title, .post-title a {
display: none;
}When I use this code, the homepage title returns on the static page, as well as the category pages and blog page:
.post-1560 .post-title, {
display: none;
}(Post ID is 1560)
Viewing 10 posts - 1 through 10 (of 12 total)
- 1
- 2
