Home Forums WoodMart support forum Information about new updates?

Information about new updates?

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #34508

    ducphuli
    Participant

    I heard in (woodmart version 2) will have
    1. Sticky search bar
    2. Lazy load jquery image

    Further I need this modification in the update, it looks too small in the product details dilemma.
    (Tablet device)

    #34531

    Artem Temos
    Keymaster

    Hello,

    1. Our theme 2.0 update will include a visual drag & drop header builder.

    2. Sorry, but we will not add lazy loading for images in this update. We hope to implement it later.

    Could you please provide us a link where we can see this problem?

    Regards

    #34556

    ducphuli
    Participant

    Hi,
    1. Ok
    2. I found a web page and a code snippet, did it load the image fast?
    3. The web I am maintaining (I will update the link later), but on (computer) I leave 6 columns, so on (tablet device) is still 6 columns.

    #34568

    Artem Temos
    Keymaster

    Could you please send us a direct link where we can see this problem?

    Sorry, but we didn’t test the code you mentioned so we don’t know how it works.

    #34644

    ducphuli
    Participant

    hi, ok

    3. 🙂

    #34645

    ducphuli
    Participant

    In the future would you develop a product like this?

    #34667

    Artem Temos
    Keymaster

    We will take your suggestion into account.

    #34679

    ducphuli
    Participant

    Thanks.

    #34684

    Artem Temos
    Keymaster

    Please, send us a link where we can see the 6 columns problem.

    #34697

    ducphuli
    Participant

    ok, try it on tablet device.

    #34717

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    function woodmart_get_owl_items_numbers( $slides_per_view ) {
    	$items = array();
    	$items['desktop'] = ( $slides_per_view > 0 ) ? $slides_per_view : 1;
    	$items['desktop_small'] = ( $items['desktop'] > 1 ) ? $items['desktop'] - 1 : 1;
    	if ( $items['desktop'] == 6 ) $items['desktop_small'] = 4;
    	$items['tablet'] = ( $items['desktop_small'] > 1 ) ? $items['desktop_small'] : 1;
    	$items['mobile'] = ( $items['tablet'] > 2 ) ? $items['tablet'] - 2 : 1;
    
    	if( $items['mobile'] > 2 ) {
    		$items['mobile'] = 2;
    	}
    
    	return $items;
    }
    #34724

    ducphuli
    Participant

    Thanks you.

    The web I’ve customized so much in functionality so I do not want to add a lot of code that will cause conflicts, hopefully the new update will have the option for this function.

    #34734

    ducphuli
    Participant

    I am wanting to secure wordpress, especially files (inline svg) (so that users do not easily download .svg files)

    I used this plugin (https://vi.wordpress.org/plugins/svg-support/) to make the .svg url go inline, but it broke the class.

    In future (woodmart) have inline support .svg? For example:
    <svg height=”130″ width=”500″>
    <defs>
    <linearGradient id=”grad1″ x1=”0%” y1=”0%” x2=”100%” y2=”0%”>
    <stop offset=”0%” style=”stop-color:rgb(255,255,0);stop-opacity:1″ />
    <stop offset=”100%” style=”stop-color:rgb(255,0,0);stop-opacity:1″ />
    </linearGradient>
    </defs>
    <ellipse cx=”100″ cy=”70″ rx=”85″ ry=”55″ fill=”url(#grad1)” />
    <text fill=”#ffffff” font-size=”45″ font-family=”Verdana” x=”50″ y=”86″>SVG</text>
    Sorry, your browser does not support inline SVG.
    </svg>

    #34749

    Artem Temos
    Keymaster

    But our theme works well with SVG. Where can see this problem?

    Yes, we will change the number of products on tablet with 6 products per row in the next update.

    #34811

    ducphuli
    Participant

    Ok, works fine with (url .svg)

    But I want to turn it into code, not the .svg link

    Thanks.

    #34815

    Artem Temos
    Keymaster

    But there is no way to upload an image with WordPress gallery and then use its code and not use IMG tag.

    #34841

    ducphuli
    Participant

    I used this plugin (https://vi.wordpress.org/plugins/svg-support/) to create a .svg url in line.

    It works fine but it broke the css layer so the icon displayed upwards 🙂
    Thanks, skip this step if not necessary.

    I have another question. How to on the (computer) display cart button so?
    Seems inconsistent when the (computer) display is different than (tablet and phone).

    #34916

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .product-grid-item.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a {
       display: inline-block;
       position: relative;
       padding: 0;
       background-color: transparent;
       border: none;
       text-decoration: none;
       text-align: center;
       font-weight: 400;
       font-size: 0;
       letter-spacing: 0;
       width: 40px;
       height:40px;
       line-height: 40px;
       color: #333;
            box-shadow:none!important;
            top:0!important;
    }
    
    body .product-grid-item.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a:hover,
    body .product-grid-item.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a:focus {
       color: #189eff;
    }
    
    body .product-grid-item.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a span:not(.woodmart-tooltip-label) {
       display: none;
    }
    
    body .product-grid-item.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a:before {
       font-size: 21px;
            color:inherit;
            transform:none;
            transition:none;
    }
    
    body .product-grid-item.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a:after {
            border: 1px solid #bbb;
       border-left-color: #000;
    }
    #35013

    ducphuli
    Participant

    Thanks you verry much

    One last question, when do you update 2.0 release?

    #35019

    Artem Temos
    Keymaster

    Unfortunately, we don’t have an approximate date for this update. It has a lot of changes and we have to test everything before the release to make it bugs free.

    #35046

    ducphuli
    Participant

    Thanks.
    I used (woodmart) to customize the professional.

    #35053

    Artem Temos
    Keymaster

    Your website looks very nice 🙂

    Do you have any extra questions regarding this topic?

    #35056

    ducphuli
    Participant

    Thanks you, wish you a good day.
    Currently I do not have any other questions.

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

The topic ‘Information about new updates?’ is closed to new replies.