Scott G.
Forum Replies Created
-
Forum: Plugins
In reply to: [Javelin Email Marketing] New Broadcast NOT Sending — Please Help!Broadcasts will not send once they’re out of que, however, if I go to “Background Procs” and Run a Force Delivery it sends…
I had one out of que for 2-hours (0 in que) forced delivery and it sent. So I guess what I’ll have to do is send broadcast, wait 5minutes or whatever it is for it to leave the que then force delivery.
I’ve uninstalled, reinstalled, wiped from mysql database… No fix. Tried SMTP proxy settings as well. Same result.
The only thing that gets a broadcast to actually send is by forcing it.
Great plugin I love it has a ton of great features, this bug just kind of sucks Lol! Also, need to have a “SAVE” button under “Subscription Form” so that when/if you change messages/confirmation message it actually saves subject line and body.
I’ve already gone through and edited those templates and have found that the first time you create a form is the only time you can partially edit the body/subject and the plugin sometimes partially saves that… Once the form is created, there’s no changing the messages or subjects.
Scott
Forum: Plugins
In reply to: [Facebook Page Publish] [Plugin: Facebook Page Publish] Error Line 597I’ve been having a hell of a time with this app on ONE site… Works GREAT, perfectly fine on 6 other sites… But I kept getting the weird “Line 601” “Line 597” Errors and the author, as you can seen, has been absolutely no help.
I finally deleted the plugin and deleted that sites Facebook app.
Re-installed plugin, created new Facebook app for website.
Voila!
Thanks Carolyn_Madison!
Forum: Themes and Templates
In reply to: [Leaf] Slider AND Posts Will NOT Display TogetherWhy do you have to have 5 posts beofore anything shows under the slider? and the featured image doesn’t even come close to matching the thumbnail image – we’re looking at 720×320 pixels to fit the slider and 300×226 for the thumbnail to a post?! however the “featured image” is used for both… makes absolutely no sense..
It’s a great looking theme but lacks simple functionality like the option to choose what goes in the slider or the option to have what’s displayed in the slider to also be displayed in blog exerpts..
Simple code fix?!
Forum: Themes and Templates
In reply to: [Leaf] Slider AND Posts Will NOT Display TogetherI guess a link would help..
https://vaginalmesh.lawsuitinformation.org/Thanks for any help/assistance. I don’t know what the hell I’m doing wrong.. Reading Settings is set to Recent Posts NOT Static page.
Forum: Themes and Templates
In reply to: Replacing "Leave a Comment" with Page Title?!?? HELP!Nevermind I’m an idiot..
<h3 id="comments-respond"><?php _e('Light a Candle for ','gopress') ?><?php the_title(); ?></h3>
Forum: Fixing WordPress
In reply to: Custom Menu (Theme not Compatible) Added Now Have an ERROR!AHhhh! How stupid! I was reading the directions incorrectly! Trying to eliminate white space in vice versa… That’s crazy… There was ONE extra space in pluggable.php
That’s weird I never had that issue or “warning” before ever until i added the code for custom menu.
THANKS!
Forum: Fixing WordPress
In reply to: Custom Menu (Theme not Compatible) Added Now Have an ERROR!Thank you for the responses… I looked at the links you provided (didn’t even think to search for “hearders already sent” for some reason…).
I’m just not having any luck! It’s obviously something in functions.php:
Warning: Cannot modify header information – headers already sent by (output started at /home/sgodar/public_html/alivewithout5.com/wp-content/themes/cleanr/functions.php:53) in /home/sgodar/public_html/alivewithout5.com/wp-includes/pluggable.php on line 866
Warning: Cannot modify header information – headers already sent by (output started at /home/sgodar/public_html/alivewithout5.com/wp-content/themes/cleanr/functions.php:53) in /home/sgodar/public_html/alivewithout5.com/wp-includes/pluggable.php on line 866
Here’s what I’ve got at the line 53:
<?php
register_nav_menu(‘5nav’, ‘5nav’);
?>In my header.php I’ve got:
<div class=”nav”>
<div>
<?php wp_nav_menu( array(‘fallback_cb’ => ‘black_with_orange_page_menu’, ‘depth’ => ‘3’, ‘theme_location’ => ‘primary’, ‘link_before’ => ”, ‘link_after’ => ”, ‘container’ => false) ); ?>
<div class=”clear”><!– –></div>
</div>
</div>The menu displays and works properly… Everytime I add/edit/activate a new post, page, plugin I get the error… It’s extremely annoying! I’m not a guru just an enthusiast… This stupid theme which I fell in love with didn’t have custom menus incorporated and now I’m just trying to get it to work ??
Thanks again guys…
Scott G.
Forum: Themes and Templates
In reply to: Theme Does NOT Support Custom Navigation Menu — HELP!I guess I’m missing something in the CSS to get the code to align horizontally and for the parent pages to have drop down submenus…
Thanks though.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Changing Text sizeEditing contact-form-7/styles.css
Add to the bottom of the stylesheet:
.wpcf7-form input, .wpcf7-form textarea { font-size: 11px; color: #666; } .wpcf7-form textarea { font-size: 11px; color: #666; } .wpcf7-form p{ font-size : 11px; color: #666; }
Just change font color/size and VOILA! Took me a while how to change the SIZE of the text being typed into the fields!
—Scott G.
Forum: Plugins
In reply to: Issues with Article DirectoryActually figured out the wp_tiny_mce issue:
Article Directory Plugin
Show Text Editor: NOOpen /plugins/aricle-directory/author-panel.php in a text editor and replace line 269:
wp_tiny_mce( false, array( 'height' => '370' ) );
with
wp_editor( $content, array("tinymce" => $a));
VOILA!
–Scott
Forum: Hacks
In reply to: [Plugin: Article Directory] Adding a New Link to the List for Logged in UsersThank you for the response! Unfortunately I have no idea what you are saying! Lol! Sorry ??
Forum: Plugins
In reply to: [Plugin: Article Directory] Adding a New Link to the List for Logged in UsersForgot to mention the site:
https://onepage.madadmedia.com/Very, very rough draft right now. If you login (user/pass: demo/demo) I want to be able to add a link to a page!
Submit article
My Profile
EXTRA LINK
LogoutAnyone got anything for me?! Please?!?!? Lol!
Thanks,
Scott G.
Forum: Hacks
In reply to: [Plugin: Article Directory] Adding a New Link to the List for Logged in UsersForgot to mention the site:
https://onepage.madadmedia.com/Very, very rough draft right now. If you login (user/pass: demo/demo) I want to be able to add a link to a page!
Submit article
My Profile
EXTRA LINK
LogoutAnyone got anything for me?! Please?!?!? Lol!
Thanks,
Scott G.
Forum: Plugins
In reply to: Issues with Article DirectoryI’m having the same dang gone wp_tiny_mce issue:
Fatal error: Call to undefined function wp_tiny_mce() in //wp-content/plugins/article-directory/author-panel.php on line 269
What’s up with this?!?!????! If you could lend a helping hand that would be AMAZING!!
Thanks,
Scott G.
Hey templs thank for the really quick response! I’m getting so frustrated!! Lol! does this go in my archive.php?
THANKS!