BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 3,591 through 3,600 (of 15,332 total)
  • Author
    Posts
  • in reply to: help with filter by character #418678
    Steven Zahm
    Keymaster

    @ dominic

    re: is there a way to add a show all button to the filter by character option in the admin section?

    Clicking the Manage admin link is the side admin menu is the only way presently. When I rewrite the admin page manage page. I’ll be adding a “clear” button. Similar to how there is a “Clear” search button when doing a search on the site frontend.

    re: the search for entries will show no results if you have selected a letter and your search term is not found in that letter group.

    Correct, this allow you to search within the selected character. This is by design.

    Hope this helps!

    in reply to: Edit Entry: Forbidden #418677
    Steven Zahm
    Keymaster

    @ Deanna

    Hmmm… I’m out of ideas. Never seen this occur before. If you can give me a temp WP admin login and a FTP login, I can take a closer look.

    Steven Zahm
    Keymaster

    @ Gaëlle

    Sorry, but this is not possible at this time.

    in reply to: Missing something obvious #418674
    Steven Zahm
    Keymaster

    @ Don

    re: However when I click on the name I get a page that says “the page you are trying to reach does not exist”.

    Have you set the Directory Home Page option on the Connections : Settings admin page. Does the page that you set the directory home page contain the [connections] shortcode?

    re: How do I place the website on the card like the demo?

    When adding an entry you have the option of adding links. One of the link options is to add a website link.

    Hope this helps!

    in reply to: Edit Entry: Forbidden #418672
    Steven Zahm
    Keymaster

    @ Deanna

    Question… are you copy/pasting the text from the docx file straight into the bio field?

    If you are, first, click the “Text” tab, then paste the text. Does that allow you to save the entry without the denied error?

    in reply to: Increase Tray and Profile Page Text Size #418671
    Steven Zahm
    Keymaster

    @ Casper

    re: Is there a way in the customizer, or via settings, to increase the font size for the listing details in the tray and full profile view?

    Sorry, no not presently. I just added this to my feature requests. The only way to do this right now is to use CSS. Add the following to the theme’s custom CSS area:

    #cn-cmap .cn-entry {
        font-size: 1em !important;
    }
    
    #cn-cmap .fn {
        font-size: 1.2em !important;
    }
    

    Tweak as desired.

    in reply to: Edit Entry: Forbidden #418667
    Steven Zahm
    Keymaster

    @ Deanna

    So, If you add the same 4 long paragraphs into a new entry but add symbols, do you get the denied error?

    in reply to: Comma between City & State #418666
    Steven Zahm
    Keymaster

    @ Casper

    Have you tried clearing the WP Rocket page cache? Also, I’m not entirely show where the comma is to be displayed. Could you confirm?

    in reply to: Email Info in Listings #418665
    Steven Zahm
    Keymaster

    @ Casper

    You have installed and activated the Contact extension. One of its primary features to to hide the email address so none get listed publically. This is to ensure the site visitors use the contact form that Contact adds to the single entry profile detail view to contact the entry.

    Hope this helps!

    ps. To display the Contact form, you have to turn it on.

    in reply to: Added Custom Text Field #418656
    Steven Zahm
    Keymaster

    @ Casper

    The issue that jumps out to me… you have cn_register_custom_availibility_test_field as the function name, which is fine. But, in the add_action line, the second string does not match. Currently it is cn_register_custom_metabox_and_text_field it should match exactly the function name.

    Hope this helps! Let me know.

Viewing 10 posts - 3,591 through 3,600 (of 15,332 total)