Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ G
That would depend, which version of Market? here’s the link to the template installation instructions. If you’re installing Market 3.x then install using the directions outlined in the yellow tinted box. If you’re trying to install an older version of Market, I highly recommend updating it. It is a free update that can be downloaded from your purchase history.
Steven Zahm
Keymaster@ Souleymane konate
J’ai visité le site, mais la page nécessite une connexion à afficher.
04/16/2013 at 12:42 pm in reply to: Errors with class.upload.php (line 3796) and pluggable.php (line 876) #257255Steven Zahm
Keymaster@ Dan_M
Unfortunately, I don’t think I will be able to help much. For some reason your webhost disabled the ini_set() PHP function. You might be able to override that if they allow you access to the php.ini file and if they don’t you may have to submit a help desk ticket to your web host asking them to enable this option.
Please let me know the result, thanks!
Steven Zahm
Keymaster@ Josh
It could be that the image is too large or exceeds the upload settings of your server. Try one of these two options:
Add these directives to your php.ini file in the root folder.
upload_max_filesize = 10M
post_max_size = 10MOR
Add the below to your .htaccess file in the root folder.
php_value upload_max_filesize 10M
php_value post_max_size 10MAdditionally, you might need to increase the max_execution_time in the php.ini as well as increasing the memory allocated to PHP.
All these settings indirectly affect each other. Generally, most webhost default settings are more than adequate as long multi-mega pixels images are not being uploaded.
I hope that helps.
Steven Zahm
Keymaster@ Walter
Sorry, no. The Cranbrook Chamber is using another solution, maybe custom, I do not know, but they are no longer using Connections. In addition to the searchable category drop down that comes as part of cMap and several of the other templates, the Widget Pack has a category widget that can be added to the theme’s sidebar.
Steven Zahm
Keymaster@ Joanne
Maybe it only occurs when your logged in???
Nope never has happened to anyone, ever, at least reported to me.
The plugin header is the standard bit of text that has to be at the top of every plugin for WordPress to recognize that the file is a plugin. If the header is not there, the plugin can be loaded. If it is removed after a plugin is activated, WordPress will deactivate the plugin.
Steven Zahm
Keymaster@ Kelvin
Apologies for the delay in my reply! I think I must have accidentally removed this message from my reply queue.
For now, the only way to add additional relations is to add them to the code manually.
I’m not 100% sure what you’re asking about the family and individuals, but I think the list_type option might be want you;re looking for.
Currently link does not allow editing beyond the entry the user is linked to. This might be added in the future, but I couldn’t begin to say when. So it would be best not to count on it for now.
During import you can specify the entry type, but only individual and organization. Create a column in your CSV, named type and use “individual” or “organization” to denote the entry type.
I hope that helps.
Steven Zahm
Keymaster@ Souleymane konate
Lorsque des erreurs comme cela se produit, il est dû à une erreur fatale JavaScript dans un autre plugin ou un thème. Pouvez-vous poster un lien vers votre page d’annuaire afin que je puisse jeter un oeil?
Steven Zahm
Keymaster@ Joanne
I was just at you site hitting it from 3 different browsers all at the same time, I’d say every time, no matter the category chosen the page loaded in less than a second with no errors.
Steven Zahm
Keymaster@ Cynthia
Add this to the same file, I asked you to remove the CSS from
#cn-page-nav input { color: #888; }
That should fix it up.
-
AuthorPosts
