marvin.star
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Some images not showing…It did have content/uploads, I just removed that, not sure when I put it there… but anyways things appear to be working. So that is good ??
Forum: Fixing WordPress
In reply to: Some images not showing…Ok thank you all! I just started changing some of my reference paths and the images are starting to work properly. I’ll check into that upload setting, I suspect it will work. Thanks a lot ??
Forum: Fixing WordPress
In reply to: Some images not showing…Ok, that makes sense but all of my uploads are /content rather than /wp-content. If that were the issue wouldn’t they all have the same problem?
More importantly, how do I change the image paths; I think you are probably right but I have a lot of images and I’m not sure how to change their paths. Each of their file locations says they are in /content but I can’t seem to change that value, at least not in the media gallery.
Forum: Themes and Templates
In reply to: Removing Showcase theme page titles below menu.Sounds good to me, once I’ve got it up and running do you know which part I need to edit to remove the page title?
Thank you for all your help.
Forum: Themes and Templates
In reply to: Removing Showcase theme page titles below menu.Working on the child thing right now. Question: I want to upload my child template; but I have not been working with a local setup of files. Will my child theme be able to access the necessary information from the parent when I upload it?
What I have to upload:
/* Theme Name: Twenty Eleven Child Description: Child theme for the Twenty Eleven theme Author: Tim Hynd Template: twentyeleven Version: 0.1.0 */ @import url("../twentyeleven/style.css");
Also I am not sure if there are any other files in particular I need to extend. Should I be creating a child for showcase as well? I have one just in case; but I wasn’t sure what the import url should be. I have this:
/* Theme Name: Showcase Child Description: Child theme for the Showcase theme Author: Tim Hynd Template: showcasechild Version: 0.1.0 */ @import url("../twentyeleven/showcase.php");
Would it be best for me to work from a local setup? If so how do I go about setting one up?