Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Barbara
You enabled the debug option on the Connections : Settings admin page under the Advanced tab. Disable this option in order to remove this message.
Hope that helps!
Steven Zahm
Keymaster@ Barbara
You have the Contact extension installed and activated. one of the main features is to remove/hide the email addresses. Instead it will display a contact form on the entry detail profile view.
Hope that helps!
Steven Zahm
Keymaster@ Florian
re: So how can i set the english search result page correctly?
You would have to hook into the
cn_search_formfilter and add a hidden field to set the current lang so it will be passed when doing a search query.Hope that helps!
Steven Zahm
Keymaster@ Brittany
This really is not a bug. When FULLTEXT queries are performed they are setup to do a “term starts with” query. FULLTEXT actually does not support “term contains” type of queries. So, when the LIKE query is created, I chose to use the “term start with” syntax in order to match the search performed by FULLTEXT queries.
If you want a LIKE query to perform a “term contains” searches, I can look into adding a filter that you can hook into to change the query. I do not think I will change the default behaviour. Let me know if you would like a filter and I’ll take a look on how it might be best to implement it.
Steven Zahm
Keymaster@ Larry
The update last week included a small compatibility update where if WordFence Falcon cache was being used, it would clear the page cached when an entry is added/updated. This is done so the change will be immediately displayed rather than having to wait for the page cache to expire and be refresh. I’ll be releasing an update tomorrow which will contain a fix for the code supplied from their documentation. I think I may have misinterpreted it slightly. To fix it now, you can follow the directions given to another user the other day.
Apologies for the trouble! Hope this helps.
Steven Zahm
Keymaster@ Jennai
This might be coincidental, the edit and this error. That error is coming from WordFence, nothing in Connections.
I took a quick peek at their code and it seem it should simply log an error and move on. I think you’ll need to contact their support team to resolve.
Steven Zahm
Keymaster@ Mark
Oh, sorry, now I understand. I was approaching this from the viewpoint of the Enhanced Categories extension. Let me take another look…
Ok, I see you’re using the Default Card template (which is responsive, scaling to phone and tablets). This template does not display in a columnar layout. There are a few other templates which do. For example Circled, Gridder and Tile Plus. It seems like Tile Plus may be the best fit. You could enlarge the tile and turn on the display of the address and social networks. That way you would be displaying the same info. The number of columns would depend on the theme’s content width and the screen pixel width and the set size of the tile. The tile size itself would not change, only the number per row displayed.
If you want to display the Default Card in columns you can try the following CSS. Add it to the theme’s custom CSS area:
div#cn-list { width: 100% !important; } #cn-card #cn-list-body { width: 100%; } #cn-card .cn-list-row, #cn-card .cn-list-row-alternate { box-sizing: border-box !important; display: inline-block; width: 50% !important; vertical-align: top; } #cn-card .cn-list-row:after, #cn-card .cn-list-row-alternate:after { clear: both; content: ""; display: table; } #cn-card .cn-list-row-alternate { /* margin-right: 10px; */ max-width: calc( 50% - 10px ) !important; } #cn-card .cn-list-section-head { display: none; } #cn-card .cn-entry { box-sizing: border-box; width: 100% !important; } #cn-card .cn-entry > div:first-child, #cn-card .cn-entry > div:first-child + div { /* display: inline-block; */ /* float: none !important; */ /* max-width: 50% !important; */ /* vertical-align: top; */ } #cn-card .cn-entry > div:first-child + div { /* width: 50%; */ }You’ll need to tweak as desired and more importantly add CSS media queries to undo this so it turns back into a single column layout on small devices otherwise it will be very, very squished.
Hope that helps!
Steven Zahm
Keymaster@ Rob
Good to hear this has been resolved. Again, apologies for the trouble!
Steven Zahm
Keymaster@ Rob
Ok, it’s been awhile but this has happened before. If I recall, the issue was the webhost kept deleting the file. They were doing for the user’s “safety”. The webhost had a script or something running which would delete anything that was able to recursively delete files. The
class.filesystem.phphas this ability so it can delete the images and their cached variations when an entry is deleted. The solution was the webhost had to whitelist the file just like they whitelisted WP files that can recursively delete files too.Hope that helps!
Steven Zahm
Keymaster@ Mark
Ok, but… what page are you using the Enhanced categories extension on? It is not enabled in the display settings to display above the directory which is the default.
Looking at your setup you would not want to do since you already broke the directory apart on separate pages by category which is why I’m guess you turned it off.
So… I’m not sure what the issue with Enhanced categories is since I can not see where you are actually using it.
-
AuthorPosts
