montecomis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hatch] header image hatchText Domain: “put your folder’s name where inside is installed the wordpress site. If you called it hatch2, HATCH or mysite, …”
Forum: Themes and Templates
In reply to: [Hatch] header image hatchPut the below text into your .css text file changing the names where it needs:
/**
* Theme Name: ……
* Theme URI: http: //……..
* Description: Child theme of Hatch
* Version: 0.2.9
* Author: …….
* Author URI: http: //……
* Template: hatch
* License: GNU General Public License v2.0
* License URI: https://www.gnu.org/licenses/gpl-2.0.html* Text Domain: myHatch Το text Domain characterizes the folder where child theme is inside. It’s very sensitive for translation of it.
*/
@import url(“../hatch/style.css”);
Forum: Themes and Templates
In reply to: [Hatch] header image hatchHi ,nicheandmustash
in your child theme (you must make one) put also the home.php page so you can solve your problem. Then you will go to appearance, header and put the image you want and save it. That’s it.
Forum: Fixing WordPress
In reply to: [WordPress] 3.8 wordpress logo loginThe above code goes in functions.php file of theme’s child.
Forum: Fixing WordPress
In reply to: [WordPress] 3.8 wordpress logo loginI find out the solution a quarter ago. It work for me, but i didn’t find out why the default login logo doesn’t show on…if somebody has the answer…
// CUSTOM ADMIN LOGIN HEADER LOGO function my_custom_login_logo() { echo '<style type="text/css"> .login h1 a { background-image:url('.get_bloginfo('template_directory').'/images/wp_sign-in_logo.png) !important; background-size:269px 62px; width:269px; height:62px; } </style>'; } add_action('login_head', 'my_custom_login_logo');
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: nivoslider position on twenty ten themeIt’s ok. I just uninstalled the plugin because its not have been updated…i will try some other.
Thank you anyway.Forum: Themes and Templates
In reply to: [Hero] hero theme boxes displayResolved.
Forum: Themes and Templates
In reply to: [Hero] hero theme boxes displayThanks again. I didn’t know it.
Forum: Themes and Templates
In reply to: [Hero] hero theme boxes displayThank you very much alchymyth!
I ‘d like to ask you a question: What’s the nth-child(3n+0) from the first code you answered me?
Both of them it works beautiful but i keep the second one, just in case of the older browsers.
Whenever you have time…
Thanks again.