Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Ajay
Well, the template wasn’t designed to be open by default. So, in order to do that, you will have to edit the template.
Open the
card.phpfound here:
../wp-content/plugins/connections-slim-plus/
or here:
../wp-content/plugins/slim-plus/Change line 19, which should be this:
in_array( 'show', $categories ) ? $show = ' cn-show' : $show = ' cn-hide';To this:
in_array( 'show', $categories ) ? $show = ' cn-show' : $show = ' cn-show';Now, everything will be open by default.
Hope that helps.
Steven Zahm
Keymaster@ Reba
Just following up on the search box sizing…
I loaded up a virtual machine with a fresh install of Win 7 and and IE9 [a free download courtesy of MS for web devs]…
The search input renders exactly as it should. It seems that issue only presents itself when one enables the “compatibility View” in IE. It is that little icon in the address bar that looks like a torn piece of paper by the refresh icon. This is off by default so a user would have to click it on. Over-simplified, but this sort of makes IE render pages like IE6 which is no longer supported by pretty much anyone.
So, if you have this option on, I recommend turning it off.
I hope that helps!
Steven Zahm
Keymaster@ Ronald
Great to hear activating the template solved the issue.
Steven Zahm
Keymaster@ Stephan
What is the folder permissions for:
../wp-content/connection_images/It should be
755. If it is, try767.If this still does not work and you can not still view the folder contents with FileZilla. See if your web host can fix the permissions on the folder. You should be able to view its contents.
If you give me a temp admin account and an FTP account login, I’ll take a closer look.
03/26/2014 at 9:30 pm in reply to: Add entry moderated but when click update puts live anyway #283497Steven Zahm
Keymaster@ Brad
I tracked down the exact issue and implemented a fix. It’ll be part of the forthcoming 0.8 release due out within weeks.
Steven Zahm
Keymaster@ Michael
Sorry, no a feature like that is not available. I would have to custom coded from scratch.
Steven Zahm
Keymaster@ Ronald
Have you installed the template? Here are the template installation instructions.
If you have installed the template, then go to the Connections : Templates admin page and Activate it for use.
Hope that help.
Steven Zahm
Keymaster@ Ronald
TIFF/s are not supported, please attach JPEG/s or PNG/s.
Also, please take a look at this FAQ. It gives several solutions to when templates do not seem to be rendering correctly. If none of those solve the issue, please let me know. Hope that helps!Steven Zahm
Keymaster@ Daniel
Install the Say What? plugin.
It’ll add a new Text Changes menu item. Click Add New, enter the string exactly as shown in Connections, enter connections [notice the lack of capitalization, that's important!] as the domain and then enter your new text.
The great thing about using this plugin is that it will be update safe and you can use it on any other plugin that has been properly internationalized.
Here’s an example; for
Original stringyou would enterWork Phoneand forNew stringyou would enterPhoneor any other string of your choosing.Hope that helps.
03/26/2014 at 11:43 am in reply to: Update 0.7.9.5 / Error: You do not have sufficient permission to access this pag #283417Steven Zahm
Keymaster@ John
This has been fixed. Please double check the settings … looks like you updated from a pretty older version.
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections -
AuthorPosts
