BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,521 through 12,530 (of 15,332 total)
  • Author
    Posts
  • in reply to: Search Placeholder Text #273594
    Steven Zahm
    Keymaster

    @ Nikki

    To change field names. 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, so you would enter Search. Enter connections [notice the lack of capitalization, that's important!] 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: Limit the output of the categories #273593
    Steven Zahm
    Keymaster

    @ Kris

    Oh, ok, now I understand what you’re asking for. Sorry but there is not a way to limit the output of the categories that are assigned to an entry and there isn’t a snippet of code I can give you to do that.

    in reply to: Done – Perfect Solution WordPress Theme #273592
    Steven Zahm
    Keymaster

    @ raffaele

    Sorry, but I’m not the developer of the theme. You might want to reach out to their support on how to customize it.

    in reply to: Video on Excerpt plus in lightbox #273544
    Steven Zahm
    Keymaster

    @ Karelle

    No, that’s alright. I do recommend keeping a full copy of your tweaked version of the template in a safe backup.

    in reply to: Customizing the Entry topics #273504
    Steven Zahm
    Keymaster

    @ Erin

    To change field names. 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 [notice the lack of capitalization, that's important!] 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: Social Media links not showing #273503
    Steven Zahm
    Keymaster

    @ Erin

    The Tile Plus template does not show them by default. however, you can turn them on with a shortcode option. The link shows how it used with cMap … it works the same way for Tile Plus. I hope that helps!

    in reply to: Category Drop Down and Search Not Working #273501
    Steven Zahm
    Keymaster

    @ Jason

    What are the options that are checked on the Connections : Search admin page under the Search tab?

    I had one user a while back run into a similar issue. The cause was the query variables were being stripped off by the server even though they showed in the browser address bar. The solution ended up being something that was set or need set in the .htaccess file. I wasn’t told what the actual solution was unfortunately.

    Something else to try.

    Open the page in Chrome and hit the F12 key and click the Network tab. See if the page is being redirected. You’ll know because you should see a 301 or 302 response code in one or more rows of the results.

    in reply to: Slow loading #273486
    Steven Zahm
    Keymaster

    @ dave

    If it worked fine before …

    Were there any other plugins that were updated? Try deactivating them on at a time to see if the issue is resolve between each deactivation.

    Was the theme updated? If it was and the above did find a conflict with another plugin then maybe there is a conflict with the theme.

    Also, make sure the Google Maps API is checked on the Connections : Settings admin page under the Advanced tab. While you’re on that page try checking JavaScript and jQuery options and updating the settings.

    in reply to: Limit the output of the categories #273482
    Steven Zahm
    Keymaster

    @ Kris

    Open this file:
    ../wp-content/plugins/cmap/card.php

    Add this code where you would like the categories to be shown:

    $entry->getCategoryBlock( array('separator' => ', ', 'before' => '<span>', 'after' => '</span>') );
    

    Save and upload overwriting the original file.

    You may also have to add it to the following file depending on your configuration:
    ../wp-content/plugins/cmap/card-single.php

    Hope that helps.

    in reply to: imported a field wrong. can import to overwrite? #273481
    Steven Zahm
    Keymaster

    @ Mike

    Yes, if you’re using Link, all the links would be broken and not likely to be relinked because there is a safeguard in place that attempts to block hijacking.

Viewing 10 posts - 12,521 through 12,530 (of 15,332 total)