Forum Replies Created
-
AuthorPosts
-
Hey,
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, 11 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,
YigitHi,
Great!
For sticky header on mobile, please see – https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile :)
Best regards,
YigitNovember 18, 2022 at 3:56 pm in reply to: Site is fine when logged in, all color sections "blow up" when not #1373113Hi,
Glad Rikard 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 18, 2022 at 3:55 pm in reply to: Stars not showing in ratings – show up when I switch themes #1373110Hi Ted,
The fix is in enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php file. For future readers; please update the file with this one – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_2_1/config-templatebuilder/avia-template-builder/php/class-asset-manager.php
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Slawek,
Thanks for contacting us!
Yes, there is. You can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options to receive auto updates. You can alternatively use Envato market plugin – https://www.envato.com/lp/market-plugin/ :)
Best regards,
YigitHey Nancy,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitNovember 18, 2022 at 1:47 pm in reply to: Stars not showing in ratings – show up when I switch themes #1373081Hi,
The issue was related to CSS file merging and compression. Our devs have fixed the issue and it will be included in upcoming Enfold update. We have implemented the fix on your installation.
Please review your website :)
Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
/* Transparent Header For Mobile */ @media only screen and (max-width: 990px) { .responsive.html_mobile_menu_tablet #top #wrap_all #header { position: absolute; } .html_mobile_menu_tablet #top #wrap_all .av_header_transparency { background: transparent; } }If it does not work, please create temporary admin logins and post them here privately so we can look into it :)
For future readers; please see – https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile
Best regards,
YigitHey,
Thanks for contacting us!
I edited your last 3 columns and gave them custom “mobile-top-margin” CSS class and then added following code to bottom of Quick CSS field
/* Why choose us top margin on mobile */ @media only screen and (max-width: 767px) { .responsive #top #wrap_all .mobile-top-margin { margin-top: 50px; } }Please review your website :)
Best regards,
YigitP.S.: Your website looks great!
Hi,
Thanks for the update!
Let us know if you have any other questions and enjoy the rest of your day :)Best regards,
YigitNovember 18, 2022 at 1:24 pm in reply to: Site has a critical error – whole site down (all of a sudden) #1373070Hi @jasonpohl,
I tried updating WordPress to 6.1.1 via FTP. Could you please check if that helped? If not, could you please post WP admin logins here privately as well?
Best regards,
YigitHi Diana,
Glad Rikard could help! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi Evan,
Thanks for contacting us!
I duplicated your layers and added the text but I failed to make the transitions work nicely. Since you have a license, LayerSlider team would gladly assist you. Could you please contact them – https://layerslider.com/help/? :)
Regards,
YigitNovember 18, 2022 at 12:58 pm in reply to: Fatat Error with Enfold – Unparenthesized `a ? b : c ? d : e` is not supported #1373064Hi,
Great!
We are going to mark this thread as resolved. 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 modify /enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php on your child theme and find
$imgage = "<a {$lightbox_attr} data-rel='slide-" . avia_partner_logo::$slider . "' class='slide-image' title='{$linktitle}' {$blank}>{$img}</a>";and change it to following
$imgage = "<a {$lightbox_attr} data-rel='slide-" . avia_partner_logo::$slider . "' rel='nofollow' class='slide-image' title='{$linktitle}' {$blank}>{$img}</a>";Best regards,
Yigit-
This reply was modified 2 years, 11 months ago by
Yigit.
-
This reply was modified 2 years, 11 months ago by
-
AuthorPosts
