Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Mary
No problem, glad to help!
Steven Zahm
Keymaster@ Mirano
Navigate to the Connections : Templates admin page and click the Customize button for the Default Entry Card template.
The page will reload with the Customizer on the left and a preview on the right.
Click the Image panel in the Customizer and Select the Logo for the Image Type.
Now, click an entry name in the preview, any entry name. The preview will reload showing just that entry.
Select the Logo Image Type again.
Lasty click the Save and Publish button and exit the Customizer.
Hope that helps!
Steven Zahm
Keymaster@ Karsten
The suggestion I suggested in my previous reply is the solution. You need to remove
index.phpfrom your WordPress permalink structure.Steven Zahm
Keymaster@ Emma
Can you please share a link to the directory page please?
Steven Zahm
Keymaster@ Martin
You need to have the
[connections]shortcode on the page. From what I can tell when looking at the page, you only have the widget shortcode to display the categories.Hope this helps, let me know.
Steven Zahm
Keymaster@ Emma
Do you have any browser extensions added to block ads? If you do, visit the site with it disabled?Does that help?
Steven Zahm
Keymaster@ Barbara
re: I don’t want the “Department” field under the Organization Name.
That is part of the name fields which is a required fieldset. CSS can be used to hide it. Here is the CSS to hide the field:
div#cn-metabox-section-department { display: none; }re: I would like the title for the Biographical Info field to match what it says in the directory listing, which is “Description.”
Assuming you used the Template Customizer to change the label on the template, yes? To change the label in Form and in the admin, follow the instructions in this tutorial.
Hope this helps!
Steven Zahm
Keymaster@ Barbara
I just sent it with a sample shortcode and some additional instructions. Let me know if you do not receive it.
Steven Zahm
Keymaster@ Marcel
On this page, https://www.rath-heumar.info/leben/gesundheit/, use this shortcode:
[connections category=11 enable_category_select=false]Then navigate to the Connections : Settings admin page ans click the Display tab. Now turn off the option to display the submit link in the List Actions section.
Doing this will turn off the submit link on both pages. What you’ll need to do is manually add the submit link, https://www.rath-heumar.info/gewerbe/submit/, on the page you need it on. You could add it above the shortcode using the WP age editor link icon.
Hope this helps!
Steven Zahm
Keymaster@ Andy
Addf those entries to a category named “featured”, then you will be able to apply a background color to any etry assign to this category. Category name is not important though, it can be anything you want, just adjust you CSS selector to match the category’s slug.
Here is a sample CSS selector:
div.county-antrim div.cn-entry { background-color: pink !important; }This will turn the background color of all entries in the “county-antrim” pink. Adjust to suit.
Hope this helps!
-
AuthorPosts
