Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • @shameemreza your team may want to try setting up a WordPress/WooCommerce site using Dreamhost’s one-click-installers, as this plugin causes issues and is included by default when installing a WooCommerce installation. That may help you narrow down on why folks are having troubles.

    I am getting 5-10+ seconds of HTTP requests to the SendGrid API with this plugin, which makes navigating any admin page extremely slow. On Version 1.10.7.

    2 GET
    https://api.sendgrid.com/v3/contactdb/lists 200 OK WP_Http->request()
    wp-includes/class-http.php:223
    WP_Http->get()
    wp-includes/class-http.php:593
    wp_remote_get()
    wp-includes/http.php:170
    Sendgrid_NLVX::get_all_lists()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-nlvx.php:62
    Sendgrid_Settings::show_settings_page()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php:213
    do_action(‘settings_page_sendgrid-settings’)
    wp-includes/plugin.php:453 Plugin: sendgrid-email-delivery-simplified 5 3.3567
    3 GET
    https://api.sendgrid.com/v3/scopes 200 OK WP_Http->request()
    wp-includes/class-http.php:223
    WP_Http->get()
    wp-includes/class-http.php:593
    wp_remote_get()
    wp-includes/http.php:170
    Sendgrid_Tools::check_api_key_scopes()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php:120
    Sendgrid_Tools::check_api_key()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php:169
    Sendgrid_Settings::show_settings_page()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php:253
    do_action(‘settings_page_sendgrid-settings’)
    wp-includes/plugin.php:453 Plugin: sendgrid-email-delivery-simplified 5 1.4719
    4 GET
    https://api.sendgrid.com/v3/scopes 200 OK WP_Http->request()
    wp-includes/class-http.php:223
    WP_Http->get()
    wp-includes/class-http.php:593
    wp_remote_get()
    wp-includes/http.php:170
    Sendgrid_Tools::check_api_key_scopes()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php:120
    Sendgrid_Tools::check_api_key()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php:175
    Sendgrid_Settings::show_settings_page()
    wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php:253
    do_action(‘settings_page_sendgrid-settings’)
    wp-includes/plugin.php:453 Plugin: sendgrid-email-delivery-simplified 5 1.4268
    6.5465

    Upon reinstalling the plugin and trying to save the return email, this is what I get after saving:

    Notice: Undefined property: NewsletterControls::$messages in /var/www/html/wp-content/plugins/newsletter/main/main.php on line 51

    Getting all sorts of these errors:

    Notice: Undefined index: profile_error in /var/www/html/wp-content/plugins/newsletter/subscription/subscription.php on line 652

    Notice: Undefined index: profile_error in /var/www/html/wp-content/plugins/newsletter/subscription/subscription.php on line 652

    Notice: Undefined index: sender_email in /var/www/html/wp-content/plugins/newsletter/main/diagnostic.php on line 93

    Notice: Undefined property: NewsletterControls::$errors in /var/www/html/wp-content/plugins/newsletter/main/diagnostic.php on line 105

    Thread Starter TylerTyssedal

    (@tylertyssedal)

    Thanks for the follow up BGH_.

    I also noticed the comment count was off becuase it also considered retweets, so that really changes the numbers of what you’re looking for!

    Here’s what I have after messing with the CSS: https://puu.sh/ddlVb/a98c72ea7f.png

    URL is: https://mtgcast.com/mtgcast-podcast-shows/active-podcast-shows/imps-prison/imps-prison-s2-1-jason-alt

    Although not the neatest it could be the CSS I added to the stylesheet.css (not the plugin stylesheet, in case it gets upgraded) in order to achieve this was:

    /** Custom Social Comments Styling **/

    #social .social-post {
    font-family: ‘Open Sans’, sans-serif;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
    }

    #social {
    font-family: ‘Open Sans’, sans-serif;
    }

    #social #reply-title,
    #social .social-nav .social-current-tab {
    background: none !important;
    }

    .thread-alt,
    .thread-even {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #E8E8E8;
    }

    #social .social-nav {
    background: none !important;
    }

    #social .social-comment-body p {
    margin: 0 0 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    }

    #social .social-comment {
    border-top: 0px solid #787777 !important;
    border-left: 0px solid #787777 !important;
    }

    #social .social-children {
    border-top: 0px solid #787777 !important;
    border-left: 0px solid #787777 !important;
    padding-left: 40px !important;
    }

    #social .social-comment-inner {
    padding-bottom: 20px !important;
    }

    Forum: Plugins
    In reply to: [Social] Wrong permalink

    Same here. This makes all of our social media Like links and whatnot useless on the site, which is a pity.

    Thread Starter TylerTyssedal

    (@tylertyssedal)

    It doesn’t appear as if it does. I’m also experiencing a ton of issues with Disqus showing a different comment count.

    Here’s what the comment page looks like with Disqus: https://puu.sh/dcXPe/3170b27f9a.png

    And what it looks like with Social: https://puu.sh/dcXSd/d009be0af9.png

    I REALLY wish Social could work on my theme… but it seems it isn’t supported, and I’m not sure why it isn’t.

    Thread Starter TylerTyssedal

    (@tylertyssedal)

    Follow up: I have decided to try out Disqus and see if it will integrate the FB and Twitter mentions for now.

    It would be really nice to customize the timer. Where is the location of this code for the time being?

    Thread Starter TylerTyssedal

    (@tylertyssedal)

    Hugh,

    Are there any workarounds that I could implement in the meantime? As in, would it be possible to incorporate your plugin and manually set up this RSS-User relationship elsewhere?

    Thank you for your help! I look forward to the next version of the plugin.

Viewing 10 replies - 1 through 10 (of 10 total)