jimario
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] licensing issue: production domain to live domain problemsThanks Anmari,
I sent as an attachment to you via email.
Forum: Plugins
In reply to: [amr users] licensing issue: production domain to live domain problemsAnmari,
The basic plugin and the plus plugin are both active. But I noticed that my user lists that I had created (surrogates, donors, parents) have disappeared and only two lists called “users: details” and “users:Directory” remains. However, when I visit my search pages, the filter list of users shows up correctly for all three of my search lists but only one of the search lists has the proper filter layout “above” whereas the other two has the filters “in table”.
When I try to re-import the file containing my user lists that I had exported in early April, I get the error “Invalid data in settings file”
Forum: Plugins
In reply to: [User Role Editor] Box for "Add Role" won't open when Add Role button clickedThanks Vlad. That worked. It’s funny, I just recently discovered this .chzn error in the error console and decided to google it. Google led me straight back to my original post right here. Thanks again. Great plugin!
Forum: Plugins
In reply to: [Media Credit] Can I change the default Attached PageI am using Advanced Custom Fields to add fields to the profile editor. The fields that I’ve added are Image fields so that the user can upload several images. Those images are then displayed on the author.php page using your plugin.
When a user selects an image to upload, the “Link To” drop down menu isn’t displaying. It displays when you’re adding media to an actual post or a page but not on the author page. I found some code to add to my functions.php file that will force uploaded media to attach to file rather than a page
function mytheme_setup() { // Set default values for the upload media box update_option('image_default_link_type', 'file' ); } add_action('after_setup_theme', 'mytheme_setup');
And I’ve also checked options-schema.php in wp-admin/includes/ and found that image_default_link_type was already configured for “file”. Yet uploading photos in the profile editor still links to a page.
Forum: Plugins
In reply to: [Media Credit] Can I change the default Attached PageOk. photos are being uploaded in the backend profile editor. When a user uploads, there is no option to select whether it links to a file, page/post, or none.
Forum: Plugins
In reply to: [Media Credit] Can I change the default Attached PageI am using Enfold theme but I have no idea which file will control how WordPress dictates which page will be used as the default page. Is it possible to configure Media-Credit plugin to just link to the actual image rather than the image’s attached page? That would be best because I could then use a lightbox plugin to display the full size image.
Thanks Bangbay. Upgrading to the latest plugin version solved the problem. It’s working fine. Thank you so much for the quick response. Great plugin!
I can update WP User Avatar, but I’m a little apprehensive to update WordPress because I’m just at the completion stage of development for this site. Updating WP could break stuff and cause me to spend more time fixing. I have to have this site running so that the client can go through it. I’ll let you know how things go after updating WP-User-Avatar.
Hi Bangbay,
You’ll have to log in first at: https://www.goldensurrogacy.info/login
username: Debx
password: 1
After logging in, go to this page:
Forum: Plugins
In reply to: [amr users] registration date formatOkay, so let’s say I use the example code and just replace it with the technical names I’m actually using. Obviously this wouldn’t allow me to move the year to come after the month and day. But what you’re telling me is that there is a way to collect the entire value of that field (for example: 2014-03-30 18:36:06) and move the “2014” to the end of 03-30 but also put the hyphen in front of the “2014”. I think that is beyond my php abilities. I guess what I’m looking to do is go directly into whichever php file is relevant and switch the code around that is calling for the data to be shown in that order. I don’t mind having to remember to go back and reapply these edits whenever amr user plus plugin gets updated.
Can you point me to the appropriate file?
Forum: Plugins
In reply to: [Nav Menu Roles] User Role Rule not workingI’ve continued testing and I’ve discovered that when I first visit a page the menu items that should be showing are still hidden. But if I refresh the page, the items finally appear. Is this a bug in the plugin? I don’t understand why I would have to refresh the page in order for the nave menu links to appear. Please advise. Thanks.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] From Email Name & Email AddressHey, a response to this would be nice. I mean, it seems to be a fairly straight forward question that should have a straight forward answer from the author who would know his plugin inside and out.
I’ve configured your plugin according to the instructions, however it is still sending email confirmations using WordPress as the From name and the site’s main email address as the from Email rather than the Name & Email I’ve configured in the Simplr plugin.
Give me an answer or at least acknowledge and say that you don’t know why your plugin’s configuration is lacking.
Forum: Plugins
In reply to: [amr users] Filter MissingBTW, thank you so much for sticking with me on this. Your support and attention has been invaluable.
Forum: Plugins
In reply to: [amr users] Filter MissingOk, let me just say right up front that yes, I have a boatload of fields. I discovered problems with saving fields early on while building the 2nd list and found the fix just like the link you sent. Instead of bumping the number up to just 3000, I went ahead and did this:
`max_input_vars = 1240000
suhosin.post.max_vars = 1240000
suhosin.request.max_vars = 1240000`I knew I still had probably 5 times as many more fields to create so I wanted to make sure I didn’t have a problem saving fields after I spent a good amount of time creating them.
I made every attempt not to duplicate field names because I knew that would create huge headaches. Maybe I missed some. I also noticed that using file names with “_” at the beginning of the field resulted in the field not showing so I made every attempt to correct that as well. I just checked my field lists and none of them have an underscore at the beginning of the field names so I don’t know why the “Find any New Fields” tab is still showing those fields. I think it’s a bug in ACF. I still don’t know that if I delete a list of fields would that mean all of those fields get deleted in the database along with the data collected in them or if they remain stored in the database.
For similar fields in different lists I figured that I could name fields something like “state_address” and “state_address2” and avoid problems. Is this wrong? Would naming similar fields of different lists be better as: “donor_state” & “surrogate_state”? Should I avoid using underscores at altogether?
Regarding Columns:
If I name a column Age but then later decide I don’t wanted Shoe Size to replace Age, I would first go to configure a list and then remove the Display Order number from Age and put it on the Shoe Size field’s Display Order box. I would then go to edit Headings and change it accordingly. Click Update, then click Rebuild Cache. Is this not correct?I’m at the point where I want to just delete all the lists and start from scratch and follow some specific rules now that I have a better understanding. Judging by your remarks I’m realizing that I should already have conclusively decided which columns of user data I want displayed in the user lists so that I don’t go changing them around and confusing the system.
Forum: Plugins
In reply to: [amr users] Filter MissingI do believe I have updated fields after the filters were set up. I’ll go back and try to sync everything. I’ll also send you an sql dump of the usermeta and send it to you shortly. And thanks for peeking into my site to help troubleshoot. I do appreciate it.