BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,781 through 9,790 (of 15,332 total)
  • Author
    Posts
  • in reply to: Issues with Moderating #308346
    Steven Zahm
    Keymaster

    @ Terri

    Great to hear!

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thank in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Chrome issues… #308343
    Steven Zahm
    Keymaster

    @ Brent

    Unfortunately it seems to be something with the theme’s styles.css file and not Connections related at all. One example would be the slider … it’s kind of wonky in Chrome.

    I did track down the issue. This CSS statement which starts on line 141 is the cause:

    #wrapper-1 {
        background-color: #FBFBFB;
        display: block;
        float: left;
        position: relative;
        width: 100%;
        margin-top:10px;
    }
    

    Specifically that float setting.

    Try removing that, I think that’ll fix the issues.

    in reply to: Integrate Connections Pro in WP Search #308340
    Steven Zahm
    Keymaster

    @ Fabrice

    Sure, it’s here:
    https://github.com/Connections-Business-Directory/Connections/blob/8.1.5/includes/class.retrieve.php#L2069

    File name and path are shown in the URL.

    Hope that helps!

    in reply to: Private categories? #308339
    Steven Zahm
    Keymaster

    @ Mark

    All items on a single page … do you mean all entries?

    re: Setting pagination to false only stops me from being able to browse pages.
    This is likely due to the PHP maximum script execution setting or the memory allocated to PHP being exhausted. This is not a Connections limitation, same thing would happen if you tried to list n-number of WordPress posts on a single page too. You could try increasing those values to see if that’ll work.

    You can visit the view all page which just lists the entry names. Generally you can view quite a few Connections entries before limits are reached because it only shows the names. The link would be:
    domain.tld/directory-home-page/view/all/

    Hope that helps!

    in reply to: Entry Type Organization, but not set #308335
    Steven Zahm
    Keymaster

    @ Olivier

    Yeap, the link to the current template is on the Connections : CSV Import admin page. The current fields list will be listed too. Even if the template falls out of date that list will always be current because they are pulled from Connections. A thought just occurred to me … I should auto generate the template file too that way it can never fall behind if I forget to update it.

    in reply to: Licences #308333
    Steven Zahm
    Keymaster

    Your purchase occurred before the support license keys were implemented so you’ve been grandfathered. No support license keys exists for your purchase. The support license keys can be generated for your purchase but then you’ll have to renew them annually. The better deal for you is to leave it as is and check your purchase history from time to time and down any updates that may be available.

    Hope that helps!

    in reply to: Name link not working #308328
    Steven Zahm
    Keymaster

    @ Mark

    Oops, small bug. My apologies! Here’s how to fix… go to the page where you added the [connections] shortcode and edit it. Add the link shortcode option and set it to true. Here’s an what the shortcode should look like:
    [connections link='true']

    Again, my apologies!

    in reply to: I need the "Show Details" tab back, Steve #308327
    Steven Zahm
    Keymaster

    @ Joel

    The missing “Show Details” link was resolved in this reply.

    Hope that helps!

    in reply to: Images Gone After Server move #308326
    Steven Zahm
    Keymaster

    @ Joel

    Well, I see why the “Show Details” klink does not display. Someone used CSS to hide it.

    The follow CSS statement is in the theme’s styles.css file:

    #cn-cmap .cn-bio-anchor.toggle-div {
      display: none;
    }
    

    As for the missing images … when you moved servers, you need to make sure you move the wp-content folder because the images are saved in this path:
    ../wp-content/uploads/connections-images/

    After you move that folder, I believe the images should load again.

    Hope that helps!

    in reply to: Chrome issues… #308236
    Steven Zahm
    Keymaster

    @ Brent

    The ERR_CACHE_MISS seems to be just a minor Chrome bug unrelated to Connections:
    http://stackoverflow.com/questions/26515991/chrome-err-cache-miss

    The google not defined error … did you by chance disable the Google Maps API option on the Connections : Settings admin page under the Advanced tabs? If you did, please re-enable it.

    As for the other issues you’ve stated … they would not be caused by the errors reported in the Chrome console and without a link to the page with the issue I’d couldn’t even give a guess, sorry. If you can share a link to the page, I’ll take a look.

Viewing 10 posts - 9,781 through 9,790 (of 15,332 total)