Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #354103

    I purchased a plugin called CCBPress that doesn’t seem to be working correctly with Enfold. I’d like to ask for help to determine if they simply won’t work together no matter what, or if there is a fix. After some trial and error with the plugin developer, they said I need to talk to my theme developer.

    When a vistor clicks the search button on this page, the plugin displays a list of groups (the group data is being pulled from a separate backend database). The groups are supposed to display as they do on this other web site (after hitting the search button) which is using the same plugin with a different theme. Notice there are no extra paragraphs between the icons, and the group info displays nicely.

    On my site many extra paragraph tags seem to be getting added in that mess up the layout. I tried using the “Toggle Wpautop” plugin to disable wpautop on this groups page but it had no effect. I tried several other similar plug ins as well to no avail.

    I need to determine if Enfold can work with CCBPress because if not, I will probably need to find a different theme.
    Can you take a look and see if you can determine the problem, or let me know what to try to fix it?
    Thank you

    #354227

    Hey Joe!

    Thank you for using Enfold.

    I’m sorry but we don’t usually provide support for third party plugins as stated on our support policy and I don’t know any premium themes who officially support or locally configured with the plugin. I’m not sure where the line breaks are coming from but you can remove them with this on the Quick CSS file:

    table.ccbpress-group-search br {
    display: none;
    }

    Use this to fix the dash icons:

    .dashicons {
    float: left;
    margin-right: 5px;
    }
    
    .dashicons + p {
    margin-top: -5px;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.