BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,861 through 13,870 (of 15,332 total)
  • Author
    Posts
  • in reply to: Search and/or option #261505
    Steven Zahm
    Keymaster

    @ Matteo

    If your server supports it … go to the Connections : Settings admin page under the Search tab and turn off keyword searching.

    in reply to: Sort by ID SPECIFIC does not Work #261504
    Steven Zahm
    Keymaster

    @ Jared

    It could be an error/type in the shortcode. I suggest deleting and manually retyping following the advice in this QuickTip.

    Steven Zahm
    Keymaster

    @ Mark

    I like when it’s easy! That means one of the fixes I included in this version did exactly what it was supposed to. I suspect the issue was happening even before the update and the update cause you to notice it. Possible?

    in reply to: Translate Category names #261498
    Steven Zahm
    Keymaster

    @ kroussel

    Yes. I guess I’ll learn more about that as I deal with full WPML support. They have gotten back to me yet. I submitted my request for a free copy so I can test.

    in reply to: export, print, … #261497
    Steven Zahm
    Keymaster

    @ Gerard

    Well, you can print, there’s just no inbuilt method to make a “print friendly” version. It’ll be a printout of the webpage.

    Not sure I understand what you mean by a filtered list. Could you explain?

    in reply to: Loading issue: Image in Slim Plus #261496
    Steven Zahm
    Keymaster

    @ Judy

    Sorry, I meant this instruction for another support topic.

    If you have little to no control. There’s one other option…

    On the Connection : Settings admin page under the Images tab, change the medium image size to: 100px width and 120px height.

    The you’ll have to edit the template file:
    ../wp-content/plugins/slim-plus/card.php

    Remove this:

    'height'   => 120,
    'width'    => 100,

    Lastly, you have to re-upload any images that you’ve already uploaded.

    Steven Zahm
    Keymaster

    @ Mark

    Please deactivate and reactivate Connections.

    You should find a .htaccess file here:
    ../wp-content/plugins/connections/includes/timthumb

    Add the following to it:

    <ifmodule mod_security.c>
    <files timthumb.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </files>
    </ifmodule>

    If that doesn’t work, try deleting the htaccess file.

    in reply to: Loading issue: Image in Slim Plus #261493
    Steven Zahm
    Keymaster

    Please deactivate and reactivate Connections.

    You should find a .htaccess file here:
    ../wp-content/plugins/connections/includes/timthumb

    Add the following to it:

    <ifmodule mod_security.c>
    <files timthumb.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </files>
    </ifmodule>
    • This reply was modified 13 years, 2 months ago by Steven Zahm. Reason: Correct filename and add tag
    in reply to: Bio Text Size #261486
    Steven Zahm
    Keymaster

    @ Ray

    You need to edit the slim-plus.css file found here:
    ../wp-content/plugins/slim-plus

    Change the value here:

    #cn-slim-plus .cn-entry {
    	clear: both;
    	font-size: 12px !important;
    	position: relative;
    }

    Make a new minified version named slim-plus.min.css and overwrite the original version.

    after you do that, make sure to force refresh to browser to see the changes.

    in reply to: Hide the Suffix content in recently added. #261484
    Steven Zahm
    Keymaster

    @ Simon

    It’ll remove it from just the widget. It will not affect the template.

Viewing 10 posts - 13,861 through 13,870 (of 15,332 total)