- Posts: 9
- Thank you received: 0
×
WooPrice Calculator PRO
[SOLVED] Help is needed.
- Denis Mikhnevich
-
Topic Author
- Offline
Less
More
2 years 8 months ago #163
by Denis Mikhnevich
Denis Mikhnevich replied the topic: [SOLVED] Help is needed.
Thank you very much, Simone!
Unlike many other developers, your ansvers always are very fast and useful. =)
Unlike many other developers, your ansvers always are very fast and useful. =)
Please Log in or Create an account to join the conversation.
- Simone
-
2 years 8 months ago - 2 years 8 months ago #162
by Simone
We can't see any images in first message.
You have more approach to hide it, add this code to your CSS:
1.
2.
It will hide the icon.
You don't really need to use this chain ".woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img" but you could write, depending on where you want to hide the button:
or regarding previous code:
Regards,
Simone
Simone replied the topic: [SOLVED] Help is needed.

You have more approach to hide it, add this code to your CSS:
1.
.wpc-edit-icon {
display: none !important
}
2.
.quantity .button > img.wpc-edit-icon {
display: none !important
}
It will hide the icon.
You don't really need to use this chain ".woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img" but you could write, depending on where you want to hide the button:
.woocommerce ul.cart_list li img.wpc-edit-icon, .woocommerce ul.product_list_widget li img.wpc-edit-icon {
display: none !important;
}
or regarding previous code:
.woocommerce ul.product_list_widget li img.wpc-edit-icon {
display: none !important;
}
Regards,
Simone
Last Edit: 2 years 8 months ago by Simone. Reason: added !important to one display: none...
Please Log in or Create an account to join the conversation.
- Denis Mikhnevich
-
Topic Author
- Offline
Less
More
- Posts: 9
- Thank you received: 0
2 years 8 months ago #160
by Denis Mikhnevich
Denis Mikhnevich replied the topic: [SOLVED] Help is needed.
Uh, I added a picture via the "Attachments" button in the first message ...
Please, write the complete chain to override the class edit.png: class="wpc-edit-icon", as in the example:
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
display: none;
}
... I could not do this myself.
Please, write the complete chain to override the class edit.png: class="wpc-edit-icon", as in the example:
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
display: none;
}
... I could not do this myself.
Please Log in or Create an account to join the conversation.
- Simone
-
2 years 8 months ago #159
by Simone
Simone replied the topic: [SOLVED] Help is needed.
Hi Denis,
I didn't understand which button did you mean, now I understand.
For next time please send us screenshot or url for fastest support.
Here another question about it, you can change image or write text:
woopricecalculator.com/forum/all-questio...-edit-dimensions#118
I can see a class in img cart for edit.png: class="wpc-edit-icon". Could you use a display: none for that class?
Regards,
S
I didn't understand which button did you mean, now I understand.
For next time please send us screenshot or url for fastest support.

Here another question about it, you can change image or write text:
woopricecalculator.com/forum/all-questio...-edit-dimensions#118
I can see a class in img cart for edit.png: class="wpc-edit-icon". Could you use a display: none for that class?
Regards,
S
Please Log in or Create an account to join the conversation.
- Denis Mikhnevich
-
Topic Author
- Offline
Less
More
- Posts: 9
- Thank you received: 0
2 years 8 months ago - 2 years 8 months ago #158
by Denis Mikhnevich
Denis Mikhnevich replied the topic: [SOLVED] Help is needed.
The code you proposed hides the photo of the product. In the Minicart, the syules of elements are connected in some strange way. Before you contact, I have tried a lot of options, but no one has helped...
One more question. If this button is not added by WPC plugin, then why is the picture in the directory .../wp-content/plugins/woo-price-calculator/assets/edit.png , and in the code has comments <!--WPC-PRO--> ?
UPD
It seems to me that you did not quite correctly add this element - did not define the unique style for this button, and it was "wrong" inherited.
One more question. If this button is not added by WPC plugin, then why is the picture in the directory .../wp-content/plugins/woo-price-calculator/assets/edit.png , and in the code has comments <!--WPC-PRO--> ?
UPD
It seems to me that you did not quite correctly add this element - did not define the unique style for this button, and it was "wrong" inherited.
Last Edit: 2 years 8 months ago by Denis Mikhnevich.
Please Log in or Create an account to join the conversation.
- Simone
-
2 years 8 months ago - 2 years 8 months ago #156
by Simone
Simone replied the topic: [SOLVED] Help is needed.
Hi Denis,
ok thanks for feedback about categories windows.
This question should be asked to WooCommerce forum instead of us. WPC doesn't manage any cart widget.
Anyway you could use:
Regards,
S
ok thanks for feedback about categories windows.
This question should be asked to WooCommerce forum instead of us. WPC doesn't manage any cart widget.
Anyway you could use:
.woocommerce ul.product_list_widget li img {
display: none !important;
visibility: hidden !important;
}
Regards,
S
Last Edit: 2 years 8 months ago by Simone. Reason: Bad english :)
Please Log in or Create an account to join the conversation.
- Denis Mikhnevich
-
Topic Author
- Offline
Less
More
- Posts: 9
- Thank you received: 0
2 years 8 months ago #155
by Denis Mikhnevich
Denis Mikhnevich created the topic: [SOLVED] Help is needed.
Thanks for the new update - it became much faster and easier to connect the calculator. It is a pity that you do not use standard category selection windows. Your windows are very small and without real trees structure - it is very difficult to choose the right category when there are many.
I'm compelled to ask for help =)
I can not fix the style in the Minicart widget myself. I tried to do this through additional styles, but in the main styles is the !important property...
Please tell me how to reduce this button or disable it?
I'm compelled to ask for help =)
I can not fix the style in the Minicart widget myself. I tried to do this through additional styles, but in the main styles is the !important property...
.woocommerce ul.product_list_widget li img {
box-shadow: none;
float: left !important;
height: auto;
margin-right: 10px !important;
width: 70px !important; ------------------------!!!!
}
Please tell me how to reduce this button or disable it?
This message contains confidential information
Attachment not found
Please Log in or Create an account to join the conversation.
Moderators: Simone, david
Time to create page: 0.189 seconds