Viewing 30 results - 1 through 30 (of 236 total)
  • Author
    Search Results
  • #1412193

    Mike,

    So i dug further and it’s not a matter of even using it in the content anywhere. Just by virtue of having the plugin (GravityView) installed is causing this error.

    “I don’t see that we can correct this plugin in the theme.” – It’s not a matter of fixing the plugin, it’s about fixing how the theme handles shortcodes from other developers. Enfold’s “balance shortcode” feature is what is throwing the errors. Somehow, however Enfold grabs the available shortcodes it’s trying to balance, it grabs that as one of the available shortcodes. It tries to create a regex from it and fails.

    In class-shortcode-parser.php in balance_shortcode() this is the $shortcodes variable it’s trying to process and dying on. With that you should be able to patch the theme so it handles anomalies like this properly.

    Array
    (
        [0] => wp_caption
        [1] => caption
        [2] => gallery
        [3] => playlist
        [4] => audio
        [5] => video
        [6] => embed
        [7] => expand
        [8] => colomat
        [9] => expandsub1
        [10] => expandsub2
        [11] => expandsub3
        [12] => expandsub4
        [13] => expandsub5
        [14] => expandsub6
        [15] => expandsub7
        [16] => expandsub8
        [17] => expandsub9
        [18] => expandsub10
        [19] => expandsub11
        [20] => expandsub12
        [21] => expandsub13
        [22] => expandsub14
        [23] => expandsub15
        [24] => expandsub16
        [25] => expandsub17
        [26] => expandsub18
        [27] => expandsub19
        [28] => expandsub20
        [29] => expandsub21
        [30] => expandsub22
        [31] => expandsub23
        [32] => expandsub24
        [33] => expandsub25
        [34] => expandsub26
        [35] => expandsub27
        [36] => expandsub28
        [37] => expandsub29
        [38] => gv_note_add
        [39] => gv_entry_link
        [40] => gv_edit_entry_link
        [41] => gv_delete_entry_link
        [42] => year
        [43] => av_privacy_allow_cookies
        [44] => av_privacy_accept_essential_cookies
        [45] => av_privacy_google_tracking
        [46] => av_privacy_google_webfonts
        [47] => av_privacy_google_maps
        [48] => av_privacy_video_embeds
        [49] => av_privacy_google_recaptcha
        [50] => av_privacy_custom_cookie
        [51] => av_privacy_accept_button
        [52] => av_privacy_accept_all_button
        [53] => av_privacy_do_not_accept_button
        [54] => av_privacy_modal_popup_button
        [55] => av_privacy_link
        [56] => av_privacy_cookie_info
        [57] => av_sb_instagram_feed
        [58] => av_leaflet_map
        [59] => av_productgrid
        [60] => av_productlist
        [61] => av_product_button
        [62] => av_product_info
        [63] => av_product_review
        [64] => av_product_tabs
        [65] => av_product_upsells
        [66] => avia_sc_product_meta
        [67] => av_product_price
        [68] => av_productslider
        [69] => gravityform
        [70] => gravityforms
        [71] => wpseo_breadcrumb
        [72] => gravityview
        [73] => gventry
        [74] => gvfield
        [75] => gvlogic
        [76] => gvlogic2
        [77] => gvlogic3
        [78] => gvlogicelse
        [79] => tribe:event-details
        [80] => boxzilla_link
        [81] => av_player
        [82] => av_playlist_element
        [83] => av_blog
        [84] => av_buttonrow
        [85] => av_buttonrow_item
        [86] => av_button
        [87] => av_button_big
        [88] => av_catalogue
        [89] => av_catalogue_item
        [90] => av_chart
        [91] => av_chart_dataset
        [92] => av_codeblock
        [93] => av_one_full
        [94] => av_one_half
        [95] => av_one_third
        [96] => av_two_third
        [97] => av_one_fourth
        [98] => av_three_fourth
        [99] => av_one_fifth
        [100] => av_two_fifth
        [101] => av_three_fifth
        [102] => av_four_fifth
        [103] => av_comments_list
        [104] => av_contact
        [105] => av_contact_field
        [106] => av_content_slider
        [107] => av_content_slide
        [108] => av_countdown
        [109] => av_events_countdown
        [110] => av_upcoming_events
        [111] => av_gallery
        [112] => av_horizontal_gallery
        [113] => av_google_map
        [114] => av_gmap_location
        [115] => av_layout_row
        [116] => av_cell_one_full
        [117] => av_cell_one_half
        [118] => av_cell_one_third
        [119] => av_cell_two_third
        [120] => av_cell_one_fourth
        [121] => av_cell_three_fourth
        [122] => av_cell_one_fifth
        [123] => av_cell_two_fifth
        [124] => av_cell_three_fifth
        [125] => av_cell_four_fifth
        [126] => av_heading
        [127] => av_headline_rotator
        [128] => av_rotator_item
        [129] => av_hr
        [130] => av_font_icon
        [131] => av_icon_circles
        [132] => av_icon_circle_item
        [133] => av_icon_box
        [134] => av_icongrid
        [135] => av_icongrid_item
        [136] => av_iconlist
        [137] => av_iconlist_item
        [138] => av_image
        [139] => av_image_diff
        [140] => av_image_hotspot
        [141] => av_image_spot
        [142] => av_partner
        [143] => av_partner_logo
        [144] => av_lottie
        [145] => av_magazine
        [146] => av_mailchimp
        [147] => av_mailchimp_field
        [148] => av_masonry_entries
        [149] => av_masonry_gallery
        [150] => av_submenu
        [151] => av_submenu_item
        [152] => av_notification
        [153] => av_animated_numbers
        [154] => av_portfolio
        [155] => av_post_metadata
        [156] => av_metadata_item
        [157] => av_postcontent
        [158] => av_postslider
        [159] => av_progress
        [160] => av_progress_bar
        [161] => av_promobox
        [162] => avia_sc_search
        [163] => av_section
        [164] => av_slideshow
        [165] => av_slide
        [166] => av_slideshow_accordion
        [167] => av_slide_accordion
        [168] => av_feature_image_slider
        [169] => av_fullscreen
        [170] => av_fullscreen_slide
        [171] => av_slideshow_full
        [172] => av_slide_full
        [173] => av_social_share
        [174] => av_tab_section
        [175] => av_tab_sub_section
        [176] => av_table
        [177] => av_row
        [178] => av_cell
        [179] => av_tab_container
        [180] => av_tab
        [181] => av_team_member
        [182] => av_team_icon
        [183] => av_testimonials
        [184] => av_testimonial_single
        [185] => av_textblock
        [186] => av_timeline
        [187] => av_timeline_item
        [188] => av_toggle_container
        [189] => av_toggle
        [190] => av_video
        [191] => av_sidebar
        [192] => av_dropcap1
        [193] => av_dropcap2
        [194] => gravityview_widget_search
        [195] => gravityview_widget_custom_content
        [196] => gravityview_widget_gravity_forms
        [197] => gv\widgets\page_size
        [198] => gravityview_widget_pagination_info
        [199] => gravityview_widget_page_links
    )
    #1378334

    The hosting company tired to update the enfold theme yesterday and go a critical error as follows:

    Error Details
    =============
    An error of type E_ERROR was caused in line 8 of the file /home/hockeywin/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php. Error message: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/hockeywin/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16)

    The website is running the following:
    WordPress version 6.0.3
    Active theme: Enfold (version 5.3.1.1)
    Current plugin: (version )
    PHP version 7.2.34

    I really need the theme to work as soon as possible as the current version, on the site, will not allow me to edit or add posts or events.

    Any help is appreciated.

    Hello Ismael,
    When I checked the avia-shortcodes/ folder the events_countdown/ folder was already present with a single file events_countdown.php – same file size as well. The date on the folder and file was 9/24 as the rest of the theme files. I downloaded again and the files are the same Sept.1 date I used. I overwrote the events_countdown.php file but the only change is the date stamp to 10/10/22. I manually selected each event category present in settings – It’s still not working https://stg.savvywebs.com/startup-home/

    Hi,

    Thank you for the update.

    We just noticed that the enfold/config-templatebuilder/avia-shortcodes/events_countdown folder is missing in your installation. Please download the theme again and place the events_countdown folder manually in the enfold/config-templatebuilder/avia-shortcodes/ folder. This should fix the issue.

    Best regards,
    Ismael

    #1356772

    Topic: Fatal error

    in forum Enfold
    midiata_digital
    Participant

    I am getting a Fatal Error message on my website.
    I talked to the hosting company and they gave me this log error and said I should contact the theme developer.
    [28-Jun-2022 12:26:04 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/michael/public_html/wp-content/themes/enfold/config-templatebuilder/a
    via-shortcodes/events_countdown/events_countdown.php:16) in /home/michael/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [28-Jun-2022 12:26:05 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/michael/public_html/wp-content/themes/enfold/config-templatebuilder/a
    via-shortcodes/events_countdown/events_countdown.php:16) in /home/michael/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8

    Hi,

    You have the file events_countdown.php double in the shortcode folders, therefore it is loaded twice and this is causing the problem:

    …/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php which is correct
    …/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php which is wrong – please delete this file.

    When uploading the theme via ftp please always delete the complete folder enfold and then upload the new enfold folder.

    Best regards,
    Günter

    #1346363

    Now getting this error:

    /home2/mmcustom/public_html/cadpros/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8

    Hi Yigit,

    I installed the envato market plugin. After doing that, it recognized that an update is available. I have tried 4 times to run the update with a different message each time. Once it said the update was successful, but then still showed the update was available and I’m using the previous version. Another time it said the update failed because it was the most current version. Another it failed and offered me this:

    An error occurred while updating Enfold: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. archive.php, functions.php, config-wordpress-seo/config.php, config-wordpress-seo/wpseo-mod.js, config-include.php, style.css, config-relevanssi/class-avia-relevanssi.php, header.php, config-gravityforms/gravity-mod.css, config-gravityforms/config.php, config-instagram-feed/class-avia-instagram-feed.php, config-instagram-feed/class-avia-instagram-feed-widget.php, config-woocommerce/config-356.php, config-woocommerce/woocommerce-mod-css-dynamic.php, config-woocommerce/config-woocommerce-bookings/woocommerce-booking-mod.css, config-woocommerce/config-woocommerce-bookings/config.php, config-woocommerce/admin/woo-admin-blocks.css, config-woocommerce/config.php, config-woocommerce/woocommerce-mod.css, config-woocommerce/woocommerce-mod-v26.js, config-woocommerce/woo-loader.php, config-woocommerce/admin-options.php, config-woocommerce/admin-import.php, config-woocommerce/woocommerce-mod.js, config-woocommerce/class-avia-wc-block-editor.php, config-woocommerce/images/arrow_up_down_dark.png, config-woocommerce/images/slideshow-arrow-left.png, config-woocommerce/images/remove.png, config-woocommerce/images/icons-shop-cart.png, config-woocommerce/images/star.png, config-woocommerce/images/arrow_down.png, config-woocommerce/images/slideshow-arrow-right-dark.png, config-woocommerce/images/slideshow-arrow-left-dark.png, config-woocommerce/images/slideshow-arrow-down.png, config-woocommerce/images/bullet_grey.png, config-woocommerce/images/slideshow-arrow-right.png, config-woocommerce/images/arrows.png, config-woocommerce/images/icons-shop-added.png, config-woocommerce/images/loading-light.gif, config-woocommerce/images/arrow_up_down.png, config-woocommerce/images/icons-shop-options.png, config-woocommerce/images/bg-style-wrap.png, config-woocommerce/images/rtl-bullet_grey.png, config-woocommerce/images/icons-shop-details.png, config-woocommerce/images/icon-cart.png, config-woocommerce/images/cross_white.png, config-woocommerce/images/slideshow-arrow-up.png, config-woocommerce/images/trans_dark.png, config-woocommerce/images/icons-shop-loading.gif, config-woocommerce/images/select.png, searchform.php, single.php, config-events-calendar/config.php, config-events-calendar/event-mod.css, config-events-calendar/event-mod-css-dynamic.php, config-events-calendar/views/v2/default-template.php, config-events-calendar/views/pro/map.php, config-events-calendar/views/single-event.php, config-events-calendar/views/single-event-no-mobile.php, config-events-calendar/views/default-template.php, config-bbpress/bbpress-mod.css, config-bbpress/config.php, config-bbpress/images/sticky.png, config-bbpress/images/closed.png, config-bbpress/images/super-sticky.png, search.php, js/avia-snippet-cookieconsent.js, js/avia-snippet-lightbox.js, js/html5shiv.js, js/avia-compat.js, js/avia-snippet-widget.js, js/avia-snippet-hamburger-menu.js, js/aviapopup/jquery.magnific-popup.min.js, js/aviapopup/magnific-popup.css, js/aviapopup/changelog.txt, js/aviapopup/jquery.magnific-popup.js, js/avia.js, js/avia-admin-preview.js, js/avia-snippet-sticky-header.js, js/avia-snippet-sidebarmenu.js, js/avia-snippet-site-preloader.js, js/waypoints/waypoints.js, js/waypoints/changelog.txt, js/waypoints/waypoints.min.js, js/avia-snippet-megamenu.js, js/shortcodes.js, config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php, config-templatebuilder/avia-shortcodes/postslider/postslider.css, config-templatebuilder/avia-shortcodes/postslider/postslider.php, config-templatebuilder/avia-shortcodes/buttons/buttons.css, config-templatebuilder/avia-shortcodes/buttons/buttons.php, config-templatebuilder/avia-shortcodes/tabs/tabs.css, config-templatebuilder/avia-shortcodes/tabs/tabs.js, config-templatebuilder/avia-shortcodes/tabs/tabs.php, config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.css, config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js, config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.php, config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css, config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.php, config-templatebuilder/avia-shortcodes/widgetarea/widgetarea.php, config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.php, config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css, config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.js, config-templatebuilder/avia-shortcodes/comments/comments.css, config-templatebuilder/avia-shortcodes/comments/comments.php, config-templatebuilder/avia-shortcodes/av-helper-slideshow.php, config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php, config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css, config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css, config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.php, config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.js, config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js, config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css, config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php, config-templatebuilder/avia-shortcodes/tab_section/tab_section.php, config-templatebuilder/avia-shortcodes/tab_section/tab_sub_section.php, config-templatebuilder/avia-shortcodes/tab_section/tab_section.css, config-templatebuilder/avia-shortcodes/tab_section/tab_section.js, config-templatebuilder/avia-shortcodes/blog/blog.php, config-templatebuilder/avia-shortcodes/blog/blog.css, config-templatebuilder/avia-shortcodes/product_grid.php, config-templatebuilder/avia-shortcodes/countdown/countdown.php, config-templatebuilder/avia-shortcodes/countdown/countdown.js, config-templatebuilder/avia-shortcodes/countdown/countdown.css, config-templatebuilder/avia-shortcodes/team/team.php, config-templatebuilder/avia-shortcodes/team/team.css, config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.js, config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.php, config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.css, config-templatebuilder/avia-shortcodes/google_maps/google_maps.css, config-templatebuilder/avia-shortcodes/google_maps/google_maps.php, config-templatebuilder/avia-shortcodes/grid_row/grid_row.php, config-templatebuilder/avia-shortcodes/grid_row/grid_row.css, config-templatebuilder/avia-shortcodes/grid_row/cell.php, config-templatebuilder/avia-shortcodes/contentslider/contentslider.php, config-templatebuilder/avia-shortcodes/contentslider/contentslider.css, config-templatebuilder/avia-shortcodes/slideshow_revolution/slideshow_revolution.php, config-templatebuilder/avia-shortcodes/table/table.php, config-templatebuilder/avia-shortcodes/table/table.css, config-templatebuilder/avia-shortcodes/catalogue/catalogue.php, config-templatebuilder/avia-shortcodes/catalogue/catalogue.css, config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.php, config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.css, config-templatebuilder/avia-shortcodes/menu/menu.js, config-templatebuilder/avia-shortcodes/menu/menu.css, config-templatebuilder/avia-shortcodes/menu/menu.php, config-templatebuilder/avia-shortcodes/gallery/gallery.css, config-templatebuilder/avia-shortcodes/gallery/gallery.js, config-templatebuilder/avia-shortcodes/gallery/gallery.php, config-templatebuilder/avia-shortcodes/contact/contact.js, config-templatebuilder/avia-shortcodes/contact/contact.php, config-templatebuilder/avia-shortcodes/contact/contact.css, config-templatebuilder/avia-shortcodes/productslider/productslider.php, config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css, config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.php, config-templatebuilder/avia-shortcodes/testimonials/testimonials.js, config-templatebuilder/avia-shortcodes/testimonials/testimonials.css, config-templatebuilder/avia-shortcodes/testimonials/testimonials.php, config-templatebuilder/avia-shortcodes/av-helper-mailchimp.php, config-templatebuilder/avia-shortcodes/codeblock/codeblock.php, config-templatebuilder/avia-shortcodes/icongrid/icongrid.css, config-templatebuilder/avia-shortcodes/icongrid/icongrid.php, config-templatebuilder/avia-shortcodes/icongrid/icongrid.js, config-templatebuilder/avia-shortcodes/notification/notification.js, config-templatebuilder/avia-shortcodes/notification/notification.css, config-templatebuilder/avia-shortcodes/notification/notification.php, config-templatebuilder/avia-shortcodes/magazine/magazine.php, config-templatebuilder/avia-shortcodes/magazine/magazine.css, config-templatebuilder/avia-shortcodes/magazine/magazine.js, config-templatebuilder/avia-shortcodes/heading/heading.css, config-templatebuilder/avia-shortcodes/heading/heading.php, config-templatebuilder/avia-shortcodes/iconlist/iconlist.js, config-templatebuilder/avia-shortcodes/iconlist/iconlist.css, config-templatebuilder/avia-shortcodes/iconlist/iconlist.php, config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.php, config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.css, config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.css, config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.php, config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php, config-templatebuilder/avia-shortcodes/timeline/timeline.js, config-templatebuilder/avia-shortcodes/timeline/timeline.php, config-templatebuilder/avia-shortcodes/timeline/timeline.css, config-templatebuilder/avia-shortcodes/page_split.php, config-templatebuilder/avia-shortcodes/portfolio/isotope.js, config-templatebuilder/avia-shortcodes/portfolio/portfolio.css, config-templatebuilder/avia-shortcodes/portfolio/portfolio.js, config-templatebuilder/avia-shortcodes/portfolio/portfolio.php, config-templatebuilder/avia-shortcodes/social_share/social_share.css, config-templatebuilder/avia-shortcodes/social_share/social_share.php, config-templatebuilder/avia-shortcodes/video/video.css, config-templatebuilder/avia-shortcodes/video/video.js, config-templatebuilder/avia-shortcodes/video/video.php, config-templatebuilder/avia-shortcodes/section/section.php, config-templatebuilder/avia-shortcodes/slideshow/slideshow.css, config-templatebuilder/avia-shortcodes/slideshow/slideshow.php, config-templatebuilder/avia-shortcodes/slideshow/slideshow.js, config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js, config-templatebuilder/avia-shortcodes/image/image.css, config-templatebuilder/avia-shortcodes/image/image.php, config-templatebuilder/avia-shortcodes/textblock/textblock.php, config-templatebuilder/avia-shortcodes/dropcaps.php, config-templatebuilder/avia-shortcodes/product_list.php, config-templatebuilder/avia-shortcodes/postcontent/postcontent.php, config-templatebuilder/avia-shortcodes/av-helper-masonry.php, config-templatebuilder/avia-shortcodes/progressbar/progressbar.php, config-templatebuilder/avia-shortcodes/progressbar/progressbar.css, config-templatebuilder/avia-shortcodes/progressbar/progressbar.js, config-templatebuilder/avia-shortcodes/leaflet_maps/leaflet_maps.php, config-templatebuilder/avia-shortcodes/leaflet_maps/leaflet_maps.css, config-templatebuilder/avia-shortcodes/icon/icon.css, config-templatebuilder/avia-shortcodes/icon/icon.php, config-templatebuilder/avia-shortcodes/search/search.php, config-templatebuilder/avia-shortcodes/search/search.css, config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php, config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.js, config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.css, config-templatebuilder/avia-shortcodes/hr/hr.php, config-templatebuilder/avia-shortcodes/hr/hr.css, config-templatebuilder/avia-shortcodes/iconbox/iconbox.php, config-templatebuilder/avia-shortcodes/iconbox/iconbox.css, config-templatebuilder/avia-shortcodes/logoslider/logoslider.php, config-templatebuilder/avia-shortcodes/mailchimp/mailchimp.php, config-templatebuilder/avia-shortcodes/columns/columns.php, config-templatebuilder/avia-shortcodes/instagram_feed/instagram_feed.php, config-templatebuilder/avia-shortcodes/toggles/toggles.css, config-templatebuilder/avia-shortcodes/toggles/toggles.js, config-templatebuilder/avia-shortcodes/toggles/toggles.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_meta.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_review.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_button.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippets.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_upsells.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_tabs.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_price.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_info.php, config-templatebuilder/avia-shortcodes/numbers/numbers.css, config-templatebuilder/avia-shortcodes/numbers/numbers.php, config-templatebuilder/avia-shortcodes/numbers/numbers.js, config-templatebuilder/avia-shortcodes/audio-player/audio-player.css, config-templatebuilder/avia-shortcodes/audio-player/audio-player.php, config-templatebuilder/avia-shortcodes/audio-player/audio-player.js, config-templatebuilder/avia-shortcodes/promobox/promobox.php, config-templatebuilder/avia-shortcodes/promobox/promobox.css, config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.js, config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css, config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.php, config-templatebuilder/avia-template-builder/config/meta.php, config-templatebuilder/avia-template-builder/config/javascript_strings.php, config-templatebuilder/avia-template-builder/config/pointers.php, config-templatebuilder/avia-template-builder/template-builder.php, config-templatebuilder/avia-template-builder/assets/js/avia-history.js, config-templatebuilder/avia-template-builder/assets/js/avia-element-behavior.js, config-templatebuilder/avia-template-builder/assets/js/avia-tinymce-buttons.js, config-templatebuilder/avia-template-builder/assets/js/avia-table.js, config-templatebuilder/avia-template-builder/assets/js/avia-custom-elements.js, config-templatebuilder/avia-template-builder/assets/js/avia-modal.js, config-templatebuilder/avia-template-builder/assets/js/avia-tooltip.js, config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js, config-templatebuilder/avia-template-builder/assets/js/avia-media.js, config-templatebuilder/avia-template-builder/assets/js/avia-tinymce-linebreak.js, config-templatebuilder/avia-template-builder/assets/js/avia-tinymce-buttons-4.js, config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js, config-templatebuilder/avia-template-builder/assets/js/avia-template-saving.js, config-templatebuilder/avia-template-builder/assets/js/avia-builder.js, config-templatebuilder/avia-template-builder/assets/css/avia-modal.css, config-templatebuilder/avia-template-builder/assets/css/avia-builder.css, config-templatebuilder/avia-template-builder/assets/css/avia-builder-rtl.css, config-templatebuilder/avia-template-builder/assets/css/avia-custom-elements.css, config-templatebuilder/avia-template-builder/assets/css/avia-media.css, config-templatebuilder/avia-template-builder/assets/fonts/config.json, config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff2, config-templatebuilder/avia-template-builder/assets/fonts/charmap-compat.php, config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg, config-templatebuilder/avia-template-builder/assets/fonts/charmap.php, config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot, config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf, config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff, config-templatebuilder/avia-template-builder/assets/dividers/pyramids-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/clouds.svg, config-templatebuilder/avia-template-builder/assets/dividers/arrow-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/curve-asymmetrical.svg, config-templatebuilder/avia-template-builder/assets/dividers/triangle-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/drops.svg, config-templatebuilder/avia-template-builder/assets/dividers/split.svg, config-templatebuilder/avia-template-builder/assets/dividers/split-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/waves.svg, config-templatebuilder/avia-template-builder/assets/dividers/opacity-tilt.svg, config-templatebuilder/avia-template-builder/assets/dividers/curve-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/triangle.svg, config-templatebuilder/avia-template-builder/assets/dividers/book.svg, config-templatebuilder/avia-template-builder/assets/dividers/book-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/arrow.svg, config-templatebuilder/avia-template-builder/assets/dividers/mountains.svg, config-templatebuilder/avia-template-builder/assets/dividers/waves-pattern.svg, config-templatebuilder/avia-template-builder/assets/dividers/waves-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/curve.svg, config-templatebuilder/avia-template-builder/assets/dividers/triangle-asymmetrical-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/opacity-fan.svg, config-templatebuilder/avia-template-builder/assets/dividers/zigzag.svg, config-templatebuilder/avia-template-builder/assets/dividers/wave-brush.svg, config-templatebuilder/avia-template-builder/assets/dividers/tilt.svg, config-templatebuilder/avia-template-builder/assets/dividers/triangle-asymmetrical.svg, config-templatebuilder/avia-template-builder/assets/dividers/pyramids.svg, config-templatebuilder/avia-template-builder/assets/dividers/drops-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/curve-asymmetrical-negative.svg, config-templatebuilder/avia-template-builder/assets/dividers/clouds-negative.svg, config-templatebuilder/avia-template-builder/php/class-html-helper.php, config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php, config-templatebuilder/avia-template-builder/php/class-svg-shapes.php, config-templatebuilder/avia-template-builder/php/class-asset-manager.php, config-templatebuilder/avia-template-builder/php/class-media.php, config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-callback.php, config-templatebuilder/avia-template-builder/php/base-classes/class-element-styling-base.php, config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-base.php, config-templatebuilder/avia-template-builder/php/base-classes/class-element-styling-rules.php, config-templatebuilder/avia-template-builder/php/class-storage-post.php, config-templatebuilder/avia-template-builder/php/class-post-css-management.php, config-templatebuilder/avia-template-builder/php/class-tiny-button.php, config-templatebuilder/avia-template-builder/php/external/JSqueeze.php, config-templatebuilder/avia-template-builder/php/class-front-templates.php, config-templatebuilder/avia-template-builder/php/class-save-buildertemplate.php, config-templatebuilder/avia-template-builder/php/class-popup-templates.php, config-templatebuilder/avia-template-builder/php/class-element-styling.php, config-templatebuilder/avia-template-builder/php/class-element-templates.php, config-templatebuilder/avia-template-builder/php/class-shortcode-template.php, config-templatebuilder/avia-template-builder/php/traits/trait-sc-button-styles.php, config-templatebuilder/avia-template-builder/php/traits/trait-sc-named-colors.php, config-templatebuilder/avia-template-builder/php/class-meta-box.php, config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php, config-templatebuilder/avia-template-builder/php/class-font-manager.php, config-templatebuilder/avia-template-builder/php/class-generic-helper.php, config-templatebuilder/avia-template-builder/php/class-pointer.php, config-templatebuilder/avia-template-builder/php/class-template-builder.php, config-templatebuilder/avia-template-builder/php/class-element-manager.php, config-templatebuilder/avia-template-builder/images/sc-submenu.png, config-templatebuilder/avia-template-builder/images/icon-store.png, config-templatebuilder/avia-template-builder/images/sc-testimonials.png, config-templatebuilder/avia-template-builder/images/tiny_line_break.png, config-templatebuilder/avia-template-builder/images/sc-promobox.png, config-templatebuilder/avia-template-builder/images/sc-button.png, config-templatebuilder/avia-template-builder/images/sc-partner.png, config-templatebuilder/avia-template-builder/images/placeholder-audio.png, config-templatebuilder/avia-template-builder/images/sc-audio-player.png, config-templatebuilder/avia-template-builder/images/icon-edit.png, config-templatebuilder/avia-template-builder/images/sc-heading.png, config-templatebuilder/avia-template-builder/images/sc-progressbar.png, config-templatebuilder/avia-template-builder/images/sc-fifth.png, config-templatebuilder/avia-template-builder/images/sc-slideshow-layer.png, config-templatebuilder/avia-template-builder/images/iconswitcher/phablet.png, config-templatebuilder/avia-template-builder/images/iconswitcher/desktop.png, config-templatebuilder/avia-template-builder/images/iconswitcher/tablet-landscape.png, config-templatebuilder/avia-template-builder/images/iconswitcher/tablet-portrait.png, config-templatebuilder/avia-template-builder/images/iconswitcher/mobile.png, config-templatebuilder/avia-template-builder/images/sc-tabsection.png, config-templatebuilder/avia-template-builder/images/sc-masonry-gallery.png, config-templatebuilder/avia-template-builder/images/layout-fullwidth.png, config-templatebuilder/avia-template-builder/images/layout-slideshow.png, config-templatebuilder/avia-template-builder/images/sc-image-hotspot.png, config-templatebuilder/avia-template-builder/images/sc-gallery.png, config-templatebuilder/avia-template-builder/images/sc-fullscreen.png, config-templatebuilder/avia-template-builder/images/sc-codeblock.png, config-templatebuilder/avia-template-builder/images/sc-postcontent.png, config-templatebuilder/avia-template-builder/images/placeholder-full.jpg, config-templatebuilder/avia-template-builder/images/sc-masonry.png, config-templatebuilder/avia-template-builder/images/placeholder.jpg, config-templatebuilder/avia-template-builder/images/sc-contentslider.png, config-templatebuilder/avia-template-builder/images/sc-post-metadata.png, config-templatebuilder/avia-template-builder/images/icon-template.png, config-templatebuilder/avia-template-builder/images/sc-accordion-slider.png, config-templatebuilder/avia-template-builder/images/sc-half.png, config-templatebuilder/avia-template-builder/images/sc-timeline.png, config-templatebuilder/avia-template-builder/images/sc-video.png, config-templatebuilder/avia-template-builder/images/sc-two_fifth.png, config-templatebuilder/avia-template-builder/images/sc-layout_row.png, config-templatebuilder/avia-template-builder/images/sc-full.png, config-templatebuilder/avia-template-builder/images/icon-leftright.png, config-templatebuilder/avia-template-builder/images/sc-accordion.png, config-templatebuilder/avia-template-builder/images/sc-third.png, config-templatebuilder/avia-template-builder/images/sc-price.png, config-templatebuilder/avia-template-builder/images/icon-trash-side.png, config-templatebuilder/avia-template-builder/images/sc-icon_box.png, config-templatebuilder/avia-template-builder/images/icon-add.png, config-templatebuilder/avia-template-builder/images/icon-table-ud.png, config-templatebuilder/avia-template-builder/images/sc-slideshow.png, config-templatebuilder/avia-template-builder/images/sc-slideshow-full.png, config-templatebuilder/avia-template-builder/images/icon-trash.png, config-templatebuilder/avia-template-builder/images/placeholder-image.png, config-templatebuilder/avia-template-builder/images/sc-four_fifth.png, config-templatebuilder/avia-template-builder/images/sc-comments.png, config-templatebuilder/avia-template-builder/images/icon-shrink.png, config-templatebuilder/avia-template-builder/images/icon-expand.png, config-templatebuilder/avia-template-builder/images/layout-right.png, config-templatebuilder/avia-template-builder/images/sc-search.png, config-templatebuilder/avia-template-builder/images/sc-fourth.png, config-templatebuilder/avia-template-builder/images/sc-portfolio.png, config-templatebuilder/avia-template-builder/images/icon-undo.png, config-templatebuilder/avia-template-builder/images/sc-tabs.png, config-templatebuilder/avia-template-builder/images/loading.gif, config-templatebuilder/avia-template-builder/images/sc-icongrid.png, config-templatebuilder/avia-template-builder/images/icon-clone.png, config-templatebuilder/avia-template-builder/images/sc-iconlist.png, config-templatebuilder/avia-template-builder/images/sc-social.png, config-templatebuilder/avia-template-builder/images/icon-move.png, config-templatebuilder/avia-template-builder/images/sc-three_fifth.png, config-templatebuilder/avia-template-builder/images/icon-cut.png, config-templatebuilder/avia-template-builder/images/icon-add-nohover.png, config-templatebuilder/avia-template-builder/images/sc-sixth.png, config-templatebuilder/avia-template-builder/images/sc-notification.png, config-templatebuilder/avia-template-builder/images/sc-magazine.png, config-templatebuilder/avia-template-builder/images/sc-text_block.png, config-templatebuilder/avia-template-builder/images/sc-team.png, config-templatebuilder/avia-template-builder/images/sc-hr.png, config-templatebuilder/avia-template-builder/images/sc-numbers.png, config-templatebuilder/avia-template-builder/images/bg-button.png, config-templatebuilder/avia-template-builder/images/icon-table-lr.png, config-templatebuilder/avia-template-builder/images/icon-hotkey.png, config-templatebuilder/avia-template-builder/images/icon-redo.png, config-templatebuilder/avia-template-builder/images/sc-blog.png, config-templatebuilder/avia-template-builder/images/sc-countdown.png, config-templatebuilder/avia-template-builder/images/sc-sidebar.png, config-templatebuilder/avia-template-builder/images/loading_mini.gif, config-templatebuilder/avia-template-builder/images/sc-instagram-feed.png, config-templatebuilder/avia-template-builder/images/icon-grow.png, config-templatebuilder/avia-template-builder/images/sc-section.png, config-templatebuilder/avia-template-builder/images/sc-three_fourth.png, config-templatebuilder/avia-template-builder/images/sc-two_third.png, config-templatebuilder/avia-template-builder/images/sc-maps.png, config-templatebuilder/avia-template-builder/images/sc-table.png, config-templatebuilder/avia-template-builder/images/icon-info.png, config-templatebuilder/avia-template-builder/images/layout-left.png, config-templatebuilder/avia-template-builder/images/sc-catalogue.png, config-templatebuilder/avia-template-builder/images/sc-icon.png, config-templatebuilder/avia-template-builder/images/sc-leaflet-maps.png, config-templatebuilder/avia-template-builder/images/tiny-button.png, config-templatebuilder/avia-template-builder/images/sc-contact.png, config-templatebuilder/avia-template-builder/images/sc-image.png, config-templatebuilder/avia-template-builder/images/sc-postslider.png, config-templatebuilder/avia-template-builder/images/sc-buttonrow.png, config-templatebuilder/avia-template-builder/images/placeholder-video.png, config-templatebuilder/avia-template-builder/images/select.png, config-templatebuilder/config.php, screenshot.png, index.php, 404.php, css/shortcodes.css, css/avia-snippet-site-preloader.css, css/rtl.css, css/base.css, css/admin-preview.css, css/dynamic-css.php, css/grid.css, css/layout.css, css/avia-snippet-cookieconsent.css, css/avia-snippet-widget.css, css/custom.css, css/avia-snippet-lightbox.css, includes/class-avia-custom-pages.php, includes/loop-comments.php, includes/loop-author.php, includes/loop-page.php, includes/helper-assets.php, includes/helper-template-logic.php, includes/loop-about-author.php, includes/helper-privacy.php, includes/helper-post-format.php, includes/admin/register-backend-advanced-styles.php, includes/admin/register-demo-import.php, includes/admin/register-admin-options.php, includes/admin/register-dynamic-styles.php, includes/admin/option_tabs/avia_blog.php, includes/admin/option_tabs/avia_layout.php, includes/admin/option_tabs/avia_avia.php, includes/admin/option_tabs/avia_social.php, includes/admin/option_tabs/avia_seo.php, includes/admin/option_tabs/avia_google.php, includes/admin/option_tabs/avia_element_templates.php, includes/admin/option_tabs/avia_upload.php, includes/admin/option_tabs/avia_styling.php, includes/admin/option_tabs/avia_performance.php, includes/admin/option_tabs/avia_menu.php, includes/admin/option_tabs/avia_footer.php, includes/admin/option_tabs/avia_shop.php, includes/admin/option_tabs/avia_customizer.php, includes/admin/option_tabs/avia_ext_leaflet_maps.php, includes/admin/option_tabs/avia_builder.php, includes/admin/option_tabs/avia_ext_avia_ext.php, includes/admin/option_tabs/avia_header.php, includes/admin/option_tabs/avia_cookie.php, includes/admin/option_tabs/avia_newsletter.php, includes/admin/option_tabs/avia_sidebars.php, includes/admin/option_tabs/avia_demo.php, includes/admin/register-admin-metabox.php, includes/admin/helper-compat-update.php, includes/admin/register-backend-styles.php, includes/admin/register-widget-area.php, includes/admin/register-portfolio.php, includes/admin/demo_files/default.php, includes/admin/demo_files/default.xml, includes/admin/demo_files/demo_images/default.jpg, includes/helper-conditional-megamenu.php, includes/related-posts.php, includes/helper-markup.php, includes/loop-search.php, includes/helper-social-media.php, includes/loop-portfolio-single.php, includes/loop-index.php, includes/error404.php, includes/helper-responsive-megamenu.php, includes/helper-main-menu.php, config-gutenberg/class-avia-gutenberg-theme-integration.php, config-gutenberg/class-avia-gutenberg.php, config-gutenberg/js/avia_blocks_front.js, config-gutenberg/js/avia_gutenberg.js, config-gutenberg/css/avia-gutenberg-editor.css, config-gutenberg/css/avia_gutenberg.css, config-gutenberg/class-avia-gutenberg-dynamic-styles.php, config-layerslider/config.php, template-builder.php, author.php, comments.php, template-blank.php, config-menu-exchange/config.php, single-portfolio.php, sidebar.php, tag.php, taxonomy-portfolio_entries.php, wpml-config.xml, forum.php, template-archives.php, page.php, functions-enfold.php, framework/avia_framework.php, framework/js/avia_mega_menu.js, framework/js/deprecated/avia_edit_dynamic_templtes.js, framework/js/deprecated/avia_dynamic_templates.js, framework/js/avia_media_wp35.js, framework/js/avia_advanced_form_elements.js, framework/js/avia_option_pages.js, framework/js/conditional_load/avia_google_recaptcha_front.js, framework/js/conditional_load/avia_conditional_mega_menu.js, framework/js/conditional_load/avia_facebook_front.js, framework/js/conditional_load/avia_google_maps_api.js, framework/js/conditional_load/avia_google_maps_front.js, framework/js/conditional_load/avia_google_recaptcha_api.js, framework/js/conditional_load/avia_google_maps_widget_admin.js, framework/js/avia_media.js, framework/js/avia_media_advanced.js, framework/js/avia_sidebar.js, framework/js/avia_colorpicker.js, framework/css/avia_colorpicker.css, framework/css/avia_sidebar.css, framework/css/avia_admin.css, framework/css/conditional_load/avia_global_admin.css, framework/css/conditional_load/avia_admin_modern.css, framework/css/conditional_load/avia_gallery_mode.css, framework/php/class-breadcrumb-trail.php, framework/php/class-gmaps.php, framework/php/function-set-avia-frontend.php, framework/php/class-metabox.php, framework/php/legacy/class-tgm-plugin-activation.php, framework/php/inc-autoconfig.php, framework/php/function-set-avia-backend.php, framework/php/class-media.php, framework/php/class-form-generator.php, framework/php/class-htmlhelper.php, framework/php/class-update-notifier.php, framework/php/class-adminpages.php, framework/php/auto-updates/class-envato-protected-api.php, framework/php/auto-updates/class-avia-theme-updater.php, framework/php/auto-updates/class-avia-envato-base-api.php, framework/php/auto-updates/class-pixelentity-theme-update.php, framework/php/auto-updates/auto-updates.php, framework/php/class-responsive-images.php, framework/php/class-database-option-sets.php, framework/php/class-sidebar-generator.php, framework/php/class-breadcrumb-legacy.php, framework/php/class-style-generator.php, framework/php/class-framework-widgets.php, framework/php/wordpress-importer/avia-export-class.php, framework/php/wordpress-importer/avia-import-class.php, framework/php/wordpress-importer/wordpress-importer.php, framework/php/wordpress-importer/parsers.php, framework/php/class-megamenu.php, framework/php/class-grecaptcha.php, framework/php/class-queryfilter.php, framework/php/font-management/class-avia-icon-fonts.php, framework/php/font-management/class-avia-type-fonts.php, framework/php/font-management/class-avia-font-management-base.php, framework/php/class-superobject.php, framework/php/avia_shortcodes/av-prev.php, framework/php/avia_shortcodes/tinymce/editor_plugin_3.js, framework/php/avia_shortcodes/tinymce/img/icon.png, framework/php/avia_shortcodes/tinymce/js/tab-control.js, framework/php/avia_shortcodes/tinymce/js/dialog.js, framework/php/avia_shortcodes/tinymce/js/column-control.js, framework/php/avia_shortcodes/tinymce/js/sidebar-tab-control.js, framework/php/avia_shortcodes/tinymce/js/table-control.js, framework/php/avia_shortcodes/tinymce/editor_plugin.js, framework/php/avia_shortcodes/tinymce/dialog.php, framework/php/avia_shortcodes/img/checkmark.gif, framework/php/avia_shortcodes/img/preloader.gif, framework/php/avia_shortcodes/img/x.gif, framework/php/avia_shortcodes/img/globe-preloader.gif, framework/php/avia_shortcodes/css/styles.css, framework/php/avia_shortcodes/shortcodes.php, framework/php/avia_shortcodes/sc/latest_portfolio.js, framework/php/avia_shortcodes/sc/tab.js, framework/php/avia_shortcodes/sc/iconbox_top.js, framework/php/avia_shortcodes/sc/latest_posts.js, framework/php/avia_shortcodes/sc/box.js, framework/php/avia_shortcodes/sc/column.js, framework/php/avia_shortcodes/sc/big_box.js, framework/php/avia_shortcodes/sc/digg.js, framework/php/avia_shortcodes/sc/table.js, framework/php/avia_shortcodes/sc/related.js, framework/php/avia_shortcodes/sc/sidebar_tabs.js, framework/php/avia_shortcodes/sc/twitter.js, framework/php/avia_shortcodes/sc/button.js, framework/php/avia_shortcodes/sc/toggle.js, framework/php/avia_shortcodes/sc/fblike.js, framework/php/avia_shortcodes/sc/iconbox.js, framework/php/avia_shortcodes/sc/latest_tweets.js, framework/php/avia_shortcodes/sc/tweetmeme.js, framework/php/avia_shortcodes/sc/slider.js, framework/php/avia_shortcodes/sc/quote.js, framework/php/avia_shortcodes/sc/ilink.js, framework/php/inc-avia-importer.php, framework/php/function-set-avia-ajax.php, framework/php/inc-avia-download-demo.php, framework/images/misc/grecaptcha-check-light-compact.png, framework/images/misc/placeholder.jpg, framework/images/misc/grecaptcha-check-light-normal.png, framework/images/misc/grecaptcha-check-dark-compact.png, framework/images/misc/grecaptcha-check-dark-normal.png, framework/images/icons/social_facebook.png, framework/images/icons/wand.png, framework/images/icons/video.png, framework/images/icons/video_insert_image.png, framework/images/icons/alert.png, framework/images/icons/social_flickr.png, framework/images/icons/images.png, framework/images/icons/social_twitter.png, framework/images/icons/doc_text_image.png, framework/images/icons/blog.png, framework/images/icons/layout_select.png, framework/images/icons/book_addresses.png, framework/images/icons/error.png, framework/images/icons/brick.png, framework/images/icons/update.png, framework/images/icons/paintbrush.png, framework/images/icons/paintcan.png, framework/images/icons/icon-trash.png, framework/images/icons/layout_select_footer.png, framework/images/icons/application_side_expand.png, framework/images/icons/loading.gif, framework/images/icons/cog.png, framework/images/icons/layout_select_sidebar.png, framework/images/icons/close.png, framework/images/icons/photo_album.png, framework/images/icons/cart.png,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) ,  (Email address hidden if logged out) , framework/images/icons/map.png, framework/images/icons/loading_mini.gif, framework/images/icons/bin_closed.png, framework/images/icons/user.png, framework/images/icons/hammer_screwdriver.png, framework/images/icons/search.png, framework/images/icons/success.png, framework/images/icons/blueprint_horizontal.png, framework/images/icons/readme.txt, framework/images/icons/page_white_wrench.png, framework/images/icons/import_export.png, framework/images/icons/palette.png, framework/images/icons/layout_header_footer_3_mix.png, framework/images/icons/accept.png, framework/images/icons/add.png, framework/images/colorpicker/custom_submit.png, framework/images/colorpicker/colorpicker_hsb_h.png, framework/images/colorpicker/custom_indic.gif, framework/images/colorpicker/custom_hsb_b.png, framework/images/colorpicker/custom_hsb_s.png, framework/images/colorpicker/colorpicker_select.gif, framework/images/colorpicker/custom_rgb_r.png, framework/images/colorpicker/colorpicker_indic.gif, framework/images/colorpicker/colorpicker_hsb_b.png, framework/images/colorpicker/custom_background.png, framework/images/colorpicker/colorpicker_rgb_r.png, framework/images/colorpicker/select2.png, framework/images/colorpicker/custom_rgb_b.png, framework/images/colorpicker/slider.png, framework/images/colorpicker/colorpicker_hsb_s.png, framework/images/colorpicker/custom_hex.png, framework/images/colorpicker/custom_hsb_h.png, framework/images/colorpicker/colorpicker_background.png, framework/images/colorpicker/colorpicker_hex.png, framework/images/colorpicker/colorpicker_overlay.png, framework/images/colorpicker/colorpicker_rgb_g.png, framework/images/colorpicker/blank.gif, framework/images/colorpicker/colorpicker_submit.png, framework/images/colorpicker/colorpicker_rgb_b.png, framework/images/colorpicker/custom_rgb_g.png, framework/images/colorpicker/select.png, framework/images/layout/bg.png, framework/images/layout/select_colorpicker.png, framework/images/layout/FIND_API.jpg, framework/images/layout/sort_arrow_down.png, framework/images/layout/menu-bits.gif, framework/images/layout/bg-style-wrap.png, framework/images/layout/gray-grad.png, framework/images/layout/bg-button.png, framework/images/layout/bg-bottom-shadow.png, framework/images/layout/diagonal-bold-light.png, framework/images/layout/arrow.png, framework/images/layout/transparency.png, framework/images/layout/select.png, lang/tr_TR.po, lang/es_ES.mo, lang/de_AT.po, lang/sk_SK.po, lang/sv_SE.po, lang/sv_SE.mo, lang/ru_RU.mo, lang/zh_CN.po, lang/de_DE_formal.po, lang/pt_BR.po, lang/ar.mo, lang/hu_HU.mo, lang/cs_CZ.mo, lang/sk_SK.mo, lang/es_ES.po, lang/ko_KR.po, lang/de_DE.po, lang/hu_HU.po, lang/zh_CN.mo, lang/ja.po, lang/nb_NO.po, lang/nb_NO.mo, lang/zh_TW.po, lang/fr_FR.po, lang/enfold.pot, lang/ar.po, lang/ko_KR.mo, lang/pt_BR.mo, lang/ja.mo, lang/de_CH.mo, lang/de_DE_formal.mo, lang/ru_RU.po, lang/he_IL.mo, lang/it_IT.mo, lang/da_DK.po, lang/it_IT.po, lang/ro_RO.mo, lang/zh_TW.mo, lang/da_DK.mo, lang/pl_PL.po, lang/de_DE.mo, lang/fa_IR.po, lang/de_AT.mo, lang/nl_NL.po, lang/fr_FR.mo, lang/fa_IR.mo, lang/ro_RO.po, lang/cs_CZ.po, lang/nl_NL.mo, lang/ca.mo, lang/tr_TR.mo, lang/pl_PL.mo, lang/el_GR.mo, lang/el_GR.po, lang/de_CH.po, lang/ca.po, lang/he_IL.po, footer.php, images/background-images/grid-big-light.png, images/background-images/gradient-bottom-light.png, images/background-images/wool-for-light-background.png, images/background-images/wood-dark.png, images/background-images/grunge-dark.png, images/background-images/grunge-big-light.png, images/background-images/gradient-top-dark.png, images/background-images/grunge-big-dark.png, images/background-images/dots-mini-strong.png, images/background-images/linen-for-light-background.png, images/background-images/dots-for-light-background.png, images/background-images/wood-light.png, images/background-images/diagonal-bold-dark.png, images/background-images/wool-diagonal-for-light-background.png, images/background-images/noise-for-light-background.png, images/background-images/floral-light.png, images/background-images/gradient-top-light.png, images/background-images/dots-for-dark-background.png, images/background-images/grain_bottom.png, images/background-images/diagonal-thin-light.png, images/background-images/grain_top.png, images/background-images/dashed-cross-dark.png, images/background-images/linen-for-dark-background.png, images/background-images/polygon.png, images/background-images/diagonal-thin-dark.png, images/background-images/ios-linen-dark.png, images/background-images/floral-dark.png, images/background-images/grunge-light.png, images/background-images/dashed-cross-light.png, images/background-images/wool-for-dark-background.png, images/background-images/wool-diagonal-for-dark-background.png, images/background-images/diagonal-bold-light.png, images/background-images/dots-mini-light.png, images/background-images/fullsize-grunge.jpg, images/background-images/grid-big-dark.png, images/background-images/noise-for-dark-background.png, images/background-images/gradient-bottom-dark.png, images/background-images/ios-linen-light.png, images/framework-helper/header_transparency.jpg, images/layout/blank.png, images/layout/fake_facebook.jpg, images/layout/logo.png, images/layout/ie_trans.png, images/layout/preload-dark-big-old.gif, images/layout/logo_modern.png, images/layout/loading.gif, images/layout/bg-button.png, images/layout/search.png, images/layout/preload-dark-grey-big.gif, images/layout/preload-dark-big.gif, config-leaflet-maps/class-avia-leaflet-maps.php, config-leaflet-maps/js/avia-leaflet-maps.js, config-leaflet-maps/assets/leafletjs/leaflet-src.esm.js, config-leaflet-maps/assets/leafletjs/leaflet.css, config-leaflet-maps/assets/leafletjs/leaflet.js, config-leaflet-maps/assets/leafletjs/leaflet-src.esm.js.map, config-leaflet-maps/assets/leafletjs/leaflet-src.js.map, config-leaflet-maps/assets/leafletjs/leaflet.js.map, config-leaflet-maps/assets/leafletjs/leaflet-src.js, config-leaflet-maps/assets/leafletjs/images/layers.png, config-leaflet-maps/assets/leafletjs/images/marker-shadow.png, config-leaflet-maps/assets/leafletjs/images/marker-icon-2x.png, config-leaflet-maps/assets/leafletjs/images/layers-2x.png, config-leaflet-maps/assets/leafletjs/images/marker-icon.png, config-wpml/wpml-mod.js, config-wpml/config_legacy.php, config-wpml/config.php, config-wpml/FacebookLocales.xml, config-wpml/class-avia-wpml.php, config-wpml/wpml-mod.css
    All updates have been completed.
    
    Go Back to Enfold Child ABEA Theme Panel

    Also, I contacted my host. I can whitelist an IP address, not an API. Where do I get the Envato IP address?

    Debug update.

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/vhosts/DOMAIN.EXT/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/vhosts/DOMAIN.EXT/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 12

    Hi Victoria
    This is not working for me…
    In a earlier thread Ismael helped me and found the “bug”in the countdown php-file:
    <?php
    /**
    * Events Countdown
    *
    * Display a countdown to the next upcoming event
    */
    if ( ! defined( ‘ABSPATH’ ) ) { exit; } // Exit if accessed directly

    if( ! class_exists( ‘Tribe__Events__Main’ ) )
    {
    if( ! function_exists( ‘av_countdown_events_fallback’ ) )
    {
    function av_countdown_events_fallback()
    {
    return “<p>Please install the The Events Calendar or The Events Calendar Pro Plugin to display the countdown</p>”;
    }

    add_shortcode( ‘av_events_countdown’, ‘av_countdown_events_fallback’ );
    }

    return;
    }

    if ( ! class_exists( ‘avia_sc_events_countdown’ ) )
    {

    class avia_sc_events_countdown extends aviaShortcodeTemplate
    {

    /**
    *
    * @var array
    */
    protected $time_array;

    /**
    * UTC startdate of first event
    *
    * @since 4.5.6
    * @var string
    */
    protected $start_date_utc;

    /**
    *
    * @since 4.2.1
    */
    public function __destruct()
    {
    parent::__destruct();

    unset( $this->time_array );
    }

    /**
    * Create the config array for the shortcode button
    */
    function shortcode_insert_button()
    {
    /**
    * inconsistent behaviour up to 4.2: a new element was created with a close tag, after editing it was self closing !!!
    * @since 4.2.1: We make new element self closing now because no id=’content’ exists.
    */
    $this->config[‘self_closing’] = ‘yes’;
    $this->config[‘version’] = ‘1.0’;

    $this->config[‘name’] = __( ‘Events Countdown’, ‘avia_framework’ );
    $this->config[‘tab’] = __( ‘Plugin Additions’, ‘avia_framework’ );
    $this->config[‘icon’] = AviaBuilder::$path[‘imagesURL’] . ‘sc-countdown.png’;
    $this->config[‘order’] = 14;
    $this->config[‘target’] = ‘avia-target-insert’;
    $this->config[‘shortcode’] = ‘av_events_countdown’;
    $this->config[‘tooltip’] = __( ‘Display a countdown to the next upcoming event’, ‘avia_framework’ );
    $this->config[‘disabling_allowed’] = true;
    $this->config[‘id_name’] = ‘id’;
    $this->config[‘id_show’] = ‘yes’;
    $this->config[‘alb_desc_id’] = ‘alb_description’;

    $this->time_array = array(
    __( ‘Second’, ‘avia_framework’ ) => ‘1’,
    __( ‘Minute’, ‘avia_framework’ ) => ‘2’,
    __( ‘Hour’, ‘avia_framework’ ) => ‘3’,
    __( ‘Day’, ‘avia_framework’ ) => ‘4’,
    __( ‘Week’, ‘avia_framework’ ) => ‘5’,
    /*
    __( ‘Month’, ‘avia_framework’ ) =>’6′,
    __( ‘Year’, ‘avia_framework’ ) =>’7′
    */
    );

    $this->start_date_utc = ”;
    }

    function extra_assets()
    {
    //load css
    wp_enqueue_style( ‘avia-module-countdown’, AviaBuilder::$path[‘pluginUrlRoot’] . ‘avia-shortcodes/countdown/countdown.css’, array( ‘avia-layout’ ), false );

    //load js
    wp_enqueue_script( ‘avia-module-countdown’, AviaBuilder::$path[‘pluginUrlRoot’] . ‘avia-shortcodes/countdown/countdown.js’, array( ‘avia-shortcodes’ ), false, true );
    }

    /**
    *
    * @since < 4.0
    * @param int $offset
    * @param int $query_fix
    * @param string $categories
    * @return WP_Query
    */
    protected function fetch_upcoming( $offset = 0, $query_fix = 0, $categories = ” )
    {
    $start_date = date( ‘Y-m-d’, mktime( 0, 0, 0, date( ‘m’ ), date( ‘d’ ) – $query_fix, date( ‘Y’ ) ) );

    $terms = ( ! empty( $categories ) ) ? explode( ‘,’, $categories ) : array();

    $query = array(
    ‘paged’ => 1,
    ‘posts_per_page’ => 1,
    ‘eventDisplay’ => ‘list’,
    ‘offset’ => $offset,
    ‘start_date’ => $start_date
    );

    if( isset( $terms[0] ) && ! empty( $terms[0] ) && ! is_null( $terms[0] ) && $terms[0] != ‘null’ )
    {
    $query[‘tax_query’] = array(
    array( ‘taxonomy’ => Tribe__Events__Main::TAXONOMY,
    ‘field’ => ‘id’,
    ‘terms’ => $terms,
    ‘operator’ => ‘IN’
    )
    );

    }

    $upcoming = Tribe__Events__Query::getEvents( $query, false );

    return $upcoming;
    }

    /**
    *
    * @since < 4.0
    * @param WP_Query $next
    * @return boolean
    */
    protected function already_started( Array $next )
    {
    $this->start_date_utc = ”;

    // backwards compatibility
    if( empty( $next[0]->event_date_utc ) && empty( $next[0]->event_date ) )
    {
    return true;
    }

    /**
    * Compare UTC times ( https://www.php.net/manual/en/function.time.php#100220 )
    */
    $today = date( ‘Y-m-d H:i:s’ );
    $this->start_date_utc = get_post_meta( $next[0]->ID, ‘_EventStartDateUTC’, true );

    if( empty( $this->start_date_utc ) )
    {
    return true;
    }

    if( $today < $this->start_date_utc )
    {
    return false;
    }

    return true;
    }

    /**
    * Popup Elements
    *
    * If this function is defined in a child class the element automatically gets an edit button, that, when pressed
    * opens a modal window that allows to edit the element properties
    *
    * @return void
    */
    function popup_elements()
    {

    $this->elements = array(

    array(
    ‘type’ => ‘tab_container’,
    ‘nodescription’ => true
    ),

    array(
    ‘type’ => ‘tab’,
    ‘name’ => __( ‘Content’, ‘avia_framework’ ),
    ‘nodescription’ => true
    ),
    array(
    ‘type’ => ‘template’,
    ‘template_id’ => $this->popup_key( ‘content_countdown’ )
    ),

    array(
    ‘type’ => ‘tab_close’,
    ‘nodescription’ => true
    ),

    array(
    ‘type’ => ‘tab’,
    ‘name’ => __( ‘Styling’, ‘avia_framework’ ),
    ‘nodescription’ => true
    ),

    array(
    ‘type’ => ‘template’,
    ‘template_id’ => ‘toggle_container’,
    ‘templates_include’ => array(
    $this->popup_key( ‘styling_general’ ),
    $this->popup_key( ‘styling_colors’ )
    ),
    ‘nodescription’ => true
    ),

    array(
    ‘type’ => ‘tab_close’,
    ‘nodescription’ => true
    ),

    array(
    ‘type’ => ‘tab’,
    ‘name’ => __( ‘Advanced’, ‘avia_framework’ ),
    ‘nodescription’ => true
    ),

    array(
    ‘type’ => ‘toggle_container’,
    ‘nodescription’ => true
    ),

    array(
    ‘type’ => ‘template’,
    ‘template_id’ => $this->popup_key( ‘advanced_heading’ )
    ),

    array(
    ‘type’ => ‘template’,
    ‘template_id’ => ‘screen_options_toggle’
    ),

    array(
    ‘type’ => ‘template’,
    ‘template_id’ => ‘developer_options_toggle’,
    ‘args’ => array( ‘sc’ => $this )
    ),

    array(
    ‘type’ => ‘toggle_container_close’,
    ‘nodescription’ => true
    ),

    array(
    ‘type’ => ‘tab_close’,
    ‘nodescription’ => true
    ),

    array(
    ‘type’ => ‘tab_container_close’,
    ‘nodescription’ => true
    )

    );

    }

    /**
    * Create and register templates for easier maintainance
    *
    * @since 4.6.4
    */
    protected function register_dynamic_templates()
    {

    /**
    * Content Tab
    * ===========
    */

    $c = array(
    array(
    ‘name’ => __( ‘Which Entries?’, ‘avia_framework’ ),
    ‘desc’ => __( ‘Select one or more taxonomies to get the next event for countdown. If none are selected all events are used.’, ‘avia_framework’ ),
    ‘id’ => ‘categories’,
    ‘type’ => ‘select’,
    ‘taxonomy’ => Tribe__Events__Main::TAXONOMY,
    ‘subtype’ => ‘cat’,
    ‘multiple’ => 6
    ),

    array(
    ‘name’ => __( ‘Display Event Title?’, ‘avia_framework’ ),
    ‘desc’ => __( ‘Choose here, if you want to display the event title’, ‘avia_framework’ ),
    ‘id’ => ‘title’,
    ‘type’ => ‘select’,
    ‘std’ => ”,
    ‘subtype’ => array(
    __( ‘No Title, timer only’, ‘avia_framework’ ) => ”,
    __( ‘Title on top’, ‘avia_framework’ ) => ‘top’,
    __( ‘Title below’, ‘avia_framework’ ) => ‘bottom’,
    )
    ),

    array(
    ‘name’ => __( ‘Smallest time unit’, ‘avia_framework’ ),
    ‘desc’ => __( ‘The smallest unit that will be displayed’, ‘avia_framework’ ),
    ‘id’ => ‘min’,
    ‘type’ => ‘select’,
    ‘std’ => ‘1’,
    ‘subtype’ => $this->time_array
    ),

    array(
    ‘name’ => __( ‘Largest time unit’, ‘avia_framework’ ),
    ‘desc’ => __( ‘The largest unit that will be displayed’, ‘avia_framework’ ),
    ‘id’ => ‘max’,
    ‘type’ => ‘select’,
    ‘std’ => ‘5’,
    ‘subtype’ => $this->time_array
    ),

    array(
    ‘name’ => __( ‘Problems with next upcoming event incorrect?’, ‘avia_framework’ ),
    ‘desc’ => __( ‘Sometimes the next upcoming event is not queried correctly. This is a known bug. In this case select a number of days to start the query before today. Usually 3-4 days should fix the problem.’, ‘avia_framework’ ),
    ‘id’ => ‘query_fix’,
    ‘type’ => ‘select’,
    ‘std’ => ‘0’,
    ‘subtype’ => AviaHtmlHelper::number_array( 1, 30, 1, array( __( ‘No problems’, ‘avia_framework’ ) => ‘0’) )
    ),

    );

    AviaPopupTemplates()->register_dynamic_template( $this->popup_key( ‘content_countdown’ ), $c );

    $c = array(
    array(
    ‘name’ => __( ‘Text Alignment’, ‘avia_framework’ ),
    ‘desc’ => __( ‘Choose here, how to align your text’, ‘avia_framework’ ),
    ‘id’ => ‘align’,
    ‘type’ => ‘select’,
    ‘std’ => ‘av-align-center’,
    ‘subtype’ => array(
    __( ‘Center’, ‘avia_framework’ ) => ‘av-align-center’,
    __( ‘Right’, ‘avia_framework’ ) => ‘av-align-right’,
    __( ‘Left’, ‘avia_framework’ ) => ‘av-align-left’,
    )
    ),

    array(
    ‘name’ => __( ‘Number Font Size’, ‘avia_framework’ ),
    ‘desc’ => __( ‘Size of your numbers in Pixel’, ‘avia_framework’ ),
    ‘id’ => ‘size’,
    ‘type’ => ‘select’,
    ‘std’ => ”,
    ‘subtype’ => AviaHtmlHelper::number_array( 20, 90, 1, array( __( ‘Default Size’, ‘avia_framework’ ) => ” ) ),
    ),

    );

    $template = array(
    array(
    ‘type’ => ‘template’,
    ‘template_id’ => ‘toggle’,
    ‘title’ => __( ‘Text Settings’, ‘avia_framework’ ),
    ‘content’ => $c
    ),
    );

    AviaPopupTemplates()->register_dynamic_template( $this->popup_key( ‘styling_general’ ), $template );

    $c = array(
    array(
    ‘name’ => __( ‘Colors’, ‘avia_framework’ ),
    ‘desc’ => __( ‘Choose the colors here’, ‘avia_framework’ ),
    ‘id’ => ‘style’,
    ‘type’ => ‘select’,
    ‘std’ => ‘av-default-style’,
    ‘subtype’ => array(
    __( ‘Default’, ‘avia_framework’ ) => ‘av-default-style’,
    __( ‘Theme colors’, ‘avia_framework’ ) => ‘av-colored-style’,
    __( ‘Transparent Light’, ‘avia_framework’ ) => ‘av-trans-light-style’,
    __( ‘Transparent Dark’, ‘avia_framework’ ) => ‘av-trans-dark-style’,
    )
    ),
    );

    $template = array(
    array(
    ‘type’ => ‘template’,
    ‘template_id’ => ‘toggle’,
    ‘title’ => __( ‘Colors’, ‘avia_framework’ ),
    ‘content’ => $c
    ),
    );

    AviaPopupTemplates()->register_dynamic_template( $this->popup_key( ‘styling_colors’ ), $template );

    $c = array(
    array(
    ‘type’ => ‘template’,
    ‘template_id’ => ‘heading_tag’,
    ‘theme_default’ => ‘h3’,
    ‘required’ => array( ‘title’, ‘not’, ” ),
    ‘context’ => __CLASS__
    ),

    );

    $template = array(
    array(
    ‘type’ => ‘template’,
    ‘template_id’ => ‘toggle’,
    ‘title’ => __( ‘Heading Tag’, ‘avia_framework’ ),
    ‘content’ => $c
    ),
    );

    AviaPopupTemplates()->register_dynamic_template( $this->popup_key( ‘advanced_heading’ ), $template );

    }

    /**
    * Frontend Shortcode Handler
    *
    * @param array $atts array of attributes
    * @param string $content text within enclosing form of shortcode element
    * @param string $shortcodename the shortcode found, when == callback name
    * @return string $output returns the modified html string
    */
    public function shortcode_handler( $atts, $content = ”, $shortcodename = ”, $meta = ” )
    {
    $meta = aviaShortcodeTemplate::set_frontend_developer_heading_tag( $atts, $meta );

    $atts = array_merge ( array(
    ‘categories’ => ”,
    ‘min’ => ‘1’,
    ‘max’ => ‘5’,
    ‘align’ => ‘av-align-center’,
    ‘size’ => ”,
    ‘title’ => ”,
    ‘query_fix’ => ‘0’,
    ‘heading_tag’ => $meta[‘heading_tag’],
    ‘heading_class’ => $meta[‘heading_class’],
    ), $atts );

    $find_post = true;
    $offset = 0;

    while( $find_post )
    {
    $next = $this->fetch_upcoming( $offset, $atts[‘query_fix’], $atts[‘categories’] );

    $offset ++;

    if( empty( $next[0] ) || ! $this->already_started( $next ) )
    {
    $find_post = false;
    }
    }

    if( ! empty( $next[0]->event_date_utc ) )
    {
    // backwards compatibility
    $event_date = $next[0]->event_date_utc;
    }
    else if( ! empty( $next[0]->event_date ) )
    {
    $event_date = $next[0]->event_date;
    }
    else
    {
    $event_date = ”;
    }

    if( empty( $next[0] ) || empty( $event_date ) || empty( $this->start_date_utc ) )
    {
    return ”;
    }

    $events_date = explode( ‘ ‘, $this->start_date_utc );

    if( isset( $events_date[0] ) )
    {
    $atts[‘date’] = date( ‘m/d/Y’, strtotime( $events_date[0] ) );
    }

    if( isset( $events_date[1] ) )
    {
    $events_date = explode( ”, $events_date[1] );
    $atts[‘hour’] = $events_date[0];
    $atts[‘minute’] = $events_date[1];
    }

    $atts[‘link’] = get_permalink( $next[0]->ID );
    $title = get_the_title( $next[0]->ID );

    if( ! empty( $atts[‘title’] ) )
    {
    $atts[‘title’] = array( $atts[‘title’] => __( ‘Upcoming’,’avia_framework’ ) . ‘: ‘ . $title );
    }

    $atts[‘timezone’] = ‘UTC’;

    $timer = new avia_sc_countdown( $this->builder );
    $output = $timer->shortcode_handler( $atts, $content, $shortcodename, $meta );

    return $output;
    }
    }
    }

    Could you telle me where i can repare the bug or something that can help to make the countdown as well as the upcoming events are visible again?
    Greetz
    Karin

    #1283486

    Hi Victora – thanks. Having a bit of a nightmare with this now.
    I’m using a child theme, so I’ve updated the parent Enfold theme manually via FTP, but now getting the Critical-error-of-doom message on the domain (as detailed: https://wordpress.org/support/topic/critical-error-on-your-website/)

    Changing the name of my plugin folder made no difference. I’ve enabled debug mode which has captured the output below. It’s not really what I expected to see TBH but it means I’m not quite sure where to go from here.

    Any ideas?
    Thanks, Dan

    **debug.log file

    [24-Feb-2021 16:13:47 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:13:48 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:16:26 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:16:27 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:18:00 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:19:16 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:20:05 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:30:41 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:30:41 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:30:48 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:30:48 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:31:30 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    [24-Feb-2021 16:31:30 UTC] PHP Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8

    #1282682

    I updated the enfold folder via the ftp method like the linked asked…

    webpage went into an error and couldnt access webui of wordpress after
    “Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home4/pumpc/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /home4/pumpc/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8”

    I had to reset my theme data to default so website could come back… any help?

    #1282431

    In reply to: events countdown

    Hi Victoria
    I don’t really understand what yoy mean …; the title text is “Aankomend” followed by the title of the event.
    I only want the title of the event in the title text..i don’t want “Aankomend”in the title text…
    Btw: i dont have a events_countdown php-file; only:
    countdown.php (config-templatebuilder/avia-shortcodes/countdown/countdown.php)

    Greetz
    Karin

    #1282099
    Stefan Carigiet
    Guest

    Von: VIBS show – tech < (Email address hidden if logged out) >
    Gesendet: Donnerstag, 18. Februar 2021 21:36
    An: (Email address hidden if logged out) ‘ < (Email address hidden if logged out) >
    Betreff: Update 4.22 update auf 4.751 Probleme
    Priorität: Hoch

    Hallo wir nutzen ein Enfold Child Theme.
    Leider macht es Probleme mir updaten … (Version: 4.22 läuft update auf 4.751)
    Es funktioniert eigentlich nicht mehr?

    Update: über Backend Fehler: Dieser Link ist Angelaufen..
    Update über http://FTP.: ergibt Fehler Frontend…
    Your Themeforest API Key: lmVII33ou53B1GuKDbVZvD2SpBHxGayY
    Kennt ihr das Problem oder gebt es eine einfache Lösung dafür?

    Version: 4.22 update auf 4.751

    Wenn du Hilfe bei diesem Problem suchst, wirst du möglicherweise nach einigen der folgenden Informationen gefragt:
    WordPress-Version 5.6.1
    Aktuelles Theme: Enfold Child (Version 1.0) Aktuelles Plugin: (Version ) PHP-Version 7.4.15

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 96 der Datei /home/vibs/public_html/wp-content/themes/enfold/framework/avia_framework.php verursacht. Fehlermeldung: Uncaught Error: Call to protected avia_superobject::__construct() from invalid context in /home/vibs/public_html/wp-content/themes/enfold/framework/avia_framework.php:96
    Stack trace:
    #0 /home/vibs/public_html/wp-content/themes/enfold/functions.php(142): require_once()
    #1 /home/vibs/public_html/wp-settings.php(525): include(‘/home/vibs/publ…’)
    #2 /home/vibs/public_html/wp-config.php(13): require_once(‘/home/vibs/publ…’)
    #3 /home/vibs/public_html/wp-load.php(37): require_once(‘/home/vibs/publ…’)
    #4 /home/vibs/public_html/wp-admin/admin-ajax.php(22): require_once(‘/home/vibs/publ…’)
    #5 {main}
    thrown

    Nachtrag:

    Wenn du Hilfe bei diesem Problem suchst, wirst du möglicherweise nach einigen der folgenden Informationen gefragt:
    WordPress-Version 5.6.1
    Aktuelles Theme: Enfold Child (Version 1.0) Aktuelles Plugin: (Version ) PHP-Version 7.4.15
    Fehler-Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 12 der Datei /home/vibs/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php verursacht. Fehlermeldung: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/vibs/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16)

    Freundliche Grüsse,
    Stefan Carigiet
    —————————————
    VIBS show – tech
    Masanserstrasse 199
    7000 Chur
    Schweiz / Switzerland
    phone: +41 076 337 80 40
    e-mail: (Email address hidden if logged out)
    http://www.vibs.ch
    MWST-Nr: CHE-102.220.174
    —————————————

    #1280529

    In reply to: Events calendar

    Hi,

    Sorry for the delay. We found the issue in the events_countdown.php file and edited it accordingly. The countdown is now working.

    Best regards,
    Ismael

    #1271535

    In reply to: Enfold Theme broken

    This reply has been marked as private.
    #1271235

    Topic: Enfold Theme broken

    in forum Enfold
    filiski
    Participant

    Hi there.
    I’ve purchased Enfold back in 2017.
    My website is: http://www.summitguides.org
    All worked well until some time ago, when it started to have a bug: in home page it’s missing the header section, and also on the single trip pages (example: https://summitguides.org/en/prodotto/ski-haute-route-of-gran-paradiso/) there are all the pictures missing.
    I’ve checked on my wordpress dashboard and it seems I have version 3.8 installed (don’t know why it didn’t updated automatically since all is set up to do it).
    I’ve tried to update it via ftp, downloaded the latest .zip from your dashboard and uploaded it via ftp, but it’s showing an error: “Cannot redeclare av_countdown_events_fallback() (previously declared in /home/summitg8/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16)”

    How to fix it? Of course I don’ t want to loose all the customization I’ve made to the site and upload the raw version.

    Thanks.

    #1263472
    Quimera123
    Participant

    It had been a long time without updating the web, and when updating the theme this error appears

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /homepages/8/d531803457/htdocs/clickandbuilds/Moratec/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /homepages/8/d531803457/htdocs/clickandbuilds/Moratec/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8

    The wordpress version is quite outdated. First I have updated the plugins, then the theme, and after all I was going to update wordpress

    • This topic was modified 4 years, 4 months ago by Quimera123.
    #1262586
    yohanna16
    Participant

    Hello,
    Site down with this error ‘There has been a critical error on your website. Please check your site admin email inbox for instructions.’

    Enabled the php.config debugging as per instructions online.

    Receiving errors on a plugin that I have deleted (headway).

    Plus this theme related error.

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home1/eaglela4/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /home1/eaglela4/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8

    Help appreciated!

    #1261094
    Eleina_Shinn
    Participant

    Hi:

    So appreciate your help – client recently contacted me with problems on a website (black screen on home), and I noticed she had a very old version of Enfold. So, I updated to the latest version, to see if it would resolve – but the site went down.

    With the old version, her site was up, but was getting this error:

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home4/coachni7/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /home4/coachni7/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8

    Then, when I update her site to the latest version I get these problems:

    Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home4/coachni7/public_html/wp-content/themes/enfold/functions-enfold.php on line 265

    Deprecated: Function create_function() is deprecated in /home4/coachni7/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/widgets.php on line 4

    Warning: Cannot modify header information – headers already sent by (output started at /home4/coachni7/public_html/wp-content/themes/enfold/functions-enfold.php:265) in /home4/coachni7/public_html/wp-includes/functions.php on line 6274

    Warning: Cannot modify header information – headers already sent by (output started at /home4/coachni7/public_html/wp-content/themes/enfold/functions-enfold.php:265) in /home4/coachni7/public_html/wp-admin/includes/misc.php on line 1310

    Warning: Cannot modify header information – headers already sent by (output started at /home4/coachni7/public_html/wp-content/themes/enfold/functions-enfold.php:265) in /home4/coachni7/public_html/wp-admin/admin-header.php on line 9

    Warning: Cannot modify header information – headers already sent by (output started at /home4/coachni7/public_html/wp-content/themes/enfold/functions-enfold.php:265) in /home4/coachni7/public_html/wp-includes/option.php on line 1050

    Warning: Cannot modify header information – headers already sent by (output started at /home4/coachni7/public_html/wp-content/themes/enfold/functions-enfold.php:265) in /home4/coachni7/public_html/wp-includes/option.php on line 1051

    Do you have any suggestion as to what I could do here?

    Thank you,
    ~e

    #1254776

    Hi,

    It seems that every time I update the enfold theme I get the same error issue I mentioned last year that also happened this year which I pasted below:

    I recently did an update of Enfold to version 4.5.7 and have had a whole host of errors:

    The following errors would not allow me to open up the admin panel sitename/wp-admin. so i did the following:

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 12

    * Changed the file events_countdown.php to events_countdown.error

    Then the following code poped up

    Fatal error: Cannot redeclare av_upcoming_events_fallback() (previously declared in /public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.php:15) in /public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_upcoming.php on line 13

    * Changed the file events_upcoming.php to events_upcoming.error

    Now I am able to log into the admin panel. However, this is only possible if I change the extension of the above 2 files. Why does this keep happening when updating enfold?

    #1253897

    Hi Rikard,

    Thanks for the response. I’ve uploaded the updated parent theme via FTP and renamed the folder, keeping the old one as a back up. When I rename the new one to “enfold” the site generates a generic WordPress error that says: “There has been a critical error on your website” and nothing else renders. Renaming the folders back to the original, the site starts working again.

    The admin system emails me this error:

    Error Details
    =============
    An error of type E_ERROR was caused in line 8 of the file /home/storm/sites/alison-taylor-com/public/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php. Error message: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/storm/sites/alison-taylor-com/public/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16)
    

    Am loathed to activate the new parent theme in case that throws the same error and I can’t recover it.

    Rob

    • This reply was modified 4 years, 5 months ago by robmason69.
    #1251679
    ICTproductions
    Participant

    WordPress versie 5.5.1
    Huidig thema: Enfold (versie 4.7.6.4)
    Huidige plugin: (versie )
    PHP versie 7.2.31

    Foutdetails
    ===========
    Een fout van het type E_ERROR werd veroorzaakt op regelnummer 8 van het bestand /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php. Foutmelding: Cannot redeclare av_countdown_events_fallback() (previously declared in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16)

    #1244387
    rotterdammarketing
    Participant

    Hi guys,

    How can I upgrade from 3.4.7 to 4.7.6.3?

    I’m working on a website which has Enfold 3.4.7 installed.
    After the latest WordPress update, some parts of the theme aren’t loading any more.

    Also, when checking the theme’s status in the backend, WordPress doesn’t recognize that the theme is outdated an in need of an update.
    That was already a bad sign.

    So, I purchased a new licence for Enfold. However, after uploading via FTP, both the site’s frontend and backend said it had a critical error and the site was inaccessible.

    WP DEBUG says the following:
    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/w7ur5khswoym/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /home/w7ur5khswoym/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8

    For now I just reuploaded the theme…… But I really need to figure out this issue.
    Any ideas?

    #1240925

    Hi , I have downloaded and updated the theme through FTP (Filezilla) but WordPress show me a fatal error:

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/thomasku/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /home/thomasku/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
    There has been a critical error on your website. Please check your site admin email inbox for instructions.

    Learn more about debugging in WordPress.

    See in private content FTP access

    #1222004
    ursweder
    Participant

    Das hat mir der Provider geschrieben

    Folgendes habe ich gefunden im Error Log des Servers:
    [Fri Jun 12 11:29:37 2020] [error] [client 84.253.15.193] PHP Fatal error:  Cannot redeclare av_countdown_events_fallback() (previously declared in /home/www/web169/html/website2020/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /home/www/web169/html/website2020/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8, referer: https://ursweder-onlinewerbung.ch/wp-admin/

    Wie man sieht scheint es mit PHP zu tun zu haben, ich habe die PHP Version auch auf 7.1. angehoben was leider nichts nützte. Gemäss der Fehlermeldung scheint es mit der Datei events_countdown.php auf der Linie 8 zu tun zu haben.  

    Welche Anforderungen stellt das Theme genau? z.B. PHP Memory usw.?

    Danke für den Support

    Beste GrüsseUrs

    #1220501

    I have just update the theme and have the same problem with the latest version from 2020.
    Fatal error and I don’t know how to solve.

    error details
    ===========
    on line 8
    wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16)

    Even upadte again and then remove the file events_countdown.php not solve the problem.
    How can I fix this error?

    #1210271
    Julia Sälzer
    Guest

    Hi There, i wanted to open a topic in the support forum – i´ve insert the purchase key but didn´t get an email with a password ( (Email address hidden if logged out) ).

    I´ve problems with my website – i´ve updated the latest Version from the theme, but the whole theme get fatal errors :-( I fixed some of them ( fatal error cause the folder from the events_countdown and upcoming moved) but the theme is either broken.

    So i need help to solve the problem asap. Can you please help me?

    Purchase code is: 2b5d4c4c-4500-4d64-abce-c6a5c450d2db

    I changes the php Version also to 7.0.

    Greetiings,

    Julia

    #1209255

    Topic: Update theme Error

    in forum Enfold
    akcworld
    Participant

    Dear sir
    We have updated our theme at we are facing some issue please resolve it
    ( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in C:\wamp64\www\bala\temple\themes\balaji\framework\php\function-set-avia-frontend.php on line 1653
    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in C:\wamp64\www\bala\temple\themes\balaji\config-templatebuilder\avia-shortcodes\events_countdown\events_countdown.php:14) in C:\wamp64\www\bala\temple\themes\balaji\config-templatebuilder\avia-shortcodes\events_countdown.php on line 8

    #1204224

    In reply to: Update theme version

    When I updated my staging site with the new theme update and when I pushed to the production site, I get this error:

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /var/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /var/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8

    Looka like lots of duplicates in this folder?
    https://www.dropbox.com/s/bl5fwmdtm2dnosg/Screenshot%202020-04-15%2021.46.14.png?dl=0
    How do I fix this?

    • This reply was modified 4 years, 11 months ago by nox07.
Viewing 30 results - 1 through 30 (of 236 total)