Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 0.8.1, chosen, form, logo'enable_category_select, Tile Plus
- This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago by
Steven Zahm.
-
AuthorPosts
-
04/29/2014 at 5:28 pm #289722
eve lurie
Guestmee too stephen,
1. On the grid broken problem. I”ll wait for the update. coming in a few days? otherwise i’ll do the fix. then when i know it’s fixed, i’ll update the working site, pde.cc2. also, on the update, ‘select a category’ has gone missing on the dropdown. did you used to have an upload file in the forums? i could send a screen shot.
3. also, I can’t get the category dropdown to not show: (I’m practicing, but will use that customization with the c-map template, then put categories into sidebar
here is my code: [connections background_color="#FFFFFF" background_gradient=FALSE card_width=400 image_width=255 show_image=TRUE show_social_media=TRUE image='logo'enable_category_select=FALSE page_limit=60]
4. on the form extension. is there a way to not post until approved by an admin?
Many Thanks,
sorry for so many questions at once.04/29/2014 at 8:33 pm #289729Steven Zahm
Keymaster@ eve
Yes, Tile Plus will be updated in short order. Closely followed by Tile. Seems in my testing I didn’t roll back the code of those two templates to the current released versions so I missed a couple items.
In the meantime, to get the drop down select back to functioning like it was before, add the following to the theme’s functions.php file.
add_action( 'cn_template_enqueue_js-tile-plus', 'Tile_Plus_Enqueue_Chosen', 9 ); function Tile_Plus_Enqueue_Chosen() { wp_enqueue_script( 'jquery-chosen-min' ); }
The category drop down not being disabled is likely due to the missing space between ‘logo’ and ‘enable_…’
With Form, are you testing while logged in? If so, you are adding with the same permissions as if you are adding an entry in the admin. Logout, the submissions will go to the moderation queue.
Hope that helps!
04/30/2014 at 3:33 pm #289791Steven Zahm
Keymaster@ eve
I just released the bug fix release, 0.8.2. This should resolve the issues you had with Tile Plus. FYI, I will be releasing an update to Tile Plus, likely within a week which will address a few minor bugs as well as adding support for a few new features built in to Connections.
Oh, if the update does not show up for you, go to the WordPress Updates admin page and click the Check Again button.
The update to Tile Plus to address the tiling issue… basically the break occurs after first character change of the last name.
Here’s how you can fix it now without waiting for an update to Tile Plus:
Login to you site with FTP.
Navigate to the../wp-content/uploads/
folder.
In that folder create a new folder named:
connections-templates
In the connections-templates folder create a folder named:
tile-plus
In tile-plus folder create a new file named:
tile-plus-custom.css
Edit that file so the contents are:#cn-tile-plus .cn-list-section-head.cn-clear { clear: none; }
Save the file.
When you refresh the page, the tiles should appear correct.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.