Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Mark Russell
On the to do list. I should have an add-on this month to do just this.
Steven Zahm
KeymasterThat;s not going to work very well display-wise…
You’ll have to edit the template.php file to remove the inline CSS that sets the width and height. Look for the following on line 1 and remove it:
style=”height: <?php echo $template->tileplus->cardHeight; ?>px; width: <?php echo $template->tileplus->cardWidth; ?>px;”
Steven Zahm
KeymasterTo show the social media icons, use the show_im Tile Plus enabled shortcode, like so:
[connections show_im=TRUE]
The only way to show all links to to edit the template.php file by adding the following where you want it to show:
$entry->getLinkBlock();
Steven Zahm
KeymasterSorry, no. But this does make a whole lot of sense and would make the feature more user friendly. I’ve added this to my feature quest list.
Steven Zahm
Keymaster@ dgalassi
In short, yep. Take a look at the filters shortcode option.
You can also do something like this with URL/s:
my-site.com/directory-home-page/region/MNOn the Connections : Settings admin page under the Advanced tab you can change “region” to “state” so it is more clear in the URL what you’re linking to.
Steven Zahm
KeymasterSorry, this is not a feature of cMap because nearly everyone wants it removed. If you don’t mind doing a small edit, it is easy to add in. Are you comfortable with attempting this?
Steven Zahm
Keymaster@ Eric
Lets see…
- Yes. Is there more to this question?
- At this time, only really the Tile and Tile Plus templates, but that is because the design is already narrow. I am literally working on a complete revamp of the template system and it’s on my list to make sure everything is more responsive ready.
- You could use Link.
- Sorry, no.
Steven Zahm
Keymaster@ Tom
Ok, I figured it out … you’re running you admin with SSL, so the Google Maps API was being blocked because it was being run over non-SSL connection. I added a hot fix to you Connections install to load the API via SSL if it is detected.
Steven Zahm
Keymaster@ Tom
Sorry, but there is not a way to remove of hide that category.
Steven Zahm
Keymaster@ Sherry
Put the older version back on … something I didn’t think of because I never ran across this before, sorry. The upgrade won’t trigger because the “version” option was set from the newer version, so the upgrade is not going to trigger, because the newver version number was already set in that option … you’ll have to remove the “connections_options” option_name from the wp_options table using phpMyAdmin.
-
AuthorPosts
