Forum Replies Created
-
AuthorPosts
-
Hi Elle,
FTP logins did not work for me. Could you please check them once again? :)
Best regards,
YigitHey,
It seems like you have added following code
@media only screen and (max-width: 1130px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: always; } }Could you please change it to following
@media only screen and (max-width: 1130px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: block; } }Regards,
YigitHi,
I disabled unique timestamps by referring to this post – https://kriesi.at/documentation/enfold/optimization/#troubleshoot. Could you please clear server cache and check if that helps?
Best regards,
YigitHi,
You can go to Appearance > Editor and find functions.php file there :)
Best regards,
YigitHi,
Please use the code as following
.responsive .page-id-30 #main .container { max-width: 990px; }Best regards,
YigitFebruary 8, 2022 at 12:09 pm in reply to: Add Spacing between Column and Text Box within Column #1339579Hi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Paul,
Thanks for contacting us!
You can register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
YigitHey Elle,
Thanks for contacting us!
You can register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Please post temporary FTP and WP admin logins and let us know which demo you would like to import so we can import it for you :)
Best 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,
Thanks for your help @guenni007 and thanks for pointing out my mistake too. It would probably take some time for me to notice that :) I updated my post.
Best regards,
YigitHey,
Thanks for contacting us!
You have following code in style.css file of your child theme
@media only screen and (max-width: 1130px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: none; } }Please remove it :)
Best regards,
YigitHi Markus,
Sure, please see this post – https://kriesi.at/documentation/enfold/child-theme/. You can find all the information regarding child themes there :)
Best regards,
YigitHey,
Thanks for contacting us!
The issue also occurs when there are changes in header.php file. I checked your installation and it seems like you have modified header.php file on your child theme. Could you please try updating it?
If you would like us to update it for you, please post temporary FTP logins as well :)
Best regards,
YigitHi,
Thanks for contacting us!
The issue was fixed in the latest version of the theme. Could you please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.9.1? :)
Best regards,
YigitHey Ryan,
Thanks for contacting us!
1- Please enable debugging mode of Advanced Layout Builder by adding following code to bottom of Functions.php file
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }This will display shortcodes of the elements in a new window below Advanced Layout Builder
2- Add Social Buttons element to your page and adjust it as needed.
3- Copy the shortcode of Social Buttons element from debug field and paste it into the widget area you would like in Appearance > Widgets.
If you need further assistance, please let us know :)
Cheers!
YigitFebruary 7, 2022 at 7:13 pm in reply to: Editing social icons in the small bar above main menu #1339428Hi,
We are glad that 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,
YigitHey Morcy,
You can find the quick fix (see Rikard’s response) and the reason (see my response) in this thread – https://kriesi.at/support/topic/masonry-gallery-doesnt-let-me-sort-images/ :)
Best 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,
There is no error in your CSS. If you are using CSS file merging and compression in Enfold theme options > Performance, please temporarily disable it and check if that helps. Also, if you are using a cache plugin, please make sure to clear cache.
Cheers!
YigitFebruary 7, 2022 at 2:57 pm in reply to: Leerzeichen funktionieren nicht mehr; Mansory Galerie fehlerhaft #1339377Hey,
We are glad that Rikard could help!
For your information, we have released Enfold 4.8.9.1 which includes the fix Rikard applied on your installation as well so please feel free to update the theme :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHey,
Following code should have worked
.page-id-30 .container { max-width: 990px; }Please try following
#top.page-id-30 .container { max-width: 990px; }If that does not work either, please copy your CSS code and paste it on – https://pastebin.com/ and share the link here so we can check it for errors.
Regards,
Yigit-
This reply was modified 3 years, 9 months ago by
Yigit.
Hey,
If it is a post, CSS code should be as following
.postid-30 .container { max-width: 990px; }Cheers!
YigitHi Markus,
You can edit your page and find the page ID in address bar of your browser – https://imgur.com/a/qGZ6t4R
Cheers!
YigitHey,
We have just released Enfold 4.8.9.1 which includes this fix so I went ahead and updated the theme on your installation.
Please review your website :)
Regards,
YigitHi Evelyn,
Thanks for contacting us!
1- I added following code to bottom of Quick CSS field
@media only screen and (max-width: 479px) { .responsive .logo img, .responsive .logo svg { max-height: 100px; } .responsive #top #wrap_all .av-logo-container { line-height: 100px; } }2- I replaced your Separator element on the top of your page with a Color Section.
Please review your website :)
Best regards,
YigitHey,
Thanks for contacting us!
Masonry Load More issue is related to Enfold but Gallery issue is related to WordPress.
To fix load more issue, please go to Appearance > Editor and replace enfold/config-templatebuilder/avia-shortcodes/masonry_entries with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_entries.php
Then replace enfold/config-templatebuilder/avia-shortcodes/masonry_gallery with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_gallery.phpTo fix gallery sorting issue, please add following code to bottom of Functions.php file
function ava_custom_css_admin_mod() { echo '<style> .wp-core-ui .attachments:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } </style>'; } add_action('admin_head', 'ava_custom_css_admin_mod');Regards,
YigitHey,
Thanks for contacting us!
You can add widget area to your header – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area then add your button into that widget area and make it fixed by using custom CSS.
Best regards,
YigitHi Markus,
Please change the code @guenni007 posted to following one
@media only screen and (min-width: 768px) { body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap::before, body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap::after { border-bottom-width: 3px; border-color: red; width: 200px ; /*** what you like ***/ } }Best regards,
Yigit-
This reply was modified 3 years, 9 months ago by
Yigit.
Hi,
We are glad that 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,
Yigit -
This reply was modified 3 years, 9 months ago by
-
AuthorPosts
