kvogelmann
Forum Replies Created
-
Forum: Plugins
In reply to: header image slider code helpqmic76, it looks like you fixed this. How did you fix it?
Forum: Themes and Templates
In reply to: Change colour of footer area in Twenty ElevenThanks infoprincess, I used your following to change footer background, text color, font size, and padding. Love it! You might qualify for goddess status instead of princess… ??
/* Site Generator Line */
#site-generator {
background: #f9f9f9;
border-top: 1px solid #ddd;
color: #666;
font-size: 12px;
line-height: 2.2em;
padding: 2.2em 0.5em;
text-align: center;
}Yes, I made the page draft status, because I’ve decided to stick with the native gallery function for now. I may perhaps decide to use boxer in the future.
I resolved the issue by using both the WP Date Remover plugin as well as editing the child theme stylesheet (WPFolio theme) by inserting the following code with the “diplay:none” line added to turn off the display of all tags on the bottom of all posts.
.post-bottom-title{
margin: 5px 30px 0px;
text-align: center;
font-size: 11px;
clear: both;
display:none;
}Thanks for your help, sorry to have bothered you.
By the way, the recent update looks pretty amazing. I’ll have to keep it in mind in case the gallery ends up not being ideal.
– Karen
I was able to remove the date by installing the plugin WP Date Remover. So, that part is OK. It looks as though when I click on the image in the “box”, it is linking to the post I had created which has the image in it, also. That is where the date was coming from.
I am thinking that I could go back to the image itself & edit it so that it links to a “Page” for the image. That way, when the image is clicked, it goes to where I want it to go instead of a post.
This is difficult to put into words… ??
Here’s the page I’m referring to: https://kladewerks.com/from-the-garden-boxer/
The page is a test page. I’m looking to create a nice gallery for his work. I’m experimenting with a number of different things.
Thanks for your help,
Karen