wpfspin
Forum Replies Created
-
Forum: Plugins
In reply to: [Child Theme Configurator] No Parent themes listed after plugin installThanks for your speedy help to fix this! It’s working fine now.
I’ve added two instances (side bar and body of the page) of the sign up form on my page but want to edit the style of one of the instances…is it possible to do that without affecting the other.
My page is here: https://www.themediahuddle.com/wp/about-tmh/join-the-huddle/
Forum: Plugins
In reply to: [Simple Ads Manager] [Plugin: Simple Ads Manager] Manual placement?Minimus…you’re awesome! Thank you.
Forum: Plugins
In reply to: [Simple Ads Manager] [Plugin: Simple Ads Manager] Manual placement?I’m hoping I can get some assistance. I’m not a programmer but I can sometimes fumble around with code that’s already in place to get what I need to work. However I can’t seem to figure out how to manually add code on my page for the Simple Ad Manager plugin.
—————————————-
The snippet of my current code:
—————————————-<?php if( is_front_page() || is_home() || is_404() ) { ?> <!--- Insert Ads here ---> <img src="wp-content\graphics\ads\leaderboard-01.jpg" style="border-color: #988e82;border-style: solid;border-width: 1px;margin: 0px 0px 0px 6px;"><!--- Ads end here ---> <?php }
—————————————-
Want to replace the img src tag with code below but not sure how
—————————————-
if(function_exists(‘drawAdsPlace’)) drawAdsPlace(array(‘id’ => 1), true);Any help would be greatly appreciated…Thanks!
MC Nate…thanks for the quick response!
I tried using that code before but it wasn’t working…I realize now that I included a note before the code which I now see wasn’t commented out properly which prevented the code from working properly.
Thank you
/marcusHow do I get the input labels to appear above the input boxes?
Any assistance would be greatly appreciated.