Forum Replies Created
-
Mod
In reply to: How to remove "View full post" Button AND post title link in slider for only one post?
April 30, 2014 at 12:15 am #42639You’ll need to target the post ID along with the rest of the elements you are targeting.
For example, this code
#slider-post-1670 a {
display: none;
}Removes both the title and the “Ganzen Beitrag ansehen” button in the first post in your slider.
Mod
Use the custom CSS function. It’s either
#sidebar1 {background: url('path to image');}or
#sidebar2 {background: url('path to image');}depending on which sidebar it is.
Moved to Support.
Mod
There’s the Virtual Posts plugin, but I’m not sure if it works or if it does what you want. I’ve never played around with it, and the documentation is pretty sketchy.
Mod
Marking thread as resolved. You can do this yourself as well.
Mod
That’s part of the footer’s default background image. Try this:
#footer {
background: none #953118;
padding-top: 10px;
}Mod
Works in Firebug, too:
Mod
FWIW, that’s an archive page.
This can (probably) be achieved solely through some custom css:
.archive .entry-content .excerpt-thumb img, .archive .child-page .excerpt-thumb img {
position: absolute;
top: 0px;
}
.archive .post-title, .archive .post-title a, .archive .post-title a:hover, .archive .post-title a:visited {
margin-left: 80px;
}
.archive .entry-content p {
margin-left: 160px;
}
.archive .post-meta .meta_categories {
margin-left: 120px;
}Works on my wamp server; your mileage may vary. You may also need to adjust values.
Mod
There is nothing in Graphene called an “excerpt box.” And there is nothing on the page you linked to that looks like something on your site.
Are you talking about the excerpt that appears in the slider, or the slider itself? Or are you talking about the homepage panes?
Here’s a screen capture of your site:
Yellow is the slider.
Blue is the gallery you added to the home page.
Green is the homepage panes.
Mod
The custom CSS feature is the reason I originally went with Graphene. Goodness, that seems like years ago, now.
Mod
Quote:damn plugins! Can’t live with them & can’t live without them!The truth of WordPress, really. I know how you feel.
Quote:Darn! Why can’t plugins all just get along?!There are many reasons for this. I could write not just one but several posts about this. Maybe even an entire book. Part of it is the nature of WordPress, part of it is the nature of life itself, and part of it is the puckish nature of coders.
I’m going to move this out of bug reports into support. Please let us know which plugin was causing the problem. (It can be helpful to know which other plugins you are using, as well.)
Thanks!
