broomhandle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Want to edit comment formMinimalizine: https://wordpress.org/themes/minimalizine
I’ve looked through the files for variations on comments.php but couldn’t find exactly what I need.
Still looking for fixes for these:
-The text and images are stuck to the old 520px “margins” on the Portfolio page, and in WP dashboard when I’m editing a post. It displays Portfolio correctly in Safari (http://s3.postimg.org/y9z3bcxqr/wp1.png) but not in Firefox (http://s3.postimg.org/mjl5tz4yb/wp2.png) or Internet Explorer. This is how it looks in the dashboard (http://s3.postimg.org/bmju57i6r/wp3.png).
-I want to put the sidebar back in, but only on the Blog and all the pages related to that.
-In the Leave a Reply box, the two “Notify me” sentences are positioned in the wrong place, separate from the checkboxes, but I’m not sure where they’re meant to go. http://www.peterchamberlaincann.co.uk/blog/pendulum-rig/
-I think because I extended the main column from 520px to 720px, it doesn’t display correctly on my phone or tablets.
-Remove the underline that appears on the footer buttons when hovered over.
Forum: Themes and Templates
In reply to: [Minimalizine] Keep the sidebar only for blog pages?I have tried putting that code in and it appears to work fine, but how can I set it for only the blog pages?
Perfect, it looks about right now, thanks 😀 Apart from the link underlines 😛
It looks like the copyright text paragraph has had it’s margins changed to fill the whole column, thereby pushing the icons onto the next line.
Ok yes, to an extent, it’s sorted 😀 The spacing is off, but I should be able to fix that.
Still getting the underlines when hovered in Firefox :S
Forum: Themes and Templates
In reply to: Keep the sidebar only for blog pages?Minimalizine from here: http://wordpress.org/themes/minimalizine
Ok, the footer code moved the icons into the footer, not quite where I want but think I could sort that.
But the style code moved them out again, they’re now on the opposite of before, on the far right! http://www.peterchamberlaincann.co.uk/
I am back now, I shall try that thanks.
Here is the child footer: http://pastebin.com/vyFK2EuY
And just in case, this is the parent footer: http://pastebin.com/t5gPBjWC
I’m away for the week so I’ll be back on Monday!
I don’t know what’s going on with the footer, I’ve set up the CSS like this cos I followed a guide that was about a similar problem.
<footer id="colophon" class="site-footer"> <?php do_action( 'minimalizine_footer' ); ?> <?php echo '© 2013-' . date("Y") . ' ' . get_bloginfo('name'); ?> </div><!-- .site-info -->But it puts minimalizine_footer above the text that I want. It seems to be some kind of automated footer that you can’t edit at all?
It’s also pushed all of the site credits (aka the Genericons) down onto a new line!
When I get rid of that do_action line, it gets rid of the formatting top and bottom margins I had set up.
—
Ah, now I’ve deleted the do-action line, and added p tags to php echo, it’s given it the formatting I want. But the Genericons are still in the wrong place.
It turns out the buttons only get underlined in Firefox (probably IE as well) but not in Safari.
Thanks. This was the CSS I wanted to put in to override the Genericons style.css:
.genericon { font-size: 20px; font-style: normal; font-weight: normal; height: 20px; width: 25px; line-height: 1em; margin-top: 7px; margin-bottom: 5px; }I’ll try and merge that with yours.
Are the links set up right? I just stuck some html into the footer.
How can I get rid of the underline on the buttons when hovered? I want to keep it for text, but not those buttons. I also want to get rid of the hyperlink on my name on the left of the footer.
I have Genericon’d installed, and put this in the footer:
<div class="credits"> <div class="genericon genericon-facebook"></div> <div class="genericon genericon-twitter"></div> <div class="genericon genericon-youtube"></div> <div class="genericon genericon-vimeo"></div> </div><!-- end .credits -->It’s put the icons there, but your css hasn’t done anything. I put it in the Minamalizine child style.css.
I really like Genericons. I’d like to put four of them along the right hand of the footer, like they are on your link, as rollovers that change to blue when you hover over them.
Not sure how to do it though, I tried installing the Genericon’d plugin, but that seems to just do still images.