Forum Replies Created
-
AuthorPosts
-
Hey 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, 5 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, 5 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,
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,
YigitHey Morcy,
Thanks for contacting us!
I checked your website however maintenance mode seems disabled on my end. To deselect the page, I enabled it, deselected your page and then disabled again.
If you are still having the issue, could you please elaborate? :)
Best regards,
YigitFebruary 7, 2022 at 12:31 pm in reply to: blue line appears when closing an accordion toggle on mobile view #1339315Hi,
You are welcome! Let us know if you have any other questions and 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 Morcy,
Thanks for contacting us!
Please see private content field below :)
Best regards,
YigitMerhabalar,
Gec cevap icin uzgunum. Umarim iyisinizdir.
1- Yoast SEO eklentisinin yorum snippet’i desteklemesi lazim. Alternatif olarak bu eklentiyede goz atabilirsiniz – https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/
2- reCAPTCHA anahtarlarini bu gonderiye goz atarak mi olusturdunuz – https://kriesi.at/documentation/enfold/contact-form/#activate-google-captcha? Eger oyle olusturmadiysaniz, lutfen gonderiye goz atin. Eger bu gonderiyi kullandiysaniz lutfen gecici admin loginlerini paylasin goz atalim :)
Best regards,
YigitHi!
The issue is related to WordPress 5.9 and it will be fixed in upcoming version. You can read more here: https://core.trac.wordpress.org/ticket/54902
This is caused by a regression in the jQuery UI Sortable library, a fix has been released for the library, and will be included in the upcoming release of WordPress 5.9.1
Best regards,
Yigit -
This reply was modified 3 years, 5 months ago by
-
AuthorPosts