Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ NetWarden
With the new custom fields and metabox API, this could be very easily added by a dev. This isn’t something I’ll be adding to core.
As far as meta tags/keywords, I could be wrong, but I think I’ve read that search engines no longer give any weight to keywords because they were so badly abused in the early years.
https://yoast.com/meta-keywords/
https://yoast.com/focus-keyword/Now with that said, I do not yet know if it is possible, but on my todo list is an extension the integrates with WordPress SEO. The only blocking item I can think of is that Connections does not use a CPT, so I would have to be creative in bringing in the SEO metaboxes and processing the settings when an entry is added/edited.
Steven Zahm
Keymaster@ Nat
I just took a look …
I see 4 entries, none of which seem to have an image uploaded at all. Are you asking how to show the logo instead of the image? If yes, then use this shortcode:
[connections image='logo']I hope that helps.
Steven Zahm
Keymaster@Chi
All but market should just fine with responsive themes. Not sure If I’m going to rework Market or discontinue it instead at some point.
Steven Zahm
Keymaster@ Nat
Can you please share a link to the directory page with the issue? Thanks!
Steven Zahm
KeymasterSteven Zahm
Keymaster@ Sean
Oh, when I push out the next update (not bug fixes like 0.7.9.4 & 0.7.9.5), I did update Chosen to the latest version so you will not run into this issue when updating to version 0.8.
Oh, If you haven’t updated to 0.7.9.5, I strongly recommend that you do … which means you’ll have move those files again, sorry. But this update closes a potential XSS attack vector.
Steven Zahm
Keymaster@ Sean
No problem!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Christine
Please do not reply to the post notification email … most the time I do not even read them … Please reply here, in the forum. Thanks!
Here’s the updated CSS to replace what I gave you before:
#cn-list { color: #656565 !important; } #cn-list a, #cn-list a:visited { color: #656565 !important; } #cn-list p, #cn-list span, #cn-list a, #cn-list h3, #cn-list h5 { font-size: 16px !important; font-weight: normal !important; font-family: Helvetica,Arial,sans-serif !important; line-height: normal !important; } #cn-list .chzn-container-single .chzn-single { color: #656565 !important; } #cn-list .chzn-container-single .chzn-single span { line-height: 26px !important; } #cn-list .chzn-container .chzn-results li { color: #656565; line-height: normal !important; }To change the blue, see this FAQ.
The fuzzy fonts, there’s not much I can do about that, sorry. That is combination of the font chosen by the theme author and the generally poor font rendering of Firefox. Chrome and IE seem to look much nicer which is why I didn’t notice it before.
Steven Zahm
Keymaster@ Diane
Add the following CSS to the theme’s custom CSS area or add it to the end of the theme’s styles.css file:
#cn-list a { color: green !important; }You can tweak the color to be anything you want.
Hope that helps.
Steven Zahm
Keymaster@ Sean
On second thought, try just deleting the
chosen.min.cssfile from the Connections css folder. If it is not there, it can not be loaded.Another possibility is that the
chosen-sprite@2x.pngfile from The Events Manager needs to be copied to the Connections css folder, not the images folder. -
AuthorPosts
