BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,341 through 4,350 (of 15,332 total)
  • Author
    Posts
  • in reply to: license activated on wrong site #404722
    Steven Zahm
    Keymaster

    @ Lou

    Yes, it appears Michael H. was the original purchaser, so only he would be able to deactivate the licenses from his purchase history.

    I manually deactivated for you so will will be able to activate the keys on your site on the Licenses page.

    Hope that helps!

    in reply to: Categories won't display #404721
    Steven Zahm
    Keymaster

    @ Natasha

    Good to hear that you were able to resolve the issue!

    in reply to: Changing layout of cMap #404688
    Steven Zahm
    Keymaster

    @ Willem Van Oort

    re: Does that mean that you can’t show a logo as well as a siteshot? Is there a way of showing a siteshot as a replacement for when there isn’t a logo?

    yes, first, you need the SiteShot extension.

    Then, alter the shortcode on your directory page. Add image_fallback=siteshot to the existing shortcode. Now, when no logo exists, the site shot will be used.

    re: If we have a certain company and we want to highlight those entries in the listings, is there a way we can do that? Perhaps through adding a background colour to the specific entries. Or being able to select/filter the company from the top as with the ABC… letters?

    The HTML for the entries contains quite a few selectors. You could use the CSS selector to target a specific entry of entries in a category and change their display pretty much almost any way you wish to highlight them.

    Hope that helps!

    in reply to: Slim Plus 2.0.1 Customization? #404686
    Steven Zahm
    Keymaster

    @ Robert

    No, you do not enter the shortcode on the settings. You add color='#00508D' to the existing shortcode you added to your directory page to display the directory.

    in reply to: Geocode not locating correct address #404685
    Steven Zahm
    Keymaster

    @ Andy

    I do have a tutorial on how to get a Google Maps API keys.

    Google has changed the steps slightly since the tutorial was written.

    Instead of choosing API key types, create two keys. Add a referer restriction to one key following the example referer in the tutorial. This one will be the Browser key. The key without a restriction is the Server key.

    Make sure you set a referer restriction on the Browser key or anyone will be able to use your key and then you’ll be charged for any overage use.

    Hope that helps!

    ps. You should set up different keys for different sites. Connections and All-in-One Calendar can share the same key on the same site, just use the Browser key in the All-in-One Calendar settings.

    in reply to: Backgroundl Color #404683
    Steven Zahm
    Keymaster

    @ Janet

    Yes, but you have to use CSS. Adding the following to the theme’s custom CSS area should do the trick.

    #cn-card .cn-entry {
        background-color: yellowgreen !important;
    }
    

    Of course tweak the color as desired. :)

    Hope that helps!

    in reply to: Categories won't display #404654
    Steven Zahm
    Keymaster

    @ Natasha

    If you can give me a temp admin login, I’ll take a look. The details can be posted here as a private reply.

    in reply to: Mobile Display #404650
    Steven Zahm
    Keymaster

    @ James

    As explained in my last reply, this too was being caused by the page cache being served when landing directly on the page and the uncached page being server when you selected view all. If you visit now, the same random order is displayed both when directly navigating to the page and when selecting view all.

    Hope that helps!

    in reply to: Translate "Job Title" on front-end via WPML #404649
    Steven Zahm
    Keymaster

    @ Greg

    When they say create an XML file, I assume this is what they are talking about from their documentation:

    https://wpml.org/documentation/support/language-configuration-files/

    It sounds like you would need to create this XML file… I can’t create an XML file containing string I do not exist in my code. But I do not think this is a solution based on their docs.

    You want to translate the actual contents of the job title field, correct? Only you have those strings because they exists only in your database. The field label itself can already be translated, if that is what you are asking about, as the plugin is completely localization ready. It has been for a long time now and is.

    Now if we are talking about the field content, it does not appear that an XML file is the solution, that seems to be only required for the static strings in the plugin.

    I’m unable to find any documentation which covers how to make field contents translatable for content which exists in custom tables. Everything seems to focus on post/page/widget/taxonomy content. If there was some type of filter or function I could apply to the string before being displayed, I would more than happily apply it but I simply can not find any documentation which covers exactly what you are asking to be done.

    in reply to: Slim Plus 2.0.1 Customization? #404634
    Steven Zahm
    Keymaster

    @ Robert

    Are you asking about the Template Customizer? Currently Slim Plus does not support that feature. However, Slim Plus does support many shortcode options that can be used to customize it, including the color. Here’s the doc page for the supported shortcode options for Slim Plus. To change the color, here’s a FAQ that explains how using the shortcode options.

    Hope that helps!

Viewing 10 posts - 4,341 through 4,350 (of 15,332 total)