BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,751 through 14,760 (of 15,332 total)
  • Author
    Posts
  • in reply to: Upload logo/image and show map issues #253838
    Steven Zahm
    Keymaster

    @ matt

    Ok, sorry, but had to ask … I’ve run in to that before.

    One thing I just noticed, the Google Maps API is being loaded twice. That can definitely cause problems. So another plugin or theme must be loading it too. I’ve taken this into account … on the Connections : Settings admin page under the Advanced tab, uncheck the Google Maps API option and save. If the version of the API being loaded by the other plugin or theme is compatible, hopefully that’ll clear things up.

    Steven Zahm
    Keymaster

    Yani Ruiz

    The styles.css file for cMap can be found here:
    ../wp-content/connections_templates/cmap

    This is the section of the file you’ll want to edit to change the background color:

    #cn-cmap .cn-entry {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4);
        -moz-box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4);
        box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#CCC')"; /* For IE 8 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */
        background: #e3e3e3; /* Old browsers */
        background: -moz-linear-gradient(top, #e3e3e3 1%, #f1f1f1 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e3e3e3), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* IE10+ */
        background: linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
        border:1px solid #D3D3D3;
        font-size: 12px;
        margin: 10px 4px;
        padding: 12px;
        position: relative;
    }
    

    I hope that helps!

    in reply to: Bulk change of user category #253820
    Steven Zahm
    Keymaster

    Christain Gutknecht

    I’m sorry, but there is not a bulk category edit function, so there is not an easy way to make bulk category changes.

    in reply to: CMAP and MARKET Templates not Displaying Properly #253819
    Steven Zahm
    Keymaster

    Evan Lowry

    Have you tried the solutions provided in this FAQ:  Why does the template layout look wrong? Nearly 100% of the time the theme is the cause when there is a display issue and the [raw] shortcode which is usually provided by the theme resolves the issue. It’ll help if you can share a link to your directory.

    in reply to: Upload logo/image and show map issues #253749
    Steven Zahm
    Keymaster

    @ matt

    After you moved the pin, you did click update entry, right?

    in reply to: Form not submitting #253742
    Steven Zahm
    Keymaster

    @ lucy wills

    Officially both IE 6 [less than 1% market share] and IE 7 [less than 2% market share] are not supported (neither do sites like Google and Facebook), but the last I tested it did work fine, so it could be the theme.

    in reply to: Form 'Title' field not showing up. #253741
    Steven Zahm
    Keymaster

    @ Justin Arman

    Sorry, I should have prefixed my styles for Form, it is on my to do list to correct on the next update.

    As for Tile Plus, it is designed to be more like a business card while providing a tile/grid like layout. Showing the bio field would require a variable height layout which will not tile correctly once you start getting many entries with different amount of text in the bio, trust me, it looks very messy compared to the current tile/grid display. It seems like cMap would be a better fit for your application.

    in reply to: shortcode for individual cmaps #253739
    Steven Zahm
    Keymaster

    @ Yani

    yes, just use the id shortcode option.

    in reply to: Edit Entry on page other than wp-admin #253738
    Steven Zahm
    Keymaster

    @ Brian Potts

    Other than providing a directly link somehow on the front side, no, sorry.

    in reply to: Email addresses not displaying #253737
    Steven Zahm
    Keymaster

    @ Kim

    You have another plugin [or maybe even the theme] converting the email address link to an image. I haven’t seen that before … but adding the following to the theme’s style.css file should make the alingment better:

    img {
        vertical-align: bottom;
    }
    
Viewing 10 posts - 14,751 through 14,760 (of 15,332 total)