Home › Forums › WoodMart support forum › You have activated your purchase code more than 3 times. You are allowed to do t
You have activated your purchase code more than 3 times. You are allowed to do t
- This topic has 126 replies, 3 voices, and was last updated 6 years, 10 months ago by Artem Temos.
-
AuthorPosts
-
March 9, 2018 at 4:13 pm #44963
olhutParticipantI have created a new folder “woocommerce” inside the woodmart-child, and inserted the file with code from You. I have seen the changes.. But, there are two missing buttons, the pre order and the compare. The compare is an icon and it is unseen in mobile browser.
The cart icon shows http://prntscr.com/ioy90k
Also, the Yith pre order does not show.Have I done Your instruction right right?
March 9, 2018 at 4:16 pm #44964
olhutParticipantI am sorry. The pay deposit button does not shows too on those two products.
Thank You. It is much better on mobile. Thank You….March 9, 2018 at 4:50 pm #44978
olhutParticipantHello Donovan…
I am sorry for this..
The variation in Your theme, it works great on every single variable product. But, when I come to the wishlist page, https://www.olhut.com/wishlist/,
And I clicked the your “selecet options”, it does not work directly on the wishlist page. Your button takes me to the “product page”. It is different with the Yith premium variation. The premium plugins does not take me anywhere. I can choose the options, and click the ajax add to cart button.I think, I will chose do disable Your variation. Could You let me know how to do it?
I am sorry for this.
Warmest regards,
Alim
March 10, 2018 at 7:39 am #45048
Bogdan DonovanKeymasterTry to add the following code snippet to the Global Custom CSS area in Theme Settings.
.product-grid-item .woodmart-buttons-alt { max-width: 300px; margin: 0 auto; } .product-grid-item .woodmart-buttons-alt div > a { display: block; color: white; border-radius: 0 !important; font-size: 12px; width: 100%; padding: 10px 14px; font-weight: bold; text-transform: uppercase; } .product-grid-item .woodmart-buttons-alt div > a:hover, .product-grid-item .woodmart-buttons-alt div > a:focus { color: white; -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15); box-shadow: inset 0 -2px 0 rgba(0,0,0,.15); } .product-grid-item .woodmart-buttons-alt #wcbpg_open_popup { padding: 10px 14px; text-decoration: none; } .product-grid-item .woodmart-buttons-alt div > a > span { -webkit-transform: none !important; transform: none !important; } .product-grid-item .woodmart-buttons-alt div > a:before { display: none !important; } .product-grid-item .wrap-wishlist-button i { display: none; } .product-grid-item .woodmart-buttons-alt .yith_ywraq_add_item_product_message { display: none !important; } .product-grid-item .wrap-wishlist-button, .product-grid-item .woodmart-add-btn > a, .product-grid-item .woodmart-add-btn > div { margin-bottom: 5px !important; } .product-grid-item .woodmart-buttons-alt div > a, .product-grid-item .woodmart-buttons-alt div > a { background-color: #83B735 !important; } .product-grid-item .woodmart-buttons-alt div > a:hover, .product-grid-item .woodmart-buttons-alt div > a:focus { background-color: #6ca300 !important; }
Also, add this code snippet to the Mobile Custom CSS area to display compare icon on mobile.
.woodmart-hover-base.product-no-swatches .wrapp-swatches, .woodmart-hover-base .product-compare-button { display: block; }
Regards
March 10, 2018 at 9:32 am #45056
olhutParticipantDear Donovan..
You are awesome. That works very well on mobile. On desktop too!! Thank You so much….
The remaining problem on desktop is only this.
http://prntscr.com/ip8b7d
Is that possible?Also, I have two more questions.
1. https://xtemos.com/forums/topic/you-have-activated-your-purchase-code-more-than-3-times-you-are-allowed-to-do-t/page/2/#post-44978That is important too to me. The option is to disable Your variatons completely, or to make it work just like on shop page.
2. These two links
https://www.olhut.com/product/sr-dc/
https://www.olhut.com/product/sr-dc-2/
They are set to pre order and deposits. The buttons of those two plugins does not show up, on single product page and on hover http://prntscr.com/ip8fof .
I do not know whether it is because of the theme, or misconfiguration of the plugins. I have submitted Yith for this last night, but did not get answer. Maybe tonight. I hope You can tell me the problem. I have done “control+U”, and see no code of deposits and pre order.Once again, You are so great. I promise that at least I will make a second purchase after all is done, for multi vendor site or for exporting furniture website, and write other long great reviews of Your supports.
By the way, WoodMart for multi vendors (I see You have the multi vendor and marketplace demos for WoodMart), which plugin is the best for Your theme? Dokan or Yith Multi Vendor that has integration with other plugins of Yith? Or maybe You have other suggestions?Donovan, Thank You very much. I wish all the best and goodness for You and all Xtemos team. And I hope that You and Xtemos will always continue the develop this theme because this theme is much better than other best sellers or best rated ones, or other best out there. I mean it.
Thank You so much.With warmest greetings,
Alim
March 10, 2018 at 9:44 am #45065
olhutParticipantHello Donovan..
About variations, I think I will just want Your variations disappear completely from the site, to enable Yith premium Variations.
yithemes.com/themes/plugins/yith-woocommerce-color-and-label-variations/
plugins.yithemes.com/yith-woocommerce-color-and-label-variations/What do You think about this?
Thank You,
Alim
March 10, 2018 at 10:43 am #45081
Artem TemosKeymasterHello there,
To disable the tooltip on the add to cart button you will have to customize the file
js/functions.js
and disable JS minification in Theme Settings -> performance. Change this linebootstrapTooltips: '.woodmart-tooltip, .product-actions-btns > a, .wrapp-buttons .woodmart-buttons > div:not(.woodmart-add-btn) a, .wrapp-buttons .woodmart-buttons .woodmart-add-btn, body:not(.catalog-mode-on) .woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons > div:not(.woodmart-add-btn) a, body:not(.catalog-mode-on) .woodmart-hover-base.hover-width-small:not(.product-in-carousel) .woodmart-add-btn, .woodmart-hover-base .product-compare-button a',
to this one
bootstrapTooltips: '.woodmart-tooltip, .product-actions-btns > a, .wrapp-buttons .woodmart-buttons > div:not(.woodmart-add-btn) a, .woodmart-hover-base .product-compare-button a',
1. But our variations are disabled now if you didn’t enable swatches for your attribute terms in Products -> Attributes.
2. Are you able to check if they appear when default WordPress is turned on to check is it our theme issue or not?
Thank you for your kind words 🙂
March 10, 2018 at 11:06 am #45090
olhutParticipantHello Artem..
Thank You for the reply.. What I have said is the truth. I have tested more than 50 demos of other themes. And none of them work like Your theme. Design is not just about how it looks, it is more about how it works. And Your theme did it very very well. And You have my word that I will make the second purchase as soon as possible once this is done, for exporting furniture website. The domain is furnihere.com. It is hosted but not installed.
Back to the topic.
1. Is this correct? http://prntscr.com/ip93gl
And what if I turn on the combine js files?
And what about this setting? Is that correct? http://prntscr.com/ip93xx
Do I have to always disable the mini JS minification on any caching plugin I use?2. http://prntscr.com/ip96ul.
Is that correct?3. http://prntscr.com/ip97kf
Is that correct too?4.
2. Are you able to check if they appear when default WordPress is turned on to check is it our theme issue or not?
I will try it now and let You know.
Thank You so much..
March 10, 2018 at 11:09 am #45091
Artem TemosKeymasterThank you 🙂
1. Yes, these settings seem to be correct. But we don’t know about some plugin’s settings on your second screenshot since it is not a part of our theme. We suggest you to disable all caching/optimization plugins while developing your website.
2 & 3. Yes, everything seems to be correct there.
March 10, 2018 at 11:10 am #45093
olhutParticipantHello Artem..
I have done this. But the site is now very slow. Have I done it correctly?
1. Is this correct? http://prntscr.com/ip93gl
And what if I turn on the combine js files?
And what about this setting? Is that correct? http://prntscr.com/ip93xx
Do I have to always disable the mini JS minification on any caching plugin I use?2. http://prntscr.com/ip96ul.
Is that correct?3. http://prntscr.com/ip97kf
Is that correct too?March 10, 2018 at 11:13 am #45094
Artem TemosKeymasterBut it shouldn’t impact your website speed at all.
March 10, 2018 at 11:14 am #45095
olhutParticipantI just disabled the caching plugin. But my site is very slow now. Can You access it? Fortunately, I have downloaded the original one. But I still use the code You just gave me. 😀
March 10, 2018 at 11:26 am #45099
olhutParticipantHi Artem..
I can access my site. But Your tooltip is still showing.
Have I done Your instructions correctly? Also, the add to cart button of Yith variations is not showing.And this is the setting of Yith variations. http://prntscr.com/ip9dhq
I am sorry for that. Really.. I am so sorry…
March 10, 2018 at 11:34 am #45100
Artem TemosKeymasterHi,
But there is not tooltips on your website now https://gyazo.com/03a54d965c912bdb470499efff06c900
Could you please send us screenshots how YITH variations should look with default WP theme for example? And send us a link to the product where they should appear.
March 10, 2018 at 11:40 am #45101
olhutParticipantHello Artem..
Yes, there is tooltip of Yith. But no add to cart button.
http://prntscr.com/ip9hx0This is how Yith variations should work. Once after we selected the variation we want, the add to cart button will show.
Thank You..
March 10, 2018 at 11:42 am #45102
olhutParticipantHello Artem..
About this
But there is not tooltips on your website now https://gyazo.com/03a54d965c912bdb470499efff06c900
The product You chose is not a variable product. I am sorry.
March 10, 2018 at 11:47 am #45103
olhutParticipantHello Artem..
I am sorry.. This is Your tooltip for the variation. http://prntscr.com/ip9ko6
It is still showing.Thank You…
March 10, 2018 at 12:03 pm #45105
olhutParticipantHello Artem..
There are from my site when I use default WP theme. Yes, of course there is no Your variations tooltip because I do not use Your theme. There are using Yith Variations.Before me make the choice : http://prntscr.com/ip9nzs
After we make the choice : http://prntscr.com/ip9ocwAnd about deposits and pre order, yes I think it is not because the theme. It is because the misconfigurtions of the plugin. I will contact Yith ASAP.
2. Are you able to check if they appear when default WordPress is turned on to check is it our theme issue or not?
Thank You. So the only problem left is Your variation. I am so sorry for this. Really.
Thank You so much.
March 10, 2018 at 12:24 pm #45106
Artem TemosKeymasterSorry, but we don’t quite understand the problem with variable products. Do you mean that the button “Select options” should be changed to “Add to cart” when you select the color?
March 10, 2018 at 12:55 pm #45114
olhutParticipantHello Artem..
Thank You for the reply..I use Yith variations. And Your theme has its own variations. The Yith variations is integrated with Yith wishlist.
The variation in Your theme, it works great on every single variable product. It uses Ajax and it is a very quick way to buy. But, when the product is added to wishlist page, and then I come to the wishlist page, https://www.olhut.com/wishlist/,
And I clicked the your “selecet options”, it does not work directly on the wishlist page. It is not Ajax. Your button takes me to the “product page”. And I don’t want my customers to load the single product page just choose the variations. It takes time to do that.
On the other side, it is different with the Yith premium variation. The premium plugins does not take me anywhere. I can choose the options directly from the wishlist page, and click the ajax add to cart button.Also, Yith variation plugin is integrated with other Yith plugins, such as Yith Multi Vendor and other plugins. That is why I want to disable the WoodMart variations completely on my site. I just want it disappear or unseen on all pages. In short words, I want to delete Your variations tooltip.
The codes You gave me to do that are not working. There is still Your variations tooltip on my site.
Also, the Yith variations shows but works incorrectly. There is no add to cart button for Yith variations after we chose the variation or color of the product. It should not work that way. The add to cart button should show after we chose the variations.I think this is the last problem I have with Your theme. All problems before this is fixed very well, and I could not be happier. I am happy so much for that, and I am so thankful to You for that.
I know I have asked You too much. And I find myself so bothering. I just can say I am so sorry for that.
Thank You very much..,
Kindest greetings,
Alim
March 10, 2018 at 7:29 pm #45137
olhutParticipantHello Artem..
I am sorry.. I just realized that the original footer that is imported from You is now dissappeared.
I can not find something like this on my site now. Is that because the codes or the child theme, or something else? http://prntscr.com/ipetvyThank You..
March 10, 2018 at 10:49 pm #45156
Artem TemosKeymasterHello,
We just tested this product on the wishlist and the add to cart button works well there.
https://gyazo.com/cb033d803ff75f9ad3e6103004788216
As for the shop page, try to disable our theme’s quick shop function in Theme Settings -> Shop.Kind Regards
March 11, 2018 at 4:17 am #45181
olhutParticipantHello Artem..
Thank You for the reply..
Please take a look at this.
http://prntscr.com/ipk53tAnd about Your latest testing on my site, what You used to chose the color is not Your variation button, it is Yith variation button. Once again, Your variation on the wishlist page takes me to product page when clicked. http://prntscr.com/ipk73o
We just tested this product on the wishlist and the add to cart button works well there.
https://gyazo.com/cb033d803ff75f9ad3e6103004788216Also, how about this?
Really sorry, Artem.. Just one more thing to go and I am done with my site and ready to go.
Thank You..
Kindest regards,
Alim
March 11, 2018 at 9:45 am #45193
Artem TemosKeymasterCould you please provide us your admin and FTP access so we can check how it works with default WordPress theme and check what is wrong in our theme files?
March 11, 2018 at 9:49 am #45195
olhutParticipantHello Artem
March 11, 2018 at 9:58 am #45196
olhutParticipantHello Artem..
Please check..
This is what You need..March 11, 2018 at 10:04 am #45197
Artem TemosKeymasterIf you don’t have an FTP access, you can contact your hosting provider and ask them for this information.
March 11, 2018 at 10:05 am #45198
Artem TemosKeymasterAnd we can’t access your admin panel with the data you gave.
March 11, 2018 at 10:07 am #45199
olhutParticipantI have sent You the details. You can use it Artem.. Thank You so much..
March 11, 2018 at 10:08 am #45200
Artem TemosKeymasterWe need your FTP and admin access. You didn’t send me them.
-
AuthorPosts
The topic ‘You have activated your purchase code more than 3 times. You are allowed to do t’ is closed to new replies.
- You must be logged in to create new topics. Login / Register