Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Christopher
That sounds about it. I would need an admin account to see why this is not working for you … It could be the way the theme renders the page, the code in the snippet is never run. If that is the case, there is not much I’ll be able to do … but I will not know until I take a look.
Steven Zahm
Keymaster@ Roland
The Widget Pack comes with a category widget which can be placed in the theme’s sidebar. Maybe that will meet your needs? There’s also the alpha plugin I’ll give those who purchase and item.
Here’s a link to another forum post of another user using it on their site to their satisfaction.
Hope that helps!
Steven Zahm
Keymaster@ Inomid
re: How I can sort categories ?. Automatically are sorted by name and not want that. I would like to sort by ID, for example, or by the order in which I entered
Sorry but categories are only sortable by name.re: Plugin Google Language Translate, translates the name of the organization. How can I avoid it?
Sorry, I am not at all familiar with this plugin. You might be better off asking that plugin’s dev to see if there is a way to prevent specific text from being translated.re: How I can put another color in the link fields ?. Default takes the theme colors and do not like. Can I change them?
Yes this is possible … the default is to inherit from the theme to provide tighter integration with the style of the theme. If you can share a link to you directory page and the color you want to the links to be, I’ll take a look and give you the CSS that’ll be required to be added to the theme’s custom CSS area.NOt too much of a help, sorry! But I hope it helps a little.
Steven Zahm
Keymaster@ Roland
Sure here are few links:
Scroll down to the See it action… section:
The remaining template also have a see it in action section too but both cMap market seemed better relating to answer your question.
Hope that helps!
Steven Zahm
Keymaster@ Jessica
The theme’s CSS is breaking the new HiDPI (Retina) image support.
This bit of CSS is overriding Connections:
#content img, #content figure, #content table {
max-width: 640px !important;
height: auto;
}In this file:
http://www.ippcs.org/wp14/wp-content/themes/ippcs/style.cssThis can be overridden by adding the following to the theme’s custom CSS area:
#cn-list img.cn-image {
max-width: 100% !important;
}That should fix it up.
Steven Zahm
Keymaster@ Oliver
Yes, it is PHP version related. The version used by the web host does not support that function call. I’ll be releasing version 8.1.2 within the next days or so which fixes this issue. Apologies for the trouble!
Oh,
SKIP_DOTSwas only in 8.0, try updating to 8.1.1. It no longers usesSKIP_DOTS… but this still might not work because some versions of PHP do not like theisDotreplacement in 8.1.1. Any way 8.1.2 addresses both.Steven Zahm
Keymaster@ Florian
Good to hear it is working fine for you now!
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
Steven Zahm
Keymaster@ Felipe
Oh, I see … I can not think of a way to have both, sorry!
Steven Zahm
Keymaster@ Kerry
Add the following to the theme’s custom CSS area (WPTouch too?):
#cn-cmap span.cn-image-style { background: transparent !important; }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
Steven Zahm
Keymaster@ Roland
The setup that Temp is using can be done with cMap or Market. Here’s how:
- Go to the Connections : Templates admin page.
- Activate the Names template.
- Click the Individual template type link, top, left.
- Activate the Market template (or cMap).
- Do the same for the Organization template type.
- Now, go to the Connections : Settings admin page.
- Enable the Single Entry Template option under the Display tab.
That’ll do it, but you’ll need to update your version of Market which should be available to you from your purchase history page.
Hope that helps!
-
AuthorPosts
