Formatting Issue with JetPack

Please see the images attached. One shows the formatting problems with JetPack enabled and one shows with it disabled.

[attachments are only viewable by logged-in members] [attachments are only viewable by logged-in members]

  • Kimberly
    • Champion of Loops

    Hello there!

    You might be experiencing a css error or java error.

    Are you familiar with Firebug?

    One way to check would be to use the developer tools to inspect the social tools css and any that is affected with out jetpack on and then do it again with it activated and compare the two.

    It will also let you check for any javascript errors

    Best,

    Kimberly

  • ryangambrill
    • The Incredible Code Injector

    Here are the errors from Debug:

    Notice: Undefined index: administrator in /home/content/56/8387956/html/wp-content/plugins/wp-stats-dashboard/wp-stats-dashboard.php on line 151

    Notice: Undefined index: editor in /home/content/56/8387956/html/wp-content/plugins/wp-stats-dashboard/classes/util/WPSDUtils.php on line 603

    Notice: Undefined index: author in /home/content/56/8387956/html/wp-content/plugins/wp-stats-dashboard/classes/util/WPSDUtils.php on line 604

    Notice: Undefined index: contributor in /home/content/56/8387956/html/wp-content/plugins/wp-stats-dashboard/classes/util/WPSDUtils.php on line 605

    Notice: Undefined index: subscriber in /home/content/56/8387956/html/wp-content/plugins/wp-stats-dashboard/classes/util/WPSDUtils.php on line 606

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

    Notice: Undefined variable: findkeys in /home/content/56/8387956/html/wp-content/plugins/embedder/emb-embed.php on line 56

  • Jeffri
    • Front End Developer

    Hi there,

    This looks like a CSS issue. To solve this, you have to add a few lines of CSS to your theme. I’ll give you instruction along with the needed CSS below. :slight_smile:

    Please use child theme so you can safely update the main theme in future without affecting your changes. To do this, copy /wp-content/themes/bp-business/themes/bp-business-child to /wp-content/themes/bp-business-child. Then, go to your WordPress dashboard > Appearance and activate BuddyPress Business Child Theme.

    After that, open and edit the file /wp-content/themes/bp-business-child/_inc/css/child.css with your preferred text editor. Add the following CSS to the end of the file:

    #feature-content div.sharedaddy,
    #feature-content div.sharedaddy:after,
    #feature-content div.sharedaddy .sd-block:after {
    clear:none;
    }

    Save and upload. This should do it.

    Let me know if you have any question.

    Thank you.

    Jeffri