Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • This line 39:

    require_once( dirname( __FILE__ ) . ‘/ajax/sp_postAttachmentsAJAX.php’);

    is causing a fatal error because the file name in the ajax directory is
    slightly misnamed, here is the original file name:

    sp_postattachmentsAJAX.php

    You need to rename that file in the distro package and capitalzie the word attachments so it is like this:

    sp_postAttachmentsAJAX.php

    Thread Starter rkcook

    (@rkcook)

    thanks, Jason… been travelling, I appreciate your input, and will do that .

    rkcook

    (@rkcook)

    I’m getting errors, and they are creating an activity every time>

    Warning: Missing argument 2 for cd_ab_rel_activity_filter() in …/wp-content/plugins/cd-bp-avatar-bubble/cd-avatar-bubble.php on line 74

    Is this same issue above? and is there a new release?
    I do have the current one installed

    Thread Starter rkcook

    (@rkcook)

    while I couldn’t sort out the issue, I did find another customizable menu wizard that, allowed me to surround the listed items with a div, and I set the position and margin (in my child theme CSS) to get that div up away from the border of the accordian.
    Not pretty but it works… until it breaks somehow 🙂

    Thread Starter rkcook

    (@rkcook)

    fyi, your plugin is very very very useful to me, using it for tutorials,

    and my theme didn’t think to set ‘table, td, or tr’ styles…

    I was about to give up on it, because the borders wouldn’t show.

    but with some tinkering, I ended up inserting this in my child theme to get the borders to show up. I’m sure some of the settings are redundent.

    table { border-collapse: collapse; border-spacing: 0;border-style: solid; border-width: 1px;}
    /* tr { border-style: solid; border-width: 1px;} */
    td { border-width: 1px; border-style: solid; padding: 10px;}
    /* td.column-picture { border-style: solid; } */
    /* td.instruct_row { padding: 10px;} */

    Now I’m very happy with the plugin

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