Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterThis reply has been marked as private.Steven Zahm
KeymasterThis reply has been marked as private.Steven Zahm
KeymasterThis reply has been marked as private.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=falseto 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!
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.
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.
Steven Zahm
KeymasterFor 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.
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.
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.
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!
-
AuthorPosts
