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.12, address format, customizer, template
- This topic has 3 replies, 2 voices, and was last updated 8 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
02/22/2018 at 10:29 am #452716
bebe
ParticipantHow do I remove the title “work” on these individual pages?
http://www.aapda.org/directory/name/robert-speer/02/22/2018 at 10:51 am #452717Steven Zahm
Keymaster@ bebe
- Navigate to the Connections : Templates admin page.
- Click the Customize button for the Default Entry Card template.
- The page will reload displaying the Customizer on the left and a preview on the right.
- Click the back arrow in the upper left of the Customizer.
- Click the Advanced panel.
- In the preview, click any entry name. It does not matter which. The preview will refresh displaying the single entry profile/detail view.
- In the Advanced panel change the Address Format option to this:
%line1% %line2% %line3% %city% %state% %zipcode% %country%. - Click the Publish button and exist the Customizer.
Hope this helps!
02/22/2018 at 11:02 am #452718bebe
ParticipantThe publish button is grayed out and there is no preview showing in the customizer page. I’m getting this
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Web Server at aapda.org
02/22/2018 at 12:04 pm #452719Steven Zahm
Keymaster@ bebe
That error is common if the page took longer to display than set by the PHP max_execution_limit or if PHP ran out of the memory allocated to it.
Browsing around your site it seems that the http://www.aapda.org/directory/ page is the the directory home page. This will be the page used in the Customizer preview.
Seeing as you are using the Default template which does not support pagination and it appears you may be displaying 100’s of entries on this page. This could easily cause one or both of the mentioned causes of the error. This is not a bug or limitation with Connections. The same would happen if you were to try to display as many WordPress posts on a single page.
Here’s my suggestion…
In you WP admin edit the http://www.aapda.org/directory/ page.
Add
limit=50to the existing shortcode so you have something like this:
[connections limit=50]By limiting the number of displayed entries, hopefully, you will be able to Customizer. If you still get the error, try reducing the limit value.
After you have made the change, remove
limit=50option from the shortcode.Seeing your setup, I would highly recommend that you add
force_home=trueto the shortcode so the “Back to Directory” link goes back to the map page instead of the http://www.aapda.org/directory/ page which will throw the server error.Hope this helps, let me know.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
