Home › Forums › WoodMart support forum › Instagram_product_hashtag
Instagram_product_hashtag
- This topic has 21 replies, 2 voices, and was last updated 7 years, 2 months ago by
Artem Temos.
-
AuthorPosts
-
March 8, 2018 at 4:30 pm #44730
jukka18ParticipantWe are testing the new site with the Instagram_product_hashtag on the product pages, it was working fine but now seems to be showing different instagram accounts even though the hashtag is correct throughout the site. Could you please advise?? Thanks
March 9, 2018 at 7:20 am #44803
Artem TemosKeymasterHi,
Could you please send us a product and specify which hashtag are you using there?
Regards
March 9, 2018 at 12:53 pm #44892
jukka18ParticipantSee PC
March 9, 2018 at 1:48 pm #44904
Artem TemosKeymasterBut this page seems to show correct images. What is wrong there?
March 9, 2018 at 2:24 pm #44917
jukka18ParticipantPC
March 9, 2018 at 2:48 pm #44921
Artem TemosKeymasterSorry, but it can’t grab photos from one account only. If you use instagram hashtag it takes all available photos. The key for this option is
_woodmart_product_hashtag
March 9, 2018 at 3:56 pm #44959
jukka18ParticipantThats great – thanks.
What about the product size charts?
Cheers
March 9, 2018 at 3:58 pm #44960
Artem TemosKeymasterWhat do you mean?
March 9, 2018 at 6:23 pm #44988
jukka18ParticipantWe have set up product sizing for various brands, didn’t know if you could upload these for all products via csv?
March 9, 2018 at 11:52 pm #45025
Artem TemosKeymasterDo you mean a size guide? They should be imported as a separate post types and they are not simple meta values as instagram hashtags.
March 10, 2018 at 12:18 am #45040
jukka18ParticipantOK that makes sense.
Thanks again for all your help!!
One more Q a lot of our product descriptions are very long we would like to shorted them and be able to scroll or expand for more info. Similar to this page which I think was done with your theme could you advise how its done:
https://orientalth99.staging.wpengine.com/product/china-pack
March 10, 2018 at 9:38 am #45063
Artem TemosKeymasterYou can try to enable accordion tabs as on your example website in Theme Settings -> Product page -> Tabs.
March 11, 2018 at 7:45 pm #45275
jukka18ParticipantThanks for getting back. Were happy with the layout. I was just wondering if we could manage the height of the description to maintain the overall layout, with a slider. Similar to the example and I think the CSS you provided on the attached example, I saw your forum. It would be fab if we could add that in.
March 12, 2018 at 7:24 am #45299
Artem TemosKeymasterSorry, but it can’t be done with a CSS code only. It requires JS customization also so it is possible only for the accordion tabs style.
March 12, 2018 at 10:19 am #45340
jukka18ParticipantWould it be possible then to have the description accordion closed on mobile and table as default when you click on a product?
Thanks
W
March 12, 2018 at 10:28 am #45345
Artem TemosKeymasterHi,
By default, WooCommerce opens the first tab when the page is loaded. You can try to close it manually right after page loading by adding this code snippet to the Custom JS section in Theme Settings
setTimeout(function() { var $tabs = jQuery( '.wc-tabs, ul.tabs' ).first(); $tabs.parent().find('#tab-basel_additional_tab').hide(); $tabs.parent().find( '.basel_additional_tab_tab' ).removeClass('active'); }, 10);
Regards
March 12, 2018 at 10:38 am #45354
jukka18ParticipantThanks for that, unfortunately I seem to be getting errors with that code when I drop into the custom JS + product images seem to go missing?
March 12, 2018 at 12:32 pm #45392
Artem TemosKeymasterWhere can we see the code added on your website?
March 12, 2018 at 2:28 pm #45443
jukka18ParticipantSee below – thanks.
March 12, 2018 at 2:47 pm #45450
Artem TemosKeymasterSorry, what do you mean? Did you add the code or not?
March 12, 2018 at 2:54 pm #45456
jukka18ParticipantYes I’ve added the code.
So I presume when you go to the mobile product page the accordion will be closed )inc. description.
March 12, 2018 at 3:00 pm #45458
Artem TemosKeymasterYou are using some optimizations/caching plugins so we don’t see the code.
-
AuthorPosts
Tagged: Instagram_product_hashtag
- You must be logged in to create new topics. Login / Register