BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,731 through 9,740 (of 15,332 total)
  • Author
    Posts
  • in reply to: UTF8 Cyrillic slugs, folder names and images #308747
    Steven Zahm
    Keymaster

    I’m going to mark this resolved as version 8.1.5 should address any issues with UTF8 Cyrillic slugs.

    in reply to: Upgrade to Template Pro Pack #308746
    Steven Zahm
    Keymaster

    @ Steve

    I’ve responded to the contact email you’ve sent.

    in reply to: Wrong URL/404 Error using Alphaindex #308665
    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

    in reply to: Wrong URL/404 Error using Alphaindex #308663
    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.js and can be found here:
    http://www.nsseo.org/wp-content/themes/Sterling/directory_script.js

    It 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 -directory to 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!

    in reply to: JS not working? #308601
    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.js file 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.php file, temporarily? It may help resolve whats happening.

    in reply to: Plugin activation on 2 pc #308600
    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!

    in reply to: Most Locations pointing to the same wrong location #308599
    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/connections

    in reply to: Image Issues in Slim Plus #308598
    Steven 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/connections

    in reply to: Image Issues in Slim Plus #308567
    Steven 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.

    in reply to: Image Issues in Slim Plus #308565
    Steven Zahm
    Keymaster

    @ Lea

    Nope, Slim Plus or rather Connections will scale and crop them automatically. There’s nothing for you to do.

Viewing 10 posts - 9,731 through 9,740 (of 15,332 total)