Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Roy
Sure, add
enable_map=falseto the shortcode. That will disable the map.Hope that helps!
Steven Zahm
Keymaster@ Shannon
Connections is definitely compatible with WP 4.0. I think the issue is with your custom template. Could you put up the code for the template on pastebin or something? Another thing you can try is switching back to one of the default templates.
Steven Zahm
Keymaster@ Jared
Interesting… I’ll have to test to see why because Connections does not use the wp-admin url at all for the images.
Steven Zahm
Keymaster@ Meg
Yes that’s how it is being done.
Rather than altering the templates CSS file, I recommend following this method so the changes are update safe.
The actual CSS can be found here:
../wp-content/plugins/connections/templates/names/Steven Zahm
Keymaster@ Kelly
No problem!
If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster** @ Susan**
re: is there anything you know of I could do to load the template and then regenerate the index?
Sorry, no, there’s nothing I know that can be done.re: Or change the error message?
The error message can be changed. See this QuickTip for the details.Original string:
ERROR: Template %1$s not found.
Text domain:connections
New string:Whatever you wantSteven Zahm
Keymaster@ Joel
I see you have W3TC installed and are using the JS minify. The scripts that come with Connections will work with this option enabled but when you toss scripts in from n-number other plugins and a theme this feature of W3TC can break things. I suggest turning that feature off. I suspect things will work normally again.
Hope that helps!
Steven Zahm
Keymaster@ Jared
First, on Chrome, you’re viewing the page while zoomed (
CONTROL++). This, in Chrome and Firefox this will trigger the HiDPI (Retina) image to load, that second URL for the image. Those are created and cached on demand.Visit the page using IE11:
This error is the cause:
Warning: parse_url(/cn-image?src=http://oakleylfd.com/wp-content/uploads/connections-images/lyndsey-acheson/Lyndsey_Vaughn-4_logo.jpg&cn-entry-slug=lyndsey-acheson&w=450&h=300&zc=2) [function.parse-url]: Unable to parse URL in ../wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php on line 133
It would seem that the All in One Security and Firewall plugin is throwing an error because it can not parse the URL. Because it is throwing this error the streamed image is becoming corrupted resulting in the broken image to be displayed.
If All in One Security and Firewall has an option to disable scanning of URL/s I suggest turning off that feature.
Steven Zahm
Keymaster@ Susan
re: I turned it off to see what would happen, but I can’t tell because WordPress search isn’t returning the directory listings at all.
Yes, that is what I would expect as WordPress can not search the output of the shortcodes. It seems when Relevanssi builds its index, Connections is not fully loaded which would be why the template not found message would appear. My guess is Relevanssi runs after Connections is loaded but before any of the templates are registered. Unfortunately there is not much I can do about that.re: On the Connections:Settings Search tab everything is checked, including FULLTEXT and Keyword Search.
Ok, that’s the default settings but I can not replicate the db error message. Is this error in the log only those two times from a few days ago or are they there repeatedly?Steven Zahm
Keymaster@ Susan
I guess I have to questions…
What plugin are you using to enhance the core WordPress search? I ask because WordPress does not use a
/search/endpoint to display results. So this has to be coming from somewhere else.My guess is whatever is doing this is also possible interfering or incorrectly parsing the Connections shortcode. Really, the except of the search results should do a strip_shortcode() on that excerpt because not doing so can cause all sort of odd thing to happen with shortcodes because the content will be truncated by WordPress when it creates the search excerpt. So, I would consider that a bug with whatever is enhancing the WP search.
The db errors those queries definitely do not make sense. Can you share a screen capture of the Connections : Settings Search tab? I want to duplicate your settings to see if I replicate the errors.
-
AuthorPosts
