BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,121 through 4,130 (of 15,332 total)
  • Author
    Posts
  • in reply to: Category dropdown not working on Form #409350
    Steven Zahm
    Keymaster

    @ Mary

    No problem, glad to help!

    in reply to: Logo doesn't show up #409349
    Steven Zahm
    Keymaster

    @ Mirano

    Navigate to the Connections : Templates admin page and click the Customize button for the Default Entry Card template.

    The page will reload with the Customizer on the left and a preview on the right.

    Click the Image panel in the Customizer and Select the Logo for the Image Type.

    Now, click an entry name in the preview, any entry name. The preview will reload showing just that entry.

    Select the Logo Image Type again.

    Lasty click the Save and Publish button and exit the Customizer.

    Hope that helps!

    in reply to: character index not working #409317
    Steven Zahm
    Keymaster

    @ Karsten

    The suggestion I suggested in my previous reply is the solution. You need to remove index.php from your WordPress permalink structure.

    in reply to: Twitter icon not loading – all templates #409308
    Steven Zahm
    Keymaster

    @ Emma

    Can you please share a link to the directory page please?

    in reply to: Where is the form? #409267
    Steven Zahm
    Keymaster

    @ Martin

    You need to have the [connections] shortcode on the page. From what I can tell when looking at the page, you only have the widget shortcode to display the categories.

    Hope this helps, let me know.

    in reply to: Twitter icon not loading – all templates #409266
    Steven Zahm
    Keymaster

    @ Emma

    Do you have any browser extensions added to block ads? If you do, visit the site with it disabled?Does that help?

    in reply to: Form Page #409186
    Steven Zahm
    Keymaster

    @ Barbara

    re: I don’t want the “Department” field under the Organization Name.

    That is part of the name fields which is a required fieldset. CSS can be used to hide it. Here is the CSS to hide the field:

    div#cn-metabox-section-department {
        display: none;
    }
    

    re: I would like the title for the Biographical Info field to match what it says in the directory listing, which is “Description.”

    Assuming you used the Template Customizer to change the label on the template, yes? To change the label in Form and in the admin, follow the instructions in this tutorial.

    Hope this helps!

    in reply to: multiple category search #409180
    Steven Zahm
    Keymaster

    @ Barbara

    I just sent it with a sample shortcode and some additional instructions. Let me know if you do not receive it.

    in reply to: Customizing Options #409177
    Steven Zahm
    Keymaster

    @ Marcel

    On this page, https://www.rath-heumar.info/leben/gesundheit/, use this shortcode:

    [connections category=11 enable_category_select=false]

    Then navigate to the Connections : Settings admin page ans click the Display tab. Now turn off the option to display the submit link in the List Actions section.

    Doing this will turn off the submit link on both pages. What you’ll need to do is manually add the submit link, https://www.rath-heumar.info/gewerbe/submit/, on the page you need it on. You could add it above the shortcode using the WP age editor link icon.

    Hope this helps!

    in reply to: Change Individial Entry Background color #409176
    Steven Zahm
    Keymaster

    @ Andy

    Addf those entries to a category named “featured”, then you will be able to apply a background color to any etry assign to this category. Category name is not important though, it can be anything you want, just adjust you CSS selector to match the category’s slug.

    Here is a sample CSS selector:

    div.county-antrim div.cn-entry {
        background-color: pink !important;
    }
    

    This will turn the background color of all entries in the “county-antrim” pink. Adjust to suit.

    Hope this helps!

Viewing 10 posts - 4,121 through 4,130 (of 15,332 total)