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
- This topic has 15 replies, 2 voices, and was last updated 6 years, 11 months ago by Artem Temos.
-
AuthorPosts
-
January 9, 2018 at 12:02 pm #32254
alexlim91ParticipantHi 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=e0c92adb56998e492b69db0c9fa0f53fSome alignment run away https://i.imgur.com/aEmi2NV.png
The pagination is also run away (previously is in middle) https://i.imgur.com/XxPw5f3.pngThank You
January 9, 2018 at 1:15 pm #32264
Artem TemosKeymasterHello,
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
XtemosJanuary 9, 2018 at 1:20 pm #32270
alexlim91ParticipantHi,
If like that do you guys have any filter plugin which can support on this theme?
Thank You
January 9, 2018 at 1:26 pm #32277
Artem TemosKeymasterHi,
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
January 9, 2018 at 2:37 pm #32299
alexlim91ParticipantHi,
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;
}January 9, 2018 at 2:43 pm #32302
Artem TemosKeymasterHi,
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
January 11, 2018 at 7:13 am #32718
alexlim91ParticipantHi, After i update the theme suddenly in my website top bar show “search product bar” how to hide it?
https://i.imgur.com/mgwf4xf.pngJanuary 11, 2018 at 8:09 am #32740
Artem TemosKeymasterHi,
Just clear your browser cache to see the changes after the update.
Regards
January 16, 2018 at 9:17 am #33632
alexlim91ParticipantHi,
May i know how can i create the page like this demo page
https://woodmart.xtemos.com/layout-grid-2/?opt=layout_grid2I 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
January 16, 2018 at 10:26 am #33648
Artem TemosKeymasterHi,
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
January 17, 2018 at 3:50 am #33747
alexlim91ParticipantHi,
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?
January 17, 2018 at 7:17 am #33759
Artem TemosKeymasterHello,
Strange, could you please provide us your admin access so we can check why it works in this way?
January 17, 2018 at 7:44 am #33773
alexlim91ParticipantHi,
Here is the website, please check private content below.
Thank You
January 17, 2018 at 7:57 am #33775
Artem TemosKeymasterHi,
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
January 17, 2018 at 8:32 am #33777
alexlim91ParticipantHi,
Will you guys fix the error by next release? May i know when is the new release coming out?
Thank You
January 17, 2018 at 10:24 am #33789
Artem TemosKeymasterYes, we will include this fix in the next update. Hope that it will be released next week.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register