amystals
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] How to remove header/nav bar on homepage onlyI cleared cache and signed in and out and now it works! Thanks d4z_c0nf!
Forum: Themes and Templates
In reply to: [Customizr] How to remove header/nav bar on homepage onlyThat didn’t work either. Thanks for trying though! Any other ideas?
Forum: Themes and Templates
In reply to: [Customizr] How to remove header/nav bar on homepage onlyAlso, This is the site I’m working on http://tguitars.com.au/wp/ 🙂
Forum: Themes and Templates
In reply to: [Minamaze] Change the size of the logo top left on the headerNevermind 🙂 I updated the parent theme and it worked
Forum: Themes and Templates
In reply to: [Minamaze] Change the size of the logo top left on the headerHey Appleman,
I have the same issue as you originally had. I tried to change the width and height in my child theme, but it only adjusted the width.
How did you fix the hardcoded height?Any help would be great.
Forum: Themes and Templates
In reply to: [Minamaze] "stop" under sliderI’m having the same problem too… Did you figure out how to remove the stop/start text Richard?
It worked! THANKS SO MUCH!
I just deleted all contents of the child theme style.css file in Editor, and then retyped it in Editor.
Thanks again for getting me through it Stephen, You’re a champ!I have just noticed something that may help someone help me solve the problem!
When I created the style.css in TextEdit I saved it with Unicode UTF-8 encoding (this was the default, so I didn’t change it). When I open the style.css file in Safari it replaced every space with a
ÂCould this be ruining my stylesheet? Does this give anyone any clues on how to resolve the issue?
This is what it looks like when its opened in Safari:
/*  Theme Name:  Minamaze Child Theme  Theme URI:   http://www.thinkupthemes.com/free/minamaze-free/  Description: A Minamaze child theme  Author:      Thinkupthemes  Author URI:  http://www.thinkupthemes.com/  Template:    minamaze  Version:     0.0.1 */ @import url("../minamaze/style.css");That’s the code i used. I crosschecked the stylesheet i created against what appears in Editor and they both look exactly like the code i pasted above.
/* Theme Name: Minamaze Child Theme Theme URI: http://www.thinkupthemes.com/free/minamaze-free/ Description: A Minamaze child theme Author: Thinkupthemes Author URI: http://www.thinkupthemes.com/ Template: minamaze Version: 1.0.0 */ @import url("../minamaze/style.css");Thanks for responding Stephen! I’ve been using TextEdit in plain text format.