BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,611 through 2,620 (of 15,332 total)
  • Author
    Posts
  • in reply to: Double Row #441654
    Steven Zahm
    Keymaster

    @ Ismail sakoor

    Sure this can be done… that said, others have tried it only to revert back because the expanding content trays for the bio/map/notes do not lend themselves well to the columnar layout. Here’s the basics to get your started. You’ll need to do a lot more tweaking though.

    #cn-cmap .cn-list-row,
    #cn-cmap .cn-list-row-alternate {
        display: inline-block;
        margin: 0 10px 20px 0;
        max-width: 28%
    }
    

    Hope that helps!

    in reply to: Make the phone number clickable #441653
    Steven Zahm
    Keymaster
    in reply to: Increase size of Image in Grid #441652
    Steven Zahm
    Keymaster

    @ Ratika

    Sorry this is not possible without making PHP code changes telling WP how to manage the image. The images when uploaded are center cropped to 250x250px. If this change were to be made in the code, you would then have to have WP regenerate all thumbnails.

    Hope this helps!

    Steven Zahm
    Keymaster

    @ Andrey

    RE: Is there a wake to invoke the “View All” list via a shortcode?

    You could try this:

    [connections template=names force_home=true]

    This will assume you already have a second page set as the directory home page.

    RE: Is there a way to display the category list via a shortcode on-demand?

    Yes, here’s the link to the documentation on the shortcode for Enhanced Categories.

    Hope that helps!

    in reply to: Nav Menu Dropdown error #441438
    Steven Zahm
    Keymaster

    @ Katelyn

    It appears someone had created a custom template based on the Default template. Who ever did this for you will have to update their code so as to not generate this error. Best guess that in this file:

    ../wp-content/plugins/connections-card/nav-menu-dropdown.php

    the use of the start_lvl, end_lvl, start_el and end_el is missing the last required parameter when declaring the method.

    Hope this helps!

    in reply to: New Entries not showing #441431
    Steven Zahm
    Keymaster

    @ Heike

    You should not have to exclude the page. WPSC is somewhat mediocre, IMO. I suspect when you cleared that page’s cache, it was not actually cleared. I’ve run into it before. Generally editing the page, making no changes and saving it will properly clear and create an updated cached version of the page.

    Hope this helps!

    in reply to: New Entries not showing #441428
    Steven Zahm
    Keymaster

    @ Heike

    Clear the WP Super Page cache for that page.

    Hope that helps, let me know.

    in reply to: View All Option, #441427
    Steven Zahm
    Keymaster

    @ Helen

    RE: how to get rid of the image-margin

    #cn-slim-plus span.cn-image-style {
        margin: 0 !important;
        padding: 0 !important;
    }
    

    RE: having the pictures displayed a little bigger might help the resolution issue a bit

    The image size can not be changed in Slim Plus. The design is based around it being the 120*100px thumbnail.

    Hope this helps!

    in reply to: Categories not showing #441393
    Steven Zahm
    Keymaster

    @ Casper

    Ok, you should be good to go now!

    in reply to: Categories not showing #441391
    Steven Zahm
    Keymaster

    @ Casper

    Yeah, not sure why this all the sudden this is an issue. You’re the third report. I have developed a fix and can apply a hotfix to you site. I just need an admin login so I can make two minor edits to the Connections plugin files. Login details can be posted here as a private reply. Or if this is something you feel configurable doing, here’s the changes:

    https://github.com/Connections-Business-Directory/Connections/commit/04c2ad859bda1e118b8ca5083d78688206344953

    Unfortunately my next update is a week or two from being completed so I have to deal with thin as they come in.

    Apologies for the trouble!

Viewing 10 posts - 2,611 through 2,620 (of 15,332 total)