BLuu123
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Twelve – problems fixing IE8 bugThanks for your reply.
Yeah, that wont work for me.
I tried making tweaks.php , didn’t do anything.
And the page is now completely messed up. IE8 will show the site horribly, same with IE7. Also many bugs on FF.
My domain is https://gamingtops.com/ only browser it works on is Chrome.
Forum: Themes and Templates
In reply to: Twenty Twelve – problems fixing IE8 bugHi,
Thanks, putting in a blank functios.php works.
I’m still having problems with IE8 thought.
I tried putting in
function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}}add_action('send_headers','fix_ie8');
did’t do anything, just messed up everything in IE8 even more.
Not sure about 2011, but in 2012 theme you can do this by adding a custom div in the header.php.
Example:
<div id='logo'><a href=''><img src='logo here'/></a></div>
Then place the logo where you want using stylesheet. Example:
#logo { position:absolute; margin-top: -100px; margin-left: 150px; }
The top margin will have to be negative.
Make sure you are using child theme.
Also, you might run into problems with IE8, so check if the page is looking ok on IE8.
Thanks for the code, i’m having problems inputing it.
When I put in functions.php file into my child theme the whole page just goes blank. Even if I input the default functions.php file without any modifications.
How do I fix this?
Forum: Themes and Templates
In reply to: How to make each category have its own a:hover?Thank you, that worked.
Another question, how do I remove the text (and just leave image) when someone hovers? I tried some of the most common codes, but that hides the hover picture too.
Forum: Themes and Templates
In reply to: How to make each category have its own a:hover?Refers to category widget.
Thank you, that definitively should work. Problem is, I don’t understand how exactly to input that code.
I tried adjusting this code –
.category-what-ever a:hover { background: url(images/category-what-ever-image.jpg) left top no-repeat; }
to my names, but wont work. Also tried a bunch more ways.Category name is “Piemers2”, category ID 2.
Also, do I have to add any code to the categories.php or sidebar.php files?
Forum: Themes and Templates
In reply to: How to make each category have its own a:hover?Ok, I think this is not possible via a css in a stylesheet?
So I guess JavaScript is my only option.
Forum: Themes and Templates
In reply to: How to make each category have its own a:hover?Its a roof system’s site.
Articles are with photos of products and info about them.
So the categories are like a catalog. What I want is to display a picture whenever someone hovers a category, because there are many categories, so the picture would show/explain what exact products are in a category.I know how to do this via simple css, and I dont know anything about javascript, so I dont really wanna use Javascript.
Forum: Themes and Templates
In reply to: Removing "date" "comments off" from postsNot sure what exactly you want to do, you want to remove anything to do with comments?
If so, this is how I usually do it (keep in mind that I’m a WordPress beginner, might not be the best way to do this) – I just leave the comments.php completely blank. Make sure you do it in a child theme thought.
As for removing date, its usually one <php> code line in posts.php or single.php, something like that. If I don’t know which exact line it is what I usually do (again, I’m a begginer, might be the wrong way to do it) is make a backup copy of the file and then just try removing some lines, until I get there. If something goes wrong just copy the backup code in and you are back to default.
Yeah, its in child’s style.
And yep, that was messing things up, solved now, thank you.
Thanks for your reply.
I tried posting that code in multiple places and ways, no success.
I have an image as background, maybe there is a different way then? Also, I did made sure there is no obvious errors in the image (such as white spaces).
As for the negative margin for widgets, it worked perfectly. Very clever solution, thanks.
Thank you, will try it out.
Is there an easy fix for spacing between navigation lists?
Forum: Themes and Templates
In reply to: [twenty twelve theme] how to re-name HomeIt worked, thank you!!
Forum: Themes and Templates
In reply to: [twenty twelve theme] how to re-name HomeNot sure what exactly you meant (no sleep in 24h) so multiple links –
The file on page – https://gamingtops.com/wp-content/themes/twentytwelve_child/functions.php
The code in pastebin – https://pastebin.com/be7PenNQ
And here’s whats in the parent theme – https://pastebin.com/0QVRuUhe
Also, that code is everywhere, even in the wordpress admin panel, see the screen shot – https://nodreviews.com/wp-content/uploads/2013/01/error.jpg
And when I tried to upload that picture to that domains server – https://nodreviews.com/wp-content/uploads/2013/01/error2.png
Forum: Themes and Templates
In reply to: [twenty twelve theme] how to re-name HomeDidn’t solve it ??
It just adds a code at the top of the page, take a look at my domain https://gamingtops.com/