BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,331 through 14,340 (of 15,332 total)
  • Author
    Posts
  • in reply to: hide "Add to Address Book" #257140
    Steven Zahm
    Keymaster

    @ Mark

    You will not find it, because you need to add it. Just put it at the end of the theme’s style.css file.

    in reply to: Remove Address Type from Card Template #257139
    Steven Zahm
    Keymaster

    @ Blue Tapp

    Sure, add this to the end of the theme’s style.css file:

    #cn-list span.adr span.address-name {
        display: none !important;
    }
    
    in reply to: Migrated Client Site now cMap shows this on page #257138
    Steven Zahm
    Keymaster

    @ Mike

    Good to hear you have this sorted. Which version of Connections are you running?

    in reply to: Display Question for Tile Plus #257018
    Steven Zahm
    Keymaster

    @ deborah

    Another option you have, although I do not recommend it because then you will have to do it any time you update them template, you can edit the card.php to put the name on the card where you want it. The function names are pretty clearly labeled so it should make sense as to which bits of code you need to change.

    in reply to: Error when searching on the Manage page #257017
    Steven Zahm
    Keymaster

    @ Michael

    Please upgrade Connections to version 0.7.6.4. That will resolve the issue.

    in reply to: Form Plugin Display Issue #257016
    Steven Zahm
    Keymaster

    @ Jaroslaw

    The buttons are picking up a style from the theme. Add the following to the end of the theme’s style.css files:

    #cn-form .cn-button-shell a { background: none; }
    

    That should fix it up.

    in reply to: Images not showing since installing Tiles Plus #256988
    Steven Zahm
    Keymaster

    @ Lisa

    No, it is not an issue with the template. The template requires a specific image size to maintain its layout otherwise the display breaks. So the images are created dynamically instead of using the cached images that the default template use. If you’d like to see the full error for yourself, vist this link:

    http://74.220.219.131/~milwaup4/wp-content/plugins/connections/includes/timthumb/timthumb.php?src=http://74.220.219.131/~milwaup4/wp-content/connection_images/Steve-Rose_original.jpg&h=130&w=100&zc=2

    The solution likely is adjusting the config settings for TimThumb, specifying the docroot so the images can be found. If that is the case, when the site goes live you would just have to revert back to the default settings any way.

    I hope that helps.

    in reply to: Change Font type & colour #256987
    Steven Zahm
    Keymaster

    @ cliff

    The font and colors will be inherited from the theme, so I won’t be able to give specific advice but adding the following to the end of the theme’s style.css file might do the trick.

    #cn-cmap h3 {
        color: #FFF;
        font-family: "Times New Roman",Georgia,Serif;
    }
    
    #cn-cmap .cn-entry {
        color: #FFF;
        font-family: "Times New Roman",Georgia,Serif;
    }
    

    Of course change the values to suit.

    Please refer to the order_by shortcode option.

    in reply to: Form Plugin Display Issue #256986
    Steven Zahm
    Keymaster

    @ Jaroslaw

    I just went to look at the page, I get a 404 not found.

    in reply to: Display Question for Tile Plus #256985
    Steven Zahm
    Keymaster

    @ deborah

    The last time I saw this site before the upgrade, the name was definitely below the image. Any way. If you want the image side by side with the name, you’re going to have to make the image much thinner or the card much wider. The image just can’t take about 80% width of the card. It is leaving little to no room for any text at all. There’s only about 80px to the left of the image. That leaves, with margins, about enough space for 5 to 6 characters at the current font size.

Viewing 10 posts - 14,331 through 14,340 (of 15,332 total)