Ruester
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Change the slider image path?That is not what I mean…
I need to change the image this is the site I’m working on: https://dagmaredwards.com/test/ If you look at the slider there, you’ll notice the 2nd image that comes up is skinnier and not focused on the right part of the image (This was automatically created by the plugin)
This is the image I need to change (want to focus on eyes) https://i2.wp.com/dagmaredwards.com/test/wp-content/uploads/2013/05/print_1828598938IMG_0587.jpg?resize=99999%2C500
BUT, as you can see, the image name is not a valid name I can save it as in photoshop (Somehow the plugin changes the name, and it can’t even be found in the folder under that name)So, I want to change the PATH of the IMAGE that is being used (though I would think it would still be called a thumbnaoil because it is a smaller representation of the actual image, but that’s not a point I want to make here ?? I just need to change out the image)
Please inform me how EXACTLY to do that, I’m new to PHP and WordPress(though not to site building/HTML/CSS)
Well, Dreamweaver won’t allow you to view a PHP site with Live Code without being connected to a database… So I can’t see the changes I’;m making without first uploading the site to the Website and then previewing the changes there, but when you’re making a lot of small, but necessary changes, having the option to Live View the PHP code would be a time saver and very handy!
I’m experienced with Dreamweaver, but not PHP and Worpress, so I’m trying to figure this all out, AND make it as easy as possible to update…
I am getting better at using Firebug to find the specific css, but it’s still kind of tricky…
ALSO – I realized that the default Skin Styles have a background-image: css element set, so I turned that off and that solved my issue
Here is the code I used –
.navbar-inner {
background-color: #CCC; /*I changed mine to light grey*/
background-image: none;
}Forum: Themes and Templates
In reply to: [Customizr] Change the slider image path?I read through all of that, but it isn’t answered there…
I see it says to use an external photo editor to edit the original, but I also want to make an alternate image so that the website owner can approve it, so How can I point the slider to a different thumbnail image?
Thanks again!
Thank you for your reply ??
So I’m having trouble… I’m trying to change the color of the header, and I see an element called “tc-header clearfix” and tried to change the color of that, but it doesn’t work, is that even the right element name (The “black.css” file that I’m using for reference is very hard to read/navigate – sorry)
How do I change the color of the header?
Forum: Themes and Templates
In reply to: [Customizr] How do you customize the Slider?That’s it!
I’m sorry to sound dumb, but that info is hard to find (There are no links to Themes and Co. through the plugin, like there are with some other plugins)
Forum: Themes and Templates
In reply to: [Customizr] Whole page won't show up!I did that, I actually figured it out,. if you make a page a “Posts page” it won’t allow other text…. ugh…
Thank you
Forum: Themes and Templates
In reply to: [Customizr] Whole page won't show up!Forum: Plugins
In reply to: [uTubeVideo Gallery] How do you create a video album for the gallery?Thank you! ??