BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,331 through 12,340 (of 15,332 total)
  • Author
    Posts
  • in reply to: logo not displaying #275677
    Steven Zahm
    Keymaster

    @ biorn

    Can I please have a temp admin account. Details can be posted here as a private reply.

    in reply to: Birthday Links not working #275676
    Steven Zahm
    Keymaster

    @ eseone

    Can you please share a link to your directory? Thanks!

    in reply to: logo not displaying #275672
    Steven Zahm
    Keymaster

    @ biorn

    To add the logo, you’ll need to edit the template file.
    Open this file:
    ../wp-content/plugins/connections/templates/card/card.php

    And add this where you want the logo to appear:
    <?php $entry->getImage( array( 'image' => 'logo' ) ); ?>

    I suggest replacing this line:
    getImage(); ?>

    Hope that helps.

    in reply to: Do not have sufficient permissions #275671
    Steven Zahm
    Keymaster

    @ Vincent

    Ok, one more thing to try, while the other plugins are deactivated, please switch back to the default theme and give it a try. It is hard to imagine that being the issue, but we do have to eliminate it as a possible cause.

    in reply to: Using Form and Link Questions #275670
    Steven Zahm
    Keymaster

    @ ToniM

    Ok, I updated Link to a newer yet to be released version that contains a few tweaks. I then added a test entry a test user and then logged off and logged back in as that test user and the two were linked as expected. So all seems well now.

    in reply to: Rendering issue, something blocked on lan #275668
    Steven Zahm
    Keymaster

    Not sure I can be of any help since it seems to be a local lan issue. Is blocking content of the entire site or just the two entries in the member directory?

    Beta I can suggest is opening the page in Chrome, hit the F12 key and then click the console tab. It’ll report all errors. Maybe the errors will help you figure it out.

    in reply to: List result maximum #275667
    Steven Zahm
    Keymaster

    @ Steve

    By default the Excerpt Plus template will paginate at 20 entries per page. Removing the options do not remove pagination. You have to explicitly disable pagination.

    Add this to the shortcode:

    enable_pagination=FALSE

    That should do the trick.

    fyi, Three pages mean somewhere between 40 and 60 entries … you could have page load time issues with that many without pagination. If you do, I suggest you look into page caching.

    in reply to: Using Form and Link Questions #275642
    Steven Zahm
    Keymaster

    @ ToniM

    Sorry, did not know this was a multi site setup … I’m going to need a super admin account instead so I can add users for testing, view installed plugins and get at the plugin editor.

    in reply to: Using Form and Link Questions #275636
    Steven Zahm
    Keymaster

    @ ToniM

    Ahhh, I understand. There are actually quite a few people that are doing exactly what you’re doing. If the link is not occurring when you login the first time as the test user, something is preventing the action Link fires from running. I’ve identified a few membership plugins that do a redirect before allowing other plugins fire their login action. Do you by chance have a membership type plugin installed?

    Can I get a temp admin account to take a look? Log back in and post the details as a private reply or use the contact link at the bottom of the page.

    in reply to: Search Widget – Stop blank searches? #275611
    Steven Zahm
    Keymaster

    @ Paul

    I’ve thought about it. You could use cMap, edit the CSS removing the background gradient and it is very, very close. Maybe I should sit down and do that this weekend … the time wouldn’t be then change but all the time it takes to put up all the requisite pages on the site…

Viewing 10 posts - 12,331 through 12,340 (of 15,332 total)