ilyapokrov
Forum Replies Created
-
@wpallimport,
This is necessary for two reasons.
1) There are 1000 categories in the file. Each of them contains 100 products and a minimum of information about each product. To avoid creating unnecessary and empty products on my site that will never bring me traffic, I act consistently. I upload one category of goods, bring it in order, manually add a description and photos. Only after that I want to start adding the next product category.
2) I generate a description for each product group is different. For example:
Category “phone”. Description – a beautiful phone (brand, model) fits in your pocket, etc.
Category “scooter”. Description – a fast scooter (make, model) suitable for children, etc.Forum: Themes and Templates
In reply to: [Vantage] Woocommerce + Vantage@misplon,
Don’t get me wrong. I have no complaints against you)) On the contrary, I want to clarify how to implement such functionality.Example: https://www.avito.ru/moskva/transport?cd=1
When you hover over the product card, it displays not just one image, but several images in the form of a simple slider.
And my clumsy code doesn’t load the alt and title attributes to images. In addition, you need to connect the slider, etc. All this will have a bad effect on the site’s loading speed.If your topic had such an opportunity , it would be priceless!
Forum: Plugins
In reply to: [WooCommerce] ADBlock blocks the link of the partner product@dynamiczach,
I suggest that you don’t answer questions that you don’t know the answer to in the future. It looks unprofessional on Your part.
I came to You for help, not for you to turn me down.This problem is solved as follows : you need to add a script in which the link is specified via onclick. In this case, ADBlock will not block traffic.
Forum: Plugins
In reply to: [WooCommerce] alt and title attributes for images@mouli,
I see this on the standard product category page.
Example:
https://ganzola.ru/elektrosamokat/The product profile on category pages displays the Alt attribute, but the title attribute is not displayed, as seen in the screenshot.
Example:
https://ganzola.ru/wp-content/uploads/2020/08/Screenshot_2-1.jpgForum: Plugins
In reply to: [WooCommerce] alt and title attributes for images@mouli,
Really. This problem occurred due to a single plugin. Thanks for the help. And finally, I want to ask another question on the same topic.
With the product card, everything is clear. What about product categories?
The alt attribute is specified there, but the title attribute is not specified. How do I fix this problem?))Forum: Themes and Templates
In reply to: [Vantage] alt and title attributes for imagesI was too hasty with the question) The problem is not with the theme, but with the plugin. I found the culprit.
Thank you again for such a cool theme!Forum: Plugins
In reply to: [WooCommerce] alt and title attributes for images@mouli,
I tested it. I changed the subject to the standard one, but nothing changed. The problem is still in The woocommerce plugin. I want to draw Your attention to the fact that the alt attribute is actually displayed, but incorrectly. You check a single image. Try adding two images and enter different alt attributes. For some reason, the woocommerce plugin doesn’t transfer this description. Text of the alt attribute on all images = product title (H1).Example:
Link to image
https://ganzola.ru/wp-content/uploads/2020/08/Screenshot_2.jpg
https://ganzola.ru/wp-content/uploads/2020/08/Screenshot_1-1.jpg- This reply was modified 4 years, 3 months ago by ilyapokrov.
Forum: Plugins
In reply to: [WooCommerce] Alt attributes for imagesForum: Plugins
In reply to: [WooCommerce] Alt attributes for images@riaanknoetze,
Yes, that’s right. I fill in alt and title in as in the picture. I want to see what I wrote. But if you check using f12, the alt attribute is the same for all images and it is the same as the product name (H1). Look at the example, I specified the link at the beginning.Forum: Plugins
In reply to: [WooCommerce] alt and title attributes for imagesForum: Plugins
In reply to: [WooCommerce] alt and title attributes for images@mouli,
Thanks for the answer. But I think we misunderstood each other)
I add images to the product profile and save them. Then I add the title and alt attributes to each image manually. But when I check the site, the alt attribute is not correct. Instead of my text, the product card header text is displayed. Everything is fine with the title attribute, it is displayed as it should be.
The plugins you offer solve a different problem : they automatically overwrite alt with the same text as title. I don’t need it, because I have already filled in all the attributes myself.Forum: Plugins
In reply to: [Load More Products for WooCommerce] scroll to top@razyrx,
Why don’t You want to add this feature?
After all, it defaults to woocommerce. And Your plugin makes it work incorrectly.Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] CSS by defaultThe solution was found. My theme support specialist did in a few minutes what you have been trying to solve for 2 weeks.
To disable the connection of fonts in the Hustle plugin, add the following:add_filter( 'hustle_load_google_fonts', '__return_false' );
Forum: Themes and Templates
In reply to: [Vantage] Loading fonts@misplon,
I jump for joy. This is the simplest and most effective solution!
Thanks again, thanks, thanks!))Forum: Themes and Templates
In reply to: [Vantage] Loading fonts@misplon,
Thank you very much for such a detailed answer!