Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterThis might work:
ul.cn-category-image-container .cn-category-image-block:hover span.cn-term-name { height: auto !important; }Steven Zahm
KeymasterThis reply has been marked as private.Steven Zahm
Keymaster@ Al
I do not see the error on the page… regardless, my best guess is that the error is happening at the point the “Sorry, we are currently closed.” or the “Closed Today” messages are being displayed. My best guess is the former over the latter because the days with the closed message should be empty strings and not NULL. The thing is the same logic used used for “Sorry, we are currently closed.” too.
Honestly, at this point, I’m going to need an FTP and WP admin login so I can debug this for you. I am unable to see how those values are being returned as NULL for you. That should not happen.
Steven Zahm
Keymaster@ Mitch
If this is in reference to the multiple category advanced search add-on, since that is still in development/beta, the only way to make the string change is to edit the plugin file.
Steven Zahm
Keymaster@ Kate
Sorry, no, there is not presently. I’ve added this to my feature request list.
Steven Zahm
Keymaster@ Ismail sakoor
I’ve processed the exchange, you should have received an updated sales notification email containing your download link and a new license key.
Hope this helps!
Steven Zahm
Keymaster@ Ratika
You can try adding this to the theme’s custom CSS area:
ul.cn-category-image-container .cn-category-image-block { margin: 4px !important; }It may or may not work. You’ll have to play around with the CSS if it doesn’t.
Hope it helps!
Steven Zahm
KeymasterThis reply has been marked as private.Steven Zahm
Keymaster@ Arthur
My suggestion would be to deactivate Connections and then drop all
{wpdb-prefix}_connectionstables from the DB and then reactivate Connections. On activation, Connections will recreate its tables.Hope that helps!
Steven Zahm
Keymaster@ Kate
It is possible, but you would have to edit the template in order to show the categories assigned to the entry.
You can add the categories to the
card.phpand/or thecard-single.phpfile by adding this where you want them to be displayed:$entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) );The
card.phpand thecard-single.phpfile can be found in this folder:../wp-content/plugins/connections-gridder/I recommend following the method in this QuickTip so you can add it in an update safe way.
Hope that helps!
-
AuthorPosts
