Hey Steven, it isn’t a “white page of death” it’s just that the content stops at the shortcode. I can type content into the editor above the shortcode and it will render. If I type below the shortcode it will not.
I have deactivated all plugns except Connections. Same result. I deactivate Connections and the page will render with “error: template not found.” As soon as I turn it back on the page will stop at the shortcode location.
The local shortcode is below, followed by what is working on the live site. One item that gets changed every time locally is color=”000000″. Every time it will remove the quotes. I think I have all of the other quotes stable now, but that are not the same as they have been on the live site.
Local shortcode:
[connections template="gridder" color=000000 name_format="%first% %last%" enable_map='FALSE' background_color="6387B9" enable_note='FALSE' image_width=220 image_height=320 enable_category_select='TRUE' enable_search='TRUE' show_addresses='FALSE' excerpt_length=25 show_contact_name='FALSE' exclude_category="2,3,4" home_id=276 force_home='TRUE' order_by="meta_key:category|NUMERIC_ASC,meta_key:order|NUMERIC_ASC" email_format="%label%%separator% %address%" str_work_email="Email" str_work_phone="Phone" str_work_fax="Fax" str_work_addr="" str_note_head="Secretary" str_personal_email="Secretary Email" str_home_addr="" str_bio_head="" str_select_all="All Categories"]
Live shortcode that currently functions. Key difference is that this one uses single quotes throughout. Neither color or background_color use quotes at all.
[connections template='gridder' color=000000 name_format='%first% %last%' background_color=6387B9 enable_map=FALSE enable_note=FALSE image_width='220' image_height='320' enable_category_select=TRUE enable_search=TRUE show_addresses=FALSE excerpt_length=25 show_contact_name=false exclude_category='2,3,4' home_id=276 force_home=TRUE order_by='meta_key:category|NUMERIC_ASC,meta_key:order|NUMERIC_ASC' email_format='%label%%separator% %address%' str_work_email='Email' str_work_phone='Phone' str_work_fax='Fax' str_work_addr='' str_note_head='Secretary' str_personal_email='Secretary Email' str_home_addr='' str_bio_head='' str_select_all='All Categories']
