BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 5,881 through 5,890 (of 15,332 total)
  • Author
    Posts
  • in reply to: cmap not working #374333
    Steven Zahm
    Keymaster

    @ Carlos García Cotarelo

    I see you are using WP Fastest Cache. Please try flushing your page cache. Also, navigate the the WordPress Permalinks admin page. Do not make any changes and click the Save Changes button.

    Hope that helps, let me know.

    in reply to: Profile template – alphaindex #374332
    Steven Zahm
    Keymaster

    @ Brittany

    My suggestion is to remove these shortcode options show_alphahead='true' show_alphaindex='true' and use the display settings instead. As for why it might be repeating, the cause might be that the display setting for the index was enabled.

    Hope that helps!, Let me know.

    in reply to: cMap Bio jumps to top of page #374331
    Steven Zahm
    Keymaster

    @ Jamie

    The is a fatal error error in the javascript for the event registration plugin. This file on line 15. The eror being reported is Uncaught Error: Syntax error, unrecognized expression: a.poplight[href^=#]. This error is causing other javascript on your site to fail too, mainly just Connections and possibly All In One Events Calendar. The only fix would be to ask the dev of the event registration plugin to fix the error or deactivate the plugin.

    Hope that helps. Let me know.

    in reply to: Link for Email in Directory not opening on Desktop #374237
    Steven Zahm
    Keymaster

    @ Sherri

    You need to have an app installed on your desktop which properly registered itself as an email handler. For the most part web mail clients do not do this. The only exception that I am aware of of Gmail and only if you give it permission or set it up. I can not remember off the top of my head.

    Hope that helps!

    in reply to: Contact images not displayed #374236
    Steven Zahm
    Keymaster

    @ Jacques

    When you edit an entry, what do you see for the image?

    in reply to: Contact images not displayed #374235
    Steven Zahm
    Keymaster

    @ Jacques

    Is the ../wp-content/uploads/connection-images/ permissions set to be readable and writeable. Generally folders should be 755 and files 644.

    in reply to: Search by Distance #374233
    Steven Zahm
    Keymaster

    @ Scott

    This is possible, see this example live site: https://sscit.org/

    This is a custom extension that I can sell at a reasonable rate which would include installation and configuration. The category selections are configurable and can be turned off. This is not sold as a “standard” extension in the store because it is a little bit complex to setup. Other than that it does work well and others who have purchased it are quite happy with it.

    If you are interested, please contact me using the contact link at the very bottom of the page.

    in reply to: Searchable custom feilds #374232
    Steven Zahm
    Keymaster

    @ Per Ahlstedt

    Sorry, this is not really possible unless it is custom coded.

    in reply to: pull down category #374229
    Steven Zahm
    Keymaster

    @ James

    You are seeing this result because the WP Job Manager plugin has this CSS statement:

    .chosen-container {
        width: 100%!important;
    }
    

    The !important flag is overriding the style for Gridder which sets its width. So, to fix this we’ll have to override the override. Add the following to the theme’s custom CSS area:

    #cn-gridder .chosen-container {
        width: 250px !important;
    }
    

    That should fix it. Hope that helps!

    in reply to: Contact images not displayed #374227
    Steven Zahm
    Keymaster

    @ Jacques

    Can you share a link to the directory page on the new site so I can take a look?

Viewing 10 posts - 5,881 through 5,890 (of 15,332 total)