BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 881 through 890 (of 15,332 total)
  • Author
    Posts
  • in reply to: View All feature #477122
    Steven Zahm
    Keymaster

    @ Mau

    Navigate to the Connections Settings admin page and click the Display tab. Scroll down to the Results List section and disable the Character Index option.

    Hope this helps!

    in reply to: Daily export #477121
    Steven Zahm
    Keymaster

    @ Richard

    Yes, if you are looking just for a SQL dump of the tables which contains the raw data, that will work. To get CSV file export, you would have to go about it the way I described.

    in reply to: Maps #477050
    Steven Zahm
    Keymaster

    @ Robert

    Yes, that should work. I think there is a bug. Please try:

    [connections template="slim-plus" enable_map=0 show_email='TRUE']

    Hope this helps, let me know.

    in reply to: Emails Not Displaying on Frontend #477049
    Steven Zahm
    Keymaster

    @ andisites

    It should continue to work fine. Can you please share a link to your directory page so I can take a look?

    in reply to: Daily Export Possible? #477037
    Steven Zahm
    Keymaster

    @ Matthew

    There is no a built in method to auto export daily. YOu could look at the csvExportAll() and csvBatchExport() methods in the class.actions.php file found in this folder:

    ../plugins/connections/includes/admin/

    You would need to create a WP CRON (perhaps triggered by a real CRON). You would also have to create some sort of feedback loop because the export happens in batches. In the web browser this is done with JS. There is a library, called Action Scheduler (I think) that would be useful in creating such a process. I would expect it would take a couple/few days to code something out.

    Not sure this helps, but I hope it does!

    in reply to: ERROR: Could not insert term into the database #477036
    Steven Zahm
    Keymaster

    @ Craig

    Hmmm… new installation, VPS and MS…

    I suspect that none of the Connection tables were created upon activation. YOu can verify this by exploring your database. You should many tables that start with {wpdb-prefix}_connections. If those table do not exist, try deactivating and activating Connections again/ On MS installation, do not activate network wide. Activate only on the child sites where you plan to use Connections. If after doing this and no tables are created then I suspect the database user created for the for WP install does not have the create table privileges.

    Hope this helps! Let me know.

    in reply to: Images not showing #476942
    Steven Zahm
    Keymaster

    @ gretar

    RE: The images are a link to details about the person but I don’t what that. How can I remove the link on the images ?

    By default the images are not links … you would have to manually add them to the entry as a Link and then assign that link to the image. If the images are links, edit the entry and remove the link. That will remove the assignment which would remove the link from the image.

    RE: can I stack the staff list up so that there are two columns side by side.

    There are a few premium templates available which have a gridlike layout. Here’s the link:

    https://connections-pro.com/templates/

    Hope this helps!

    in reply to: Images not showing #476940
    Steven Zahm
    Keymaster

    @ gretar

    I looked at the page source and found that the image tag for the images are present. But, something has removed the srcset attribute. That is what tells the browser to load the image and from where.

    I would suggest doing the plugin conflict check.

    Hope this helps, let me know what you learn.

    in reply to: How to create multiple directories? #476939
    Steven Zahm
    Keymaster

    @ John

    Please use the category shortcode option as shown in the FAQ. Make sure both the dispensary categories are a child of a “Dispensaries” category and that you use the category ID of the “Dispensaries” category for the category shortcode option value.

    Hope this helps!

    in reply to: Page Not Loading… #476936
    Steven Zahm
    Keymaster

    @ Pina

    Since it is just a temp account, use any fake email address.

Viewing 10 posts - 881 through 890 (of 15,332 total)