Burke Ingraffia
Forum Replies Created
-
How would you pass along the taxonomy value from a recurring event to each recurrence?
I changed
register_taxonomy( ‘artists’, EM_POST_TYPE_EVENT, $args );
to
register_taxonomy( ‘artists’, array(EM_POST_TYPE_EVENT, ‘event-recurring’), $args );
This is a start, but the values do not save in the recurrences.
Any help you could provide would be appreciated.
Forum: Networking WordPress
In reply to: Multisite Custom Fields Search?Thanks Mika. Whoever can figure out how to search a whole multisite network filtering by custom fields could make a lot of money by selling a premium plugin.
Forum: Plugins
In reply to: [WP Query Search Filter] WordPress Multisite? Multi-criteria?Somnium
Did you ever come up with a solution for this? I like this plugin, but I need it to search the posts on a multisite installation, not just a single site.
Thanks in advance.
Thanks Marcus
I had a custom [gallery] shortcode already in place, and EM broke it. NOw that I removed that snippet it is fixed.
Forum: Fixing WordPress
In reply to: Image editor don't show image previewIn my case it was a php extension library problem. I needed to make sure that I added GD and FreeType libraries to PHP.
Forum: Fixing WordPress
In reply to: Image editor don't show image previewI am having this exact same problem. No matter what theme I use or plugins I deactivate, I cannot get the images to appear on the Edit Media screen. Is it possible a server setting?
Also, I really like the way that the last version did not have the wysiwyg editor, and that plain text was the only option. Can this be made an option in the plugin?
It would also be good to have it so that there is an option for limiting the other possible recipients based on role. (e.g. subscribers could not communicate with other subscribers; subscribers could only communicate with authors or editors).
I am having a problem with using Elegant Themes (all of them) and the Yoast SEO plugin.
When I go to a post or page edit screen in wp-admin I am not allowed to toggle the Yoast panel to the open position. It stays closed unless I change the theme back to TwentyEleven or any other.
I am having this problem using the themes named Trim and Nova specifically.
Does anyone know of a way to fix this?
Forum: Fixing WordPress
In reply to: 'Too many redirects' error and PermalinksOK, I finally got this fixed. It turns out that my SSL was installed incorrectly. I determined this when I realized that my 301’s were working to http pages but not https pages.
After many painful phone calls with Network S.O.L.-utions I got this resolved. Now it’s working.
Although, concurrently I upgraded the WordPress Https plugin and it now doesn’t put a forward slash before child pages in the URL. Since it is a brand new site I was able to just make all secure pages 1st level pages with no harm done.
Forum: Fixing WordPress
In reply to: 'Too many redirects' error and PermalinksI have done this nd re-uploaded it. Do you think it might be that I have a cname and an A record for the domain? I have to check with the mx manager before I remove the cname to test.
Forum: Fixing WordPress
In reply to: 'Too many redirects' error and PermalinksOne other thing, I still get the too many redirects even if the default permalinks is set with the ? page id URL.
The whole site works fine except when I try 301s or forced https.
Forum: Fixing WordPress
In reply to: 'Too many redirects' error and PermalinksKilakiwi
Thank you for your help, although this did not work.
I tried disabling Yoast completely and have no other category stripping plugins in there. Still no luck.
Forum: Fixing WordPress
In reply to: 'Too many redirects' error and PermalinksI’m having the same problem. I keep getting the Too Many Redirects Problem.
I cannot use the 301 redirects on Yoast’s SEO plugin, nor can I use the Force SSL on WordPress Https plugin.
Same problem with all plugins deactivated.
The site is on Network Solutions VPS hosting, and they have been pretty awful about providing me any information with this product.
I am not having this problem with the same exact setup on Hostgator.
Could it be a folder ownership issue? Maybe even at a higher level than the root folder?
Forum: Fixing WordPress
In reply to: Need to get attachment ID by Image URLI would just like to see in the post gallery somewhere that says “Attachment ID = X.” Is this possible?
Forum: Plugins
In reply to: Remove Parent Categories from Category URLThat worked, but the way it was before I switched to 3.1 was that if you did land on
https://www.mysite.com/category/parent-1/parent-2/child/
It would redirect to
https://www.mysite.com/category/child/
Thanks for the tip – I love learning.