MinnieMouse25
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Using a line in the php.ini file which will override 4Mb limit.It is a WordPress theme from Themeforest.net…
Forum: Themes and Templates
In reply to: Cannot Activate Cute & Sweet Theme!!?…Hi there,
Thanks for your response still 😉 I wish that the theme’s vendors were as prompt as you 🙂 Been two days now and no one is getting back to me.
Ciao
Forum: Themes and Templates
In reply to: Adjusting the SidebarThank you very much – the help is really appreciated!
I plan on becoming a professional but I think that I still have a long journey ahead of me before I become a professional. One step at a time ha ha 😉
Forum: Themes and Templates
In reply to: Adjusting the SidebarHi there,
It worked 😀 THANK YOU SO MUCH!!!!
If I wish to learn more about coding, could you please recommend a link?
Bestest regards,
Minnie MouseUsing the Custom CSS plugin:
I’ve now entered the following code:
#container { clear: both; margin: auto; background: #FFFAFA; padding-right: 20px; padding-left: 20px; border: 10px solid #AAAAAA; }Seems that it’s having an affect of the front-end since I now have a container box with a border but simply around the menu tabs and not the other content. Should I add something before or after this code in the Custom CSS plugin?
Still I wonder why the child theme did not work.
I also installed the plugin that Andrew suggested Use the Custom CSS plugin http://wordpress.org/extend/plugins/my-custom-css/
I entered the following:
#container { clear: both; margin: 0 auto; background: #FFFAFA; }and I pressed the save button.
I still don’t have the container box on my site’s front-end 🙁
Hi there,
Thank you for trying to assist!
I see. I’m trying to check that the wp-content/themes/mazine-child directory has the same file level permissions and ownership as the wp-content/themes/mazine directory with my host.How can I verify this?
The site isn’t activated yet but if you think that you could help by accessing the admin back-end then I don’t mind e-mailing you the login details. Just wish I could get this right. It’s possible since the web developers of http://greenwaterstore.com/ could do it using the same theme which is what troubles me. The theme designers don’t seem to understand what I am talking about :s
Hey Jan,
When I edited my new style.css file, I copied exactly what you gave me above (see below)
/* Theme Name: Mazine Child Theme Author: Self-Help WordPress User Template: mazine */ @import url("../mazine/style.css");Using FTP, I went to wp-content/themes/ then I created a new folder called mazine-child and then I created a file style.css and I copy pasted the verbatim (wrapped with the code button above).
I haven’t tried the plugin that Andrew suggested yet.
Hey,
It seems that I’ve successfully created a new directory called wp-content/themes/mazine-child and I just put this one style.css file in it for now using my FTP.
Now, how can I activate that theme called Mazine Child Theme in my WordPress dashboard? I cannot find it 😕
Thank you very much to all!
I will only be able to try again later today and I’ll let you know how it went then 🙂
Hoping that it works :/ I cannot believe how effective the forum is – wish I’d tried to post my questions here before!
CiaoForum: Themes and Templates
In reply to: [Coraline] [Theme: Coraline] Website Border and Background ColorThanks a ton (:
Forum: Themes and Templates
In reply to: [Coraline] [Theme: Coraline] Website Border and Background ColorHi there,
Please could you tell me where I could start my own thread/topic?
I appreciate that you let me know, thanks. I’m new to the forum.
Many thanks!Forum: Themes and Templates
In reply to: [Coraline] [Theme: Coraline] Website Border and Background ColorHi there,
This discussion is slowly helping. I hope that you can help me further!?
I also wish to customize my theme (Mazine WordPress theme) to have a white/plain container box/page background that is different to my site image background.My style sheet css in >Appearance>editor has none of the above:
body {
background: none repeat scroll 0 0 #FFFFFF;
color: #333333;
line-height: 1;
}
AND
#container {
clear: both;
margin: 0 auto;
background: #FFFAFA;
}Can I add these myself anywhere in the style sheet css in editor (won’t this affect my site). I performed ctrl+F to find these in my editor but 0 results found… 🙁
My site isn’t online yet.