BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,381 through 2,390 (of 15,332 total)
  • Author
    Posts
  • in reply to: CSV Import doesn't import all the entries #446836
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: CSV Import doesn't import all the entries #446831
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: CSV Import doesn't import all the entries #446828
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: Listing Title Link Incorrect #446827
    Steven Zahm
    Keymaster

    @ Ray

    RE: Re the image – I would like to NOT display the title when hovered as it shows link text and there is no link for the image

    There is no easy way to remove the hover text as that is handled by the browser. You can try hooking into a couple filters to empty the text. Not sure what the browser will no. Here’s the code:

    add_filter( 'cn_photo_alt', 'cn_photo_alt_title' );
    add_filter( 'cn_photo_title', 'cn_photo_alt_title' );
    function cn_photo_alt_title( $title ) {
        return '';
    }
    

    RE: (2) Re the H3 Title – I would like this to NOT be a link, just a title as again there is nowwhere that it needs to link to

    Navigate to the Connections : Settings admin page and click the Advanced tab. You can disable the Name permalink option. This will remove the link from the entry name (H3). You might be able to add link=false to the shortcode to disable it on a per shortcode basis. No promises though as I can not remember off hand if the cMap template supports it or not since it is not an officially support option.

    Hope this helps!

    in reply to: Image area Customizations #446825
    Steven Zahm
    Keymaster

    @ Andrew

    To use the logo, use the image shortcode option for Slim Plus. Here’s an example:

    [connections image='logo']

    You will either have to preprocess the logo so it is cropped properly or add a code snippet in order to change the default crop mode used by Connections.

    Hope this helps, let me know.

    in reply to: Fields all mixed up #446781
    Steven Zahm
    Keymaster

    @ Dan

    I know its been several days since I last posted an update… I apologize! I expect to have the next update completed by Friday.

    in reply to: CSV Import doesn't import all the entries #446778
    Steven Zahm
    Keymaster

    For pagination, you will need a premium template. I recommend the cMap template. Like all the premium templates, it includes search and it also include the ability to filter by category.

    in reply to: Listing Title Link Incorrect #446672
    Steven Zahm
    Keymaster

    @ Ray

    Navigate to the Connections : Settings admin page and click the Advanced tab. You can disable the Name permalink option. This will remove the link the entry name.

    Hope this helps!

    ps. Apologies for the delay in my reply. I did in fact miss you last reply.

    in reply to: Conflict between Divi theme and Connections plugin #446643
    Steven Zahm
    Keymaster

    @ david

    There are currently no known conflicts between Connections and Divi. Divi is actually installed right now on my test/dev site.

    Perhaps you could explain in more detail the issue you are experiencing so I can see if I can replicate the issue. Please give detailed step by step instructions.

    My first suggestion is to make sure you have updated WordPress, Divi and Connections to the most recent versions and verify that the issue persists. If you have the most current versions installed, it could actually be conflict with another plugin so I would advise doing the plugin conflict check.

    Let me know what you learn.

    in reply to: Where is My Shortcode? #446642
    Steven Zahm
    Keymaster

    @ Larry

    The page you see is the directory front page. If you wish to have a category list above the directory, you can use the Enhanced Categories extension. Alternatively, you can use a premium template. All of which support filtering by category.

    Hope this helps!

Viewing 10 posts - 2,381 through 2,390 (of 15,332 total)