Nancy Rector
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] Prevent downloads from showing in SITE searchI use this one. Works great!
https://wordpress.org/plugins/search-exclude/Forum: Fixing WordPress
In reply to: Register widget area below my menu?Thank you so much for the info Steve!
Forum: Plugins
In reply to: [Simple Download Monitor] Prevent downloads from showing in SITE searchI did. I found an addon that works perfectly to do what I need. Ü I appreciate you checking back.
Forum: Plugins
In reply to: [YUZO] Sizes undone since 5.12.34 updateThank you again. That is a huge help.It’s a great plugin. I’ll give it 5 stars!
Forum: Plugins
In reply to: [YUZO] Sizes undone since 5.12.34 updateIt’s perfect! Thank you SO much for doing that!
Nancy Ü
Forum: Plugins
In reply to: [YUZO] Sizes undone since 5.12.34 updateThe way I change it is I set the width to a 120 rectangle in the settings. Then I go into the yuzo_related_post.php file and change the first height number show below from 15 to 70. That then gives me the correct shape for my featured images.
$yuzo_options->type_image == ‘rectangular’ ){ $width = ( (int)$yuzo_options->height_image * 15 / 120 ) +
You can see how it looks in this before and after screenshot:
http://oi68.tinypic.com/2hmga3b.jpgForum: Plugins
In reply to: [YUZO] Sizes undone since 5.12.34 updateThanks for the reply. I’ll put any others on your forum! Though this is an issue. The rectangle is not the right size. As I set it up its perfect. I don’t mind resetting it with each update I was just hoping for a way to make it stick. Ü
Forum: Plugins
In reply to: [YUZO] Sizes undone since 5.12.34 updateI really could use some help on this… I still can’t update. Its such a great plugin I don’t want to change.
Forum: Plugins
In reply to: [Simple Download Monitor] Prevent downloads from showing in SITE searchAh ok. I didn’t realized that was the case. I’ll see what I can find out about my theme. Thank you!
NancyAh so that’s a function of my WordPress settings. I have them turned off on there but I guess they are being picked up on the mobile theme. I’ll check into that. Thank you!
Perfect! Everything looks great now. Thank you so much for the time you give helping those of us who need it.
Have a wonderful day!
Nancy
Thanks so much Jeremy. I use a plugin (Bottom of Every Post) that allows me to upload code via at text file. I’m not incredibly gifted at code but when I removed the width option for the table it didn’t make a difference. Below is the code I used for the subscribe form.
<img class="aligncenter wp-image-59" alt="blank" src="http://ourpeacefulplanet.com/wp/wp-content/uploads/2014/04/blank.png" width="640" height="50" /></p> <table border="0" align="center"> <tr> <td colspan="3" valign="bottom"> <div align="center"><font size="3"> </font><img src="http://www.ourpeacefulplanet.com/wp/wp-content/plugins/bottom-of-every-post/subscribehere.jpg" width="309" height="110" /></div></td> </tr> <tr> <td width="14" height="93" valign="top"> </td> <td width="246" valign="top"><!-- Begin MailChimp Signup Form --> <div id="mc_embed_signup"> <form action="http://royrivers.us1.list-manage2.com/subscribe/post?u=60d948a5d21c62fcf1a7859b8&id=0558763261" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div class="mc-field-group"> <label for="mce-EMAIL"></label> <div align="center"><font size="1" face="Arial, Helvetica, sans-serif">ENTER YOUR EMAIL </font></div> <div align="center"> <input type="email" value="" size="50" name="EMAIL" class="required email" id="mce-EMAIL"> </div> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <div align="center"> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> </div> <div style="position: absolute; left: -5000px;"> <div align="center"> <input type="text" name="b_60d948a5d21c62fcf1a7859b8_0558763261" value=""> </div> </div> <div class="clear"> <div align="center"> <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"> </div> </div> </form> </div> <!--End mc_embed_signup--></td> <td width="12" valign="top"> </td> </tr> </table> <div align="center"><img class="aligncenter wp-image-59" alt="blank" src="http://ourpeacefulplanet.com/wp/wp-content/uploads/2014/04/blank.png" width="640" height="50" /> </p> </div>Perfect! Thank you so much!
Nancy
I hate it when I spell things wrong in teh title because I’m in a hurry. 😛 “Mobile”
Forum: Fixing WordPress
In reply to: Changing post date & not breaking links questionThanks so much for replying Marios. Yes mine have the dates. After a lot of research I decided I needed to include them. But I can see the drawback for this particular situation. Ü