Home Forums WoodMart support forum Some questions

Some questions

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #50015

    olhut
    Participant

    Hello..

    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

    #50021

    Artem Temos
    Keymaster

    Hello,

    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

    #50023

    olhut
    Participant

    Hi..
    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..

    #50041

    Artem Temos
    Keymaster

    You can try to create it using WPBakery “Portfolio” element.

    #50159

    olhut
    Participant

    Hello..

    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…

    #50192

    Artem Temos
    Keymaster

    Hi,

    They can reinit our product hover effect with the following JS code woodmartThemeModule.productHover()

    Regards

    #50212

    olhut
    Participant

    Hi..

    Thank You for the reply..
    I will tell them about it..

    Thank You..

    Regards,

    #50243

    Artem Temos
    Keymaster

    OK, write us about the result.

    #51059

    olhut
    Participant

    Hello..

    I am sorry..
    I have other issue..
    Please help…

    #51119

    Artem Temos
    Keymaster

    Hello,

    Try to insert it before lines 83 and 84 on your screenshot.

    Regards

    #51148

    olhut
    Participant

    Hello…

    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

    #51153

    Artem Temos
    Keymaster

    We don’t know, you need to contact plugin’s developers and ask this question since it is their code.

    #51196

    olhut
    Participant

    Hello Artem…

    I am sorry, but I got this from the plugin developer..
    http://prntscr.com/j1o2bj
    and
    http://prntscr.com/j1o1jl

    Please help..

    Thank You…

    Best regards

    #51221

    Bogdan Donovan
    Keymaster

    Hi,

    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

    #51222

    olhut
    Participant

    Hi 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

    #51228

    Bogdan Donovan
    Keymaster

    Try 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

    #51233

    olhut
    Participant

    Hello 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

    #51263

    Bogdan Donovan
    Keymaster

    We 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

    #51277

    olhut
    Participant

    Hello 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!!!

    #51323

    Artem Temos
    Keymaster

    Great, we are glad that you sorted it out.

Viewing 20 posts - 1 through 20 (of 20 total)

The topic ‘Some questions’ is closed to new replies.