ywickham
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Do parent theme's import stylesheets after child theme?Yes, I had seen that and already removed the spam using the child theme.
My original question, however, is no longer an issue even though I never really got to the bottom of how this particular theme handles the loading of the stylesheets, so I am just marking this resolved.
Thank you for your help Chip.
Forum: Themes and Templates
In reply to: Do parent theme's import stylesheets after child theme?Sure. The Travel Theme: http://thetraveltheme.com/
Forum: Themes and Templates
In reply to: Do parent theme's import stylesheets after child theme?It’s not a CSS file, it’s a PHP file that is getting processed *before* the CSS file even does its import. By the time the CSS file imports the PHP file, it’s already done it’s processing and has the CSS output ready. I’m still just not understanding why it is getting priority over the styles I set in my child theme stylesheet after the file gets loaded.
Forum: Themes and Templates
In reply to: Do parent theme's import stylesheets after child theme?I can’t speak as to why the coders wrote that in the parent theme, but all the PHP file is doing is setting CSS. It looks like it is pulling options from their theme panel, but as I’ve never coded a theme that requires a panel, I couldn’t say with certainty.
Forum: Themes and Templates
In reply to: Do parent theme's import stylesheets after child theme?It’s “skin.php” that is overwriting and it is imported in the parent CSS file. (The code is in my first post.)
Forum: Themes and Templates
In reply to: Do parent theme's import stylesheets after child theme?I thought I was using enough specificity. I actually inspected the code and saw the declarations used to affect the element I wanted to changed, so I used those exact same classes, but since skins.php is listed after the style.css in the inspector, it’s showing my class from style.css crossed out.
I suppose I just answered my own question.
So, since anything set in skins.php is going to overwrite my styles and I really don’t want to touch my parent theme, what is the recommendation for moving forward with modifying this style… maybe adding a new stylesheet as the very last element in my head area to see if it loads or ensure it loads last? Other recommendations?
Thanks!
Btw, I’m not sure what you mean by “pastebin”. Are you saying I may be putting CSS in my WP post directly? Excuse my ignorance – just trying to understand. 😉 Thx!
Forum: Themes and Templates
In reply to: Do parent theme's import stylesheets after child theme?@alchymyth – Thanks. Is there a clear way for me to determine what loads first or do I just have to poke around?
@chip – This is my header markup:
[code moderated - please follow the forum guidelines for posting code]
As you can see, the imported styles are not getting called separately and I've verified the IE related CSS files are not importing them either.
I should point out the file that is overwriting my child theme CSS is the skins.php file. Looking at it, it is calling the wp-load.php file from the WP install for whatever reason. However, even if it is processing some PHP, that's server side and should get done before the page is served, not affecting the order the files are read by the browser. Or am I mistaken there?
Anyhow, any ideas guys?
Thanks!
Forum: Themes and Templates
In reply to: Travel Blogger theme – Comments section Home pageI haven’t downloaded the theme to verify, but I suspect there is. If you take a look at this page for the demo:
http://www.freetravelwebsitetemplates.com/category/sample-trip/
You can see that the listings on that page don’t have the vertical comments section.
Forum: Plugins
In reply to: [Simple Events Calendar] [Plugin: Eventify] Not adding eventsI was using version 3.2.1.
If I need an events plugin, I will check out Eventify again.
Forum: Plugins
In reply to: [Plugin: Degradable HTML5 audio and video] Doesn’t work on iPad/iPhone SafariLove the plugin, but I had to do make the same changes as mrengy in order to get it to play on my iPhone. Any ideas as to why? I’d hate to have to make that same change on my client’s site each time there is an upgrade.
Thanks!
Forum: Plugins
In reply to: [resolved][Plugin: The Events Calendar] Month links broken in Calendar viewI was missing the trailing slash in my permalinks setting.
Plugin still broken.
Forum: Themes and Templates
In reply to: Redirection depending of the categoryI’m interested in the same, to redirect by a category.
Forum: Plugins
In reply to: wp-o-matic – bold tags on title!I’d love to know if anyone was able to remove the bold tags from the titles as well. Thanks.
Forum: Fixing WordPress
In reply to: caption shortcode is not adding the style and widthEsmi –
Your suggestion to deactivate all the plug-ins to see if that resolved the problem worked for me. I was able to narrow down the trouble to a faulty plug-in. Once removed, my captions came back.
Thank you!