Moira.Akerman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Logo and navigation positionThat did it! Thank you very much!
Forum: Plugins
In reply to: [Contact Form 7] Applicant e-mail notificationOh, didn´t see that one 😀
Very easy, thank you!Forum: Plugins
In reply to: [Job Manager] Job application not showingI changed to another plugin because this obviously didn´t work for me
Forum: Plugins
In reply to: Change link with PHPI changed to another plugin, because this didn´t work for me
Forum: Plugins
In reply to: Change link with PHPThere is also this e-mail showing, and would need to get rid of that..
I have deleted and uploaded the plugin several times and this form on the /apply page still remainsForum: Plugins
In reply to: Change link with PHPJob manager
Forum: Themes and Templates
In reply to: [Customizr] Child theme not working after updateThis is my child theme´s stylesheet:
/*
Theme Name: Nasu
Theme URI: http://example.com/Customizr-nasu/
Description: Customizr Child Theme
Author: John Doe
Author URI: http://example.com
Template: customizr
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: Nasu
*/@import url(“../customizr/inc/assets/css”);
@media screen and (min-width: 980px){ (max-width: 1199px) {
.navbar.notresp {
top: 10px;
}
.navbar .nav > li > a {
font-size: 10px;
}
@media screen and (max-width: 1199px) {
.navbar .nav > li > a {
font-size: 10px;
}
.navbar.notresp {
top: 10px;
}
}
}Forum: Themes and Templates
In reply to: [Customizr] Menu modification problemOk sorry, that sounded a bit weird. Haven´t done anything with this site for a while so don´t remember all the steps I did.
But the point is I was using this “Nasu” child theme before, and it was working fine until the update. All php with modifications are also in the Nasu file.
Now it shows just a blank screen..
Should I maybe upload the old version of Customizr?Forum: Themes and Templates
In reply to: [Customizr] Menu modification problemBut after I updated customizr this Nasu theme shows totally blank!
It was also searching for this: @import url(“../customizr/inc/css/yellow.css”);
But then I changed it to: @import url(“../customizr/style.css”);
But it didn´t help..Customizr created a new child theme by itself and it looks like it does now. Sounds weird, huh?
Forum: Themes and Templates
In reply to: [Customizr] Menu modification problemI had a child theme before I updated Customizr and it´s stylesheet looks like this:
/*
Theme Name: Nasu
Version: 1.0
Description: A child theme of Customizr
Template: customizr
*/@import url(“../customizr/style.css”);
@media screen and (min-width: 980px){ (max-width: 1199px) {
.navbar.notresp {
top: 10px;
}
.navbar .nav > li > a {
font-size: 10px;
}
@media screen and (max-width: 1199px) {
.navbar .nav > li > a {
font-size: 10px;
}
.navbar.notresp {
top: 10px;
}
}
}Forum: Themes and Templates
In reply to: [Customizr] Menu modification problemThank you, it works fine on my big screen but not on my laptop, and the @media adjustings don´t seem to work..
Forum: Themes and Templates
In reply to: [Customizr] Menu modification problemI got the text to appear but all the modifications are gone..
and I am using a child theme..Forum: Themes and Templates
In reply to: [Customizr] Menu modification problemOh, I´m sorry. http://www.aegroup.fi
Forum: Themes and Templates
In reply to: [Customizr] Customizr update problemOk, the menu was put to invisible in the CSS code, so now it works!
Forum: Themes and Templates
In reply to: [Customizr] Customizr update problemI used a child theme called Nasu but now it´s all blank and customizr has made another child theme that looks like this..