visual mechanics
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: centering contentwould either of these attributes go with .entry-content div?
Forum: Fixing WordPress
In reply to: image sizewould this be done via the div that tends to the images in my post?
img.alignright { float: right; margin: 0px 5px 0px 10px;
Forum: Fixing WordPress
In reply to: css to edit viper video quicktags plug-in settingsfound it!!! maybe word press can make that very subtle link more visible in the additional settings for the custom css mark up. aspiring blog tailors will thank you!!!
Forum: Fixing WordPress
In reply to: entry posts are overlappingtom, got it to work! it was inside my style.css the .entry-date tag and the .entry-content tag. the div.hentry was throwing me off the trail….
Thanks!!!!
robForum: Fixing WordPress
In reply to: entry posts are overlappingon line 28 index.php has
<?php endwhile ?>
line 28 in page.php is blank
Forum: Fixing WordPress
In reply to: entry posts are overlappingThanks Tom, I don’t know where to fine the source file that has the div.hentry div.entry-content css tag.
What file at line 28 is the source?inspecting it with firebug lists the source as “blog” Line 29 but there isn’t a file with that name in the entire directory unless “blog” means editing this detail in the wp dashboard area.
Forum: Fixing WordPress
In reply to: can't adjust width to extend 100% of pagethat worked!! hi-5! it imposes a horizontal scroll bar no matter what the bowser windows width is adjusted to.is there a margin or padding that is causing this?
Forum: Fixing WordPress
In reply to: can't adjust width to extend 100% of pagethat is the correct theme. it is old but I use it as it is pretty clean. I was able to set the 45em to 100% on the theme options dashboard.
Forum: Fixing WordPress
In reply to: can't adjust width to extend 100% of pagethe source for these just read “blog” is there a file i should be looking for?
Forum: Fixing WordPress
In reply to: can't adjust width to extend 100% of pagewhat additional attributes need to be included in the #content besides width:100%?
currently the layout is shifted everything to the left.
Forum: Fixing WordPress
In reply to: 2 columns for each postover my head. where in the functions.php file do I put this tag?
<?php the_post_thumbnail( $size, $attr ); ?>
i got the alignment to work via inserting the image aligned left which moves the text over. the next task is controlling the behavior of the entry-meta tags so they resolve underneath and do not creep up into the post.
Forum: Fixing WordPress
In reply to: 2 columns for each postis there somewhere else i have to insert code in my themes index.php file or another file?
Forum: Fixing WordPress
In reply to: 2 columns for each posti swapped that code into place and got a fatal error about post_thumbnail…
Forum: Fixing WordPress
In reply to: 2 columns for each postDid that and all of the content is pushed to the right.
https://francescaromeo.com/blogcode:
<div class="entry-content"> <div class="entry-content-text"> <?php the_content('<span class="more-link">'.__('Continued reading >', 'simplr').'</span>'); ?> <?php link_pages('<div class="page-link">'.__('Pages: ', 'simplr'), "</div>\n", 'number'); ?> </div> </div>
css:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]Forum: Fixing WordPress
In reply to: where are the font settinggot it. thanks!