Forum Replies Created

Viewing 30 posts - 5,431 through 5,460 (of 82,625 total)
  • Author
    Posts
  • Hi Soltner,

    Thanks! I wanted to check CSS code and it seems like you have added it into style.css file of your child theme however since editor is missing under Appearance tab, I could not check it. Could you please enable it or post FTP logins privately as well? :)

    Best regards,
    Yigit

    Hi,

    We only provide support to our registered users.

    If you have any questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Regards,
    Yigit

    in reply to: Question purchase support #1300112

    Hi,

    Thanks for contacting us!

    It seems like you have registered using the same email you contacted us. You can reset your password here – https://kriesi.at/support/register/?action=lost_pw.

    If you would like us to manually update your account, please let us know :)

    Best regards,
    Yigit

    in reply to: Shrinking of logo #1300110

    Hi,

    Please try adding following code to Quick CSS as well :)

    @media only screen and (max-width: 800px) {
    #top #header .container {
        width: 100%;
        max-width: 100%;
    }
    }
    @media only screen and (max-width: 990px) and (min-width: 800px) { 
    #top #header .container {
        max-width: 700px;
        padding: 0;
    }
    }

    Best regards,
    Yigit

    in reply to: Update 4.8.2 and WPML #1300106

    Hi,

    Best regards,
    Yigit

    Hi,

    I could reproduce it on my iphone as well. Could you please post temporary admin logins here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Layerslider doesn't show up in Frontpage #1300104

    Hi Lawrence,

    You are welcome!

    Could you please go to LayerSlider WP, edit your slider and go to Slider Settings > Appearance and set your fallback image as background image and check if that helps? :)

    Best regards,
    Yigit

    in reply to: How do I add Icons and Header Text to a Table? #1300101

    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: Breadcrumb issue in product design #1300100

    Hi,

    Thanks! Yes, I can see now.

    Please go to Enfold theme options > Header > Header Layout and enable breadcrumbs in “Header Title and Breadcrumbs” field :)

    Best regards,
    Yigit

    in reply to: Layerslider doesn't show up in Frontpage #1299947

    Hi,

    Only section using that background was Contact section. I removed the background image, updated the page, set it once again and update once more and that helped.

    Please review your website :)

    Regards,
    Yigit

    in reply to: Back-end error specific page #1299944

    Hey,

    Thanks for that! Logins are working fine. Could you please switch WP user to administrator as well? :)

    Regards,
    Yigit

    in reply to: Layerslider doesn't show up in Frontpage #1299939

    Hi,

    I can see it on mobile however could not locate it on my computer. Could you please post temporary admin logins once again so we look into it? :)

    Regards,
    Yigit

    in reply to: Back-end error specific page #1299931

    Hey,

    Thanks for the info!
    Could you please share WP login link privately as well? /wp-admin and /wp-login.php did not work for me :)

    Best regards,
    Yigit

    in reply to: Footer on Mobile and Tablet #1299924

    Hi,

    I added following code to bottom of Quick CSS field

    /* Hide 1st footer column below 1088px and adjust the rest */
    @media only screen and (max-width: 1088px) { 
    #footer .flex_column.first { 
        display: none; 
    }
    #footer .flex_column:nth-child(2) {
        margin-left: 0;
    }
    #footer .av_one_fourth {
        width: 29.3%;
    }
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Back-end error specific page #1299923

    Hey,

    Thanks for contacting us!

    Could you please post temporary FTP and WP admin logins here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: How do I add Icons and Header Text to a Table? #1299921

    Hey,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode for ALB elements, add Icon Box element to your page, copy its shortcode from debug window below ALB and paste it into your table :)

    Best regards,
    Yigit

    in reply to: Online Booking Calendar #1299919

    Hi @mediaapps,

    You are welcome!
    If you have any other questions or issues, please feel free to start new threads under Enfold sub forum and enjoy the rest of your day! :)

    Best regards,
    Yigit

    Hey Soltner,

    Thanks for contacting us!

    I checked your website and it seems to be working. Have you figured it out already?
    If it is still not working on your mobile device, please make sure to flush cache on your mobile browser :)

    Best regards,
    Yigit

    in reply to: Home page full screen video #1299916

    Hey,

    Thanks for contacting us!

    I edited your slides and chose to hide the controls and loop the video in Styling > Video Settings tab and then went to Advanced > Link Settings and added your landing page link.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Breadcrumb issue in product design #1299912

    Hey,

    Thanks for contacting us!

    Could you please elaborate on the changes you would like to make? Also, could you please upload your screenshot on imgur.com and post the links here? :)

    Best regards,
    Yigit

    in reply to: Masonry Blog and Posts created with Layout Builder #1299910

    Hi Dirk,

    Please change this code

    
    /* Increase container width to 1600px on screens above 1800px */
    @media only screen and (min-width: 1800px) {
        .responsive #top .container {
            max-width: 1600px;
        }
    }

    to following one

    
    @media only screen and (min-width: 1800) {
    .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry, 
    .responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry {
        width: 25%;
    }}
    

    Best regards,
    Yigit

    in reply to: Code block wont show contents #1299908

    Hi,

    I think the conflict is between your cache plugin settings and Enfold’s.

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

    Best regards,
    Yigit

    Hi,

    Thanks for contacting us!

    You can find a 3rd party plugin to add wishlist feature to your website. There are some available by WooCommerce – https://woocommerce.com/search/?q=wishlist.
    Please note, we have not officially tested these plugins with Enfold. Please contact plugin authors and ask in case they had any experience with Enfold before to be on the safe side.

    If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support :)

    Regards,
    Yigit

    in reply to: Anfrage | Theme #1299901

    Hallo Patrick,

    Thanks for contacting us!

    Each domain would require a separate license. From what I understand, there will be two domains, so you would need two licenses, one for each site. You can read more about licenses here – https://themeforest.net/licenses/standard

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

    Regards,
    Yigit

    in reply to: Support Question #1299900

    Hi Jessica,

    It is one of the required PHP extensions by WordPress. I attached 2 links in private content field where you can read more about required extensions and how to enable them in case your hosting company offers cPanel :)

    Best regards,
    Yigit

    in reply to: Update 4.8.2 and WPML #1299898

    Hi,


    @faridehg
    I have already replied to your thread. If you need further assistance, please reply to your thread :)

    Best regards,
    Yigit

    in reply to: Code block wont show contents #1299700

    Hi Ed,

    I created a duplicate private page and inserted the code inside a Code Block element with “nft-card” ID and then I added following code to bottom of Quick CSS field

    #nft-card { clear: both; } 

    When I enable CSS file merging in Enfold theme options, CSS does not work so I left it disabled. That is probably related to settings in your cache plugin.

    Please review the private test page :)

    Best regards,
    Yigit

    in reply to: Shrinking of logo #1299697

    Hey Jo,

    Thanks for contacting us!

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

    @media only screen and (max-width: 500px) {
    .responsive .logo img {
        max-height: 97px;
    }}
    

    2- Please remove following code

    #top #header .container {
        width: 1552px;
        max-width: 80%;
    }

    then go to Enfold theme options > Header > Header Behaviour and disable “Let logo and menu position adapt to browser window” option

    Best regards,
    Yigit

    in reply to: Support Question #1299693

    Hey Jessica,

    Thanks for contacting us!

    Please contact your hosting provider and ask them to enable mbstring

    If that does not help or if you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new thread under Enfold sub forum so we can look into it :)

    Best regards,
    Yigit

    in reply to: Replete Theme #1299689

    Hi Markus,

    I checked the example site. It is indeed a really nice one and you can create a very similar one using Enfold in case you would like to stick to that design. One of the biggest difference between Enfold and Replete is the page builder. Enfold uses drag and drop page builder called Advanced Layout Builder. In Replete, you would create page templates in theme options and it was limiting compared to Enfold.

    Enfold has 2 demos dedicated for photographers, it is Minimal Photography demo – https://kriesi.at/themes/enfold-minimal-photography/ and Dark Photography demo – https://kriesi.at/themes/enfold-dark-photography/. You can check out other Enfold demos here – https://kriesi.at/themes/enfold-overview/. Theme demos can be imported with a single click within a few minutes so it would give you a good starting point :)

    Best regards,
    Yigit

Viewing 30 posts - 5,431 through 5,460 (of 82,625 total)