Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterI’m going to mark this resolved as version 8.1.5 should address any issues with UTF8 Cyrillic slugs.
Steven Zahm
Keymaster@ Steve
I’ve responded to the contact email you’ve sent.
Steven Zahm
Keymaster@ Sami
No problem, glad to help!
If 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/connections
Steven Zahm
Keymaster@ Sami
This is not being done by Connections. It is being added by a javascript file included with the theme. Temporarily disable javascript in your browser. You’ll notice the links are fine. Now re-enable javascript.
The file in the theme causing this is named
directory_script.jsand can be found here:
http://www.nsseo.org/wp-content/themes/Sterling/directory_script.jsIt seems this script specifically targets Connections and its links. Its kind of neat to see a theme target Connections but it is confusing why they would append
-directoryto the character index links.You’ll have to remove this file to keep the theme from loading it. You should also contact the theme’s dev because this seems to be a bug to me in their theme.
Hope that helps!
Steven Zahm
Keymaster@ Steve
Looking at the page source it seems two files are not being enqueued as they should. They are:
../wp-includes/js/jquery/jquery.form.min.js../wp-content/plugins/connections-form/js/cn-form-user.min.js
As you see one is a core WordPress js file and they other is the Form js file. My guess is that something, another plugin perhaps, is de-enqueuing the required core WordPress
jquery.form.min.jsfile which will cause the Form js file not to be enqueued.Or… something else is really “funky”. I looked at the page using the Slim Plus template and I see its js file is not being enqueued either. The above issue wouldn’t affect the template.
Do you have some sort of caching being used, plugin, apc, memcached, Cloudflare, ect…?
If you do, try flushing them. Not sure that would be the cause though since the CSS files are being enqueued.
Can you please try adding SCRIPT_DEBUG to your
wp_config.phpfile, temporarily? It may help resolve whats happening.Steven Zahm
Keymaster@ Leclercq
Yes, you can, though you may have to wait a few hours for the license to deactivate on the test machine. My suggestion would be not to activate the support licenses on the test machine as the templates and extensions will function just fine without the support licenses being activated.
Hope that helps!
Steven Zahm
Keymaster@ Xavier
No problem!
If 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@ Lea
Great to hear this solution worked the way you wanted!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thank in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Lea
That sounds about right, the scale and crop is center weighted so the logos are being processed correctly.
Since you’re uploading logos and not pictures of individuals, this will cause you a bit of image pre-processing.
See the exception relating to Slim Plus.
http://connections-pro.com/faqs/how-do-i-change-the-image-size/Basically you’ll have to add white space around the logo to account for the scale and crop as described in the Slim Plus exception in the FAQ.
Possible an easier solution is to change the default crop mode that Connections uses internally.
To do this install the Code Snippets plugin.
Add a new snippet with the following code:
function cn_image_atts( $atts ) { $atts['zc'] = 3; return $atts; } add_filter( 'cn_output_default_atts_image', 'cn_image_atts' );Save and activate the new snippet.
Now instead of a center weighted scaled and crop it’ll resize proportionally adjusting size of scaled image so there are no margins added.
Steven Zahm
Keymaster@ Lea
Nope, Slim Plus or rather Connections will scale and crop them automatically. There’s nothing for you to do.
-
AuthorPosts
