nick
Forum Replies Created
-
Exporting theme didn’t seem to help after pushing the site live, we used Better Search & Replace to fix urls for menu links.
Have sent the debug log, thanks for taking a closer look into this.
Well thanks for your response. I think I still have a bit of back-end troubleshooting to do!
Thanks for getting back to me. As it turns out we were having some site issues in general, updated php and some php.ini settings and it does complete making a feed in about 1.5 hours. Works for us!
And WP debug log:
[30-Nov-2017 02:11:02 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/sunsp5/public_html/wp-content/plugins/woo-product-feed-pro/woocommerce-sea.php on line 387 [30-Nov-2017 02:11:02 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/sunsp5/public_html/wp-content/plugins/woo-product-feed-pro/woocommerce-sea.php on line 365 [30-Nov-2017 02:13:00 UTC] PHP Notice: Undefined offset: 0 in /home/sunsp5/public_html/wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 100 [30-Nov-2017 02:13:00 UTC] PHP Notice: Trying to get property of non-object in /home/sunsp5/public_html/wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 100
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Using category colors in widgetHey Andy, thanks for getting back to me.
Yes, that setting works great to get a color border on the event title.But I’m hoping I can pull the color into a variable I can use in multiple places, and not just as a border to the left of an events title.
Forum: Plugins
In reply to: [Last.Fm Records] No covers shown with album settingsglad to help, love this plugin!
Forum: Plugins
In reply to: [Last.Fm Records] No covers shown with album settingsopen last.fm.records.js in the plugin folder
go to line 208:
_data = _data.topalbums.album;
add new line below and add:
break;
Should look similar to this:
case 'topalbums12month': _data = _data.topalbums.album; break; case 'topartists':
Hope this helps!