Emma Edgar Valcq
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error on add plugins page after update.Disabling WP_Debug does not fix the issue. It disables displaying errors.
Forum: Plugins
In reply to: [Woo Variations Table] Dimensions outputting array, here’s the fixThanks for the fix. I am having this issue too. I don’t want to edit this plugin, but I do need this fixed. Can the plugin author please jump on this?
More info on the bug as I saw it: the first time I activated the plugin it was working correctly. Then I changed some column display settings and the array appeared.
Wow, Glad to hear you guys are already on it! We can wait for the update. 🙂
We don’t have the Advanced Nutrition add-on. We have WPRM and WPRM Premium.
Thanks for the awesome support!
Emma
Thanks for the quick reply, awesome support. 🙂
I’ll send you an email shortly. Thanks!
Emma
No worries!
After I posted that last message, I actually discovered it was happening in the emails too. This link will take you to a CloudApp screenshot of the email: https://cl.ly/1Y3i1x0N3s09
After I turned off the two widgets, it looks like all new products that are created don’t have this in the receipt and email. But the ones that were created while they were active still have it.
I tried reproducing the issue locally, but didn’t have any luck… I’d like to dig around in EDD’s code to see what exactly is happening, but I wanted to get it locally so it was easier to test. I’ll keep you posted if I find anything!
On the weird off-chance that someone else with this same issue will come across this, I couldn’t figure out a way to remove the links. Removing Jetpack completely didn’t fix it even. I ended up just hiding the links with CSS (using the attribute selector href). I wish I had found the source of the problem, but a work around is better than nothing.
Also discovered the BE Stats plugin was breaking Gravity Forms. (Sorry this is turning into a thread that might need to be on the other plugin…) Couldn’t click the buttons to add fields. No errors or anything in the dev tools console, which was super weird.
Unfortunately, I really need to get this functionality going so I’m switching to a different plugin for this site. I’d still like to help you troubleshoot these issues I found, so if you have anything you’d like me to try, I can work with you on my local copy of this site.
🙂
EmmaThanks for the response, Bill. 🙂
This is a brand new site with only a few pages and no posts. 90% is the custom post type. According to Jetpack stats, 19 out of 22 of the most viewed pages/posts in the last 30 days are posts of my CPT. Any other ideas?
Thanks,
EmmaForum: Plugins
In reply to: [Fluid Video Embeds] Any luck with Video PRO embeds?Still dealing with this on my site. Is this really limited to only Vimeo Pro users??
For the time being, I added the following code to my CSS. It overrides the inline padding:0 with the default
.fve-video-wrapper { padding-bottom: 56.25% !important; }I’d obviously like an actual fix for this since this feels very hacky to me…. But for now it does the trick.
Forum: Plugins
In reply to: [Feedburner Email Widget] Deprecated Widget Constructor FIXThanks!
Forum: Plugins
In reply to: [Feedburner Email Widget] Deprecated Widget Constructor FIXThat would be amazing! Thank you so much!
The change in code above should be all you need to do. I can’t help you with how to update the SVN repo though. Adding a Plugin to wp.org is still on my todo list. 🙂
Forum: Plugins
In reply to: [WP Post Navigation] Error noticeI see this too, please fix. 🙂 I’d prefer not to edit plugin files.
Looks like your last update fixed it. Thanks 🙂
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Switch between feeds?Ah, yes that does work better. Thank you!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Switch between feeds?Thanks! If you do decide to put it in a future release can you let me know? I may run out of time and end up writing a solution myself, but I’d prefer to not if I don’t have to!
I also have a quick note about the list view. When I have multiple events on the same day, it still has each event with the heading of “Events on July 10th, 2015”. So my upcoming events list turns out like:
Events on July 10th, 2015
Event Title
Starts: 9:00am
Description lorem ipsum…
View Details
Events on July 10th, 2015
Event Title 2
Starts: 10:00am
Description lorem ipsum…
View DetailsFor now I can work around it by using the Display Options in the sidebar and customizing all that. Maybe I’m misunderstanding the reasoning behind “Events on”, but if its a bug I just wanted let you know if you didn’t already. 🙂
Thanks!