Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ matt
Ok, sorry, but had to ask … I’ve run in to that before.
One thing I just noticed, the Google Maps API is being loaded twice. That can definitely cause problems. So another plugin or theme must be loading it too. I’ve taken this into account … on the Connections : Settings admin page under the Advanced tab, uncheck the Google Maps API option and save. If the version of the API being loaded by the other plugin or theme is compatible, hopefully that’ll clear things up.
Steven Zahm
KeymasterThe styles.css file for cMap can be found here:
../wp-content/connections_templates/cmapThis is the section of the file you’ll want to edit to change the background color:
#cn-cmap .cn-entry { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4); -moz-box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4); box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4); -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#CCC')"; /* For IE 8 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */ background: #e3e3e3; /* Old browsers */ background: -moz-linear-gradient(top, #e3e3e3 1%, #f1f1f1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e3e3e3), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* IE10+ */ background: linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */ border:1px solid #D3D3D3; font-size: 12px; margin: 10px 4px; padding: 12px; position: relative; }I hope that helps!
Steven Zahm
KeymasterI’m sorry, but there is not a bulk category edit function, so there is not an easy way to make bulk category changes.
Steven Zahm
KeymasterHave you tried the solutions provided in this FAQ: Why does the template layout look wrong? Nearly 100% of the time the theme is the cause when there is a display issue and the [raw] shortcode which is usually provided by the theme resolves the issue. It’ll help if you can share a link to your directory.
Steven Zahm
Keymaster@ matt
After you moved the pin, you did click update entry, right?
Steven Zahm
KeymasterOfficially both IE 6 [less than 1% market share] and IE 7 [less than 2% market share] are not supported (neither do sites like Google and Facebook), but the last I tested it did work fine, so it could be the theme.
Steven Zahm
KeymasterSorry, I should have prefixed my styles for Form, it is on my to do list to correct on the next update.
As for Tile Plus, it is designed to be more like a business card while providing a tile/grid like layout. Showing the bio field would require a variable height layout which will not tile correctly once you start getting many entries with different amount of text in the bio, trust me, it looks very messy compared to the current tile/grid display. It seems like cMap would be a better fit for your application.
Steven Zahm
Keymaster@ Yani
yes, just use the id shortcode option.
Steven Zahm
KeymasterOther than providing a directly link somehow on the front side, no, sorry.
Steven Zahm
Keymaster@ Kim
You have another plugin [or maybe even the theme] converting the email address link to an image. I haven’t seen that before … but adding the following to the theme’s style.css file should make the alingment better:
img { vertical-align: bottom; } -
AuthorPosts
