BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,211 through 11,220 (of 15,332 total)
  • Author
    Posts
  • Steven Zahm
    Keymaster

    @ James

    I’ve identified the bug and will be leasing a bug release, version 0.8.7, which will fix this this issue. Apologies for the trouble!

    in reply to: 2nd page not showing, search not working #291331
    Steven Zahm
    Keymaster

    @ bhardwick

    I see the entry display data cache was out of sync with the entry database data. Simply clicking update while editing the entry resolved the issue.

    in reply to: Remove_Menu_page #291328
    Steven Zahm
    Keymaster

    @ Joseph

    I would think that the better way to hide the admin menu from users would be to remove the View Admin Menu capability on the Connections : Roles admin page would be better and secure. Hiding it will still allow access if the user knew the URL/s.

    Here’s the code that will hide it from view:

    add_action( 'admin_menu', 'cn_remove_admin_menu', 999 );
    
    function cn_remove_admin_menu() {
    	
    	remove_menu_page('connections_dashboard');
    }

    Hope that helps!

    in reply to: A new show open question #291326
    Steven Zahm
    Keymaster

    @ Shawn

    Maybe the best option is to maybe use the Bio Entry Card template for that page instead of Slim Plus. There really would not be another way. To do that you would override the current activate template like this:
    [connections template='card-bio']

    Hope that helps!

    in reply to: 2nd page not showing, search not working #291325
    Steven Zahm
    Keymaster

    @ bhardwick

    Can I have a temp admin account so I can look into the issue?

    in reply to: 2nd page not showing, search not working #291322
    Steven Zahm
    Keymaster

    @ bhardwick

    Awhile back when multiple link support for Connections was added, Tile Plus was updated to support this new feature. Old versions of Tile Plus simply forced the the use of the “Visit Website” title. Tile Plus will now use the Title set in the in the link. The update process on existing entries was to fill this field in Connections was to set the Title to Visit Website. Any new entries added after that update would use the URL for Title if no title was added when entering the entry.

    So, long explanation short, on the the entries where the URL is shown, enter a value for the Title field in the entry.

    Hope that helps.

    in reply to: Market Template displaying staggard #291321
    Steven Zahm
    Keymaster

    @ danyelle

    Following the instruction in this support forum post should fox the issue for you.

    Alternatively and highly recommended, you could update Market to the latest version. The update is free for you and can be downloaded from your purchase history.

    The method which templates has changed a while ago, please carefully follow the template update installation instructions.

    Hope that helps.

    in reply to: Form Problem #291318
    Steven Zahm
    Keymaster

    @ John

    The best I can tell from the screenshot is that the theme contains a CSS style which is overriding a CSS style in Form which is causing the gap. I would need to have a link to the page having the issue in order to be able to give you CSS statement that would be able to override the theme’s CSS.

    in reply to: 2nd page not showing, search not working #291317
    Steven Zahm
    Keymaster

    @ bhardwick

    The error is occurring because you have a pretty old version of Tile Plus. You need to update the template to fix the error, the update is free for you and can be downloaded from your purchase history.

    The process for template installation has changed quite awhile ago, please carefully follow the template update installation instructions.

    in reply to: Help translating strings #291207
    Steven Zahm
    Keymaster

    @ Rodger

    Make sure you’re using the full string…

    For
    You are searching within category(ies):
    Use:
    You are searching within category(ies): %s

    You need to have that string placeholder or gettext doesn’t consider it to be the same string.

    For many strings in cMap you need to use the str_***** shortcode options, please see this FAQ. This page has the complete list of available options.

    I hope that helps!

Viewing 10 posts - 11,211 through 11,220 (of 15,332 total)