Designimation
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Enqueuing Stylesheet for custom page template of child theme.Thanks for the all the help
Forum: Themes and Templates
In reply to: Enqueuing Stylesheet for custom page template of child theme.YES THAT WORKED !!!!! Dude you saved me from going bald trying to fix this. Thank you so much.
Forum: Themes and Templates
In reply to: Enqueuing Stylesheet for custom page template of child theme.The site doesn’t break but it then defaults to the next stylesheet, which is no-sidebar.css and if you remove that it calls style.css.
Forum: Themes and Templates
In reply to: Enqueuing Stylesheet for custom page template of child theme.yes
Forum: Themes and Templates
In reply to: Enqueuing Stylesheet for custom page template of child theme.It’s a custom theme built with Underscores. I learned it from lynda.com. It’s called My-Simone
Forum: Themes and Templates
In reply to: Enqueuing Stylesheet for custom page template of child theme.It’s a localhost, so I don’t think so.
Forum: Themes and Templates
In reply to: Enqueuing Stylesheet for custom page template of child theme.OMG !!! haha. You have no idea how much I appreciate this. If I could I would hug you dude (in a not weird way of course).
I do have a new problem though. I checked my browser and saw that the stylesheet is now enqueuing in successfully, but when I inspect the elements on the custom page template they show they are using a different stylesheet from the parent theme (content-sidebar.css to be precise).
Is this because of the way I perhaps have my conditional written that targets the custom page template?
I found that if I add “!important” to the styles of stylesheet I wanted they work. Here is the code of my css file:
/*
Theme Name: lander
Layout: Page Work Style
*/@import url(‘../my-simone/layouts/content-sidebar.css’);
.site-content {
background-color: black !important;
}I truly appreciate any help, thank you.
Forum: Localhost Installs
In reply to: How to have multiple WordPress Sites Locally on my PCThank you so much !!!!! I really appreciate the detailed explanation. I could not ask for anything more. Thank you