BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,101 through 4,110 (of 15,332 total)
  • Author
    Posts
  • in reply to: display "shortcode" onòy on connections homepage #409586
    Steven Zahm
    Keymaster

    @ dom

    Glad to help!

    in reply to: Location and Reviews feature #409585
    Steven Zahm
    Keymaster

    @ James

    re: Could that custom CSS be configured to only act in one page, the only that displays the search tool?

    If theme has that option… to load custom CSS on specific pages only. Some theme do. Most include a global custom CSS option though.

    re: Also, just to clarify. Is the online issue affecting the keyword search box being cut off? Is that the issue that needs fixed?

    No, the issue I was referring is when you are viewing the page on the desktop, not mobile. This issue in your screenshot is different. I’ll take a moment to see if I can locate and resolve the it for you…

    Add the following to the theme’s custom CSS area:

    @media only screen
    and (max-width : 480px) {
    
        #cn-multi-category-search input#cnmcs-search-input {
            display:block;
            width: 100%;
        }
    }
    

    That should fix it.

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

    @ Mirano

    The only way to accomplish this would be to edit the template’s PHP files. If this is something you can do, I can provide some guidance. Let me know.

    Hope this helps!

    in reply to: Unique pages for each member #409582
    Steven Zahm
    Keymaster

    @ Holly

    Each entry does have a page where it full details can be displayed you do not have to create these pages as they are part of the template… even the free included template.

    I suggest adding a few entries to a test directory to see how this works.

    in reply to: What extension/template do I need? #409581
    Steven Zahm
    Keymaster

    @ Sabine

    Any of the premium templates add this feature. Some have it off by default due to the design focus but it can be turned on easily. So I recommend the design you like best.

    Hope this helps!

    in reply to: Default template or CMap #409580
    Steven Zahm
    Keymaster

    @ Hel Ban

    re: I would like to change around the page by moving the Organisation name to the right.

    Regardless of the template being used, the only way to make this changes will be to edit the template’s PHP code and maybe the CSS. See this tutorial on custom template override files.

    re: I would also like to change the labels for the phone numbers etc. ie. I do not want it to have ‘work phone’ but ‘phone’ or better still ‘T:’. Can I do this – please point me to the right file in the plugin.

    To change label text, see this FAQ.

    Using this method will change it throughout the plugin though. So the dropdowns in the admin would show, for example T:.

    It is possible to use cMap change simply change the display of the label in the template without changing it throughout the plugin.

    Hope that helps, let me know.

    in reply to: display "shortcode" onòy on connections homepage #409578
    Steven Zahm
    Keymaster

    @ dominic

    Use two pages. One you homepage set the home_id shortcode option. On the second page, have only the [connections] shortcode with no other options.

    When links are clicked on the homepage for the directory they will resolve to the second page which does not have the text shortcode.

    Hope this helps!

    in reply to: user upload #409577
    Steven Zahm
    Keymaster

    @ Jo

    This is possible, you’ll need the Form and Link extensions. Hope this this!

    in reply to: How does import work? #409574
    Steven Zahm
    Keymaster

    @ JimtownSteve

    That is the “Import Categories” tool, notice the header and the tool description.

    Tom import the entries with a CSV site you need the CSV Import extension.

    But, that is not what you want to do if you are migrating a dev site to a live site. You want to use a plugin like BackupBuddy or Duplicator and move the whole site in one go.

    in reply to: CSV Import Appears to Work but Doesn't #409485
    Steven Zahm
    Keymaster

    @ KIMBERLY

    The server seems to blocking the connection to my site to download the file. There’s not much I can do about that from my end unfortunately.

    My suggestion is to download it from your purchase history. To install it, deactivate and delete the old version. Then install the update as you would any other plugin.

    Hope that helps, let me know.

Viewing 10 posts - 4,101 through 4,110 (of 15,332 total)