Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Marcus
Sorry, no, not unless you could write a plugin and hook into the correct filters.
Steven Zahm
Keymaster@ Robert
Connections works fine from PHP versions from 5.2.4 [minimum WP requirement] to 5.4.10.
The only other item to try is disabling all other plugins to see if the error persists. And if it does, load a clean install of WP up on a test site by creating a subdomain and install Connections. If the error does not persist, then the theme is somehow the cause. BTW, could I get a copy of it just to test that myself?
Steven Zahm
Keymaster@ David
Yes, that is a very nice directory. Unfortunately, it is not a WordPress site. Everything appears to be custom developed.
After reviewing their directory, I would say with cMap and the Widget Pack Connections is about 65-70% there. Every release brings it closer; to which there have been 15 already this year alone with at least another 7 planned.
Thanks for the great input! Keep them coming.
Steven Zahm
Keymaster@ ManfredC
I did reply What you can do is turn off the rich text editor; since it is useless on the small screen anyway. Just add rte=FALSE to the shortcode.
And, add this to the theme’s style.css file:
#cn-form-container textarea { width: 95% !important; }Steven Zahm
Keymaster@ Alex
I believe this is a web host configuration issue; likely due to the PHP memory configuration. See is this blog post helps. 5 Ways to Increase the PHP Memory Limit in WordPress.
Steven Zahm
Keymaster@ Carolin
Yes, that is correct.
Steven Zahm
KeymasterI have added to my to do list to write a generic class to be able to include a QR code where i can feed it any data and have it represented in the QR code. The amount of data a QR code can store is still pretty limited. So, I’m having a hard time envisioning what data the QR code would represent.
Suggestions please, thanks!
Steven Zahm
Keymaster@ Carolin
Make sure you’re running cMap version 3.0.x on both sites.
05/02/2013 at 4:54 pm in reply to: Images not loading with Internet Explorer 10 and Connections Version 0.7.3.1 #258708Steven Zahm
Keymaster@ mtonner
On the Connections : Settings admin page can you check the JavaScript option under the Advanced tab to see if that works.
Steven Zahm
Keymaster@ Gizmo
The logic that outputs the search input can be found in the class.template-parts.php Look for the search function. This function handles just the output of the HTML on the page.
The other file you’ll need to edit for actual processing is class.retrieve.php. You’ll need to edit both the entries and search functions.
Hope that gets you on your way.
-
AuthorPosts
