Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ biorn
Can I please have a temp admin account. Details can be posted here as a private reply.
Steven Zahm
Keymaster@ eseone
Can you please share a link to your directory? Thanks!
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.phpAnd add this where you want the logo to appear:
<?php $entry->getImage( array( 'image' => 'logo' ) ); ?>I suggest replacing this line:
getImage(); ?>Hope that helps.
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.
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.
Steven Zahm
KeymasterNot 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.
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=FALSEThat 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.
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.
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.
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…
-
AuthorPosts
