mnpdev
Forum Replies Created
-
That would be great! I’ll await the snippet
Forum: Plugins
In reply to: [The Events Calendar] get the event date and location in phpHello Deblyn,
Thank you for the reply. The code works perfectly, thank you!
Best regards
Forum: Plugins
In reply to: [The Events Calendar] Event list templateHello Masood,
Thank you for clearing it all up.
It works perfectly for me!Hello,
Thanks for the reply. I use mostly the variables from the calendar so the checkbox options did the work perfectly thanks for the help!
Forum: Plugins
In reply to: [The Events Calendar] Event list templateHello Geoff,
I found the default-template.php for the overview page. The overview page uses the file in v2 folder. Is that correct that the overview and the single pages uses different php files?
Best regards.
Forum: Plugins
In reply to: [Contact Form 7] Error after update to 5.4.1Sure. But it was nothing special. I added the following to my functions.php:
// CF7 style
if (is_plugin_active(‘contact-form-7/wp-contact-form-7.php’)) {
wp_enqueue_style( ‘custom_theme-cf7’, plugins_url() . ‘/contact-form-7/includes/css/styles.css’ );
}And after that it works fine. Before that I had my own cf7 styling in the style.css
Forum: Plugins
In reply to: [Contact Form 7] Error after update to 5.4.1Hello Erik,
Thanks for replying. I have changed some settings in the theme functions.php and after that it works perfectly again.
Forum: Plugins
In reply to: [Contact Form 7] CSS stylingHello,
Thanks for replying. I have those hooks installed in the theme. But the only the CF7 styling is not active on the theme. Other styling from other plugins are present.