BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 5,311 through 5,320 (of 15,332 total)
  • Author
    Posts
  • Steven Zahm
    Keymaster

    @ Hajnalka Katóné Nagy

    You can not display the business hours in the results list as that would take more room than the tile has to display content. The business hours are still displayed on the entry profile page:

    http://nyitvatar.haloszem.hu/letavertes/megnevezes/1-szamu-hazi-gyermekorvosi-korzet/

    As you see, there is no way for the hours to fit.

    Hope that helps, please let me know.

    in reply to: Upgrade to slim plus #384063
    Steven Zahm
    Keymaster

    @ Gary

    Absolutely I can help! I changed the date, you’re good for a year.

    Hope that helps! Apologies for the confusion and trouble!

    ps. Background if you’d like to know… The software licensing does not consider an upgrade and renewal so the data is not adjusted accordingly. I would prefer upgrades to adjust the renewal date, but unfortunately it does not and I just keep a watchful eye out for upgrade and fix them manually. Not too much trouble since upgrades do not happen all that often.

    in reply to: Search and View Profile Stopped Working #383815
    Steven Zahm
    Keymaster

    @ Erin

    Hmmm… that message is from WordPress, you get that when the page you are requesting does not exist? Can you confirm that the actual pages exists or not? Can you share a link to it?

    in reply to: Email not showing #383812
    Steven Zahm
    Keymaster

    @ Eugene

    re: I am a php programmer so if I get pointed in the right direction I can figure out where to make some of the changes I mentioned above.

    First, I recommend taking a look at the template override doc. I suggest following this method rather than editing the actual files so the changes are update safe.

    This text input custom field tutorial walks you thru adding a custom text input and how to display it.

    If you do not want to add an actual custom field text input but rather use the “Custom Fields” you can use the same method as explained in the tutorial to display the value. Hope that makes sense!

    One thing you’ll need to keep in mind, after you add the code to display field where you want in Gridder, you will need to alter the CSS to actually see. The font size is set to zero by default and then the font size for the name overrides that zero. Just as you can add custom template override files, you can load custom CSS files, see this doc.

    Now, not to show the map if the coords are 0,0… That is a bit more tricky. Look in the card-single.php file. You find the $entry->getMapBlock() call, that method is in the class.entry-output.php file. You’ll have to write your own custom function to do the check you want.

    re: You also mentioned “Contact”, but that doesn’t show up either, is it suppressed by default?

    It is not “suppressed”, but you need to to it “on”… semantics I suppose. Here’s the applicable doc link:

    http://connections-pro.com/documentation/contact/#Configuration

    Hope that helps!

    in reply to: User Photos not showing up #383797
    Steven Zahm
    Keymaster

    @ Chris

    Sorry, no, server config definitely is not my area of expertise. And I believe this is a server config issue.

    in reply to: Displaying entry form on front end of site #383796
    Steven Zahm
    Keymaster

    @ Dennis

    Make sure you have activate the Form extension on the site. Also, even though shortcode still exists, I do not recommend using it, do this instead.

    Hope that helps, let me know!

    in reply to: Page layout – too much white space. #383760
    Steven Zahm
    Keymaster

    @ Vals

    Can you please share links? I poked about your site but I can not find where you are using Connections and Circled so I can see what you are asking about.

    in reply to: User Photos not showing up #383759
    Steven Zahm
    Keymaster

    @ Chris

    Make sure the files exist in all locations, including CDN if you’re using one. For example, these two images:

    1. http://um-prod-loadbalancer-1265060266.us-east-1.elb.amazonaws.com/wp-content/uploads/connections-images/ilia-aleman/ilia-110dbac225dca00c74cc3fa117342edd.jpg
    2. http://um-prod-loadbalancer-1265060266.us-east-1.elb.amazonaws.com/wp-content/uploads/connections-images/maria-l-aldana/marialdana-9537d1f806449bf56e95876540f88a87.png

    I can refresh the page for each many times, quickly, sometimes they display, sometimes I get a 404 response. I get the same result with every image I try.

    in reply to: ERROR: Entry could not be updated/added. #383750
    Steven Zahm
    Keymaster

    I took a look… There was actually no issue other than a config issue.

    On the Connections : Roles admin page, the “s2Member Level 1” role did not have permissions to add or edit their entry. So, I’m guessing someone inadvertently removed those permissions??? Those persistently saved in the db by WordPress so they generally do get removed though s2Member will reset all roles on updates but that does not appear to be the case.

    I am not sure if other roles should have permissions to add/edit entries, so I left them blank. Youy should check that and adjust accordingly.

    ps. I very highly recommend that the updates for Connections, Form and Link are applied. All contain minor bug fixes and tweaks.

    in reply to: Email not showing #383747
    Steven Zahm
    Keymaster

    @ Eugene

    re: 1)I am using the Work Email field instead of default email field but neither appear on the detailed or view profile when expanded. I have ROT-13 installed is that somehow blocking it from being displayed?

    No ROT-13 does not block them, however, Contact does. That is one of its main features; to hide email addresses in favor of an contact form to keep email addresses private. If you’d like the email addresses to be public, you’ll need to disable Contact.

    re: 2)Can I have a Custom field display below the name/title on the Grid?

    Technically possible but requires coding change in order to do so as there is no point an click way to add a custom field there.

    re: 3) Can I suppress the Geo map if lat and lon are 0

    So, no, if there is an address, they’ll be a map regardless if the coords are manually set to 0,0. Well, again, technically possible with coding changes.

    re: Not mentioned, but I noticed…

    That jumping to the top of the page is being cause be the template not being able to figure out where the top of the entry is that was clicked. I remove that effect quite awhile ago but it seems the files were not completely and properly updated. Not sure how that happened. This can be fixed by deactivating and deleting the version of Gridder that is installed. Download Gridder again and reinstall it. Your data is complete safe doing this. Since javascript files are cached locally to the browser, you will have to force refresh your browser to see the fix.

    Hope that helps, please let me know.

    ps. I do provide custom coding solutions for Connections. If you are interested, please contact me using the contact link at the bottom of the page for a quote.

Viewing 10 posts - 5,311 through 5,320 (of 15,332 total)