-
AuthorPosts
-
November 2, 2015 at 9:48 am #528317
Hey,
I want to move my category descriptions under the products.
Regards
AlexNovember 2, 2015 at 4:52 pm #528617Hey combra!
Can you send us a link to your page and take a screenshot highlighting what your wanting to do? You can set your reply as private if you wish.
Cheers!
ElliottNovember 2, 2015 at 5:05 pm #528634I want to set description text from product category above listed products and sub categorys. Screen added.
November 3, 2015 at 5:36 am #528991Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardNovember 3, 2015 at 9:10 am #529046sure
November 4, 2015 at 11:25 am #529874Hey!
try this code in Quick CSS field:
.term-description { top: 250px; } li.product-category.product.first { top: -145px; }Regards,
AndyNovember 5, 2015 at 3:44 pm #530841Hey thanks, that moving works not 100%. And what happends if there more categorys/products listed? I added screens.
I can work with 1-3 categorys and it looks fine. If i add a other category, text will be behind product boxes.
I added this code via editor on .css. You can check it with admin login above. URLs where u see this on private content.
-
This reply was modified 9 years, 12 months ago by
combra.
November 6, 2015 at 12:29 pm #531416Is there no way to work with template? To adjust all categorys all times with css is much work.
November 9, 2015 at 12:33 pm #532509Any solution? :(
November 10, 2015 at 4:20 am #533014Hey!
Sorry for the delay. Please remove the css modification then add this in the functions.php file:
// move category description add_action('init', 'woocommerce_mod'); function woocommerce_mod() { remove_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 5 ); }Best regards,
IsmaelNovember 10, 2015 at 9:05 am #533101Yeah, thats it! Thanks
-
This reply was modified 9 years, 12 months ago by
-
AuthorPosts
- The topic ‘Moving category description under products’ is closed to new replies.
