tiggerusa
Forum Replies Created
-
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] Frequency field does not applyThx for the quick response! I’m going to wait until after the weekend (high traffic time). Will let you know.
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] Frequency field does not applyI’m going to have to disable it again…it’s popping up like crazy, and it’s also significantly slowing down my site. Should I start a different ticket for the slowing down the site issue?
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] Frequency field does not applyI’m having the same issue. I actually deleted Mailmunch and reinstalled today, but am still getting the popup over and over again within one visit to my site. I hope my users are not experiencing this. Are you sure you fixed the issue? I’d like to use your plugin, because I love it, other than that. If my blog subscribers are going to be asked multiple times per visit to sign up, that’s a deal breaker. It’s especially frustrating that I actually subscribed myself, and still get the message. Please let me know how to fix this! Thanks so much!
FYI, my website is https://www.GreatFoodLifestyle.com, and I set it to show up every 14 days.
Thanks again.
Forum: Plugins
In reply to: [Widget Shortcode] Padding below widgetYah, I had it below the title (Great Food and Lifestyle), but it looked so bad I finally removed it. There was a big gap below the ad, and it caused a ton of space between my site title and description.
I tried to put the ad above the header image, but I couldn’t get it to center, even when I used this code: <div style=”text-align: center;”>. That code works to center it if I place it below the title, but not above the header image. FYI I tried placing the widget in quite a few different places in the header.php, but on most lines it messed up the format of the whole page. The only line it worked on was 13, but, like I said, it won’t center and looks pretty badly when flushed left.
By the way, in the code I showed you above, you’ll replace the 17 with whatever your widget ID number is.
To insert an advertisement, you need the plug in Widget Shortcode. (Can’t figure out how to make it link here…you can find it easily on www.ads-software.com if you search). Once you install it there will be an Arbitrary area in you Widget section. Make a text widget in that section and insert your ad code. Once you’ve saved it it will generate a widget ID number. Then go to your header.php (in a child theme), and insert the following code wherever you want it (I put mine below the header):
<?php echo do_shortcode(‘[widget id=”text-17″]’) ?>In order to center the ad enter the following code directly to the widget box above the ad code: <div style=”text-align: center;”>
Please tell me if you figure out how to reduce the padding below the ad. It’s driving me crazy and I’ve been searching and searching for how to do it!