Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Jon
Sorry, no, there’s not a shortcode code but if you know some fairly basic PHP you can add this to the template.
Add the following code to the
card.phpand/cardcard-single.phpfile found here:
../wp-content/plugins/connections-tile-plus/<?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>If you decide to do this then I suggest creating a template override file as as explained in this QuickTip.
Hope that helps!
Steven Zahm
Keymaster@ Juan
No problem. If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
Steven Zahm
Keymaster@ holly
Here’s the single page example with the YouTube video that I forgot in my previous reply.
http://connections-pro.com/demo/template/cmap/name/greater-reading-chamber-of-commerce-industry/
Steven Zahm
Keymaster@ holly
The size seems to be set by the theme’s or another plugin’s CSS (or maybe some javascript). I could not find the origin of the issue and the CSS was the best I could come up with.
I, temporarily added the same YouTube video to the cMap sample. As you see it is sized correctly.
There seems to be other CSS conflicts with the theme too. Add the following to the theme’s custom CSS area:
#cn-cmap img.cn-image.logo { width: auto; float: none; border-radius: 0; box-shadow: none; } #cn-cmap span { margin: 0; } #cn-cmap span.cn-return-to-top img { width: 22px }Hope that helps!
Steven Zahm
Keymaster@ aaron
What the link to the page so I can take a look?
Steven Zahm
Keymaster@ Juan
It looks like you might have cForms II installed. please try this…
In WP admin, go to cformsII -> Global Settings -> WP Editor Button support and select the option “Fix TinyMCE error”, and save.
Steven Zahm
Keymaster@ holly
Try adding the following to the theme’s custom CSS area:
iframe.youtube-player { width: 100%; }That should fix it. Let me know.
Steven Zahm
Keymaster@ Paul
Go to the Connections : Roles admin page and allow the role that your users are assigned to your users the permission to
View Private. That should do it. Hope that helps!Steven Zahm
Keymaster@ Mike
Sorry, I’m not sure I quite follow? Can you share a link with the site having the issue? If you can’t. If you log into the forum, you can attach screenshots of the issue. One thing I do recommend is updating Slim Plus to 2.0. It is still available to you from your purchase history.
Steven Zahm
Keymaster@ Juan
The number one reason for the Form fields not to work is fatal javascript errors in other plugins and theme. Load the page in Chrome, hit the F12 key and then click the Console tab. All errors will be listed here. Look for any that say something about undefined. Go to the far right of the and the file causing the error will be listed. Mouseover that error and the file path will be shown. That file path usually is a good hint of what the source plugin or theme is. If it is a plugin, deactivating the plugin fixes it.
If you can share the link to the page having the issue, I’ll take a quick look.
-
AuthorPosts
