BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,501 through 14,510 (of 15,332 total)
  • Author
    Posts
  • in reply to: Category Dropdown not working in v7.5.1 #255634
    Steven Zahm
    Keymaster

    @ Sherry

    Well, this is truly puzzling. Like I said the only issue is that the CSS for Connections is not being enqueued as they should be which is curious because the JavaScript files are. For all intents and purposes, nearly the exact same WordPress functions are used. For me to debug this further, I’m going to need a temp admin account and FTP account.

    in reply to: Font Size #255633
    Steven Zahm
    Keymaster

    @ Kizzy Bedeau

    I just took a look, seems like the font size and colors match the site. So, I’m guess you resolved it?

    in reply to: Suppress Display of Address Type #255632
    Steven Zahm
    Keymaster

    @ Daniel Roberts

    Hmmm, maybe another option, if you’re using one of the premium templates you could try the address_types shortcode option. The doc page if for cMap, but it should work with any one of the templates. They were all updated over the course of this past month so you’ll want make sure you’re running the latest for it to work.

    in reply to: Can Images be included in the listing? #255631
    Steven Zahm
    Keymaster

    @ john

    Sorry, no. However, both the bio and notes field support HTML img tags and shortcodes, so others have used that to include all the images they wanted.

    in reply to: Selective Permalinks #255630
    Steven Zahm
    Keymaster

    @ Mitch

    Welp, I logged it as a feature request … but since this definitely falls into edge use case, this would end up being an add-on plug-in. Keep the ideas coming … I have a dedicated log I keep for them so I can never forget :)

    in reply to: How to add a SEARCH box? #255623
    Steven Zahm
    Keymaster

    @ Griddancer

    Search is a feature enabled in many of the premium templates. A search widget also comes as part of the Widget Pack add-on plugin. The search is a key word search only, similar to WordPress, so it’ll return results if any term is in any one of those fields.

    Steven Zahm
    Keymaster

    @ Gretchen Bayless

    Upgrading to to cMap 3.0.1. should solve the problem with only the titles showing. The other thing you will want to make sure you have the category select disabled too. Otherwise a user selecting a category will affect both shortcodes since they’re on the same page.

    in reply to: Can we import our database into this platform? #255621
    Steven Zahm
    Keymaster

    @ Griddancer

    Sure, there’s a CSV Import Add-on.

    in reply to: Add/Edit of Entry via Howdy menu fails #255620
    Steven Zahm
    Keymaster

    @ Michael Green

    The upload size would be controlled by your settings in your php.ini file or the .htaccess file if your host does not give you access to it.

    The problem is mostly likely a configuration one within the php.ini file. Here’e the values I use:

    Maximum Execution Time
    (max_execution_time)
    360 seconds
    This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser.
    File Upload Settings:  
    HTTP File Upload
    (file_uploads)
    On
    Whether or not to allow HTTP file uploads.
    Temporary Directory
    (upload_tmp_dir)

    The temporary directory used for storing files when doing file upload.
    Maximum File Size
    (upload_max_filesize)
    200 MB
    The maximum size of an uploaded file.
    Data handling:  
    Maximum Post Size
    (post_max_size)
    200 MB
    Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize. If memory limit is enabled by your configure script, memory_limit also affects file uploading. Generally speaking, memory_limit should be larger than post_max_size.
    Steven Zahm
    Keymaster

    @ MJA

    Sure, if you are running cMap 3.0.1? If you’re not, the upgrade is free and can be downloaded from your Purchase History. Just make sure you have name linking turned on. That setting can be found on the Connections : Settings admin page under the Advanced tab.

Viewing 10 posts - 14,501 through 14,510 (of 15,332 total)