mdw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Audio shortcode widthI am just asking about a wordpress function. By your answer I understand that function doesn’t exist.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Photon do not display imagesThank you for your input luiseiherrera, I hope this bug will be looked into
I don’t think it is for admin purpose only since I got this answer from WooCommerce:
Laurena (WooCommerce)
Jan 9, 18:12 EST
Hello,
Thank you for contacting WooCommerce! I’m happy to help answer this for you.
Unfortunately, how that displays – and even if it displays – is fully dictated by the theme you are using. You may want to be in touch with the theme developer and see if it is possible to customize?
Unfortunately we are unable to provide support for this sort of customization under our Support Policy.
However, if you do want to pursue this and want some developer input, we recommend that you contact one of the following services regarding custom development for your site:
? WooExperts
? Codeable
Hopefully you will find someone there that can help!
Best,
Laurena – Happiness Engineer
WooCommerce, part of the Automattic FamilyThank you so much! My theme also show it for categories and tags but not for attribute terms. From your code and from the codex reference I made up this function and it works :
add_action ( 'woocommerce_archive_description', 'show_term_description', 20 ); function show_term_description() { echo term_description( $term_id, $taxonomy ); }
Also few minutes before I was able to display it also by inserting a line in a copy of archive-product.php in my child theme
Happy it works now!
what function would it be?
h that is too bad! you should display it in future versions.
I will try to play with the templates, thank youHi dishyart sorry for the late reply! in case you still need help:
I had enabled https for the dashboard only. and the visitor site would be http. I had to change the whole site to https for it to work. I think it is an issue in the code of this plugin (wp ulike), I hope they resolved it.Forum: Fixing WordPress
In reply to: WP redirects to homepage after Admin tries to submit Post or PageOMG thank you so much nathank1989 MOD_SECURITY was also activated on my server and that fixed the issue for me too ??
Awesome it works perfectly, thank you!
Forum: Plugins
In reply to: [AddToAny Share Buttons] Add Share text to floating bar?Awesome, that works, thanks! ??
Forum: Plugins
In reply to: [Add Meta Tags] Your page does not utilize Microformats.Thank you for the infos
Hi! if I remember well I switched back to a WordPress default theme, deleted the users ultra pages, cleared the trash, optimized databases and cleared transients, then processed to the users ultra page creation and switched back to my usual theme.
Forum: Plugins
In reply to: [Media from FTP] 404 pageHi yes I did. I did step 1 and 3 and the cron is running but no new files are added. SSH is not enabled on that account yet.
Forum: Plugins
In reply to: [Media from FTP] 404 pagethe command must be run on ssh right?
oh sorry so strange I had to manually re-enter every attribute of all the products I had set (horrible if the store was not new)