jenbaldwin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images not showing in text widgetOK, that didn’t show correctly above. I made links out of my image source code. I’ll try to show it another way:
Bakersfield Express on <a href="https://www.facebook.com/home.php?#/pages/Bakersfield-Express/278192200120”><img src="https://bakersfieldexpress.org/wp-content/uploads/facebooklink.jpg" alt=”Facebook” /></a><br /><br /> Bakersfield Express on <a href="https://twitter.com/BkrsfldExpress”><img src="https://bakersfieldexpress.org/wp-content/uploads/twitterlink.jpg" alt=”Twitter” /></a>
Forum: Fixing WordPress
In reply to: How to create a beta site? (mirror of live site)Rhand,
Would it better to create a subdomain such as beta.mysite.com or create a sub-folder in my directory such as mysite.com/beta ? I’ll also be password protecting my beta site — is it better to do this using a subdomain or a sub-directory? Thanks!
Forum: Themes and Templates
In reply to: Confused about text wrapping around imagesAlso, one of my guesses is that it has something to do with the default parameters with get_post_image. But a) I don’t know where to find those default parameters to know what they are and b) why would the same coding wrap the text on the home page but not when I copy the code to a category page?
Forum: Themes and Templates
In reply to: Confused about text wrapping around imagesHi stvwif,
The site is not live yet, but here’s the php that’s pulling in the photo:
I tried adding in the image alignment like this, but it didn’t make a difference:
The theme did not come with a category page (there was no category.php in my theme editor) so I’m having to build my own. I have one css file: stylesheet.css. It lists the following classes for images:
img.alignleft {
margin:5px 15px 10px 0;
float:left
}img.alignright {
margin:5px 0 10px 15px;
float:right
}But actually when I upload a photo from the post page, I am able to select an alignment (none, left, center, right). I am choosing “left” for my photos.
Does this information help determine what I’m missing or doing wrong? Thanks so much.
Forum: Plugins
In reply to: How to change widget titleThank you redwallhp. I must have had one too many margaritas when trying to figure that one out!
Forum: Plugins
In reply to: css code help: centeringBob, how did you change the title to “Sponsors” in your sidebar? I want to do that as well. Thanks!
Forum: Plugins
In reply to: Class ‘Imagick’ not found – How to set the pathHow do I get the Image Magick PHP extension? How do I know if it’s installed? I’d like to try the Article Photos plugin (so that “contributor” level users can upload photos with their posts) but I’m stuck on the Image Magick thing. Thanks!