Forum Replies Created
-
AuthorPosts
-
Hi,
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 4 years, 1 month 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 4 years, 1 month 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,
YigitHey Markus,
Thanks for contacting us!
Could you please post a link of your page so we can inspect it?
Regards,
YigitFebruary 7, 2022 at 1:26 pm in reply to: Add Spacing between Column and Text Box within Column #1339346Hey Markus,
Thanks for contacting us!
Please edit your Column element and go to Layout > Padding to add padding – https://imgur.com/a/D7LIjuw :)
Best regards,
YigitHi Markus,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot
Best regards,
YigitFebruary 7, 2022 at 1:22 pm in reply to: Logo Size Mobile/Tablet + Scaling of Menu Bar on Medium Size Screens #1339343Hi Markus,
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: 480px) { .responsive .logo img { max-width: 75%; } }Best regards,
YigitHi Marcus,
Thanks for contacting us!
Issue seems to be related to old version of LayerSlider. The latest version of LayerSlider is included in Enfold. Enfold version you are currently using, version 4.0.5 is pretty old and updating the theme should help.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.9 :)
Best regards,
YigitHi,
Great! Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitHi,
Thanks for contacting us!
Could you please post a link of your website and a screenshot showing the changes you would like to make so we can provide you an accurate solution? You can upload your screenshots on imgur.com and share the links here :)
Best regards,
YigitHey Markus,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.page-id-1195 .container { max-width: 990px; }1195 in the code is page ID. Please replace it with your page’s ID :)
Regards,
Yigit -
This reply was modified 4 years, 1 month ago by
-
AuthorPosts
