Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Heather
Sorry, no, not at this time.
Steven Zahm
Keymaster@ Marjoline
On the site showing the notes and bio you turned them on using the Template Customizer. To turn them back off…
Navigate to the Connections : Templates admin page and click the Customize button for the Default template.
Under the Display panel in the Customizer, disable the options to show the bio and notes.
Click the Save and Publish button and exit the Customizer.
Hope that helps!
Steven Zahm
Keymaster@ yael xu
Sure you can use CSS to change the size. Use the following CSS:
#cn-gridder .cn-gridder-excerpt p { font-family: Arial; font-size: 24px; } #cn-gridder .cn-gridder-contact span.phone-number-block, #cn-gridder .cn-gridder-contact span.email-address-block { font-family: Arial; font-size: 24px; }Tweak as desired.
Hope that helps!
Steven Zahm
Keymaster@ yael xu
The display is correct… you have the Enhanced Categories extension activated with the option enabled to display the categories above the directory. If you do not want to show it on this page add
cnec_display_categories=falseto the existing shortcode on the page.Steven Zahm
Keymaster@ antonella
re: I thought I should mention that the sub-categories count does not seem to work, I am not sure whether it’s my set-up or a glitch, but I thought it best to let you know while you’re working on the update
I looked at you directory, the counts seem correct to me. Can you give examples of where they are not?
Steven Zahm
Keymaster@ Mark
I’m sorry, but I think you’re going to have to reach out to the Enfold support on this one.
I tracked down the javascript causing this. It is the shortcodes.js for Enfold.
http://kolokube.co.uk/wp/wp-content/themes/enfold/js/shortcodes.js?ver=3If I block this file from running, the images display just fine. There are doing a few things with images in this file so it is hard to pin down exactly the issue. But it’s a probably safe assumption that is the code in this file should only affect their shortcodes and that there must be a bug which is causing it to also effect the category images.
If they are unable to help, I’ll need a copy of the theme so I can go thru their file one line at a time to figure out why the category images are being targeted. Then I might be able to add code to prevent it.
Steven Zahm
Keymaster@ antonella
That’s odd the category page should only be a list, not the images… ok, small bug. When I fixed the shortcode, I broke the the view all page :/
I’ have it fixed and will try to release an update asap.
Steven Zahm
Keymaster@ antonella
re: I realised that the drop-down Categories and the Search boxes now appears after the Categories image grid, whereas I am pretty sure before, when I had just a few images, they at the very top of the page.
Yes, the display is the correct order. It was a very tough choice on where to put it. Some are going to expect it before and others after.
You should use the Template Customizer on cMap and turn off the category dropdown since you are using the Enhanced Categories and the category widget in the sidebar. They’re not going to work well together.
re: I find that the “View All Categories” link is no longer working.
Odd, try visiting the WordPress Permalinks settings admin page. No need to make any changes, just visit the page. No try the link. Does it work?
02/07/2017 at 4:33 pm in reply to: Display assigned category on all entries except for Individuals #410348Steven Zahm
Keymaster@ Jennifer
Oh, as for the template… it could be as simple as the file naming or where you put it, exactly. Hard to know for sure, not enough details.
02/07/2017 at 4:32 pm in reply to: Display assigned category on all entries except for Individuals #410347Steven Zahm
Keymaster@ Jennifer
Type in my code, sorry:
if ( 'individual' !== $entry->getEntryType() ) { $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '', 'after' => '' ) ); }I think that should work… I missed typing the parans after
getEntryType -
AuthorPosts
