BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,711 through 4,720 (of 15,332 total)
  • Author
    Posts
  • in reply to: Option to add Categories to Card #397058
    Steven Zahm
    Keymaster

    @ Trevor

    You can add this right now, but does require a minor PHP code edit. You can read the instructions in this forum post that I gave another user requesting the same.

    Hope that helps!

    in reply to: incorrect job search #397057
    Steven Zahm
    Keymaster

    @ Игорь Афанасьев

    The fields that are searched can be configured on the Connections : Settings admin page under the Search tab. Limiting the number of fields to only the importing fields for your useage can limit the number of results displayed making them more relevant to your useage. Hope that helps!

    in reply to: Image Display in Details View #397049
    Steven Zahm
    Keymaster

    @ James

    The image size can be configured on the entry detail/profile page. Here’s how:

    • Navigate to the Connections : Templates admin page.
    • Click the Customize button for cMap.
    • The page will reload with the Customizer on the left and a preview on the right.
    • Click an entry name in the preview, any entry name, it does not matter. The preview will reload to the entry detail/profile page.
    • Click the back arrow in the upper left of the Customizer.
    • Click the Image panel in the Customizer.
    • Set the width and height of the image as desired.
    • Click the Save and Publish button at the top of the Customizer.
    • Exit the Customizer.

    Hope that helps!

    in reply to: setting up directory #397035
    Steven Zahm
    Keymaster

    @ Jenny

    First, the theme is applying additional styles to the template which needs to be corrected. Add the following to the theme’s custom CSS area:

    #cn-list div.vcard {
        display: block;
        margin: 0;
        border: 0;
        padding: 0;
    }
    

    You should see that this changes the appearance. If it does not, try force refreshing your browser so the browser will use the newly updated CSS from the theme instead of the browser locally cached version.

    To turn off the image:

    • Navigate to the Connections : Settings admin page and click the Customize button for the Default Entry Card template.
    • The page will reload with the Customizer of the left and a preview on the left.
    • Click the back arrow in the upper left of the Customizer.
    • Click the Image panel.
    • Change the image Type to None.
    • Click the Save and Publish button at the top of the Customizer.

    If you also which to turn the image off on the entry detail/profile page, while still in the Customizer:

    • Click an entry name in the preview. Any entry name, it does not matter.
    • The preview will reload displaying the entry detail/profile page.
    • Change the image Type to None.
    • Click the Save and Publish button at the top of the Customizer.

    You can now exist the Customizer.

    The reason to do this twice is because the results list view and the entry detail/profile view can be configured separately providing you with a lot of flexibility.

    Hope this helps!

    in reply to: Categories on Profile and Directory Page #397027
    Steven Zahm
    Keymaster

    @ Jade Le Maitre

    Add the following CSS to your theme’s custom CSS area:

    #cn-circled .cn-categories {
        line-height: normal;
    }
    

    Hope that helps!

    in reply to: Search box size #397016
    Steven Zahm
    Keymaster

    @ Игорь Афанасьев

    I went to make the screenshots and now it no longer shows. INstead, use this CSS to replace the CSS I gave you previously:

    #cn-list span input[type=text] {
        width: 250px !important;
    }
    
    in reply to: How do I reactivte licence? #397015
    Steven Zahm
    Keymaster

    @ Caroline

    Specifically which item are you having trouble with?

    I see you have cMap activated on http://petbox.ca/ and many items in the Extension Pro Pack activated on http://petbox.ca/wp/. I suspect these are the “same” site just the configuration was changed so now that the home URL was changed by adding or removing the trailing wp on the WordPress General Settings admin page.

    What you need to do is deactivate the license(s) on the home URL which now longer exists. You can do this by following the instructions in this FAQ. The instructions you need to follow is the “License Activated on Another Site” section. Alternatively, you can let me know which items and which is the valid home URL and I can bulk deactivate for you.

    Hope this helps!

    in reply to: duplicate emails #397008
    Steven Zahm
    Keymaster

    @ Rob

    Has this been resolved? I ask because I have not heard back. Just wanted to followup.

    in reply to: choose template by category #397007
    Steven Zahm
    Keymaster

    @ Matthew

    I’m sorry, but this just is not possible. What you can do is use custom CSS to target entries assigned to a specific category or a specific entry by selecting the related HTML Class or ID, but the actual HTML structure will still be that of the template.

    in reply to: Maps not working #397006
    Steven Zahm
    Keymaster

    @ Rob

    Great to hear you were able to get this working!

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!

    https://wordpress.org/support/plugin/connections/reviews/

Viewing 10 posts - 4,711 through 4,720 (of 15,332 total)