BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,231 through 13,240 (of 15,332 total)
  • Author
    Posts
  • in reply to: CMAP: Changing order of results #267168
    Steven Zahm
    Keymaster

    @ Cara-Dee

    Sure, please see the order_by shortcode option.

    in reply to: Getting entry in wp-content/THEME/page-title.php #267166
    Steven Zahm
    Keymaster

    @ Harrison

    Take a look at this method. This line shows how I grab the entry slug from the URL and retrieve the entry and init its object.

    Hope that helps.

    in reply to: Lead Generation Management Solution #267105
    Steven Zahm
    Keymaster

    @ Robert

    Yes, using Link, will allow a user to maintain their own entry without giving them edit access to every entry for editing, view only in the front end of the site. But this limits them to edit their own entry, not a specific list of entries. Does that anser the question?

    in reply to: Notes not working since wp3.6 #267100
    Steven Zahm
    Keymaster

    @ Larry

    It seems to be an error being caused by the theme. You can see this by loading your site up in Chrome, hitting the F12 key and clicking the Console tab.

    I suspect that the theme is enqueuing a custom script registered as accordion. WordPress 3.6 now includes a script registered as ‘accordion’ which is taking precedence and being loaded instead. This error is or will very likely break other plugins as well.

    I see this is a WooThemes theme, knowing there excellent support, I’m sure they’ve already fixed the issue in the theme and released an update, if they have, I recommending updating the theme if you have not customized any of its code.

    in reply to: Rearrange bio, notes, and map sections #267099
    Steven Zahm
    Keymaster

    @ totojun91

    The only way to do this would to be to edit the template’s card.php and card-single.php PHP files.

    I’m not certain if this question relates to Market or cMap, but you’ll find the files in one of these folders:
    ../wp-content/plugins/cmap/
    ../wp-content/plugins/market/

    Hope that helps.

    in reply to: Search box text #267094
    Steven Zahm
    Keymaster

    @ Richard

    Install the Say What? plugin.

    It’ll add a new Text Changes menu item. Click Add New, enter the string exactly as shown in Connections, enter connections as the domain and then enter your new text.

    The great thing about using this plugin is that it will be update safe and you can use it on any other plugin that has been properly internationalized. Hope that helps.

    in reply to: Responsive Design – Adjust Image Box #267093
    Steven Zahm
    Keymaster

    @ Jack

    This should work with any template, add the following to the end of the theme’s style.css file:

    #cn-list span.cn-image {
       width: auto !important;
       height: auto !important;
    }
    
    #cn-list span.cn-image img.photo {
       width: 100% !important;
       height: auto !important;
    }

    I don’t really consider this truly responsive, but it satisfied a couple other users.

    in reply to: Additional Functionality #267092
    Steven Zahm
    Keymaster

    @ cori

    Sorry, this was posted in the Slim Plus forum, so I assumed that was the template you were using. The css is very similar be does need changed for Excerpt Plus. Use this instead:

    #cn-excerpt-plus .cn-cat-select {
        min-width: 400px !important;
    }
    in reply to: Slim Plus Web Form Submission #267029
    Steven Zahm
    Keymaster

    Good to hear!

    in reply to: Logo not updating #267026
    Steven Zahm
    Keymaster

    @ Ray

    I know you said you clear the browser cache, but did you clear the W3TC cache after uploading the new logos?

    btw, W3TC is a great plugin, use it on this site. Just not the page cache because of the store. I’m pretty interested what premium features are being released as part of the annual subscription that is being shown as part of the latest update.

Viewing 10 posts - 13,231 through 13,240 (of 15,332 total)