skyyypilot
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: syntax error, unexpected T_STRING, expecting ',' or ';'Okay, I’ll just paste in lines 149-151 here. Does anybody see a problem?
<div class="excerpt" id="x1" style="display:visible"> <?php if(strlen($post->post_excerpt) > 200 ){ echo substr(strip_tags($post->post_excerpt),0,200)."..<a href="javascript:void(0);" onclick="jQuery('#x1').hide();jQuery('#x2').show();" title='' class='link'>read more</a>"; }else{ the_excerpt(); } ?>*/ </div>
Forum: Themes and Templates
In reply to: Text over IMG using CSS?I’m using the Genesis theme from studiopress with a Streamline child theme. Great stuff!
I did get the problem fixed. Just needed to end the divs individually within one big div. See:
<div class="imageprocess"> <img alt="" src="https://appliedcolors.com/wp-content/uploads/2011/08/process-no-text.jpg" /> <div class="texttitle1"> <p>Step 1: Fill Deep Damage with Bondo Putty</p> </div> <div class="textprocess"> <p>Paint is a poor filler: it shrinks 85% once dry. Filling a scratch 4, 5 or 6 times with paint, waiting for it to cure, then wetanding and buffing can take hours...not practical for a busy tech. We created a process in which you fill deep scratches with Bondo putty using a squeegee and then use a remover chemical—Paint Leveler—to remove the excess putty. In a few minutes you create a flat and level foundation for color-matching paint.</p> </div> <div class="texttitle2"> <p>Step 2: Choose a Matching Color</p> </div> <div class="textprocess2"> <p><Bleh bleh blah blah.</p> </div> </div>
Forum: Themes and Templates
In reply to: Text over IMG using CSS?1. .texttitle2 is indented
2. .textprocess2 doesn’t even appearForum: Themes and Templates
In reply to: Images won't align left or right. See my style.cssThat fixed it. Thank you!
Forum: Themes and Templates
In reply to: Images with captions are not centered.Thank you!
Forum: Themes and Templates
In reply to: Images with captions are not centered.Thx for the suggestion, but all images with captions are shown left justified (even if I specify none, center, or right).
Forum: Themes and Templates
In reply to: Images with captions are not centered.sorry, the web page is:
https://www.acecars.net/?p=18
Viewing 7 replies - 1 through 7 (of 7 total)