Thread Starter
WebNC
(@webnc)
Any suggestions?
We need to export/import customers and orders properly.
Without the broken links and “0 product” problems.
Regards
M.E.
Thread Starter
WebNC
(@webnc)
Solved modifying the bootstrap.css of my theme (FlatMarket):
.collapse { display: inline; }
.collapsing { height: auto; }
Hi nasheliux,
same problem here: http://migrapp.it
How did you solve?
Thanks
Thread Starter
WebNC
(@webnc)
It’s not a solution but inserting in “collapscatlist.php” line 183:
$rssLink= '<a href="'.get_term_link($cat, $tax).'feed">
instead of
$rssLink= '<a href="' . get_category_feed_link($cat->term_id) .'">
I got the right RSS url.
Any idea about “get_category_feed_link” not working?