DanielCanDesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Ozpital WPWeTransfer] Usage inside a formHi ozpital,
when can you expect this issue with CF7 to be resolved?
RegardsNow it works:)
Hi,
I have still old names but meanwhile I changed plugin on Widget Logic
Regards
DanielForum: Plugins
In reply to: [Import Social Events] Only show past Eventsthank you
Forum: Plugins
In reply to: [Import Social Events] Only show past EventsHello,
is there possibility to display only past events without future events?Regards
DanielForum: Plugins
In reply to: [Autoptimize] change css after combining csssorry, it must be some issues with server
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Padding settings issue on 2.4.23I have this issue, too
Forum: Plugins
In reply to: [WP Accessibility Helper (WAH)] resize textThank you. On Script option it works.
Is there some way to disable some parts of website from resizing text? for example menu.
Forum: Plugins
In reply to: [WP Accessibility Helper (WAH)] resize textOK I will wait
Forum: Plugins
In reply to: [WP Accessibility Helper (WAH)] resize textI have send you yestarday email via contact form on your site
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Issue with database tableI will try. Thank you.
Regards
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Issue with database tableHi,
thank you, now it is ok. What should I do next time on my localhost to avoid such an error?Forum: Plugins
In reply to: [The Logo Slider] target blankit is the same
Forum: Themes and Templates
In reply to: [Seasonal] child theme<?php /** * Functions and definitions * @package Seasonal Child */ // Lets begin by grabbing our stylesheet from the parent theme add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } ?>Forum: Themes and Templates
In reply to: [Seasonal] child themeI am sorry. It is my mistake. I called file function.php not functions.php that is why it did not work.. Really sorry about that