purenaturaldiva
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Controlling How Images Impact the Look of a Postemail me at tania at purenaturaldiva dot com
Forum: Fixing WordPress
In reply to: Controlling How Images Impact the Look of a PostAs you can imagine – it’s making me crazy!
Here’s the link to the draft:
https://www.purenaturaldiva.com/?p=2775Thank you!
Forum: Fixing WordPress
In reply to: Controlling How Images Impact the Look of a PostAquanelle – I know just enough to get me in trouble… translation…. cut and paste, but not thoughts of my own!
I tried the option for each image with no success. I’m worried about doing it in the style.css because I know I have back posts where I’ve worked hard to make the pictures line up in the rights spots and I don’t want all that empty space – if I write it in my style css it will all look that way, vs having the option. I’d really like the option.
Equalmark & Aguanelle – found the TinyMCE remove <P>. Above that it asks if I want to import the current theme css classes – Do I?
Forum: Fixing WordPress
In reply to: Controlling How Images Impact the Look of a PostEqualmark – I love all the stuff in the Plug In, but I still haven’t found the spot where I can check the Stop removing <p>… so that’s still not working out.
Forum: Fixing WordPress
In reply to: Controlling How Images Impact the Look of a PostHere is a sample of one of the image codes..
<img class=”alignleft size-full wp-image-2855″ title=”GreenToys” src=”https://www.purenaturaldiva.com/wp-content/uploads/2009/11/GreenToys.jpg” alt=”GreenToys” width=”229″ height=”91″ />
Forum: Fixing WordPress
In reply to: Controlling How Images Impact the Look of a PostAquanelle – I do want a vertical stack… where do I insert that code?
Forum: Fixing WordPress
In reply to: Controlling How Images Impact the Look of a PostEqualMark you know which button allows you to retain the line breaks… when setting this up?
Forum: Fixing WordPress
In reply to: Controlling How Images Impact the Look of a PostI’m looking for it now! I sure hope it works… this has been a headache I’ve dealt with for a while, but with this gift guide it’s a big problem!
Forum: Themes and Templates
In reply to: Insert Banner ad below banner imageTook a look – that inserts the ad into the header and it’s pulling from Adsense….
I have a potential advertiser that wants to work with me independently… if I can ever figure out how to give them what they want so I can submit a proposal : )Forum: Themes and Templates
In reply to: Insert Banner ad below banner imageWill that work for my own advertisers?
Or only with Adsense?Forum: Themes and Templates
In reply to: Insert Banner ad below banner imageOK – the nav.php is in pastebin – I’ve never heard of that before… whole new world!
Forum: Themes and Templates
In reply to: Insert Banner ad below banner imageI couldn’t find
<div id=”flow”>
anywhere in the header.php or index.phpThis is my Index.php Code
———
<?php get_header(); ?>
<div id=”page”>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post”>
<h2 id=”post-<?php the_ID(); ?>”> ” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<small >⊆ <?php the_time(‘F jS, Y’) ?> | ≡ Topic: <?php the_category(‘, ‘) ?> | | <?php edit_post_link(‘Edit’,”,’|‘); ?> ˜ <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></small><div class=”entry”>
<?php the_content(‘Read more…’); ?></div>
<br class=”spacer”/><!–
<?php trackback_rdf(); ?>
–>
</div>
<?php endwhile; ?>
<div class=”navigation”>
<div class=”alignleft”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
<div class=”alignright”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>
</div>
<?php else : ?>
<h2 class=”center”>Not Found</h2>
<p class=”center”><?php _e(“Sorry, but you are looking for something that isn’t here.”); ?></p>
<?php include (TEMPLATEPATH . “/searchform.php”); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Themes and Templates
In reply to: Insert Banner ad below banner imageSure – https://www.purenaturaldiva.com Entry Page
All others:
https://www.purenaturaldiva.comThanks
Forum: Themes and Templates
In reply to: Insert Ad Below header imageThe ad I’m using is just a test code…
I missed the </div> when I pasted…
So my test has looked like this:
——-
<div id=”side_ad” style=”text-align:center”>
<img src=”https://www.shareasale.com/image/Azuri_leaderboard_banner.jpg” border=”0″>
</div>
——-I think this is the Style.css code you were asking for?
——-
#leftsidebar{padding:0;margin-top:0;margin-left:12px;margin-right:5px;font:1em Arial,Sans-Serif;color:#333;width:224px;float:left;overflow:hidden;}
#leftsidebar form{margin:0;}
#rightsidebar{margin-right:10px;float:right;font:1em Arial, Sans-Serif;
color:#333;width:200px;padding:0;overflow:hidden;}
#rightsidebar form{margin:0;}
—SOME OTHER CODE—- THEN MORE SIDEBAR —-
#leftsidebar li a,#rightsidebar li a{display:block;}
#leftsidebar li a,#rightsidebar li a,#footer li a{color:#84B204;}
#leftsidebar li a:hover,#rightsidebar li a:hover,#footer li a:hover{background:#84B204;color:#333;}
——————
Did I get what you needed?
Thanks,
Tania