GrayHunter
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] “SKU: N/A” on Variation productsWooCommerce support, what should I do to get the bug registered & fixed? Please advise.
Forum: Plugins
In reply to: [WooCommerce] “SKU: N/A” on Variation productsThis is obviously a bug. Would anyone register it for me, please?
Forum: Fixing WordPress
In reply to: How to update the img Title field while uploading it?@bcworkz Thank you for the research performed – all this sounds very exciting. I believe that there should be no pitfalls. May I ask you to help me with the code to try? I’m not very comfortable with this part of development…
Forum: Fixing WordPress
In reply to: How to update the img Title field while uploading it?@bcworkz Thank you for your reply.
I use Divi theme and a plugin for improving the product gallery “(Additional Variation Images Gallery for WooCommerce” by Emran Ahmed).
The value of the Title field appears on hover on the photo: https://www.dropbox.com/s/ow02pmqegcoof7d/Screenshot%202022-11-22%20at%2015.28.34.png?dl=0
and also there is the Title shown if you click on the magnifier: https://www.dropbox.com/s/eatzvm79cn5zkwz/Screenshot%202022-11-22%20at%2015.28.45.png?dl=0
I believe that the best way looks like that:
Upon uploading an image, the Title field is made blank and the alt field is filed by the product Title/Name. Is it possible?Forum: Fixing WordPress
In reply to: How to update the img Title field while uploading it?Here is the screenshot of the Title field with the image (not post/product) title automatically put right after the uploading is completed: https://www.dropbox.com/s/0nb4w42emo32ui9/Screenshot%202022-11-22%20at%2010.31.05.png?dl=0
Please advise.
- This reply was modified 3 years, 6 months ago by GrayHunter.
- This reply was modified 3 years, 6 months ago by GrayHunter.
Forum: Plugins
In reply to: [Constant Contact Forms] Admin notice and no new contacts added to the listThanks, I can confirm that creating a list in WP does push it up to a constant contact account. But it does not add a subscriber to the list. Could you try this as well, please, and if this works for you – please advise why it does not work for me…
Forum: Plugins
In reply to: [Constant Contact Forms] Admin notice and no new contacts added to the listI have pulled in the lists to the WP and after that I’ve created a new list inside WP. If the plugin does not support this feature why do we have this button there? 🙂 Could you fix the bug, please?
Forum: Plugins
In reply to: [WooCommerce] How to check if current page is a Product Page?Hello @babylon1999,
Thank you for the code, but it does not relate to a product page. If you could give us a code for a product page (not for an archive or a category) – that would be great since there is no such code anywhere, I’ve searched…
Forum: Plugins
In reply to: [WooCommerce] How to disable the image Overlay on cross-sells?Thank the Divi theme support I got the solution:
.cross-sells li.product span.et_overlay { display: none !important; }Forum: Plugins
In reply to: [WooCommerce] How to collapse long description field in admin?@tpaksu Awesome! That’s what I wanted 👍 Many thanks!
Forum: Plugins
In reply to: [WooCommerce] How to collapse long description field in admin?@tpaksu That Is Great, Thank You! 🌟
The last request – is it possible to make the long description field/editor to be collapsed by default, please?Forum: Plugins
In reply to: [WooCommerce] How to collapse long description field in admin?Thank you, but I would not limit the height of the field to a fixed height. Otherwise it would make it difficult to write something in the field and to insert images…
I would like to turn the field from a one with fixed height to a field which could be collapsed (like the short description field can do) – is that possible?Or, as a plan B, it should work if we just move the long description field below, after all other fields (including the custom field section).
Please advise.
Forum: Plugins
In reply to: [WooCommerce] How to collapse long description field in admin?Sure, the long description field is marked by an orange arrow here: https://snipboard.io/TLqXNB.jpg
Ideally the field should be collapsible as the short description field. I believe people update pricing more often than long description.
Forum: Plugins
In reply to: [WooCommerce] How to check if current page is a Product Page?Finally, I just solved the issue with CSS by hiding the items I do not need on the product page.
But still it would be nice to know a better solution.Forum: Plugins
In reply to: [WooCommerce] How to check if current page is a Product Page?Your link says the following:
If you are looking for a way to check if you are on a product page in WooCommerce, you most likely think you should use WordPress single post conditional tag something like is_single( ).Unfortunately, this does not work with WooCommerce single page.