Forum Replies Created

Viewing 30 posts - 5,731 through 5,760 (of 82,624 total)
  • Author
    Posts
  • in reply to: Issue with Avia Builder #1294165

    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,
    Yigit

    in reply to: Menu #1294162

    Hey,

    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,
    Yigit

    Hi,

    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,
    Yigit

    in reply to: How to upgrade LayerSlider? #1294157

    Hey Odi,

    Thanks for contacting us!

    We are going to include the updated version in upcoming release :)

    Best regards,
    Yigit

    in reply to: Show post meta elements #1294154

    Hey Jorge,

    Thanks for contacting us!

    Please use Post Metadata element under Content Elements tab of Advanced Layout Builder :)

    Best regards,
    Yigit

    in reply to: Logo overlapping menu #1294153

    Hi 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,
    Yigit

    in reply to: Detect mobile in PHP? #1294152

    Hey,

    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,
    Yigit

    in reply to: Theme technicalities #1294149

    Hi,

    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 Logo

    2- 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,
    Yigit

    in reply to: White bar behind logo on "transparent header" page #1294146

    Hi,

    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,
    Yigit

    in reply to: White bar behind logo on "transparent header" page #1294135

    Hi,

    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,
    Yigit

    in reply to: Website down – possibly a problem with Enfold theme #1294130

    Hi,

    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,
    Yigit

    in reply to: White bar behind logo on "transparent header" page #1294120

    Hi,

    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,
    Yigit

    in reply to: Wrong menu item highlited #1294113

    Hi,

    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,
    Yigit

    in reply to: Google Analytics on Multilingual Enfold #1294100

    Hi,

    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,
    Yigit

    in reply to: New enfold crashed site #1294099

    Hi,

    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,
    Yigit

    in reply to: MailChimp Form Error Messages & WooCommerce notification #1294097

    Hi,

    Thanks for the logins!

    I edited your form and changed field title from “Birthday” to “Birthday (DD/MM)” :)

    Best regards,
    Yigit

    in reply to: Blogpost missing comments #1294095

    Hi,

    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,
    Yigit

    in reply to: Special heading padding/margins #1294089

    Hi,

    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,
    Yigit

    in reply to: Website down – possibly a problem with Enfold theme #1294085

    Hi,

    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.
    in reply to: White bar behind logo on "transparent header" page #1294084

    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,
    Yigit

    in reply to: Blog post grid only hide image #1294072

    Hi!

    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,
    Yigit

    Hi,

    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,
    Yigit

    in reply to: Trying to center side by side buttons #1294067

    Hi,

    You are welcome!
    Let us know if you have any other questions or issues and enjoy the rest of your day! :)

    Best regards,
    Yigit

    in reply to: SVG logo not showing in desktop view #1294065

    Hi,

    You are welcome!

    Let us know if you have any other questions or issues and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Enfold theme #1294064

    Hey 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!
    Yigit

    in reply to: Kosten und Nutzungsdauer #1294062

    Hallo 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!
    Yigit

    in reply to: Trying to center side by side buttons #1293990

    Hi,

    Please insert the phone link as following – https://imgur.com/a/4fu1LUK

    
    tel:0412121212
    

    Best regards,
    Yigit

    in reply to: Trying to center side by side buttons #1293984

    Hey,

    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,
    Yigit

    in reply to: Enfold template #1293978

    Hi,

    You are welcome!
    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Enfold template #1293972

    Hey Simone,

    Thanks for contacting us!

    No, Enfold only has a WordPress version.

    Regards,
    Yigit

Viewing 30 posts - 5,731 through 5,760 (of 82,624 total)