Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by
Debbie Kurth.
-
AuthorPosts
-
01/06/2018 at 3:46 pm #446256
Debbie Kurth
ParticipantOverall, I really like this plugin and the business card like display. However, I have a couple of issues that need to be resolved. I use a theme that has a builder in it, similar to visual composer. When I insert the shortcode in a standard text field, the card does not display correctly at all. When I do not use the builder and place it in the standard wordpress field, it displays too high and under the header. I need to know how to place some margins or padding to move the search fields and content downward.
The problem can be seen here: https://snag.gy/UHo3Wq.jpg
With the header color forced, the header is seen, but the search boxes are hidden:
https://snag.gy/3NnxLE.jpgSecond question, I would like to change the size of the business card. So far I have not found where this can be done.
-
This topic was modified 5 years, 2 months ago by
Debbie Kurth.
01/06/2018 at 4:51 pm #446258Debbie Kurth
ParticipantI have worked my around the header issue, although it still does not work in the builder technology. I have also found the business card sizing. However, with the size of the font size is way to small. Can I customized which field displays at different font sizes?
The search field, without me reverse engineering the CSS values, I would like to center it and place a label in front of it. Do you have an easier way?
-
This reply was modified 5 years, 2 months ago by
Debbie Kurth.
01/08/2018 at 10:18 am #446527Steven Zahm
Keymaster@ Debbie
RE: I use a theme that has a builder in it, similar to visual composer. When I insert the shortcode in a standard text field, the card does not display correctly at all
Unfortunately this is impossible for me to know what the issue is from looking at the screenshot… my best guess is that the theme’s page builder is not correctly processing WordPress shortcodes. It looks like it might be telling the shortcode to output before its is supposed to. perhaps the theme builder is not meant to use shortcode in its text area content blocks … does it have a shortcode block?
RE: When I do not use the builder and place it in the standard wordpress field, it displays too high and under the header.
What do you mean by standard WordPress field? The post content area? If that is the case, I suspect you have a static header and the theme has not properly pushed the page/page content area down to account for the static header height. I would look for a margin/padding option in the theme. If it is a visual builder, I certain it has one somewhere in its settings.
RE: I would like to change the size of the business card. So far I have not found where this can be done.
Here’s the link to the docs which explain how to change the tile size.
RE: I have worked my around the header issue, although it still does not work in the builder technology.
Good to hear you got it working! I took a look at your site… I see you are using Themify. Connections does work fine it in as I’ve assisted other users who were using their themes. It, like just a theme design setting that needs tweaked or perhaps a different content block should be used.
RE: However, with the size of the font size is way to small. Can I customized which field displays at different font sizes?
The font size was chosen to be this size so the default info would fit within the small card size. If you wish to increase the size, it can be done with CSS.
Add this following to the theme’s custom CSS area:
#cn-tile-plus .cn-entry, #cn-tile-plus .cn-entry .fn { font-size: 16px; }
Tweak the size as desired.
RE: without me reverse engineering the CSS values, I would like to center it and place a label in front of it. Do you have an easier way?
Nope, CSS is the only way. Here’s the CSS:
#cn-tile-plus span.cn-search label { margin-right: 8px; } #cn-tile-plus span.cn-search { display: block; float: none; margin: 0 auto; text-align: center; } #cn-tile-plus .cn-search label { display: inline; }
It does appear that some custom CSS has been applied breaking the visual style of the search input, you’ll have to remove that to correct its display.
Hope that helps, let me know
01/08/2018 at 1:27 pm #446540Debbie Kurth
ParticipantIt does help and understood about the short-codes. I have used many wordpress shortcodes, such as formcraft, within the builder, with great success, so I am not sure that it is short-codes in general.
I do have a fixed header, something I prefer over sticky headers. I did work around this problem.
Yes, I did add some custom CSS code to push the search field over to the left and adding some padding:
<h1>cn-tile-plus .cn-search {</h1>
float: left; padding-bottom: 15px;
}
I will give a shot to your suggestions. Thanks for your help and I will write back with anymore issues.
-
This topic was modified 5 years, 2 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.