Home › Forums › WoodMart support forum › conflict between woocommerce – variation Additional Images and image display
conflict between woocommerce – variation Additional Images and image display
- This topic has 33 replies, 2 voices, and was last updated 6 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
March 14, 2018 at 12:21 pm #45912
colorlinkParticipantits all messed up as the link shows
March 14, 2018 at 12:38 pm #45920
Artem TemosKeymasterHi,
Could you please provide us some screenshots how it should look with default WordPress theme for example?
Thank you
March 14, 2018 at 12:43 pm #45922March 14, 2018 at 12:43 pm #45927
colorlinkParticipantsent you admin credi… you can log in and check plz
March 14, 2018 at 12:46 pm #45928
Artem TemosKeymasterAs we can see, there is no featured image there. Is it correct? Are you able to send us this plugin so we can test it?
March 14, 2018 at 12:52 pm #45931
colorlinkParticipantsure . check the link in private content
March 14, 2018 at 2:19 pm #45958
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to do this
add_theme_support( 'wc-product-gallery-slider' ); function woodmart_flexslider() { wp_enqueue_script( 'flexslider', get_template_directory_uri() . '/js/jquery.flexslider.js', array('jquery') ); wp_enqueue_script( 'flexslider-init', get_template_directory_uri() . '/js/jquery.flexslider-init.js', array('jquery', 'flexslider') ); } add_action('wp_enqueue_scripts', 'woodmart_flexslider', 10000);
And this code to the custom CSS
.woocommerce div.product div.images .flex-control-thumbs { overflow: hidden; zoom: 1; margin: 0; padding: 0 } .woocommerce div.product div.images .flex-control-thumbs li { width: 25%; float: left; margin: 0; list-style: none } .woocommerce div.product div.images .flex-control-thumbs li img { cursor: pointer; opacity: .5; margin: 0 } .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover { opacity: 1 } .woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) { clear: left } .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) { clear: left } .woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) { clear: left }
March 14, 2018 at 2:25 pm #45963
colorlinkParticipantdid that.. didnt solve it
March 14, 2018 at 2:30 pm #45968
Artem TemosKeymasterBut you don’t have the child theme installed and activated at all.
March 14, 2018 at 2:32 pm #45970
colorlinkParticipanthere is the ftp
March 14, 2018 at 2:32 pm #45971
Artem TemosKeymasterPlease, install the child theme and try to use the solution we gave you.
March 14, 2018 at 2:35 pm #45975
colorlinkParticipanti do i just activated it
but the thumb is showing under product . not like the other items… which showing at the side of the product
March 14, 2018 at 2:36 pm #45976
colorlinkParticipantand the main image of product is not showing at all
video and full preview as well..March 14, 2018 at 2:58 pm #45991
Artem TemosKeymasterWe just disabled our theme gallery completely. Now it should work in the same way it works with default WordPress theme as you shown on the screenshot https://xtemos.nyc3.digitaloceanspaces.com/wp-content/uploads/2018/03/Screenshot_2.png
March 14, 2018 at 4:02 pm #46038
colorlinkParticipanthow to make it work with the theme? please dont giveup on me.
March 14, 2018 at 4:04 pm #46039
Artem TemosKeymasterFirst of all, you need to be sure that this plugin works correctly with default WordPress theme. Then, we will do our best to help you to adapt this plugin with our theme.
So could you please check how it works in general?March 15, 2018 at 5:15 am #46119
colorlinkParticipantits conflicting with WPBakery Page Builder
im update it
March 15, 2018 at 5:24 am #46120
colorlinkParticipantstill same error .. what to do next?
March 15, 2018 at 7:55 am #46151
Artem TemosKeymasterWhat do you mean by the same error? Is it still not working with the default theme? It means that there is a bug in the plugin and you need to contact its developers for help.
March 15, 2018 at 8:34 am #46158
colorlinkParticipantits conflicting with WPBakery Page Builder
March 15, 2018 at 9:12 am #46166
Artem TemosKeymasterCould you please describe in what way it conflicts with the plugin? Are you able to activate the default WP theme so we can test why it doesn’t work well with WPBakery?
March 15, 2018 at 9:14 am #46168
colorlinkParticipantdid. check please
March 15, 2018 at 10:07 am #46185
colorlinkParticipantidk if this make any use for you
http://prntscr.com/irhhgg
waiting for you <3 thanks alotMarch 15, 2018 at 10:08 am #46186
Artem TemosKeymasterWe see that a lot of extra plugins are still turned on. Could you please temporarily disable them?
March 15, 2018 at 10:28 am #46193
colorlinkParticipantdone.
left only wp bakery and woocommerce variation additional images
March 15, 2018 at 10:35 am #46195
Artem TemosKeymasterYes, finally we see that this plugin is not compatible with WPBakery. The problem is that WPBakery includes its own version of the flexslider library. You need to contact additional images plugin’s developers asking for help since it is their bug.
March 15, 2018 at 10:40 am #46196
colorlinkParticipantis there other solution than this
as they are not replaying to me
March 15, 2018 at 10:44 am #46200
Artem TemosKeymasterTry to edit the file
js_composer/includes/classes/core/class-vc-base.php
and remove this linewp_register_script( 'flexslider', vc_asset_url( 'lib/bower/flexslider/jquery.flexslider-min.js' ), array( 'jquery' ), WPB_VC_VERSION, true );
March 15, 2018 at 10:52 am #46202
colorlinkParticipantdid . does that effect any thing inside visual composer components ? or theme or any other
March 15, 2018 at 11:25 am #46209
colorlinkParticipant?
-
AuthorPosts
- You must be logged in to create new topics. Login / Register