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.
Tagged: 8.1.5, css, memory, memory_limit, php, vcard, WP_MEMORY_LIMIT
- This topic has 5 replies, 2 voices, and was last updated 11 years, 8 months ago by
Steven Zahm.
-
AuthorPosts
-
11/21/2014 at 2:13 pm #310525
Jay Mathieu
GuestI recently downloaded and installed the connections plugin. I was able to install it, and add a couple entries. I followed the instructions regarding the [connections] shortcode usage, created the display page, and specified that page within the plugin’s settings. However, nothing appears on the page. Any thoughts on what I am doing wrong?
11/24/2014 at 10:00 am #310716Steven Zahm
Keymaster@ Jay
My initial guess is that PHP is running out of the memory allocated to it. Take a look at this excellent blog post on how to increase the memory allocation.
I suggest a value of
128M. The post gives several different methods, which method that will work will depend on your webhost. I suggest starting at the top of the list and work your way down.I hope this helps, let me know.
11/24/2014 at 12:07 pm #310740Jay Mathieu
GuestThanks very much for the info. I tried steps 1,2,3 with no luck.
11/24/2014 at 1:36 pm #310741Steven Zahm
Keymaster@ Jay
Oh, I see the issue now!
Something is adding a style that hides vCards. You can see this in the page source:
.vcard{ display:none; }Add the following to the theme’s custom CSS area to override it:
#cn-list .vcard { display: block; }That will fix it up!
11/24/2014 at 1:59 pm #310742Jay Mathieu
GuestThat did it, thanks very much!
11/24/2014 at 5:46 pm #310775Steven Zahm
Keymaster@ Jay
Great to hear!
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 -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
