Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter Scott G.

    (@sgodar)

    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

    I’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!

    Thread Starter Scott G.

    (@sgodar)

    Why 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?!

    Thread Starter Scott G.

    (@sgodar)

    I 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.

    Thread Starter Scott G.

    (@sgodar)

    Nevermind I’m an idiot..

    <h3 id="comments-respond"><?php _e('Light a Candle for ','gopress') ?><?php the_title(); ?></h3>

    Thread Starter Scott G.

    (@sgodar)

    @esmi

    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!

    Thread Starter Scott G.

    (@sgodar)

    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.

    Thread Starter Scott G.

    (@sgodar)

    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.

    Editing 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.

    @gcwebs

    Actually figured out the wp_tiny_mce issue:

    Article Directory Plugin
    Show Text Editor: NO

    Open /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

    Thread Starter Scott G.

    (@sgodar)

    Thank you for the response! Unfortunately I have no idea what you are saying! Lol! Sorry ??

    Thread Starter Scott G.

    (@sgodar)

    Forgot 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
    Logout

    Anyone got anything for me?! Please?!?!? Lol!

    Thanks,

    Scott G.

    Thread Starter Scott G.

    (@sgodar)

    Forgot 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
    Logout

    Anyone got anything for me?! Please?!?!? Lol!

    Thanks,

    Scott G.

    @marsh4

    I’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!

Viewing 15 replies - 1 through 15 (of 17 total)