BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,251 through 13,260 (of 15,332 total)
  • Author
    Posts
  • in reply to: Increase column width of text #267005
    Steven Zahm
    Keymaster

    @ Douglas

    These instructions were for the 2.0.x version of Tile Plus. For version 3.0.X open the card.php file found here: …wp-content/plugins/tile-plus

    You’ll want to edit line 26:

    <div style="display: inline-block; width: <?php echo ( ( $atts['card_width'] - 20 ) / 2 ); ?>px;">
    

    Try this:

    <div style="display: inline-block; width: <?php echo ( ( $atts['card_width'] - $atts['image_width'] ) + 20 ); ?>px;">
    

    Let me know if that helps.

    Steven Zahm
    Keymaster

    @ Nora

    By separating them by categories, you could use this method. The FAQ is for cMap, but it will work with any of the premium templates that have a category drop down. Others have used this method with great success. The only item I can think of that might be an issue, if you would to use the Search widget that comes with the Widget Pack, it would return results from the entire directory unless you set the directory home page to one of the pages where you’ve limited the directory to specific root parent categories.

    I hope this makes sense and helps!

    in reply to: Market template issues – account issues #267002
    Steven Zahm
    Keymaster

    @ David

    I found your account and resent the sales confirmation from which you can download the template again. I also reset you user account to your new email address, so you should be able to reset your password now.

    Let me know if you have any further troubles.

    in reply to: Template customization and backend request #266896
    Steven Zahm
    Keymaster

    @ Jason

    Apologies for the delay in my reply!

    Sorry, but I am not currently available.

    in reply to: Javascript on working on cMAP template #266895
    Steven Zahm
    Keymaster

    @ Daniel

    I just sent the email.

    in reply to: vCard display issue #266894
    Steven Zahm
    Keymaster

    @ Gizmo

    This is definitely on the to do list. Apologies if I gave the opposite impression.

    in reply to: Automate import feature #266893
    Steven Zahm
    Keymaster

    @ Samantha

    Sorry, there’s nothing built in Connections to do an auto import. I do know that another user had modified the CSV Import Extension to do just that and then used a server cron to trigger purge the existing entries and then import if a CSV file was in the import directory

    in reply to: Complex Search – Multi-Category #266892
    Steven Zahm
    Keymaster

    @ Jeeves

    Are you by chance using cMap or any of the other premium templates that has a drop down? If you are, you could enable a beta feature that turns the drop down from a single select to a multiselect which would allow the user to choose multiple categories and any entries within all categories would be returned as a result. Pretty much exactly what you’re looking for if I understand correctly.

    in reply to: Slim Plus Web Form Submission #266891
    Steven Zahm
    Keymaster

    @ Enrique

    What is not clear … are you using Form or a custom webform you created?

    in reply to: Unable to Upload Images to Directory #266890
    Steven Zahm
    Keymaster

    @ Enrique

    That great to hear!

    If you have a moment. I would truly appreciate a review. Thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

Viewing 10 posts - 13,251 through 13,260 (of 15,332 total)