Forum Replies Created

Viewing 30 posts - 2,491 through 2,520 (of 82,588 total)
  • Author
    Posts
  • in reply to: cURL error 28 #1348399

    Hi,

    As I said in my previous reply, I already reverted the changes I made. If it was related to changes I made, the issue would be fixed.

    I can try removing Enfold from themes folder as well if you would like.

    Regards,
    Yigit

    in reply to: probleme !!!!!!!!!!!! please fix your mistake #1348397

    Hi Sophie,

    You do reply – https://kriesi.at/support/topic/curl-error-28-2/#post-1348395. Please do not duplicated threads.

    Best regards,
    Yigit

    in reply to: erreur #1348391

    Hey Sophie,

    I replied to your thread here – https://kriesi.at/support/topic/curl-error-28-2/

    Regards,
    Yigit

    in reply to: cURL error 28 #1348390

    Hey,

    I did not do anything that would affect your database.

    I reverted the changes I made, deleted following line from functions.php file
    add_theme_support( 'avia_demo_store_downloaded_files' );
    and deleted “avia_demo_files” folder inside “uploads” folder.

    Your website is still having database connection issues. Please contact your hosting provider and check if your database credentials are correct in wp-config.php file.

    Regards,
    Yigit

    in reply to: cURL error 28 #1348378

    Hi,

    Could you please post WordPress admin logins here privately as well so we can look into it? I just applied the first 3 steps here – https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

    Best regards,
    Yigit

    in reply to: cURL error 28 #1348370

    Hi,

    I have uploaded demo files. Please go to Enfold theme options > Demo Import and try importing it :)

    Regards,
    Yigit

    in reply to: cURL error 28 #1348362

    Hey Sophie,

    Thanks for contacting us!

    Could you please post WP admin logins here privately as well?

    Best regards,
    Yigit

    in reply to: hotel theme #1348283

    Hey,

    No, they were created as products using WooCommerce plugin and booking feature is implemented using WooCommerce Bookings plugin. If you are not going to need WooCommerce features, you can simply add them as portfolio items and create the same layout minus date picker and book now buttons :)

    Best regards,
    Yigit

    in reply to: Possible Collaboration with HostAdvice #1348202

    Hi Stefanija,

    Thanks for reaching out to us!

    I am sorry for the misunderstanding but there was a typing error in our last chat which we later corrected in an additional reply.

    We are currently working on a major update for Enfold and not interested in collaboration at the moment. If/when we are interested, we will contact you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: hotel theme #1348201

    Hi Lynne,

    Thanks for contacting us!

    Yes, that is possible. You could create the rooms as portfolio items, so you could use Advanced Layout Builder and add rooms using drag and drop layout builder and add “Contact Us” button :)

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

    Cheers!
    Yigit

    in reply to: Theme #1348200

    Hey Glenn,

    Thanks for contacting us!

    Choices theme is no longer in development. Currently the only theme we are developing and supporting is Enfold – https://kriesi.at/themes/enfold-overview/ which is the most powerful, flexible and user-friendly theme we have ever created.

    You can easily create more modern looking layouts using Enfold.

    If you would like to have more information on Enfold, please let us know :)

    Regards,
    Yigit

    in reply to: Newscast theme – Mine is super old and I need help #1348149

    Hey Matt,

    Thanks for contacting us!

    You can refer to this post – https://codex.wordpress.org/WP_DEBUG and disable WP debug to hide the warning. We have stopped developing Newscast theme a long time ago and therefore we cannot provide support for it. If you must use it, setting WP debug to false and using a plugin to display your menu could be an option however it is probably compatible with WordPress version 4.0 and up.

    If you would like to upgrade your website, we would recommend Enfold – https://kriesi.at/themes/enfold-overview/ which is the most powerful, flexible and user-friendly theme we have ever created. We have discontinued all of our older themes in 2018 to focus on Enfold. Newscast was discontinued almost a decade ago :) If you would like to have more information on Enfold, please let us know :)

    Best regards,
    Yigit

    in reply to: Dot and Testimonials #1348148

    Hi Manuela,

    Yes, that is true. Then you can refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb to load the file from your child theme.

    Best regards,
    Yigit

    Hi Christoph,

    Thanks for contacting us!

    There might be an error in your custom CSS. You can use this website to check if that is the case – http://csslint.net/.

    If that does not help, please create temporary admin logins and post them here privately so we can look into it :)

    Cheers!
    Yigit

    in reply to: Horizontal Gallery Improvements & Questions #1348136

    Hey Tim,

    You are welcome :)

    Regards,
    Yigit

    in reply to: Horizontal Gallery Improvements & Questions #1348085

    Hi Tim,

    I could notice the difference in Safari but unfortunately I could not find what exactly is causing it.
    You could change your code to following one to apply it only on Safari

    @media only screen and (max-width: 767px){
    .responsive.avia-safari .av-horizontal-gallery-img {
    margin-top: 45px;
    }}

    That should make the look more consistent across browsers

    Best regards,
    Yigit

    in reply to: Touch on fixed frame layouts #1347953

    Hi,

    We are glad that this was resolved!

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

    Best regards,
    Yigit

    in reply to: special heading width #1347952

    Hi Veronika!

    I changed your code to following one

    body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap::after,
    body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap::before {
        width: 30%;
    }

    Please review your website :)

    Cheers!
    Yigit

    Hey,

    Thanks for contacting us!

    Support for classic editor might be extended however all future improvements on WP will be focused on block editor so sooner or later the support for classic editor will be dropped.

    This does not affect Enfold users. Ever since Gutenberg was included in WordPress, you can choose to use either classic or block editor in Enfold theme options and still switch to ALB when editing your pages.

    We will continue making sure Enfold and ALB works flawlessly in the upcoming WordPress versions :)

    Regards,
    Yigit

    in reply to: Change color of submenu links on particular pages #1345702

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .page-id-702 .header-scrolled #avia-menu > li > a .avia-menu-text {
      color: #444 !important;
    }
    

    Regards,
    Yigit

    in reply to: Submenu animation #1345700

    Hey Monika,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .av-main-nav ul {
      -webkit-transition: all 1s ease-out;
      transition: all 1s ease-out;
    }
    

    Best regards,
    Yigit

    in reply to: h1 and h2 headings are all uppercase #1345699

    Hey Pierre,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
      text-transform: none;
    }
    

    Best regards,
    Yigit

    in reply to: Info for German Bigletter ß #1345698

    Hi,

    Thanks @guenni007 :)

    Best regards,
    Yigit

    in reply to: Posts: remove lines #1345697

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
      float: none;
    }
    
    .html_elegant-blog .av-vertical-delimiter {
      border-color: green;
    }
    

    Best regards,
    Yigit

    in reply to: Urgent, woocommerce product stopped working #1345695

    Hi,

    Sorry for the inconvenience!

    We are going to release Enfold 4.9.2 in a few hours which will include the fix.

    If you would like to apply the fix in 4.9.1, please go to Appearance > Editor and replace the content of enfold\config-woocommerce\config.php file with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_9_1/WooCommerce/config.php

    I wanted to update the file on your website however Editor is missing under Appearance tab so I could not.

    Regards,
    Yigit

    in reply to: Update to 4.9.1-dev-1 ? #1345691

    Hey,

    Sorry for the inconvenience!

    We are going to release Enfold 4.9.2 in a few hours which will include the fix.

    If you would like to apply the fix in 4.9.1, please go to Appearance > Editor and replace the content of enfold\config-woocommerce\config.php file with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_9_1/WooCommerce/config.php

    Regards,
    Yigit

    in reply to: Enfold pricing #1345684

    Hey Nicoleta,

    Thanks for contacting us!

    Enfold license is $59 and comes with lifetime updates and 6 months of support – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Each domain requires a separate license but if you set up the 3 sites as subdomains (yourdomain.com/protection, yourdomain.com/firefighters), you can use a single license.

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

    Regards,
    Yigit

    in reply to: Learndash course content problem #1345561

    Hi,

    Thanks for contacting us and sorry for the late reply!

    When I add LearnDash widgets into Sidebar Pages widget area, they show up however LearnDash content is still missing. To be honest, we do not have much experience with LearnDash plugin but it seems like the issue might be related to user permissions. Are you having this issue only on your existing profile?

    Best regards,
    Yigit

    in reply to: Problemi con i filtri prodotti dopo aggiornamenti #1345556

    Hi Cristina,

    Glad you figured it out and thanks for sharing your solution!

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

    Best regards,
    Yigit

    in reply to: Disappearing Page Title (latest version) #1345554

    Hi,

    Yes, it was :) I believe the theme files were not overwritten correctly and re-updating fix that issue.

    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!

    Regards,
    Yigit

Viewing 30 posts - 2,491 through 2,520 (of 82,588 total)