BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,171 through 14,180 (of 15,332 total)
  • Author
    Posts
  • in reply to: View all page #258782
    Steven Zahm
    Keymaster

    @ Marcus

    Sorry, no, not unless you could write a plugin and hook into the correct filters.

    in reply to: Connections not working anymore #258769
    Steven Zahm
    Keymaster

    @ Robert

    Connections works fine from PHP versions from 5.2.4 [minimum WP requirement] to 5.4.10.

    The only other item to try is disabling all other plugins to see if the error persists. And if it does, load a clean install of WP up on a test site by creating a subdomain and install Connections. If the error does not persist, then the theme is somehow the cause. BTW, could I get a copy of it just to test that myself?

    in reply to: Allow Premium Listing Feature and More #258761
    Steven Zahm
    Keymaster

    @ David

    Yes, that is a very nice directory. Unfortunately, it is not a WordPress site. Everything appears to be custom developed.

    After reviewing their directory, I would say with cMap and the Widget Pack Connections is about 65-70% there. Every release brings it closer; to which there have been 15 already this year alone with at least another 7 planned.

    Thanks for the great input! Keep them coming.

    in reply to: Make Form Responsive #258754
    Steven Zahm
    Keymaster

    @ ManfredC

    I did reply What you can do is turn off the rich text editor; since it is useless on the small screen anyway. Just add rte=FALSE to the shortcode.

    And, add this to the theme’s style.css file:

    #cn-form-container textarea {
        width: 95% !important;
    }
    
    in reply to: Website disappears when plugin activated!! #258740
    Steven Zahm
    Keymaster

    @ Alex

    I believe this is a web host configuration issue; likely due to the PHP memory configuration. See is this blog post helps. 5 Ways to Increase the PHP Memory Limit in WordPress.

    in reply to: Make Form Responsive #258736
    Steven Zahm
    Keymaster

    @ Carolin

    Yes, that is correct.

    in reply to: qr #258735
    Steven Zahm
    Keymaster

    I have added to my to do list to write a generic class to be able to include a QR code where i can feed it any data and have it represented in the QR code. The amount of data a QR code can store is still pretty limited. So, I’m having a hard time envisioning what data the QR code would represent.

    Suggestions please, thanks!

    in reply to: Make Form Responsive #258718
    Steven Zahm
    Keymaster

    @ Carolin

    Make sure you’re running cMap version 3.0.x on both sites.

    Steven Zahm
    Keymaster

    @ mtonner

    On the Connections : Settings admin page can you check the JavaScript option under the Advanced tab to see if that works.

    in reply to: Advanced Search #258694
    Steven Zahm
    Keymaster

    @ Gizmo

    The logic that outputs the search input can be found in the class.template-parts.php Look for the search function. This function handles just the output of the HTML on the page.

    The other file you’ll need to edit for actual processing is class.retrieve.php. You’ll need to edit both the entries and search functions.

    Hope that gets you on your way.

Viewing 10 posts - 14,171 through 14,180 (of 15,332 total)