Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterMarking resolved due to inactivity.
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:
- http://connections-pro.com/documentation/gridder/#Name_Overlay_and_Panel_Color
- http://connections-pro.com/documentation/gridder/#Name_Overlay_and_Panel_Text_Color
Hope that helps!
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.phpfile 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.
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.
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!
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-imagethe the “Skip Images Classes” option in that plugins settings. My best guess is there plugin is not applying thelazy-loadedclass to the Connections images. You’ll have to contact their support to find out why.Hope that helps!
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!
Steven Zahm
Keymaster@ Robert
Good to hear that is is working for you too.
For my future reference… this is in regards to this.
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!
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!
-
AuthorPosts
