ambethoney
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Style.css Not FoundThanks so much for getting back to me! There was a bug within GoDaddy, spent a few minutes on the phone, and now it’s fixed.
Forum: Themes and Templates
In reply to: Child Theme Not Loading CSSNo, that will be my next step. I just moved all files out of the WP folder to start fresh. I re-downloaded the theme I purchased and tried to activate it. I’m receiving this error:
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
www/css Template is missing.I moved the stylesheet from the css folder into the main theme folder, and was greeted with:
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
www Template is missing.This is an error on the theme author, correct? I just want to make sure I didn’t do anything wrong…
Forum: Themes and Templates
In reply to: Child Theme Not Loading CSSNo.
I bought a template off of theme forest. I just tried to use the original parent template as my theme, and that is also coming across blank. I would imagine that if my parent theme isn’t working, neither would my child theme.
So I guess that leaves me with this: Why doesn’t the parent theme work? Ugh!
Forum: Themes and Templates
In reply to: Child Theme Not Loading CSSStill nothing.
Forum: Themes and Templates
In reply to: Child Theme Not Loading CSS<?php add_action( 'wp_enqueue_scripts', 'load_my_styles' ); function load_my_styles() { wp_enqueue_style( 'Rios_Prop_Group', get_stylesheet_uri(). '/style.css' ); }
Forum: Themes and Templates
In reply to: Child Theme Not Loading CSSI did that. My screen is still blank. The website is riospropertygroup.com. My files are lined up correctly, as in:
wordpress-content>
themes>
Rios_Prop_Group
Rios_Prop_Group_ChildI am at a loss as to why nothing is showing.
Forum: Themes and Templates
In reply to: Child Theme Not Loading CSSDo you mean switch out get_template_directory for get_stylesheet_uri?I’ve tried that to no avail.
I also tried get_stylesheet_uri separately, and I still just have a blank white screen. Looking at the DOM, it is not calling any stylesheets at all. I’m not sure as to why!
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Menu not showing on websiteOkay, I figured it out – you (or at least in this case, me) had to add the new menu option, and hit save. AFTER I hit save, I was given the option of adding a picture. Just in case someone else runs into this issue!
Anyway, great plugin, and thanks for your insight!
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Menu not showing on websiteActually, it must be something with my installation, because now it’s not an option for new pages, either.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Menu not showing on websiteI got it! Thanks for your help.
One last question – is it supposed to only work for pages, and not links? I’m trying to use the icons for social media sites, but it doesn’t seem to be an option for . Does this have to do with my (probably) shoddy installation? Or was it never an option?
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Menu not showing on websiteI don’t have any other menu plugins or a theme with menu extensions. I’ve read the dev documentation, which says to place the folder into the plug in folder. I’ve done that, still nothing. Do I need to call it into play in the functions.php?
Forum: Themes and Templates
In reply to: get_template_directory Loads The Wrong FileThat’s it!!!!
I did have a template line in my style.css. I didn’t realize you only need that for child themes. Thank you SO much!
Forum: Themes and Templates
In reply to: get_template_directory Loads The Wrong FileOkay, played around a little more, and now I’m receiving this:
This theme is broken. The parent theme is missing. Please install the “angelinamarie” parent theme.
If it is a custom theme, wouldn’t it already be the parent theme?
Forum: Themes and Templates
In reply to: get_template_directory Loads The Wrong FileNo lol I know enough to look that. I tried clicking out of it, around it, nothing. So I went to DB > A > Editor and selected my Angelina Marie theme.
It says my theme is broken, it does not have a style sheet or template.
I was under the impression that my functions.php code called the style sheet using the “wp_enqueue_scripts” tag. The style.css, as well as my index are both in the correct file. This was my original issue.Forum: Themes and Templates
In reply to: get_template_directory Loads The Wrong FileI still can’t. Every time I go to Dashboard > Appearance > Themes, it still just brings me to the Twenty Fourteen theme details