jmido8
Forum Replies Created
-
If the gallery is resizing the photos by stretching them to meet what dimensions you have set, it would make them grainy.
Forum: Themes and Templates
In reply to: F8 Lite change font colorsAwesome, I made the changes to the php file and activating the child theme didn’t crash everything but the changes I made had no effect lol.
Forum: Themes and Templates
In reply to: F8 Lite change font colorsAll I did was create a new directory folder in the themes folder and then I dragged the style.css sheet into the f8child folder I made and activated it via the dashboard themes page. The full file path is:
/www/wp-content/themes/f8childForum: Themes and Templates
In reply to: F8 Lite change font colorsDeleted that folder but trying to login via that link just leads to a blank page.
Edit: I went to my hosting site, uninstalled wordpress and reinstalled it without a problem. Now the site is back up but I have to remake the blog. What exactly should my code be for the f8 child theme? I don’t want to mess it up again like last time. All I want to do right now is change the text to white color.
Forum: Themes and Templates
In reply to: F8 Lite change font colorsI put the style.css into themes/f8child and activated f8 child theme from my dashboard.
Now the site doesn’t load anything at all. It just loads up a white page and that’s it. I can’t even deactivate the child theme because my dashboard just loads up as a blank page as well.
I must have messed up the code or something but I don’t know how it should look. It’s exactly the same as the code a post above.
Forum: Themes and Templates
In reply to: F8 Lite change font colorsAlright thanks, I found the right directories. Do I make the f8child directory at wp-content/themes/ or at wp-content/themes/f8lite/ ?
And this is what I have for my style.css code now. I was just following the same format on the child themes page so I don’t know if I did the body text correct.
/* Theme Name: F8 Lite Child Theme Description: Child theme for the f8lite theme Author: Thad Allender Template: f8-lite */ @import url("../f8-lite/style.css"); #site-title a { color: #ffffff; } #body-text a { color: #ffffff; }
Forum: Themes and Templates
In reply to: F8 Lite change font colorsForum: Themes and Templates
In reply to: F8 Lite change font colorsAlright, I have a child theme set up. I’v never done this before so I’m not sure it’s correct.
This is what I have saved as a .css file in notepad:
[ Moderator note: Please wrap snippets in the backtick character or use the code button. ]/* Theme Name: F8 Lite Theme URI: https://graphpaperpress.com/ Description: Child theme for the F8 Lite Author: Thad Allender Author URI: https://graphpaperpress.com/ Template: F8 Lite Version: 4.2.1 */
When I use filezilla to access my webpage, it doesn’t come up with a wp-content/themes directory. Infact, there are no directories at all and I just made my own directory all by itself: “f8child”. I did everything to access my webpage ftp account, not sure why i’m not able to access the webpages public files.