Forum Replies Created
-
AuthorPosts
-
Hi Lene,
Glad Mike could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Thanks for contacting us!
Please go to Enfold theme options > Header > Extra Elements and choose the options to display “Header Phone Number/Extra Info” :)
Regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi Peter,
Whenever I try to check site health, I get “There has been a critical error on this website. Please check your site admin email inbox for instructions.” message and the page does not load. Could you please check the logs on your server? I believe the issue is related to your server settings and logs should point out what needs to be changed :)
Best regards,
YigitHey,
Thanks for contacting us!
Please change following codes
.evidenziato { background-color: #ff7514; } .evidenziato2 { background-color: #008f39; border-radius: 5px; }
to following ones
.evidenziato .avia-menu-text { background-color: #ff7514; border-radius: 5px; padding: 10px; } .evidenziato2 .avia-menu-text { background-color: #008f39; border-radius: 5px; padding: 10px; }
Best regards,
YigitHey,
Glad you figured it out and thanks for sharing your solution :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi Matthias,
Thanks for contacting us!
Yes, they are included and you can use them on your Enfold based projects :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHey Martijn,
Thanks for contacting us!
Please add your 2 1/3 column elements inside a Color Section element. Edit your Color Section element and give it a custom ID (“custom-id” in example below) in Advanced > Developer Settings and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling
#custom-id .entry-content-wrapper { display: flex; justify-content: center; }
Best regards,
YigitHey Jorge,
Thanks for contacting us!
Please make sure that you added custom link to your image – https://imgur.com/a/IWPARLA then go to Advanced > Link Settings > Image Link and choose one of “use custom link” options :)
Best regards,
YigitHallo Franz,
Thanks for contacting us!
You can use the theme without Google Fonts. You can also host them from your server by referring to this post – https://kriesi.at/support/topic/loading-google-fonts-locally-for-gdpr-compliance/
I have created a testing installation with no plugins and there are no cookies – https://imgur.com/a/LycFJJo
You can remove social media links in Enfold theme options > Social Profiles or simply choose not to display them in Enfold theme options > Header > Extra Elements
And you can disable cookie manager in Enfold theme options > Privacy and Cookies tab.
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
Please see private content field below :)
Cheers!
YigitHi,
Please add following code to bottom of functions.php file of your child theme
add_filter('avia_breadcrumbs_args', 'avia_change_pre_text_breadcrumb', 10, 1); function avia_change_pre_text_breadcrumb($args){ $args['before'] = '<span class="breadcrumb-title">' . __( 'Your custom text:', 'avia_framework' ) . '</span>'; return $args; }
Best regards,
YigitNovember 22, 2022 at 3:21 pm in reply to: Event Calendar: Event Meta displayed 2x (above + below related events) #1373529Hi,
Thanks!
I found out that the issue was related to modified event-mod.css file on your child theme. I edited the file on your child theme and added CSS code I suggested here – https://kriesi.at/support/topic/event-calendar-event-meta-displayed-2x-above-below-related-events/#post-1369680 to the bottom of the file.
Please review your website :)
Best regards,
YigitNovember 22, 2022 at 2:59 pm in reply to: RESOLVED: One page – Header & CDATA still show http. All other pages show https #1373524Hi,
Glad you figured it out and don’t worry, such thing happens to the best of us :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey,
Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and copy enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.php file on your child theme inside /shortcodes/ folder.
Then edit the file on your child theme and find following
$output .= ! empty( $title ) ? "<{$heading1} class='slide-entry-title entry-title {$css}' {$markup_title}>" : ''; $output .= ( ! empty( $link ) && ! empty( $title ) ) ? "<a href='{$link}' $blank title='" . esc_attr( $title ) . "'>{$title}</a>" : $title; $output .= ! empty( $title ) ? "</{$heading1}>" : ''; $output .= ! empty( $value['content'] ) ? "<div class='slide-entry-excerpt entry-content' {$markup_content}>" . ShortcodeHelper::avia_apply_autop( ShortcodeHelper::avia_remove_autop( $value['content'] ) ) . '</div>' : '';
and change it to following
$output .= ! empty( $value['content'] ) ? "<div class='slide-entry-excerpt entry-content' {$markup_content}>" . ShortcodeHelper::avia_apply_autop( ShortcodeHelper::avia_remove_autop( $value['content'] ) ) . '</div>' : ''; $output .= ! empty( $title ) ? "<{$heading1} class='slide-entry-title entry-title {$css}' {$markup_title}>" : ''; $output .= ( ! empty( $link ) && ! empty( $title ) ) ? "<a href='{$link}' $blank title='" . esc_attr( $title ) . "'>{$title}</a>" : $title; $output .= ! empty( $title ) ? "</{$heading1}>" : '';
Best regards,
Yigit-
This reply was modified 2 years, 7 months ago by
Yigit.
Hi MaggieKbv,
Have you checked out this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-138? You can find the instructions there :)
Best regards,
YigitNovember 22, 2022 at 1:36 pm in reply to: cart doesn't display item numbers on small vertical screen #1373495Hi Stan,
Glad Ismael could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitNovember 22, 2022 at 1:35 pm in reply to: Critical Error on website when activating Enfold theme #1373494Hey,
Thanks for contacting us!
Could you please create temporary WP admin and FTP logins and post them here privately so we can look into it?
Cheers!
YigitHey,
Thanks for contacting us!
Have you referred to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token when generating your Personal Token and enabled all required permissions? If you have, could you please also try inserting your token in Envato Market plugin – https://www.envato.com/lp/market-plugin/?
Regards,
YigitHi Sarah,
Thanks for contacting us!
We would recommend you to use the latest version of Enfold, WordPress and PHP. Please have a backup and then update Enfold parent theme to the latest version 5.2.1, preferably via FTP – https://kriesi.at/documentation/enfold/theme-update/, to bring PHP compatibility up to 8.x.
If you have modified header.php or footer.php files on your child theme, you may need to update those files as well.
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitHey,
Thanks for contacting us!
I moved the modifications you made in your header.php file to functions.php file of your child theme – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section. Then I renamed your header.php file to old-header.php and that helped.
Please review your website and use this solution to add scripts to Head section of your site – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section and this one to add before closing of Body tag – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-section :)
Best regards,
YigitHi Klaus,
Unfortunately there is no progress.
I searched all 3 email addresses you shared in our database but it seems like none of them are used to register on our support forums so your data is not stored by us. I edited this post – https://kriesi.at/support/topic/themeforest-3/#post-1367811 and deleted the information you shared as well.
We can gladly delete DSGVO questionnaire you posted or this thread as a whole after your confirmation :)
Best regards,
YigitHi @dsre-agency,
Please use the code as following to target a specific page and change page ID (734 in example below) with your page’s ID
@media only screen and (max-width: 768px) { .page-id-734 #header.av_header_scrolldown { position: fixed!important; top: 0; width: 100%; background: transparent!important; } .page-id-734 #header.av_header_scrolldown.av_header_transparency { opacity: 0!important; }}
Best regards,
YigitHi Joost,
Thanks for contacting us!
Please do not download the latest purchased theme and submit a refund request on Envato – https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund- :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi,
Culprit seems to be having both TEC shortcode and Enfold’s Upcoming Events element on the same page. I deleted TEC shortcodes and events showed up correctly.
Please review your website :)
Best regards,
YigitNovember 18, 2022 at 4:11 pm in reply to: Event Calendar: Event Meta displayed 2x (above + below related events) #1373121Hi Sebastian,
Sorry for the late reply.
I checked CSS file via FTP and everything seems okay. Though, I could not login to WP dashboard. Could you please temporarily disable 2FA?
Best regards,
YigitHallo Anja,
Thanks for contacting us!
Yes, updating Enfold to the latest version would bring PHP compatibility to 8.x. If you have access to ThemeForest/Envato account that was used when purchasing the license, you can login and go to downloads page to download the latest version of the theme.
If you do not have access to the account, you would need to purchase a new license – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Please refer to this post to update the theme – https://kriesi.at/documentation/enfold/theme-update/
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
Yigit -
This reply was modified 2 years, 7 months ago by
-
AuthorPosts