BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,721 through 2,730 (of 15,332 total)
  • Author
    Posts
  • in reply to: Search Box #439683
    Steven Zahm
    Keymaster

    @ sami

    The search is only enabled as a feature on our premium templates. Some do have it disabled by default, but they all support the feature.

    Hope this answers your question, let me know. Thanks!

    in reply to: Mobile Friendly #439677
    Steven Zahm
    Keymaster

    @ Ismail sakoor

    Correct, you purchased the Market template which is not. This is noted on the on its product page. All the other templates are. If you like the Market template, then I recommend the cMap template. I would be more than happy to exchange Market for cMap just let me know and I’ll process the change right away.

    in reply to: View All Option, #439675
    Steven Zahm
    Keymaster

    @ Helen

    Did you mean to link to some screenshots in you last reply???

    in reply to: Tile Plus Font Size and Background Color #439621
    Steven Zahm
    Keymaster

    @ Melissa

    RE: Thanks for the reply Steven but what file does this CSS go into?

    No file, navigate to your theme setting page, nearly all have a spot to insert custom CSS. If by chance your theme does not, there are plugins you can use to add custom CSS such as Simple Custom CSS and JS.

    Hope that helps!

    in reply to: Translation, Bullets, Terms #439614
    Steven Zahm
    Keymaster

    @ Heike

    Hmmm… not sure why you would be receiving that error message. I retrieved the link from the spam log and tried it, I still do not have access to the plugin editor. Perhaps a FTP login would be easier. You could setup an account which is limited to the wp-content folder if you wish.

    in reply to: Translation, Bullets, Terms #439590
    Steven Zahm
    Keymaster

    @ Heike

    All the solutions I did give did work including the CSS to remove the bullet added by the theme. One exception, I gave the incorrect text domain for the one string. I’ve corrected the Say What settings and added the CSS.

    In regards to the submit page, I wanted an admin login so I could access the plugin editor page. The temporary token account that I was supplied does not give me that access. I need that access in order to try a very small tweak that should load the Form’s CSS after the theme which should eliminate the conflict without affecting the theme. If you can adjust my access so I can make this tweak, that would be appreciated!

    in reply to: theme customizer does not save and publish #439569
    Steven Zahm
    Keymaster

    @ Lynda

    My first suggestion is try the theme and plugin conflict checks. Here are the links to the tutorials:

    I suspect another plugin or theme is causing a fatal javascript error on the page.

    Hope this helps, let me know what you learn.

    ps. I see you are running old versions of of the Connections plugins/addon. I also suggest updating them.

    in reply to: View All Option, #439567
    Steven Zahm
    Keymaster

    @ Helen

    Not sure I understand the questions… can you please share a link to your directory page so I can take a look? Visuals always helps a lot. :)

    in reply to: Sort Entries in Columns #439566
    Steven Zahm
    Keymaster

    @ Heike

    Sorry, cMap is not designed to display in a columnar layout. You could play with CSS to get something that might be suitable for your use. Here’s is some CSS to get you started:

    #cn-cmap .cn-list-row,
    #cn-cmap .cn-list-row-alternate {
        max-width: 48%;
        float: left;
        margin-right: 10px;
    } 
    

    Hope that helps!

    in reply to: Translation, Bullets, Terms #439558
    Steven Zahm
    Keymaster

    @ Heike

    RE: “Submit New Entry” on top of the entries: Where can I translate this?

    The easiest would be to use the Say What plugin. Here’s a link to tutorial on how to use the Say What plugin.

    To change this particular string, you would use the connections_form text domain.

    RE: There is a bullet/li before “Submit New Entry”. Where can I delete it?

    This is inherited from the theme. CSS can be used to remove it. Add the follow to the theme’s custom CSS area to remove it.

    ul.cn-list-actions {
        list-style-type: none;
        margin: 20px 0;
        padding: 0;
    }
    
    ul.cn-list-actions li {
        padding: 0;
        margin: 0;
    }
    

    RE: In the single profile: “Latest Posts”: Where can I translate this?

    Use the Say What plugin as before. But the text domain will be connections_atd

    RE: In the form for new entries, first block “Branche”: Again a bullet/li I would like to delete.

    The theme is really stomping all over this required styles for the category selector. I’ll need a temp admin account so I can login to see if I can figure out a solution. The login details can be posted here as a private reply.

    RE: And it says “Kategorie wählen”. I would like to change this to “Branche wählen” but cannot find where to do this.

    Again, use the Say What plugin with the connections_form text domain. For the original string, you need to use the original English string, not the current German. The original string should be Select Category.

    Hope this helps, let me know.

Viewing 10 posts - 2,721 through 2,730 (of 15,332 total)