Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterIs your directory home page set to be the same page that is set as the site’s front page? If it is, please move your directory home page to be any other page than the front page. That should resolve the issue. Let me know. Thanks!
Steven Zahm
KeymasterThe March release of Connections will have a method to de-register address, phone, email types as well as register new types.
Initially this will be a code thing that you’ll have to drop in the theme’s functions.php [which will be a horrible place to add it actually] but it’s a first step to allow user to add and remove what they need.
Steven Zahm
KeymasterThe only way to achieve that is by editing the template.php file for cMap. This file can be found here:
./wp-content/connections_templates/cmap.You have to be comfortable with editing PHP. If you are the change should be too difficult at all.
Steven Zahm
KeymasterTo achieve that, you’ll need to pre-process the images that you upload so they have the same ratio as the image settings. I hope that makes sense! Hmmm, I’ll give an example.
The default image size used in the cMap template is the Medium images setting found on the Connections : Settings admin page under the Images tab. The default value is 225 x 150px. So before you upload a image you’ll have to crop it manually so it has the same ratio. Lets say the image you plan on uploading is 1024 x 768px, crop that image to 900 x 600px and then upload it. How did I come up with 900 x 600px? Here’s how. 225 times 4 equals 900 and 150 times 4 is 600px. How do you know you’ve got the right ratio? 225 divided by 150 equal 1.5. 900 divided by 600 is also 1.5. So as long as the image you upload has a ratio of 1.5 it scale without white space filling in.
Steven Zahm
KeymasterSorry, no. The March update of Connections will include a “header” message of sorts that’ll state you’re searching in xxxxx categories with yyyyy terms and have a clear button to address this.
Steven Zahm
KeymasterYes, install and activate the Widget Pack which is one of the downloads in the Pro Pack. There is a Search widget that can be placed on in the theme’s sidebar.
Steven Zahm
Keymaster@ Mark
Sorry, no. I never did get the email. I logged in and made the change, it should work now.
Steven Zahm
Keymaster@ Barry
It does appear that I do need to rel=”next” and rel=”prev” to the pagination link in order to help Google understand that it should follows those links and index them. I have this as a hot item to be included in the next release.
Steven Zahm
Keymaster@Avi
Updates and fixes can always be downloaded from Purchase History page. Those will always have the latest released version.
I hope that helps!
Steven Zahm
Keymaster@ Michael Bova
Yes that is correct. Here the three options available for present.
getImage( array( 'preset' => 'profile' ); // Large Image getImage( array( 'preset' => 'entry' ); // Medium Image getImage( array( 'preset' => 'thumbnail' ); // Small Image
Hope that helps.
-
AuthorPosts
