Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 4, 2017. It is now read-only.

contact info / summary not being displayed #19

Closed
kquinsland opened this issue Feb 21, 2013 · 10 comments
Closed

contact info / summary not being displayed #19

kquinsland opened this issue Feb 21, 2013 · 10 comments

Comments

@kquinsland
Copy link

Hi there. Love the plugin. I forked this in a repo of my own and have been working on some changes (other types of contact support), mainly.

In testing, I have broken the contact info / summary information.

Here's what i did.

  1. Add this line: 'twitter' => __('Twitter', 'wp-resume'), to the contact_fields function of wp-resume.php.
  2. go to resume options. Verify that 'Twitter' was an option in the drop down
  3. Add a bogus value for 'Twitter' option
  4. View resume. Nothing is there for contact info / summary.
  5. Revert change made in step 1.
  6. view resume. Nothing is there for contact info / summary

I'll continue to look into this, but I'd appreciate your feed back / suggestions.

@tazmon95
Copy link

I'm having the same issue as this issue title states happen, but I'm not trying to add anything. I thought it was something I had done to my site so I started from scratch. Still have the same thing happening. I'd really like to get this fixed soon if possible.

Thanks.

@apadley
Copy link

apadley commented Mar 24, 2013

I have a brand new install of the WordPress and WP Resume. I'm having the same problem. The contact information and summary do not display.

@tazmon95
Copy link

I've been trying to troubleshoot this problem. Still haven't succeeded but did find something I don't understand. In my database there in the _usermeta table the row with a meta_key of wp_wp_resume has an array with 65541 values.

It also looks like there are duplicate references. for example: s:3:"tel" & s:3:"adr" or s:5:"order" & s:5:"email"

@kquinsland
Copy link
Author

I have noticed this as well. Personal obligations have taken much of my
available time, so i have not been able to dive deep into the WP code base
to work on this let alone update this thread.

On Fri, Mar 29, 2013 at 10:17 AM, tazmon95 notifications@github.com wrote:

I've been trying to troubleshoot this problem. Still haven't succeeded but
did find something I don't understand. In my database there in the
_usermeta table the row with a meta_key of wp_wp_resume has an array with
65541 values.

It also looks like there are duplicate references. for example: s:3:"tel"
& s:3:"adr" or s:5:"order" & s:5:"email"


Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-15650725
.

@abates
Copy link
Contributor

abates commented Jun 4, 2013

The problem is that includes/templating.php is using the username string rather than the integer ID in the option lookups (there are 3 of them). I've fixed this in my local copy and will try to pull the git repo today to provide a diff for correction.

Andrew

@abates
Copy link
Contributor

abates commented Jun 4, 2013

Fixed in my fork of the repo:

abates@fbf8156

@kquinsland
Copy link
Author

Oh fantastic. Thanks for taking the time to track this down! Hopefully
the repo owner will accept a pull request; otherwise can i just drop in
your changed file?

On Tue, Jun 4, 2013 at 8:28 AM, Andrew Bates notifications@github.comwrote:

Fixed in my fork of the repo:

abates/WP-Resume@fbf8156abates@fbf8156


Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-18916917
.

@abates
Copy link
Contributor

abates commented Jun 4, 2013

Yeah, you should just be able to drop in the two files: includes/templating.php and wp-resume.php. I'm not sure this is the correct way to fix the problem. I added a new author_id property and changed the referenced property in templating.php. I didn't know if changing the author property directly was right or not. Hopefully the author can weigh in.

Andrew

@nickhart
Copy link

I have this problem and I tried abates's solution with no luck (I directly edited the php files via WordPress). I've got version 2.5.5 of WP Resume and WordPress 3.5.2.

@pbecotte
Copy link

So that you know, I had this problem, but pulling the latest version of this repo fixed it (the one from the plugins site is much older than the github repo)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants