Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Jason
Under the Display tab in the Single Entry Content Block section enable the Services block. This option would have been added automagically when you split the Services category but is disabled by default. So it must be enabled for it to display.
Steven Zahm
Keymaster@ Jason
If I understand…
You could download and install this addon for Connections:
https://github.com/Connections-Business-Directory/Split-Categories
Click the green button to download the zip file and then install as you would any plugin in WP.
This adds a new settings option on the Connections : Settings admin page under the Advanced tab.
You could choose to split out your services category. And then under the Display tab in the Single Entry Content Block section enable the Services block. And then use the Template Customizer and disable the category display.
Doing this will now only list the categories under the Services category.
Hope this helps!
Steven Zahm
Keymaster@ Margaret
Can you enable WordPress debug logging? Perhaps something in the log will help.
https://codex.wordpress.org/Debugging_in_WordPress
Also, install the Query Monitor plugin.
https://wordpress.org/plugins/query-monitor/
Lastly, have you tried the export with all other plugins temporarily deactivated.
Steven Zahm
Keymaster@ sebastien
There is a way but there is not a point and click way of doing this. Here’s how:
- Install the Code Snippets plugin.
- Add a new snippet with the following code.
- Save and Active the code snippet with the Only run once option selected.
- After the snippet runs all the data from Connections will be erased. *This operation can not be undone. Use with caution. This snippet can be run any time you wish to delete all the Connections data.
code snippet
add_action( 'plugins_loaded', 'cn_empty_tables' ); function cn_empty_tables() { global $wpdb; $wpdb->query( 'TRUNCATE TABLE ' . CN_ENTRY_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_ENTRY_ADDRESS_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_ENTRY_PHONE_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_ENTRY_EMAIL_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_ENTRY_MESSENGER_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_ENTRY_SOCIAL_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_ENTRY_LINK_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_ENTRY_DATE_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_ENTRY_TABLE_META ); $wpdb->query( 'TRUNCATE TABLE ' . CN_TERM_RELATIONSHIP_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_TERMS_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_TERM_TAXONOMY_TABLE ); $wpdb->query( 'TRUNCATE TABLE ' . CN_TERM_META_TABLE ); }Hope this helps!
-
This reply was modified 7 years, 7 months ago by
Steven Zahm.
Steven Zahm
Keymaster@ Kathy
Sorry, also wanted to ask:
- Have you flushed the endurance page cache after the change?
Steven Zahm
Keymaster@ Kathy
- What is the exact shortcode used to embed the directory on the page?
- Has the template been altered in any way?
Steven Zahm
Keymaster@ Kathy
Are you referring to the photo being displayed in the bio area?
To adjust those settings:
- Navigate to the Connections : Templates admin page.
- Click the Customize button for cMap
- The page will reload with the Customizer on the left an a preview on the right.
- Click the back arrow in the upper left of the Customizer.
- Click the Bio Image panel.
- Set the image type to the preferred option. Based on what you explained, you want to set it to none.
- Publish the changes and exit the Customizer.
Hope this helps!
Steven Zahm
Keymaster@ Sylvie
RE: We enter a zip code in Colorado (all of our directory entries are in CO right now), pick a radius (i.e 5 miles) hit search and the entire directory appears not the radius per the request.
Open the page in Chrome, click Show Map for any entry, hit the F12 key and then click the Console tab in the browser tools. You’ll find this message from Google:
You have exceeded your request quota for this API. See https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors
Generally this means you have not setup a valid payment method with Google.
The Google Maps API key will not be valid and not work until you do. These means the radius search can not work just like the maps themselve do not work.
RE: The second issue we are having is the upload of additional directory entries from the state of Georgia.
Which version of CSV Import do you have installed and activated? The original you purchased from 2013 or the updated version from when you renewed? I ask because the
class.upload.phpfile referenced in the error has not been used in Connections for at lest a couple years now.Make sure you have version 2.0.2 installed.
Hope this helps!
Steven Zahm
Keymaster@ sebastien
Sorry, but I am not certain what you are asking. Could you please provide more details?
Steven Zahm
Keymaster@ Margaret
What version of Connections are you running on the site you are exporting from?
-
AuthorPosts
