Forum Replies Created
-
AuthorPosts
-
November 30, 2023 at 8:59 pm in reply to: Can’t update template; Enfold template overriding plugin template #1426848
The CSS removed the calendar in the footer (which is good) and the calendar on the main page (which is bad — we want this one to stay)
November 30, 2023 at 8:59 pm in reply to: Can’t update template; Enfold template overriding plugin template #1426846I’ve attached the login for SFTP and enabled it.
November 27, 2023 at 11:18 pm in reply to: Can’t update template; Enfold template overriding plugin template #1426564Hello,
I did not find any footer.php in our child theme.
The calendar is still showing in the footer:
I do not understand where it is loading in from! Please continue to help debug this.
I have completed all the steps you have given me thus far:
– add
add_theme_support( 'deactivate_tribe_events_calendar');
in function.php in child theme
– updated theme to latest version
– turned off compression
– cleared cache
– cleared Pantheon page cache
– tried to change Events > Settings > Display > Events templateWhat is the next step to fix this? Thank you!
November 9, 2023 at 8:22 pm in reply to: Can’t update template; Enfold template overriding plugin template #1425167Hello,
I’ve updated to the latest version now. Please take a look!
October 26, 2023 at 9:17 pm in reply to: Can’t update template; Enfold template overriding plugin template #1423836Hello,
I’ve added that to the functions.php file. This has enabled us to change the Events > Settings > Display > Events template to “Display Events Template”. However, this has not changed the display of the page here: https://dev-ncuih.pantheonsite.io/series/ncuih-uio-focus-groups-setting-policy-priorities-for-2024/
How can we remove the extra events display in the footer of this page?
October 23, 2023 at 11:20 pm in reply to: Can’t update template; Enfold template overriding plugin template #1423480This reply has been marked as private.June 10, 2022 at 9:12 pm in reply to: Tab Layout Element Left or Right orientation or make mobile friendly. #1354883I made it mobile myself. Here’s my solution: Give your tab layout element the
.fix-tab-section
class:
Put this in your custom css area.
Does the trick well enough..fix-tab-section > div > div { display: flex !important; justify-content: center; align-items: center; left: 0 !important; flex-wrap: wrap; min-width: initial !important; padding-top: 0 !important; } .fix-tab-section span.av-tab-arrow-container { display: none !important; }
June 6, 2018 at 3:33 pm in reply to: Multiple Google Maps JavaScript API inclusions error in custom post type #967902Hello Günter,
For this site, we still need Google Maps. Is it possible to prevent it loading for a specific custom post type?
June 4, 2018 at 8:59 pm in reply to: Multiple Google Maps JavaScript API inclusions error in custom post type #966791I believe the problem may lie in one of the following files:
wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.php
wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_api.js -
AuthorPosts