Forum Replies Created
-
AuthorPosts
-
Hey Cocoa,
Thanks for contacting us!
That issue occurs when there is broken HTML on the page so I enabled debugging mode for ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and searched for Strong HTML tags and found 2 extra opening tags. I deleted them and updated the page and that helped.
Please review your website :)
Best regards,
YigitHey,
Thanks for contacting us!
If you have not modified any theme files, you can go ahead and update the theme. Issue you are having is related to your Enfold version as you have guessed. It is not compatible with your WP version. So please update Enfold to the latest version 4.8.1 :)
Regards,
YigitApril 13, 2021 at 4:20 pm in reply to: Slider Probleme nach 5.6 und jetzt unter 5.7 – layout kaputt #1294161Hi,
I tried commenting out following code to be able to see the issue but I am not seeing any issues.
body > .ls-wp-container.fitvidsignore.ls-hidden.ls-fullwidth.ls-container { display: none !important; }Could you please let us know how we could reproduce the issue if it is not resolved already? :)
Best regards,
YigitHey Odi,
Thanks for contacting us!
We are going to include the updated version in upcoming release :)
Best regards,
YigitHey Jorge,
Thanks for contacting us!
Please use Post Metadata element under Content Elements tab of Advanced Layout Builder :)
Best regards,
YigitHi John,
Thanks for contacting us!
I added following code to bottom of Quick CSS field
/* Activate burger menu */ @media only screen and (max-width: 1492px) { #top #header .av-main-nav > li.menu-item { display: none!important; } #top #header .av-burger-menu-main { cursor: pointer; display: block!important; }}Now mobile menu is activated on screens below 1492px – https://kriesi.at/documentation/enfold/menu/#toggle-id-87.
Please review your website :)
Best regards,
YigitHey,
Thanks for contacting us!
I believe that is the way to detect mobile on WP.
I have just tested wp_is_mobile() function on my test site and it works.Please try using the code as following
function custom_dequeue_script() { if( wp_is_mobile() ) { wp_dequeue_script( 'layerslider' ); wp_deregister_script( 'layerslider' ); wp_dequeue_script( 'layerslider-utils' ); wp_deregister_script( 'layerslider-utils' ); wp_dequeue_script( 'layerslider-transitions' ); wp_deregister_script( 'layerslider-transitions' ); wp_dequeue_script( 'ls-user-transitions' ); wp_deregister_script( 'ls-user-transitions' ); wp_dequeue_style( 'layerslider' ); wp_deregister_style( 'layerslider' ); wp_dequeue_style( 'layerslider-front' ); wp_deregister_style( 'layerslider-front' ); wp_dequeue_style( 'avia-module-slideshow-ls' ); wp_deregister_style( 'avia-module-slideshow-ls' ); wp_dequeue_script( 'avia-module-slideshow-ls' ); wp_deregister_script( 'avia-module-slideshow-ls' ); wp_dequeue_style( 'ls-user' ); wp_deregister_style( 'ls-user' ); } } add_action( 'wp_print_scripts', ' custom_dequeue_script', 100 );Best regards,
YigitHi,
Thanks for contacting us!
1- Please go to the Enfold theme options from your WordPress dashboard and from the Theme Options panel look for the Logo section: Enfold Options > Logo – https://imgur.com/a/r6sXIJs
If you choose to have a transparent header another logo for the transparent header can be added from Enfold > Header > Transparency options > Transparency Logo2- Please go to Enfold theme options > General Styling > Fonts to change heading and body fonts.
3- Fullscreen slider supports up to 2 buttons out of the box. If you do not need to display a slider, you could add Color Section element to your page and set the height to 100% and add your image as background image. Then insert Button Row element inside your Color Section element to add more buttons :)
4- Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com and post them here.
Regards,
YigitHi,
You are welcome!
Please try de-activating all active plugins and activate them one by one to find the culprit. I think there is a plugin conflict.
Best regards,
YigitHi,
I added following code to top of Quick CSS field
@media only screen and (max-width: 990px) { #header .inner-container { width: auto; }}Please review your website :)
Best regards,
YigitHi,
You are welcome! Always happy to help :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
I do not have a copy of the old code but since it was broken, it was not running properly. I attached the part of the code I commented out in private content field.
Other fixes included missing curly brackets and wrong syntax such as.selector { color: orange; !important; }while it should be
.selector { color: orange !important; }Please feel free to correct the homepage. I am trying to figure out the reason why footer is not fullwidth on product pages :)
Best regards,
YigitHi,
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,
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 contacting us!
Please copy fresh copy of av-helper-slideshow.php from Enfold 4.8.1 and re-apply the modifications you made on av-helper-slideshow.php in your child theme and replace the file on your child theme.
Since modifications differ from user to user, there is not one solution for all but to update the file and re-apply the modifications on updated file :)If you have noted from which version you initially copied the file, you can use a website such as this one – https://www.diffchecker.com/ to compare the file for changes you made.
Regards,
YigitApril 13, 2021 at 12:46 pm in reply to: MailChimp Form Error Messages & WooCommerce notification #1294097Hi,
Thanks for the logins!
I edited your form and changed field title from “Birthday” to “Birthday (DD/MM)” :)
Best regards,
YigitHi,
Please go to Users > Add New and create a new user with Administrator role and post the login credentials here in private content field :)
Best regards,
YigitHi,
Please edit your Special Heading element and give it a custom CSS class in Advanced > Developer Settings – https://imgur.com/a/ujHgjNi (“my-custom-class” in example below) and then use the code as following
.my-custom-class p { margin: 0; }Best regards,
YigitApril 13, 2021 at 12:07 pm in reply to: Website down – possibly a problem with Enfold theme #1294085Hi,
Thanks for your patience. Rewriting files unfortunately took some time.
None of the debugging routes I took worked until I re-installed WordPress. Apparently WordPress was not installed correctly and re-installing it fixed the issue.Please review your website :)
Edit: Please see private content field below :)
Best regards,
Yigit-
This reply was modified 4 years, 11 months ago by
Yigit.
Hi,
You had many CSS errors in your custom CSS code in Quick CSS field. I corrected them and then went to Enfold theme options > Performance and disable “CSS file merging and compression”, saved theme options, re-enabled the options and saved theme options once again and that helped.
Please review your website :)
Best regards,
YigitHi!
Thanks for contacting us and for your kind words!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.page-id-23 .slide-image { display: none; }Best regards,
YigitApril 13, 2021 at 11:23 am in reply to: critical error after update from version 3.5.4. to version 4.5 #1294069Hi,
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,
You are welcome!
Let us know if you have any other questions or issues and enjoy the rest of your day! :)Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions or issues and enjoy the rest of your day!
Best regards,
YigitHey Daniel,
Thanks for contacting us!
Example site uses our Enfold theme – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990.
It seems like they did not base their site on any pre-built Enfold demos – https://kriesi.at/themes/enfold-overview/ but you could easily duplicate the design as they did not use any customizations. Layout was built using Enfold elements and options only.
If needed, we can gladly identify the elements and color codes on the pages for you :)I hope that helps! Let us know if you have any other questions and enjoy the rest of your day!
Cheers!
YigitHallo Mario,
Thanks for contacting us!
Enfold license costs $59 and can be purchased here – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990. Lifetime updates are and 6 months of support is included in your purchase. Extending support period is optional so in case you would like to extend it after 6 months, that could be considered a follow-up cost.
We only provide support on our support forum here and have a German speaking moderator however since all the moderators speak English, we can translate your questions from German and reply in English to save you time :)
I hope that helps! Let us know if you have any other questions :)
Cheers!
YigitHi,
Please insert the phone link as following – https://imgur.com/a/4fu1LUK
tel:0412121212Best regards,
YigitHey,
Thanks for contacting us!
Please try using Button Row element under Content Elements tab of Advanced Layout Builder and choose to center align them in Styling tab :)
Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)Best regards,
Yigit -
This reply was modified 4 years, 11 months ago by
-
AuthorPosts
