Home / Forums / WoodMart support forum / popup email button
Home › Forums › WoodMart support forum › popup email button
popup email button
- This topic has 17 replies, 3 voices, and was last updated 1 year, 3 months ago by
Luke Nielsen.
-
AuthorPosts
-
March 29, 2025 at 9:32 am #650050
Gifts & WeddingsParticipantCan someone please help me setup de popup button for the contactform in contact us php.
I installed an template from the library but the button is not workingPlease help
Danny
March 29, 2025 at 3:17 pm #650109Hello,
Try to create an HTML Block (you can create the Form using Contact Form 7). Then, edit the page and use the popup widget and select the form in the popup widget: https://ibb.co/3fS9R0M
https://xtemos.com/docs-topic/html-blocks-usage/If you have any questions, feel free to contact us.
Best Regards,
March 29, 2025 at 3:43 pm #650114
Gifts & WeddingsParticipantI just dont understand what you are saying. try to make a block what do i put in there or
March 31, 2025 at 11:49 am #650366
Luke NielsenMemberHello,
Use the Popup element – https://prnt.sc/qUYiHs5F6p3p then assign the Form to that element here – https://prnt.sc/WWQTFqkUDtuP , the form itself you need to define via Dashboard -> Html Blocks and then assign here https://prnt.sc/WWQTFqkUDtuP that block.
Let me know the result.
Kind Regards
March 31, 2025 at 12:42 pm #650398
Gifts & WeddingsParticipantHi there thanks for your answer.
I dont have what you send me in the pictures. maybee cause im using gutenberg instead of a builder.
i imported an contact template from the library and the thing i see is a button where i can fill in an urlAttachments:
You must be logged in to view attached files.March 31, 2025 at 12:48 pm #650404
Luke NielsenMemberHello,
Send me access to the admin panel so I can check why that button doesn’t work.
Thank you in advance.
Kind Regards
March 31, 2025 at 12:57 pm #650406
Gifts & WeddingsParticipanthere you go
Danny
March 31, 2025 at 3:16 pm #650487
Gifts & WeddingsParticipantDid you get the link i send you?
Let me know if all is good
Danny
March 31, 2025 at 5:39 pm #650558
Luke NielsenMemberYep, I can’t even edit the element due to this error – https://prnt.sc/vcD_NT9mYwR4
May I disable 3rd party plugins and enable parent/default theme for testing?
Kind Regards
March 31, 2025 at 5:57 pm #650565
Gifts & WeddingsParticipantYes try that please
April 1, 2025 at 10:09 am #650691
Luke NielsenMemberHello,
I have imported that page again – https://prnt.sc/tHWbZmIV2JP7 and now the button works – https://prnt.sc/o631NaoFbmMT
Let me know if you have any questions.
Kind Regards
April 2, 2025 at 8:12 am #650996
Gifts & WeddingsParticipantThanks for the help it works great now.
Danny
April 2, 2025 at 1:25 pm #651103
Gifts & WeddingsParticipantOne more question . In product archives the hover over a product shows a big cart button but i want a cart icon there like on the mobile page
i attached an images with what i want
Danny
Attachments:
You must be logged in to view attached files.April 3, 2025 at 2:33 pm #651443
Luke NielsenMemberHello,
Try to use the code below:
.wd-product .wd-add-btn-replace .add-to-cart-loop:before { transform: translateY(0) translateZ(0); } .wd-product .wd-add-btn-replace .add-to-cart-loop span { transform: translateY(-100%) translateZ(0); }Kind Regards
April 4, 2025 at 8:16 am #651641
Gifts & WeddingsParticipantHi
I just tryed the code in css . but its half working . I still see the hoover cart button
See image. i want to get rid of that button and want the shop icon there on desktop viewDanny
Attachments:
You must be logged in to view attached files.April 4, 2025 at 10:17 am #651691
Luke NielsenMemberHello,
Add the code below in Theme Settings -> Custom JS -> On document ready:
(function($) { woodmartThemeModule.$document.on('wdShopPageInit wdUpdateWishlist wdArrowsLoadProducts wdLoadMoreLoadProducts wdProductsTabsLoaded wdSearchFullScreenContentLoaded wdArrowsLoadProducts wdBackHistory wdRecentlyViewedProductLoaded', function() { var $hoverBase = $('.wd-hover-with-fade'); console.log($hoverBase) $hoverBase.find('.wd-add-btn').parent().addClass('wd-add-small-btn'); $hoverBase.find('.wd-add-btn').removeClass('wd-add-btn-replace').addClass('wd-action-btn wd-style-icon wd-add-cart-icon'); }); woodmartThemeModule.$document.trigger('wdShopPageInit'); })(jQuery);Kind Regards
April 4, 2025 at 10:48 am #651708
Gifts & WeddingsParticipantYes that looks very nice
Thank you for the help
Danny
April 4, 2025 at 10:50 am #651711
Luke NielsenMemberHello,
You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot.
Have a good day!
Kind Regards
-
AuthorPosts
The topic ‘popup email button’ is closed to new replies.
- You must be logged in to create new topics. Login / Register