casusbene
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] register custom menu, polylang duplicatesNot at all, it seems.
So I only createfunction register_custom_menus() {
register_nav_menus(array(
'custom-overlay-menu-leistungen-left' => 'Custom Overlay Menu Leistungen Left',
// ...
));
}
add_action('init', 'register_custom_menus');And do a lot of workarounds.
- This reply was modified 1 year, 1 month ago by casusbene.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Redirect not redirectingAs I said, there are no console errors and none in the log. I could have gone from there… 🤷♂️
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Redirect not redirectingI chose to solve it via script:
<script>document.addEventListener( 'wpcf7mailsent', function( event ) {setTimeout( () => {location = 'http://example.com/';}, 500 ); // Wait for 0.5 seconds to redirect.}, false);</script>However, I still hope for a solution to use your built-in function again.
Forum: Plugins
In reply to: [Job Postings] Not able to get attachment in email notificationHi Prakash,
unfortunately not providing a solution, but chiming in with your problem, this affects a customer of ours too.
Attachments are uploaded to media library, mails are sent, but attachments are not (apart from one instance where it miraculously worked).
Hoping for some solution,
casusbene