metate
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Month navigationHi, can anyone help me? Thanks in advance.
Forum: Plugins
In reply to: [The Events Calendar] Month navigationAnd, if I can tack this on – how do I make the month titles bold?
I made a tribe-events.css and added bold to the a, and nothing – so I’m missing something!
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
font-weight: bold;
}Forum: Plugins
In reply to: [amr users] Can't add field to listOkay, so, I created a new dummy single text line field, put data in it, and tried to add it to the same list – and it wouldn’t add either. We have several fields like this that have never had a problem being added to a list.
It’s like there’s something up with the newest fields I’ve created (regardless of field structure) and they are being ignored/rejected or something?
What specific things can I test/try?Forum: Plugins
In reply to: [amr users] Can't add field to listOkay, I was just hoping it might work. ??
When you say make sure the records are updated to reflect new settings….what do you mean?
Would you have any suggestions for things I can try or test? Or send you my data for your testing? I have to get a list of these Regions up for our members.
Thank you for your time!Forum: Plugins
In reply to: [amr users] Can't add field to listI also tried making the field radio buttons….the field literally won’t add to the list….it just doesn’t make sense…
Forum: Plugins
In reply to: [amr users] Can't add field to listJust to try something from your link, I changed the field from a dropdown to check boxes and ran into the same situation – the field would not be added to a list. Don’t know if that’s helpful or not…
Forum: Plugins
In reply to: [amr users] Can't add field to listSo, it’s not a multi choice field – its just a drop down to pick one choice.
Yeah, all I did was copy the string out of phpmyadmin, paste into notepad and change individual information to xs just so i could share it here – if you’re able to test with my data, I could email you the exact string? if so, what email would work?
I will go read that link now – we are stuck with s2member.Forum: Plugins
In reply to: [amr users] Can't add field to listFrom phpmyadmin, mysite_s2member_custom_fields is below. I replaced all individual information with xxx or 0s and the field that’s not showing up with the last one “region”. p.s. – I tried adding the field again just now (hoping time would help) and same issue.
a:16:{s:15:”founder_charter”;a:1{i:0;s:8:”Founding”;}s:13:”business_name”;s:23:”xxx”;s:11:”web_address”;s:25:”xxx.com”;s:13:”facebook_page”;s:38:”www.facebook.com/xxx”;s:16:”physical_address”;s:9:”xx,xx”;s:12:”mailing_city”;s:5:”xxx”;s:13:”mailing_state”;s:2:”xx”;s:11:”mailing_zip”;s:5:”00000″;s:15:”mailing_country”;s:3:”USA”;s:12:”phone_number”;s:12:”000-000-0000″;s:19:”business_principals”;s:29:”xxx”;s:14:”business_focus”;a:1{i:0;s:13:”xxx”;}s:8:”why_join”;s:35:”xxx”;s:8:”how_find”;s:10:”xxx”;s:19:”volunteer_committee”;a:2{i:0;s:7:”xxx”;i:1;s:5:”xxx”;}s:6:”region”;s:9:”Region 12″;}
Forum: Plugins
In reply to: [amr users] Can't add field to listthanks for the fast reply!
1. rebuilt the cache on the list and went to user list> caching and rebuilt there. if there’s another place i should try, let me know!2. its’ a drop down with 15 values: Region 1, Region 2, Region 3, etc
I’ll be able to look at myphpadmin tonight or tomorrowOh wow – we already have amr users plus s2member, but it’s not “converting” the EOT format to something readable. I’m looking into what version we have/if it needs to be updated to fix this. Hopefully it’ll be an easy fix!
I’m not creating the list with code or php – I’m creating the list through the interface. Do you have another suggestion not involving coding?
Thanks!Forum: Fixing WordPress
In reply to: Single post shows as empty pageFYI – it was NOT the theme. Adding this to wp-config.php fixed the issue:
/** Trick for long posts */ ini_set('pcre.recursion_limit',20000000); ini_set('pcre.backtrack_limit',10000000);
https://dreamthemedesign.com/u-design-support/discussion/comment/6058#Comment_6058
I’m excited this got fixed! ??
Forum: Fixing WordPress
In reply to: Single post shows as empty pageThe plugins didn’t affect it, but….changing the theme to twenty fourteen did. The post and all it’s pictures showed up on the live site. So, I report this to the person who developed my theme, correct? I do find it weird that I’ve had the same theme and have older posts with the same # of pictures and it’s just happening recently….
Thanks!Forum: Fixing WordPress
In reply to: Single post shows as blank page.I posted on this topic because it’s the only one I could find that really came close to what I am experiencing. I’ll open a new topic though.
Forum: Fixing WordPress
In reply to: Single post shows as blank page.Hi,
I’m having a similar issue – but there’s nothing in the error log.
I start the post and add text and several images (14 images). I publish it and go to the page and it’s empty.
I removed all of the images, republished and the post was correct on the website. I put in *some* images and republished and the post becomes empty after adding 5-6 images to the post. I tried adding all of the images as a gallery and that worked. But the thing is, I have other posts that have this many images and I’ve not had this problem – just this one post.
Would it be something to do with the php limit?? Or am I way off base?
https://codex.www.ads-software.com/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Any ideas??
Thanks in advance!