Forum Replies Created

Viewing 30 posts - 2,461 through 2,490 (of 82,588 total)
  • Author
    Posts
  • in reply to: Accordion Toggle Border Remove, Change Color #1349153

    Hi,

    Glad you figured it out!
    Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

    in reply to: Enfold Showcase #1349152

    Hi @goodpixel,

    Thanks for sharing your website!
    If possible, I would use a higher resolution image on the left cell of “Associazione U.C.A.V. DOG ANGEL” section as it looks a bit blurry on my end. Other than that, I think your website looks nice :)

    Best regards,
    Yigit

    in reply to: Enfold global settings for multi language website. #1349151

    Hi Arjan,

    Günter has added your request to our dev repo.

    In the meantime, after setting your theme options in one language, you can go to Import & Export, export theme settings file, switch the language and go to Import & Export tab and import the theme settings file you have exported in the first step :)

    Best regards,
    Yigit

    in reply to: Purchase Code #1349150

    Hey Esther,

    Thanks for contacting us!

    No, unfortunately you cannot find your purchase code on WordPress. You can find it on the ThemeForest account that was used when purchasing the theme. If you do not have access to that account, please contact the person who purchased the theme for you and request your purchase code.

    Also, please ask them to generate a Personal Token for you – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token so you can insert it in Enfold theme options to receive auto updates. It seems like you are currently using deprecated API key.

    Please edit your Portfolio Grid element and go to Styling > Grid Settings > Image Size and choose image size manually – https://imgur.com/a/1pZTNno :)

    Best regards,
    Yigit

    in reply to: WPML and ENFOLD problem #1349145

    Hi,

    Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

    in reply to: Text to right of header #1349068

    Hey,

    Thanks for contacting us!

    Could you please post a screenshot of the changes you would like to make and a link to your website? :)

    Cheers!
    Yigit

    in reply to: how to remove meta info from product page? #1349066

    Hi Julia,

    Thanks for contacting us!

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

    
    #top.single-product .product_meta {
      display: none;
    }
    

    2- Please use following code

    #top .variations_form,
    .single-product .cart th {
      padding-left: 0;
    }
    #top.single-product .variations select {
      padding-top: 15px;
    }
    .single-product .single_variation_wrap {
      margin-left: 0;
    }

    Regards,
    Yigit

    in reply to: Woocommerce mobil #1349065

    Hi,

    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) { 
    .woocommerce .login .button {
      margin: 4px;
    }}
    

    Regards,
    Yigit

    in reply to: Let portfolio item link open in a new tab #1349047

    Hi,

    We are happy that @guenni007 could help you out! Let us know if you have any other questions and enjoy the rest of your day :)


    @guenni007
    thanks a lot for your help :)

    Best regards,
    Yigit

    in reply to: Banners placed in forum section of bbpress? #1349046

    Hi Mike,

    Yes, child theme should be always activated.

    Please add following code to bottom of Functions.php file of your child theme in Appearance > Editor

    function av_add_bbpress_custom_content() { 
    	echo 'YOUR SCRIPT GOES HERE';
    }; 
    add_action( 'bbp_template_before_forums_loop', 'av_add_bbpress_custom_content', 10, 0 ); 
    add_action( 'bbp_template_before_topics_loop', 'av_add_bbpress_custom_content', 10, 0 ); 

    Regards,
    Yigit

    in reply to: Authorisation header missing? #1349041

    Hi Mike,

    Could you please refer to this post – https://digwp.com/2021/01/fix-site-health-error-authorization-header-missing/ and let us know if that does not help?

    Regards,
    Yigit

    in reply to: Logo size does not change #1349039

    Hi,

    No worries at all!

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

    Best regards,
    Yigit

    in reply to: Some lay-out issues #1349036

    Hi,

    2- Please edit your slider and wrap your title into Span tags as following

    
    <span>This is your title</span>
    

    Then add following code to Quick CSS

    #top .avia-caption .avia-caption-title span {
    background-color: #b27c2b;
    line-height: 10px; 
    }

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

    
    #top.page-id-12 #after_full_slider_1 .container {
      padding: 0;
    }
    

    Best regards,
    Yigit

    in reply to: Paypal Checkout #1349034

    Hi,

    We are glad that you have figured it out! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: WPML Background Video with Color-Section Element #1349033

    Hey,

    Thanks for contacting us and sorry for the late reply!

    We have updated the theme to the latest dev version and updated the translation on English page. That did not help with the issue. Then I changed the video file to .webm version in English version and that helped.

    Could you please review your website and let us know if you need further assistance? :)

    Best regards,
    Yigit

    in reply to: WPML and ENFOLD problem #1349031

    Hey,

    Thanks for the update!

    I checked your link and it redirects me to the link I posted in private content field below.

    Have you figured it out already? :)

    Best regards,
    Yigit

    in reply to: Log in #1348959

    Hi Natacha,

    Thanks for contacting us!

    Enfold is fully compatible with WPML but it is not a free plugin.
    You could use Polylang which is free and works with Enfold though it does not have all the features WPML offers.

    You can 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: meta tag placement #1348821

    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: meta tag placement #1348816

    Hi,

    I corrected the file. Please review your website :)

    Best regards,
    Yigit

    in reply to: meta tag placement #1348813

    Hi,

    Could you please create temporary admin logins and post them here privately so we can add it for you? :)

    Regards,
    Yigit

    in reply to: meta tag placement #1348802

    Hey,

    Thanks for contacting us!

    Please use a child theme – https://kriesi.at/documentation/enfold/child-theme/ and then add following code to functions.php file of your child theme in Appearance > Editor

    //-------------------------------
    // Verification meta tag
    //-------------------------------
    
    function custom_script_name(){
    ?>
    
    // verification meta tag goes here
    
    

    Cheers!
    Yigit

    in reply to: I tried to register in the support but without success. #1348801

    Hey,

    – We have reset your forum account. Please see private content field below for your credentials.

    – The image was added as cell background image. Please edit the cell and change the background image as needed :)

    Best regards,
    Yigit

    in reply to: Checkout field – how can I add a frame #1348795

    Hi,

    Thanks for contacting us!

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

    
    #top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
      border-color: #e2e2e2;
    }
    

    Cheers!
    Yigit

    in reply to: Having issues with registration #1348673

    Hey Marko,

    Thanks for contacting us!

    I have reset your credentials and attached them to private content field below. Please login to your account using the password I shared in private content field and edit your profile to you update your password :)

    Best regards,
    Yigit

    in reply to: WPML and ENFOLD problem #1348451

    Hi,

    Updates you make on the page should be reflected on the front end. There could be dynamic caching on your server as Günter mentioned.
    Could you please contact your hosting provider and make sure that is not the case and disable server side cache if there is one enabled?

    If that does not work, could you please create a testing installation where we could test?

    Regards,
    Yigit

    in reply to: Photography Demo subhead in menu #1348446

    Hi,

    It is indeed :)

    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: Photography Demo subhead in menu #1348437

    Hi!

    Thanks for contacting us!

    Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png :)

    Regards,
    Yigit

    in reply to: cURL error 28 #1348418

    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: cURL error 28 #1348414

    Hey,

    I have just finished importing the demo. Please review your website :)

    Regards,
    Yigit

    in reply to: cURL error 28 #1348403

    Hey,

    You are not having 500 error, you are having a database connection error – https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/.

    Please check database credentials in wp-config.php file as I mentioned above or contact your hosting provider so they could help

    Regards,
    Yigit

Viewing 30 posts - 2,461 through 2,490 (of 82,588 total)