Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ drewwestcott
No this has actually been the behavior now for many years. The template will not has a single view unless one has been created and registered to use it.
Yes, using the shortcode will always override any settings set in the admin, including the activate template. This is to allow per instance overrides of the settings.
It sounds of you need to add a single view to your custom template. To see how, I recommend referring to the code of one of the premium templates such as cMap or Market.
I hope that helps.
Steven Zahm
Keymaster@ Hubert Horstmann
My best guess is one of two following…
One, the document root can not be determined automatically. So you have to manually set the DOCUMENT_ROOT here’s how:
Add the following to the timthumb-config.php file found here:
../wp-content/plugins/connections/includes/libraries/timthumb/This is what you need to add, make sure to change the doc root accordingly:
define ('LOCAL_FILE_BASE_DIRECTORY','/my/doc/root/');What
/my/doc/rootwill be will depend entirely on the server setup. If you go to the the Connections : Dashboard admin page and look at the the System widget; there will be a constant named CN_PATH. The doc root should be the beginning portion of that path. What I can tell you is that from thewp-contenton will NOT be part of the doc root.Two, some server setting is preventing the script from reading the images and if that is the case, so, I do not know what that could be. Maybe a rule in the
.htaccessfile or something your webhost has configured. If you have any security related plugins installed, perhaps they’re blocking content.I hope that helps point you in the right direction.
Steven Zahm
Keymaster@ Nils
Sorry, but there is no way to order by category. the best that can be done is to place the shortcode on the page, one time for each category you want to display in the order you want them to be displayed. You would use the category shortcode option to limit the results to a specific category in each instance of the shortcode.
Hope that helps.
Steven Zahm
Keymaster@ josh901
Currently the only way to do this is to add them to the
class.options.phpfile. Search for one of the existing networks. The change you will need to make will make sense once you see the code. Additionally you will need to create icons in several different sizes and put them in the images folder. Hope that helps.02/27/2014 at 3:48 pm in reply to: Entry Type being overridden to Individual when mapped to Organization #281166Steven Zahm
Keymaster@ Basil
I see the issue…
You have fields first name and last name which causes the default to be an individual. You need to map those to contact first name and contact last name.
That should do it.
Steven Zahm
Keymaster@ Luca
Hmmm, I think this is definitely a CSS issue conflict wth the theme. Unfortunately I will not be able to tell you what the fix would be without being able to see it myself. If you can share a link, I will take a look and tell you what the fix should be.
02/27/2014 at 2:00 pm in reply to: "no results" for all categories in directory after plug-in update #281162Steven Zahm
Keymaster@ Daniel
Where did you have your template, meaning what file path on the server?
Steven Zahm
Keymaster@ Rich
Great to hear … just some additional info; just visiting the templates page would have fix the issue.
Steven Zahm
Keymaster@ jean
Great to hear this resolved the issue. I’ll have to come up with a way to improve this so this feature does not bog down the page. For now, keep in mind that you will have to apply this fix anytime you update Connections.
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/connectionsSteven Zahm
Keymaster@ Brian
For some reason your account didn’t have a user role assigned. I addressed the issue so you should not be able to view your purchase history. Apologies for the inconvenience.
-
AuthorPosts
