Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Piston
No deleting Connections will not delete your data. But I do not think that will have any effect. Which version were you upgrading from? If it was a much older version, I’m thinking the update script didn’t execute for some reason? If that is the case, I’ll need a temp admin account so I can “force” the update to run.
Which version of the Widget Pack do you have? There were a very small number instances where the permalink would be incorrect because of the way the theme managed its sidebars. Back in Sept I did release an update that would force the permalinks to the directory home page. You can download this update from your purchase history.
Steven Zahm
Keymaster@ Mark
The only way this is possible is by editing the manage.php PHP file found here:
../plugins/connections/link/submenus/manage.phpAdd the following on line 4:
remove_meta_box( 'metabox-logo', $connections->pageHook->link, 'normal' );I hope that helps!
Steven Zahm
Keymaster@ Brian
technically, yes, this is very doable … however … right now the way the search is returned, the relevancy scores are “lost” for a lack of a better word. I continually work on refining searching Connections and this is definitely on the to do list I just can not promise on when I’ll have this worked out.
Steven Zahm
Keymaster@ Jon
Opps … I gues my past buttom was broke :)
Thanks, here’s the link:
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Sean
Looks like the Event Calendar is using the Choosen jQuery plugin to enhance the drop downs too … but I don’t see who that could conflict as Connections only loads it on the page where a template requires it. It is not loaded globally across the entire site.
I’ll need a link to the actual page with the issue occurring in order to tell what’s going on. Can that be done?
Steven Zahm
Keymaster@ Paul
You received the error because you had the
cn_disable_output_cachetwice. The second piece of code I gave was to replace the first I gave you.I tested it and it did work.
Lets try this. Remove all the code I gave from where you added it. Install the Code Snippets plugin. After is is installed and activated import the attached snippet. To access the import page, visit the Tools > Import admin page in the WordPress admin and click on the Code Snippets link.
After you have imported it, activate the snippet.
-
This reply was modified 12 years, 7 months ago by
Steven Zahm. Reason: Add snippet
Attachments:
You must be logged in to view attached files.Steven Zahm
Keymaster@ Jon
No problem …
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
Steven Zahm
Keymaster@ Adam
Sorry, right now the only way is to use add a custom link and manually type in the category URL. This is actually on my feature to do list … but it is pretty low on the list. I think you might be the first to ask for it.
Steven Zahm
Keymaster@ Enrique
You’ll have to mod the template ‘card.php` file to changing the cropping method.
Change this:
$entry->getImage( array( 'image' => $atts['image'], 'height' => 120, 'width' => 100, 'fallback' => array( 'type' => $atts['image_fallback'], 'string' => $atts['str_image'] ) ) );To this:
$entry->getImage( array( 'image' => $atts['image'], 'height' => 120, 'width' => 100, 'zc' => 1, 'fallback' => array( 'type' => $atts['image_fallback'], 'string' => $atts['str_image'] ) ) );Here are the valid values;
1is the default method:
0 Resize to Fit specified dimensions (no cropping)
1 Crop and resize to best fit the dimensions (default behaviour)
2 Resize proportionally to fit entire image into specified dimensions, and add borders if required
3 Resize proportionally adjusting size of scaled image so there are no borders gapsHope that helps!
Steven Zahm
Keymaster@ Dennis
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 -
This reply was modified 12 years, 7 months ago by
-
AuthorPosts
