BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 6,071 through 6,080 (of 15,332 total)
  • Author
    Posts
  • in reply to: Email Entry #370891
    Steven Zahm
    Keymaster

    Marking resolved due to inactivity.

    in reply to: Display 4 or 5 in a Row #370890
    Steven Zahm
    Keymaster

    @ Beth

    re: How do I change the default setting of three in a row to four or five in a row for the gridder template?

    To change the number per row, you need to change the image size. Keep in mind if you are using a responsive theme, the number per row is not set and will be limited to the device screen width the page is being viewed on and the content area width the theme has defined for a given device screen width.

    re: How do I change the colors of the text and and background of the name and bar underneath?

    Here’s the relevant links to the docs which explain how to do this:

    Hope that helps!

    in reply to: Logo in Profile #370889
    Steven Zahm
    Keymaster

    @ Beth

    re: I would like to display the logo of in the profile page as well. How do I do that?

    To do this you have to edit the card-single.php file found here:
    ../wp-content/plugins/connections-gridder/

    Add this line of code to where you wish the logo to display:

    $entry->getImage( array( 'image' => 'logo', 'width' => 300, 'height' => 200 ) );

    Change the size as desired.

    I highly suggest making this change and utilizing template override files.

    re: How do I change the margins on the profile page to look like your demo? Do I edit the PHP File? Can I make a new PHP Template for it to reference?

    Which theme are you using, can you share a link?

    The quick fix is to add the following CSS to the theme’s custom CSS area:

    #cn-gridder .cn-entry-single {
        max-width: 600px;
        margin: 0 auto;
    }
    

    Hope that helps, let me know.

    in reply to: Token mismatch, cheating? #370888
    Steven Zahm
    Keymaster

    @ Roxanne

    I see you are running WP Super Cache. Make sure you are not caching pages for logged in users or exclude the page which Form is on.

    What is happening is the security token is being cached and expires which will result in this error. The tokens are a security precaution which is why they expire.

    Hope that help, let me know.

    in reply to: connections pro form and paypal #370775
    Steven Zahm
    Keymaster

    @ gail

    My suggestion is to use a membership plugin like Restrict Content pro to process membership payments. After successful payment you can give the member access to add their entry to Connections.

    Hope that helps!

    in reply to: Logos not showing up in listings #370774
    Steven Zahm
    Keymaster

    @ Laura

    The issue is because the a3 Lazy Load plugin has set the image opacity to zero. Probably the simplest fix is to add cn-image the the “Skip Images Classes” option in that plugins settings. My best guess is there plugin is not applying the lazy-loaded class to the Connections images. You’ll have to contact their support to find out why.

    Hope that helps!

    in reply to: parse error in bio or notes field #370773
    Steven Zahm
    Keymaster

    @ dominic

    You need to first remove the FULLTEXT index before you can change the collation. The easy way to do this is go to the Connections : Settings admin page and click the Search tab and disable the FULLTEXT option. After you do, should be able to change the collation and then re-enable the FULLTEXT search option.

    Hope that helps!

    in reply to: Map #370772
    Steven Zahm
    Keymaster

    @ Robert

    Good to hear that is is working for you too.

    For my future reference… this is in regards to this.

    in reply to: restricting display to certain roles? #370771
    Steven Zahm
    Keymaster

    @ Kera

    Set the directory to require login to view. And then use the roles settings admin page to define which roles can view private and public entries. You would select the role assigned to your activate members.

    Hope that helps!

    in reply to: adding custom fields #370749
    Steven Zahm
    Keymaster

    @ Magencio

    Sorry for the delayed replies! I wanted to take the time to reply with actual tutorials. Here are the links:

    You’ll find that the process is largely the same only with minor differences in the setup option and how to display the data.

    Hope that helps!

Viewing 10 posts - 6,071 through 6,080 (of 15,332 total)