Home Forums WoodMart support forum Woodmart not fully compatible with WordPress Meta Data & Taxonomies Filter

Woodmart not fully compatible with WordPress Meta Data & Taxonomies Filter

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #32254

    alexlim91
    Participant

    Hi Xtemos,

    I found out this woodmart theme is not fully compatible with WordPress Meta Data & Taxonomies Filter https://codecanyon.net/item/wordpress-meta-data-taxonomies-filter/7002700?_ga=2.183965920.799855663.1515415971-649914517.1506427746
    After i install it show some shop page filter is running out. please check this page http://www.wowlao.com/?slg=product&mdf_cat=-1&page_mdf=e0c92adb56998e492b69db0c9fa0f53f

    Some alignment run away https://i.imgur.com/aEmi2NV.png
    The pagination is also run away (previously is in middle) https://i.imgur.com/XxPw5f3.png

    Thank You

    #32264

    Artem Temos
    Keymaster

    Hello,

    It seems that plugin breaks our theme HTML structure somehow and that is why our styles are not working correctly. Actually, it shouldn’t change any tags but here is how looks https://gyazo.com/d5f70963d13569edeb1037b4ed4cce82 and should be like this https://gyazo.com/fd788559bd7e2edb9f1a4f9225ba33f7
    If it happens only when this plugin is turned on, then you need to contact their developers and ask why it happens. If there is something wrong from our side we will fix it. But currently, there are no any issues from our side.

    Kind Regards
    Xtemos

    #32270

    alexlim91
    Participant

    Hi,

    If like that do you guys have any filter plugin which can support on this theme?

    Thank You

    #32277

    Artem Temos
    Keymaster

    Hi,

    Sorry, but we didn’t test third party plugins for filters. And actually, they should be compatible with our theme even if we don’t do any extra changes. We suggest you to contact plugin’s developers for help. If there are some additional requirements from their side to our theme we will help you to implement them.

    Regards

    #32299

    alexlim91
    Participant

    Hi,

    This is plugin developer said
    Hello

    “After i install it show some shop page filter is running out.” – In widget settings add this link http://www.wowlao.com/shop/https://c2n.me/3QUHXJz.png

    Yes perhaps this is CSS conflict

    1) I added some code – https://c2n.me/3QUGUAz.png

    .shop-loop-head .woodmart-active-filters {
    display: none;
    }

    2) https://c2n.me/3QUHcqH.png CSS:

    .products-footer {
    margin: 0 auto;
    }

    #32302

    Artem Temos
    Keymaster

    Hi,

    But it is not a CSS conflict as they say. We described that the problem is in broken HTML structure. Even if you fix it with that CSS code it is not a perfect solution. Some other bugs may appear in the future. Did you ask why the plugin changes the structure?

    Regards

    #32718

    alexlim91
    Participant

    Hi, After i update the theme suddenly in my website top bar show “search product bar” how to hide it?
    https://i.imgur.com/mgwf4xf.png

    #32740

    Artem Temos
    Keymaster

    Hi,

    Just clear your browser cache to see the changes after the update.

    Regards

    #33632

    alexlim91
    Participant

    Hi,

    May i know how can i create the page like this demo page
    https://woodmart.xtemos.com/layout-grid-2/?opt=layout_grid2

    I to remove the margin and padding between the two image. But if enter -20px for the margin for both image it will affect the mobile layout. http://www.anviz.net.my/home/

    Thank You

    #33648

    Artem Temos
    Keymaster

    Hi,

    You need to edit your columns that contain these images and set their paddings values to 0. Don’t need to use negative margin there.

    Regards

    #33747

    alexlim91
    Participant

    Hi,

    Ok. Got it. One more question, when i set my footer to single column but in widget area i could not see the footer area? So how can i insert the html block in that single column?

    #33759

    Artem Temos
    Keymaster

    Hello,

    Strange, could you please provide us your admin access so we can check why it works in this way?

    #33773

    alexlim91
    Participant

    Hi,

    Here is the website, please check private content below.

    Thank You

    #33775

    Artem Temos
    Keymaster

    Hi,

    Yes, it seems to be an issue in our last version. You can fix it in the file woodmart/inc/theme-setup.php

    change the line

    if( count( $footer_config['cols'] ) > 1 ) {

    to this one

    if( count( $footer_config['cols'] ) > 0 ) {

    We will fix this issue in our next theme update also.

    Regards

    #33777

    alexlim91
    Participant

    Hi,

    Will you guys fix the error by next release? May i know when is the new release coming out?

    Thank You

    #33789

    Artem Temos
    Keymaster

    Yes, we will include this fix in the next update. Hope that it will be released next week.

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