Here in the image you can see that with another service three events are created.
]]>I use TT4 theme (Full Site Edit). I have added your block to main menu. There I can add text or button and both are note pretty, neither does txt adhere to theme. (Underline on mouse over and the other way around).
However, I have added an icon using icon block plugin. So now I have a dead search glass. How can I trigger this icon? What link can I add?
If this is not possible, how can I have an Icon in my main menu that does trigger?
Also, how can I give the modal box rounded corners in css. border-radius: 25px; ?
Thx
]]>My ideia was to create a button that would trigger the popup again.
jQuery(document).ready(function ($) {
$('#search_store_locator').click(function(){
$('.asl-geolocation-agile-modal').css('display', 'block');
});
});
I have not been able to solve this, if there is an already defined way to do it?
If not that is my suggestion for a future update.
]]>But if one clicks on the yellow toggles of the calendar to hide/show the calendar`s sidebars it fires the CF7 client side validation, although I wrapped to whole form into a <div class=”novalidate”>…</div>
It looks like the novalidate-class has no effect.
Do you have an idea, how the can avoid this behavior of the form?
Thank you very much and best regards.
Ralf
]]>(How) Is it possible to trigger the reindexing externally, by a webhook or using REST-API?
The reason I ask is because I do a product import/update over REST-API several times a day and I want to trigger the re-indexing when the product import is finished.
Thanks for your answer!
]]>I made a popup and it looks really good, but I have one small problem: I have a button inside the popup. The idea is to go to a specific page after clicking on that button and close the popup. The popup is set to not show again till 1 day. But when I click on the button, the page is redirected, but the popup shows again. When I use the mentioned class (wow-modal-close-1), the popup closes, but not redirected.
Is there a way to fix this?
Thanks
]]>If I directly open the page where the form is present, this works perfectly! So it’s not a conflict problem… But if I get to the page where the form is present from other pages, when I send it, I have some problems. It probably didn’t load or trigger all the necessary scripts.
To avoid problems, I still flagged the option to load all WP Forms assets on any page. This helped because now the form is displayed correctly. But I think there must be some additional scripts to trigger, and I can’t imagine what they are. Javascript content is loaded, but not executed.
So, what functions do I need to call to make everything work properly when i load the page?