Jenny Ragan
Forum Replies Created
-
Thanks!
Forum: Themes and Templates
In reply to: [Spring Song] Mobile Responsive?Thanks!
Forum: Themes and Templates
In reply to: [Spring Song] Mobile Responsive?Thanks,
It is responsive, try this demo http://springsong.djrthemes.com/ the wordpress.org demo doesn’t seem to work well on mobile.
I didn’t create the header, it is from https://openclipart.org/detail/59821/spring
Forum: Themes and Templates
In reply to: [Spring Song] Full Posts BlogTry using this css:
.menu-items a:hover, .menu-items a:focus { text-decoration: none; }Forum: Themes and Templates
In reply to: [Spring Song] Full Posts BlogHi Jelmar,
I see this is marked as resolved. Did you find a solution already or do you still need help with this?
Thanks,
JennyForum: Reviews
In reply to: [Christmas Joy] Site Goes BlankI can help you troubleshoot if you like. My first suggestion would be to activate stargazer (the parent theme) first and make sure that works for you then try switching to christmas joy. Thanks.
I was having this trouble also on 3.8. It looks like there is wp e-commerce specific code for the sitemap to get the categories and products from the old db tables. I updated wordpress-seo/sitemaps/xml-sitemap-class.php at line 280 to
if ( defined('WPSC_VERSION') && WPSC_VERSION < 3.8 ) {and it seems to fix the error for me. It is just makes it skip that section of code which I think is not relevant now that products are custom post types.