Forum Replies Created
-
AuthorPosts
-
Hi,
I went to WP-Optimize > Minify and disabled “Process CSS files” and that fixed the issue.
Please review your website :)
Best regards,
Yigit-
This reply was modified 2 years, 10 months ago by
Yigit.
September 15, 2022 at 3:19 pm in reply to: Display different header based on selected field (ACF) #1365151Hey,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitSeptember 15, 2022 at 3:18 pm in reply to: Display different header based on selected field (ACF) #1365149Hi,
Are you using Enfold’s mega menu or a separate plugin? I just chose to display one of the menu items as a mega menu in one of the menus I created but it works fine on my end.
Best regards,
YigitHey,
– I uploaded Tiktok logo in Media Library
– Added following code to bottom of Quick CSS field#top #wrap_all .av-social-link-tiktok a:before{ content: ""; width: 20px; height: 20px; display: inline-block; vertical-align: middle; background: url(LINK-TO-TIKTOK-LOGO) no-repeat center center; background-size: contain; }
Telegram is included in Enfold 5.1.2 :)
Cheers!
YigitSeptember 15, 2022 at 3:00 pm in reply to: URGENT Website is not Displaying Properly after Recent Update #1365146Hi,
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,
YigitSeptember 15, 2022 at 2:39 pm in reply to: URGENT Website is not Displaying Properly after Recent Update #1365140Hey,
I must have not copied correctly, my bad.
I see that you have modified header.php and footer.php files on your child theme. Please update those files and that should fix the issue :)
Regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitSeptember 15, 2022 at 2:27 pm in reply to: URGENT Website is not Displaying Properly after Recent Update #1365135Hey,
Thanks for contacting us!
Login credentials did not work for me. Could you please check them once again?
You seem to be using a child theme. Have you modified header.php file on your child theme? If you have, please copy fresh header.php file from parent theme, re-apply your modifications on the file and replace it on your child theme :)
Regards,
YigitHi,
Thanks for contacting us!
Please see “Using images or non-Fontello icons” and “In case of using an image” sections here – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
If you need assistance with it, please create temporary admin logins and post them here privately :)
Regards,
YigitSeptember 15, 2022 at 2:22 pm in reply to: Display different header based on selected field (ACF) #1365132Hey,
Thanks for contacting us!
Here is how I would do:
– Choose Select type and add 4 choices including a default one which would be your global menu – https://imgur.com/a/J6qcq9Q
– Add following code to bottom of Functions.php file of child themeadd_filter("wp_nav_menu_args", "my_custom_wp_nav_menu_args"); function my_custom_wp_nav_menu_args($args = "") { if ($args["theme_location"] === "avia") { if (get_field("menu_selector") == "menu_1") { $args["menu"] = "Menu1"; } elseif (get_field("menu_selector") == "menu_2") { $args["menu"] = "Menu2"; } elseif (get_field("menu_selector") == "menu_3") { $args["menu"] = "Menu3"; } else { $args["menu"] = "Main Menu"; } } return $args; }
Menu1, Menu2 and Menu3 are the menu names created in Appearance > Menus
Best regards,
YigitHey Blaise,
Thanks for contacting us!
Have you inserted your tokens into Enfold child theme options? Also, from which version have you updated the theme? Was it older than 4.5? If so, Envato has updated their API and we have implemented those changes in Enfold 4.5 so that might be the reason.
You can also use Envato Market plugin – https://www.envato.com/lp/market-plugin/ to receive auto updates for the themes and plugins you have purchased from Envato :)
Best regards,
YigitSeptember 15, 2022 at 1:14 pm in reply to: Update 5.2.1: Telegram share button, preview blog posts causes critical WP error #1365119Hi G-man,
Could you please send FTP logins once again so we can look into it? :)
Best regards,
YigitHey,
Great! You are welcome, Gabor.
Let us know if you have any other questions and enjoy the rest of your day :)
Cheers!
YigitHi Gabor,
Could you please try adding following code to bottom of Quick CSS in Enfold theme options > General Styling tab?
@media only screen and (max-width: 767px) { .avia-table-1 tr:not(:nth-child(1)) td:nth-of-type(1)::before { content: none; } }
Best regards,
YigitHi S,
Thanks for contacting us!
It seems like you have created your blog post using Advanced Layout Builder. When you use ALB to create your posts, you are going to need to add each element manually. You can use Social Buttons element to display social share buttons :)
Best regards,
YigitSeptember 14, 2022 at 3:03 pm in reply to: Top Menu Right Side not aline with color section #1365001Hi Erich,
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,
YigitHey,
You had following code in functions.php file of your child theme
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= '<img src="LINK-TO-YOUR-IMAGE"/>'; return $sub; }
I simply commented it out. Please review your website :)
Regards,
YigitHey Alex,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 989px) { .html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after { background-color: #fd8216; }}
Best regards,
YigitBonjour Mariano,
Thanks for contacting us!
You can simply save Enfold theme options or you can go to Appearance > Theme Editor and edit enfold/includes/helper-social-media.php file and replace the content with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_5_1_2/includes/helper-social-media.php :)
A fix will be included in upcoming version :)
Best regards,
YigitHi,
Thanks for the update. We are glad that everything is working as expected now! :)
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,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
You are welcome! :)
Please add following code to Quick CSS as well
.prev-slide { left: 0; }
Regards,
YigitHi,
Thanks! Re-installing the WordPress via FTP helped. FYI, while I was testing, I also upgraded PHP version to 8 in cPanel and I did not set it back to 7.x.
Please review your website :)
Regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 0; }
Best regards,
YigitHi,
Glad you figured it out and thanks for the update!
Let us know if you have any other questions and enjoy the rest of your day :)
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 Alan,
Thanks for contacting us!
Please go to Enfold theme options > General Styling > Socket > Primary Color and change it as needed :)
Cheers!
YigitHey,
Issue seems to be related to one of the WP core files. I wanted to re-install WP, which would be a lot easier via FTP but unfortunately FTP logins are still not working for me.
Could you please try re-installing WP or check FTP logins once again?
Regards,
YigitHey,
I saved your Works page as a template and then loaded it on a newly created page and everything worked fine there. So, I deleted your existing page and added the newly created Works page to your menu. I see that you are using Yoast Duplicate Post plugin. In the past similar issues were happening on duplicated pages so I believe that is the culprit. Instead of using a plugin like that, you can save pages as templates and load them on another pages – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates :)
That being said, please review your website :)
Regards,
Yigit -
This reply was modified 2 years, 10 months ago by
-
AuthorPosts