Home › Forums › WoodMart support forum › Some questions
Some questions
- This topic has 19 replies, 3 voices, and was last updated 6 years, 8 months ago by Artem Temos.
-
AuthorPosts
-
March 30, 2018 at 8:36 am #50015
olhutParticipantHello..
I am sorry..
I have questions..1. I have written an article for this page, but it does not show.
How can I show the article on portfolio page? http://prntscr.com/iyef2u
2. This picture does not show on mobile. http://prntscr.com/iyee5w.
How can I show the picture on mobile?Thank You..
Regards
March 30, 2018 at 8:53 am #50021
Artem TemosKeymasterHello,
We have created a separate topic for these questions.
1. Unfortunately, portfolio page displays projects only and can’t be used for custom content.
2. You just need to edit that row with WPBakery and remove this extra CSS class
mobile-bg-img-hidden
.Regards
March 30, 2018 at 8:59 am #50023
olhutParticipantHi..
Thank You for the reply..
It shows the picture on mobile now..I am sorry for this, but, do You know other way(s) to create a portfolio page but with article? Maybe using WP Bakery?
Thank You..
Regards..
March 30, 2018 at 9:43 am #50041
Artem TemosKeymasterYou can try to create it using WPBakery “Portfolio” element.
March 31, 2018 at 9:05 am #50159
olhutParticipantHello..
Thank You for the reply..
I have other problem..
I am using Yith premium ajax product filter..
I got a problem.. I have asked YITH to help me solve this problem..
This is my ticket to YITH..
The problem is, that the product hover is not working for the products that come from the filter results..
https://www.olhut.com/belanja/ That is my shop page. You can see there are WoodMart ajax product filter too.. The product hover still works for the results..And this is the last answer..
http://prntscr.com/iyumkd
As You can see.., they asked me to contact You..
I am sorry for this..Thank You
Regrads…
March 31, 2018 at 2:13 pm #50192
Artem TemosKeymasterHi,
They can reinit our product hover effect with the following JS code
woodmartThemeModule.productHover()
Regards
March 31, 2018 at 4:08 pm #50212
olhutParticipantHi..
Thank You for the reply..
I will tell them about it..Thank You..
Regards,
April 1, 2018 at 7:54 am #50243
Artem TemosKeymasterOK, write us about the result.
April 5, 2018 at 5:30 pm #51059
olhutParticipantHello..
I am sorry..
I have other issue..
Please help…April 6, 2018 at 6:09 am #51119
Artem TemosKeymasterHello,
Try to insert it before lines 83 and 84 on your screenshot.
Regards
April 6, 2018 at 7:29 am #51148
olhutParticipantHello…
I am sorry..
About the code I got from plugin developer,
.product-grid-item .yith_ywraq_add_item_browse_message, .product-grid-item .yith_ywraq_add_item_response_message {
display: inline-block !important;
}After inserting the code by following Your advice, I got this http://prntscr.com/j1lkri
It shows on every product. But, it shows even the product has not been added to quote yet. I think it is not right, is it?
I am sorry.. Please help..Thank You..
Best regards
April 6, 2018 at 8:08 am #51153
Artem TemosKeymasterWe don’t know, you need to contact plugin’s developers and ask this question since it is their code.
April 6, 2018 at 10:37 am #51196
olhutParticipantHello Artem…
I am sorry, but I got this from the plugin developer..
http://prntscr.com/j1o2bj
and
http://prntscr.com/j1o1jlPlease help..
Thank You…
Best regards
April 6, 2018 at 11:49 am #51221
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .product-grid-item .yith_ywraq_add_item_browse_message[style="display:none"], body .product-grid-item .yith_ywraq_add_item_response_message[style="display:none"] { display: none !important; }
Regards
April 6, 2018 at 12:00 pm #51222
olhutParticipantHi Donovan..
I have inserted the codes, but it still does not show the “browse the list” button. But, after inserting the codes, a pop up shows once I click the “add to quote” button. Actually, I do not want a pop up to show. I am sorry. It does not work this way https://prnt.sc/j0z1zp.Thank You..
Warmest regards
April 6, 2018 at 12:44 pm #51228
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings.
.product-grid-item .yith_ywraq_add_item_browse_message, .product-grid-item .yith_ywraq_add_item_response_message { display: inline-block !important; }
Regards
April 6, 2018 at 12:56 pm #51233
olhutParticipantHello Donovan..
Thank You for the code.. I am sorry, but it still does not work like this https://prnt.sc/j0z1zp.
It works just like Your previous codes. Add to quote pop up shows, but I really do not want it. Because the pop up works incorrectly. When I try to increase the quantity, the add to quote pop up changed into add to cart pop up. Beside, the add to quote plugin does not has a pop up. Please, just remove it. Once again, I am sorry.Thank You..
Warmest regards
April 6, 2018 at 1:44 pm #51263
Bogdan DonovanKeymasterWe check your site once again and add previous CSS code to it:
body .product-grid-item .yith_ywraq_add_item_browse_message[style="display:none"], body .product-grid-item .yith_ywraq_add_item_response_message[style="display:none"] { display: none !important; } body .product-grid-item .yith_ywraq_add_item_browse_message, body .product-grid-item .yith_ywraq_add_item_response_message { display: inline-block !important; }
After adding the previous code CCS code, our theme starts fully inheriting display setting of the ‘add to quote plugin button’ and not related to the theme option. So if the plug-in shows a button – it will be visible https://prnt.sc/j1qfli. If the button is hidden – display: none parameter will be applied to it https://prnt.sc/j1qgyd.
This is how the product looks initially – https://prnt.sc/j1qayo.
That’s right after adding to the list – https://prnt.sc/j1qb5e.
And so after the page is reloaded – https://prnt.sc/j1qbut.Plugin pop-up functionality or add to quote button visibility is not related to or theme. Check your plugin settings to disable button on the shop page grid view http://prntscr.com/j1qr18 or contact plugin support for additional information.
Regards
April 6, 2018 at 2:28 pm #51277
olhutParticipantHello Bogdan…
Thank You very much for the codes..
I am sorry, I think it was my mistake. Before, I inserted the code in the last line of custom css area, and nothing happened. Then I remembered that Artem gave ma advice to insert the codes before the line 83 and 84 http://prntscr.com/j1rgis . And it works just like what I wanted. I am so glad. You and XTemos are awesome!!!Thank You…
Best regards and salute!!!
April 6, 2018 at 10:51 pm #51323
Artem TemosKeymasterGreat, we are glad that you sorted it out.
-
AuthorPosts
The topic ‘Some questions’ is closed to new replies.
- You must be logged in to create new topics. Login / Register