BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,321 through 2,330 (of 15,332 total)
  • Author
    Posts
  • in reply to: Phone Number with extensions #448113
    Steven Zahm
    Keymaster

    @ Nick

    You can make the number not clickable by disabling that feature on the Connections : Settings admin page under the Advanced tab.

    Hope that helps!

    in reply to: Mobile categorie and search box layout #448105
    Steven Zahm
    Keymaster

    @ Nick

    That is going to be tricky to do with CSS because the search input is rendered before the category drop down. You can try playing with absolute positioning of those objects.

    Try adding the following to the theme’s custom CSS area:

    #cn-tile-plus .cn-search {
        float: none;
        padding-bottom: 15px;
        top: 40px;
        position: absolute;
    }
    #cn-tile-plus .chosen-container {
        position: absolute;
    }
    #cn-tile-plus #cn-list-body {
        padding-top: 80px;
    }
    

    You may have to add the !important flags. Tweak as desired.

    Hope this helps!

    Steven Zahm
    Keymaster

    @ Tatiana

    The issue were the images upload and then chosen for the categories… they are very large and was exhausting the memory allocated to PHP. Installing and running the Regenerate Thumbnails plugin corrected the issue so Connections did not have to try to create all of them on demand.

    There is one image that causes Regenerate Thumbnails to stop running. I suspect it is the one on the library which has no thumbnail.

    Hope this helps.

    in reply to: Phone Number with extensions #448103
    Steven Zahm
    Keymaster

    @ Nick

    Edit the entry, and add “ext: 102” after the number.

    Hope that helps! Let me know.

    Steven Zahm
    Keymaster
    This reply has been marked as private.
    Steven Zahm
    Keymaster

    @ Tatiana

    I’m unsure what the issue could be as I have not seen this one before. To debug further I’ll need an Wp admin login and a FTP login. Details can be posted as a private reply.

    Steven Zahm
    Keymaster

    @ Tatiana

    It seems the server is reporting error 500. You can see this by opening the page in Chrome, hitting F12 and clicking the Console tab.

    My first suggestion is to increase the WordPress Memory Limit. Enhance Categories is hardly memory intensive but perhaps it is just putting the memory allocation to PHP over the edge.

    Let me know how it goes.

    in reply to: User Sign up #448082
    Steven Zahm
    Keymaster

    @ Tatiana

    Follow the configuration steps for Link, but do not add “Submit New Entry” link discussed in the configuration steps for Form. Not enabling that option is mentioned in the docs but I thought I would highlight it.

    After you enable the action links discussed in the Link configuration, you can use those links to navigate to the page added by Form.

    Hope this helps!

    in reply to: Plugin Warning #448081
    Steven Zahm
    Keymaster

    @ Richard

    I can not view the page. Can you please send a login as a private reply?

    Steven Zahm
    Keymaster

    @ Tatiana

    Can you link to the page with the Enhanced Categories extension enabled?

Viewing 10 posts - 2,321 through 2,330 (of 15,332 total)