Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Jennai
I suspect the image size is an issue. One or more entries likely have images which are too large which is running the server out of resources when it tries to create a thumbnail. The actual file size can be quite deceiving as an image when opened for process can easily take more than 4 times its file size in memory.
Of course I’m still speculating at the moment because I would need more info? Can I get a temp admin login so I can take a closer look? That’ll make resolving this for you much quicker.
Steven Zahm
Keymaster@ Florian
re: Can you provide the code for the plugin part?
That’s actually impossible for me to do. For one, I do not even know the plugin you are using for translations. They generally have a function available that can ple placed to output the correct form data. I would need to know the plugin and that function name.
I do provide custom development work and I do have time I can do this for you. If you are interested, please contact me using the Contact link at the very bottom of the page and I’ll reply back with a quote.
Steven Zahm
Keymaster- Add the Search Widget to the Connections Widget Shortcodes Sidebar.
- Configure the widget.
- Click the Save button.
- You’ll be given a shortcode you can use on a page.
Enjoy!
Steven Zahm
Keymaster@ Brad
Generally this only ever occurs if the theme applies unusual default values to images globally.
Let me take a look…
Ok, the theme has a CSS media query which sets all submit buttons to 49px @ 100% width of its containing item. This is the CSS:
@media only screen and (min-width: 600px) textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select { min-height: 49px; max-width: 100%; min-width: 100%; }Since this is applied globally instead of limited to the theme’s submit button, it will likely cause other minor display glitches in other plugins too. Add the following to the theme’s custom CSS area and that should fix it up. I’m going to add this tweak to the next update too so it’ll fix any other theme’s that st the min/max widths globally to inputs.
#cn-list span input, #cn-list span input[type=text] { min-width: 0; max-width: 100%; }Hope that helps!
Steven Zahm
Keymaster@ Thom
You need to install the Link extension which comes as part of the Extension Pro Pack you purchased. When users are logged in, they will automatically be linked to their directory entry based on email address.
Hope that helps!
Steven Zahm
Keymaster@ Larry
My guess is you had the ManageWPWorker plugin checked and click the Delete bulk action. I’m also guessing that ManageWPWorker was also the source of the other issues you were experiencing. Great to hear it is all resolved and you were able to find the source of the issue so quickly.
Steven Zahm
Keymaster@ Barbara
I assume the image shows when you edit the entry, correct? I also assume you are uploading the image to the image field and not the logo field, correct?
If I am correct in both assumptions then you need to configure the template to display the image rather than the logo which it what the cMap templates shows by default.
Use the Template Customizer for cMap.
- Navigate to the Connections : Template admin page.
- Click the Customize button for cMap.
- The page will reload with the Customizer on the left and a preview on the right.
- Click the back arrow in the upper left of the Customizer.
- Click the Image panel.
- Select “Photo” for the image type.
- Uncheck the image placeholder option, if desired.
- Click an entry name in the preview. The preview will reload displaying the entry detail profile page.
- Make the same changes again. This is required because the results list view and the profile detail view can be configured separately for greater flexibility.
- Click the Save and Publish button and then exit the Customizer.
Hope that helps!
Steven Zahm
Keymaster@ Larry
This nearly always due to a plugin conflict or another plugin causing a fatal javascript error on the Connections admin pages. Plugins should limit their javascript to their own pages but not all do.
To eliminate a plugin conflict or even a them conflict, follow the steps outline in these FAQs.
Let me know what you learn.
Steven Zahm
Keymaster@ Barbara
Where are the images not displaying? Can you please attach a screenshot?
Steven Zahm
Keymaster@ Barbara
They are mailtto link by default. The links will only function if the desktop has an application installed which can process mailto links, such as the desktop app Outlook. On a mobile device, the links will only in the user’s default mail app. If you are using web based email on the desktop, the links will not do anything because they will require a desktop handler.
If they do not appear as links on the page, this is because of the theme’s default styling for links. You’ll have to add custom CSS to the theme to apply the underline.
Hope that helps!
-
AuthorPosts
