Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter raytronx

    (@raytronx)

    Thanks Guido,

    Between the info at that tutorial and the original link I posted I created this code and added it to my child themes functions.php contact-us is the slug for my sites contact page

    add_action( ‘wp_print_styles’, ‘my_deregister_styles’, 100 );

    function my_deregister_styles() {
    if ( !is_page(‘contact-us’) ) {
    wp_deregister_style( ‘vscf_style’ );
    }
    }

    Now the VSCF css file only loads on my Contact page. 🙂

    Cheers Ray

    Thread Starter raytronx

    (@raytronx)

    Thanks, I know the file is tiny, but I’d like to reduce the number of http request a page load requires. Every little bit helps, especially when you run ads as well as regular content. They all add up to slow the site down.
    Google Pagespeed also lists the VSCF css file as render blocking.

    I don’t use sidebar contact, only use VSCF on one page on my site
    In the last thirty days my contact page has had 138 page views but the VSCF css file has had over 80,000 hits.

    Best regards, Ray

    Yes, it prompted me to fill in Envelope field and now I can send test email and get a positive response

    Your message was delivered (2889 ms) to the SMTP server! Congratulations 🙂

    Thanks! Ray

    The Envelope From Address field is blank

    I also have a red Attention note under Authentication that states:

    Attention! Open the Google Developers Console Gmail Wizard, create a Client ID for web application with the values displayed below, and copy the generated Client ID and Client Secret here. See How do I get a Google Client ID? in the F.A.Q. or watch our How-To video 📺.

    Yes, Gmail API

    Everything is working nicely and emails are going out and being received but when I do the email test in Postman plugin area it prints out:

    Sending the message: Failed

    But in fact it doesn’t actually fail so a false negative.

    I wonder if it is because I downgraded to previous version and then updated to latest. Do you want me to try deleting plugin settings and retry setup?

    Thank you for fixing, I can confirm latest updated solved the errors.

    Funny little glitch happening now though when I send a test mail.
    It says it fails but in reality it is sent and received properly and all my website’s mail is going out OK.

    I saw errors too and rolled back to the previous version.

    From my staging site:

    On the frontend it prints out at the top of site:
    Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/mysite/staging/1/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28

    and on the backend:

    Notice: Indirect modification of overloaded property BuddyBoss_Edit_Activity::$data has no effect in /home/mysite/staging/1/wp-content/plugins/buddypress-edit-activity/includes/main-class.php on line 94

    Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/mysite/staging/1/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28

    Here are the site details:

    PHP
    5.5.24

    MYSQL
    5.5.39

    WordPress
    4.2.2

    BuddyPress
    2.3.0

    rtMedia
    3.8.5

    OS
    Linux

    Imagick
    Not Installed

    GD
    bundled (2.1.0 compatible)

    [php.ini] post_max_size
    100M

    [php.ini] upload_max_filesize
    100M

    [php.ini] memory_limit
    256M

    Installed Plugins
    Author Avatars List by Paul Bearne, Benedikt Forchhammer version 1.8.6.5,
    AutoChimp by Wanderer LLC Dev Team version 2.15,
    bbp buddypress profile information by Robin Wilson version 1.0,
    bbPress Enable TinyMCE Visual Tab by Jared Atchison version 1.0.1,
    bbPress Stay Checked by Ephrain Marchan version 1.0,
    bbPress by The bbPress Community version 2.5.7,
    BP Profile Search by Andrea Tarantini version 4.2.2,
    BP Redirect to Profile for Buddypress by Brajesh Singh version 1.2,
    BuddyBoss Wall by BuddyBoss version 1.1.8,
    Buddypress Bump Activity Streams To Top by David Gladwin version 1.0.0,
    BuddyPress Edit Activity by BuddyBoss version 1.0.5,
    BuddyPress Global Search by BuddyBoss version 1.1.0,
    BuddyPress Group Email Subscription by Deryk Wenaus, boonebgorges, r-a-y version 3.5.1,
    rtMedia for WordPress, BuddyPress and bbPress by rtCamp version 3.8.5,
    BuddyPress Xprofile Custom Fields Type by donmik version 2.1.6,
    BuddyPress by The BuddyPress Community version 2.3.1,
    GD bbPress Tools by Milan Petrovic version 1.7,
    Imsanity by Jason Hinkle version 2.3.5,
    Limit Login Attempts by Johan Eenfeldt version 1.7.1,
    myCRED by Gabriel S Merovingi version 1.6.3,
    Postman SMTP by Jason Hendriks version 1.6.18,
    Remove Dashboard Access by Drew Jaynes (DrewAPicture) version 1.1.3,
    rtMedia Activity URL Preview by rtCamp version 1.1,
    rtMedia Album Cover Art by rtCamp version 1.1.1,
    rtMedia bbPress Attachments by rtCamp version 1.1,
    rtMedia BuddyPress Group Media Control by rtCamp version 1.1.1,
    rtMedia Bulk Edit by rtCamp version 1.1,
    rtMedia Default Albums by rtCamp version 1.1,
    rtMedia Direct Download Link by rtCamp version 1.1.2,
    rtMedia Docs and Other files by rtCamp version 1.1,
    rtMedia Moderation by rtCamp version 1.1,
    rtMedia myCRED by rtCamp version 1.1,
    rtMedia 5 Star Ratings by rtCamp version 1.1.1,
    rtMedia Restrictions by rtCamp version 1.1,
    rtMedia Shortcode Generator by rtCamp version 1.1,
    rtMedia Sidebar Widgets by rtCamp version 1.1,
    rtMedia Sorting by rtCamp version 1.1,
    rtMedia View Counter by rtCamp version 1.1,
    Simple Lightbox by Archetyped version 2.4.0,
    TinyMCE Advanced by Andrew Ozz version 4.1.9,
    WangGuard Registration Notice Add-on by WangGuard version 1.0.0,
    WangGuard by WangGuard version 1.6.2,
    wp-Monalisa by Hans Matzen version 3.5

    Theme Name
    BuddyBoss Child Theme

    Theme Version
    4.0.0

    Author URL
    http://www.buddyboss.com

    Thread Starter raytronx

    (@raytronx)

    Thanks, that does work, but I see what you mean by html content.
    My general users aren’t very tech savvy in that way.

    Could something be added to this code snippet to make it only editable by certain WordPress roles. Like Admins and Editors for instance?

    Cheers Ray

    Thread Starter raytronx

    (@raytronx)

    OK, thanks.
    You may want to change this in your plugin as Disqus has 1.5 million downloads.

    Cheers Ray

    Thread Starter raytronx

    (@raytronx)

    Thanks!

    I installed Wordfence and like the security but I don’t know about Falcon. It boosted about some great speed increases, but… I just switched to Falcon and getting much slower speed reports from Google PageSpeed Insights and Pingdom. Previously I was using W3 Total Cache and Cloudflare and getting pretty decent speed scores of 90+.

    Now Adsense thinks my site is much slower.

    62 / 100Suggestions Summary
    Should Fix:
    Leverage browser caching
    Show how to fix
    Eliminate render-blocking JavaScript and CSS in above-the-fold content
    Show how to fix
    Consider Fixing:
    Prioritize visible content
    Show how to fix
    Optimize images
    Show how to fix
    Enable compression
    Show how to fix
    Minify JavaScript
    Show how to fix
    Minify CSS
    Show how to fix
    Minify HTML
    Show how to fix

    Pingdom – 71/100
    Your website is slower than 74% of all tested websites

    raytronx

    (@raytronx)

    yup, I’m seeing the same error on my site

    Thread Starter raytronx

    (@raytronx)

    I followed your directions in this thread and it is working perfect on my site now and doing what I want which is the Rank and Rank Image viewable by anyone on any members profile page.

    I did add a bit of CSS to line the logo up with text in the middle.

    #mycred-my-rank img{vertical-align:middle}

    Thanks for the help, appreciate it.

    Thread Starter raytronx

    (@raytronx)

    Excellent, thanks so much for the code.

    My wife is using myCred on her site and for some reason it works without adding code to the functions.php. Her members can see each others Rank and rank logos in each others profiles. Her site was has a custom built theme though and is quite different than mime with BuddyBoss. Anyway thanks again. Great Plugin!

    Cheers Ray

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