meaffsa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mantra] Child theme is not inheriting the main themeI just did that and the Dependency Minification was the problem.
Thank you very much,
Andrew and WPyogi
Forum: Themes and Templates
In reply to: [Mantra] Child theme is not inheriting the main themeOkay Andrew success!!!
These are the plugins, I was using:
1. Dependency Minification
2. Members
3. Responsive Add Ons
4. Visual Form Builder
5. WP Smush.itDo they have any known issues with the Mantra theme?
Forum: Themes and Templates
In reply to: [Mantra] Child theme is not inheriting the main themeHi Andrew, no modifying to the original theme.
Forum: Themes and Templates
In reply to: [Mantra] Child theme is not inheriting the main themeYes!
Forum: Themes and Templates
In reply to: [Mantra] Child theme is not inheriting the main theme/*
* Theme Name: mantra-child
* Theme URI: https://uslowwebsite.com/mantra-child/
* Description: This is a custom child theme I have created.
* Author: Mark E Affsa c/o uslowwebsite.com
* Author URI: https://uslowwebsite.com
*Template: mantra
* Version: 2.3.2
*/
@import url(‘../mantra/style.css’);
@import url(‘css/output.css’);Forum: Themes and Templates
In reply to: [Mantra] Child theme is not inheriting the main themeStill, no effect. ??
Forum: Themes and Templates
In reply to: [Mantra] Child theme is not inheriting the main themeThank you for your response.
I understand however, I have used (see below) and the problem still exist, as well.
@import url(‘../mantra/style.css’);
@import url(‘css/output.css’);The idea with using the <link is to avoid multiple HTTP request. This suggestion, comes from Google. Less request means faster PageSpeeds. In any event, it still not working with the @import url.
Please note, after clearing Chrome’s cache it renders the same as the other browsers.
Forum: Themes and Templates
In reply to: [Mantra] Child theme is not inheriting the main themeI’m operating WordPress 3.8. I have windows 8 OS. I am using Mantra Theme 2.3.2.
I have created a child theme of Mantra, called mantra-child in it’s own folder. In the theme section, it displays Active:mantra-child. So WordPress is recognizing it. Below, is what it looks like in my mantra-child/style.css.
/*
* Theme Name: mantra-child
* Theme URI: https://uslowwebsite.com/mantra-child/
* Description: This is a custom child theme I have created.
* Author: Markea c/o uslowwebsite.com
* Author URI: https://uslowwebsite.com
*Template: mantra
* Version: 2.3.2
*/
@import url(‘../mantra/style.css’);
/*<link rel=”stylesheet” href=”../mantra/style.css”/>*/
<link rel=’stylesheet’ href=’css/output.css’/>I have used “@import URL” and also “<link…>”, as shown above. I know that it’s more correct to use the <link> rather than the @import. To limit HTTP requests.
My problem is that when viewed in a browser, any browser, the styling is not there, just bare bones. This is all before, I customize it. For some reason it shows that the child theme is active in WordPress themes however, not in any browser.
I made an error, with not using the @ symbol and have corrected it. This was Andrew’s suggestion. However, styling is correct on Chrome only. All other major browsers, still rendering incorrectly. No styling at all. Not sure where to go to, from here.
Forum: Themes and Templates
In reply to: [Mantra] Child theme is not inheriting the main themeAndrew, have you ever felt stupid before? Well, I just did! Thanks for helping me, really appreciate it. I really can’t believe, I forgot the @ symbol.
Thanks again,
MarkForum: Everything else WordPress
In reply to: how do i ask a question in the forum for support?I’m operating WordPress 3.8. I have windows 8 OS. I am using Mantra Theme 2.3.2.
I have created a child theme of Mantra, called mantra-child in it’s own folder. In the theme section, it displays Active:mantra-child. So WordPress is recognizing it. Below, is what it looks like in my mantra-child/style.css.
/*
* Theme Name: mantra-child
* Theme URI: https://uslowwebsite.com/mantra-child/
* Description: This is a custom child theme I have created.
* Author: Markea c/o uslowwebsite.com
* Author URI: https://uslowwebsite.com
*Template: mantra
* Version: 2.3.2
*/
import url(‘../mantra/style.css’);
/*<link rel=”stylesheet” href=”../mantra/style.css”/>*/
<link rel=’stylesheet’ href=’css/output.css’/>I have used “import URL” and also “<link…>”, as shown above. I know that it’s more correct to use the <link> rather than the @import. To limit HTTP requests.
My problem is that when viewed in a browser, any browser, the styling is not there, just bare bones. This is all before, I customize it. For some reason it shows that the child theme is active in WordPress themes however, not in any browser.
Please help, going bonkers!