-
Search Results
-
Topic: Monthly calendar not working
Hello,
we make a website for our client and we want on contact form of the date field to display a monthly calendar like in: https://kriesi.at/themes/enfold-restaurant-one-page/#reservations
We found from your documentation how to visualize it:
.ui-datepicker-calendar .ui-datepicker-week-end+.ui-datepicker-week-end a.ui-state-default, .ui-datepicker-calendar tr > td:first-child a.ui-state-default {
background-color: gold;
pointer-events: none !important;
}But it turned out to be only visible when you logged in as an admin.
After searching in the forum, we found here (https://kriesi.at/support/topic/date-selection-contact-form/) a code for file function.php :The script is being executed before jQuery loads, which is why it’s not working. I’ve added this code in the functions.php file to fix the issue temporarily
function ava_load_jquery_dep_script() {
wp_enqueue_script( ‘avia-datepicker-dummy’, get_template_directory_uri() . ‘/js/test.js’, array(‘jquery’), ‘1.0’ );wp_add_inline_script( ‘avia-datepicker-dummy’, ‘jQuery(document).ready(function(){ jQuery(“.avia_datepicker”).datepicker({
beforeShow: function(input, inst) {
jQuery(“#ui-datepicker-div”).addClass(this.id);
inst.dpDiv.addClass(“avia-datepicker-div”);
},
showButtonPanel: true,
closeText: AviaDatepickerTranslation.closeText,
currentText: AviaDatepickerTranslation.currentText,
nextText: AviaDatepickerTranslation.nextText,
prevText: AviaDatepickerTranslation.prevText,
monthNames: AviaDatepickerTranslation.monthNames,
monthNamesShort: AviaDatepickerTranslation.monthNamesShort,
dayName: AviaDatepickerTranslation.dayNames,
dayNamesShort: AviaDatepickerTranslation.dayNamesShort,
dayNamesMin: AviaDatepickerTranslation.dayNamesMin,
dayNames: AviaDatepickerTranslation.dayNames,
dateFormat: AviaDatepickerTranslation.dateFormat,
firstDay: AviaDatepickerTranslation.firstDay,
isRTL: AviaDatepickerTranslation.isRTL,
changeMonth: true,
changeYear: true,
yearRange: “c-80:c+10”
}); });’ );
}
add_action( ‘wp_enqueue_scripts’, ‘ava_load_jquery_dep_script’, 10 );but we put it in our site broke: the full slider stopped working, the menu refused, and more.
I appreciate the work of your team, the quick reaction and the exact directions.
Can you give me support?
Is it possible for a site visitor to choose only dates from today + 7 days?Hello,
My Enfold theme website is triggering some errors in Google Search Console related to mobile usability. I noticed that the menu and footer text are very close together which I believe is causing the issue.
How do I edit the mobile menu and footer spacing so I can resolve this issue? I have included a link to my website (view it in mobile portrait).
Please get back to me when you have a chance.
Thank you.
Hi
I’ve been working with Enfold for 5 years now, and just bought my twelfth license. I can normally solve any issues, but I have a problem with changing the background color behind the main menu, which I just can’t solve. I have searched all of the blogs and tried a few css changes, but nothing works. The site (listed) has a black background behind the menu items which I want to be white. I’ve tries changing every background setting to white, and nothing happens. Can you help?Topic: Gravity Forms embedding
Ok, I search the Enfold theme support and could not find it.
How do I embed a Gravity form into an Enfold page?
They give four different options to do it in their help section, but I am not sure which to use..
Thanks…
Hi Enfold team,
When you search, there s always an Ajax quick result below the search field. In here the results are sorted by post type (Like Posts, Portfolio-items, etc.)
When you hit enter or go to ‘See all results’ you go to the search results page. Here the results are in a numbered list.I would love to sort the results also by post type here, just like the Ajax result.
What would be the best way to do this.Thanks in advance,
ArianeSituation:
I have created some ‘private’ Thank You pages which visitors should land on after filling in a Gravity form (on another page).The problem arises when I try to reference the Thank you page in Gravity forms because it is set to ‘private’. It only lets me select (from a dropdown), pages that are public. There is no facility to type in a url either.
I can’t make the page public because Enfold then shows all the Thank you pages in the search tool (there are 25 in total).
We have to use Gravity forms because they are linked and configured to HubSpot CRM.
The ideal solution is if I can make the pages public and somehow configure the search to eliminate any of my Thank you pages – but how?
Topic: Custom Post Type from plugin
Hello,
I have a Custom Post Type that is coming from a plugin.
When the term is searched that contains a string from that post type, the search results page is different,
it is showing that post type template instead of enfolds search.php.
Correct search: http://sheba.staging.wpengine.com/?s=why+sheba (hosted on WPengine)
Search with CPT template: http://sheba.staging.wpengine.com/?s=adultsIs there a way to force this CPT to use the search.php for search results as well.
Topic: Pairing Quadmenu with Enfold


