Forum Replies Created

Viewing 30 posts - 1,291 through 1,320 (of 82,614 total)
  • Author
    Posts
  • in reply to: Padding on mobile #1377591

    Hi,

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

    Best regards,
    Yigit

    in reply to: Key #1377590

    Hey Borislav,

    Thanks for contacting us!

    You can register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    in reply to: Croatian language translation #1377589

    Hi,

    Thank you! I have attached the download link in private content field below. Please let me know if you are unable to see it so we can find another solution :)

    Regards,
    Yigit

    in reply to: Different menus on different pages #1377372

    Hey,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages. You can use either plugin or custom code solution provided there :)

    Best regards,
    Yigit

    in reply to: change font in headline of footer widget #1377295

    Hi,

    Thanks for your patience!

    Color Section at the very bottom of your page was breaking the layout for some reason. I copied Grid Row element that you are using and placed it at the bottom of the page and hid it on all screens in Advanced > Responsive tab and that fixed the issue.

    Please review your website :)

    Merry Christmas and Happy New Year! 🎅 🎆

    Best regards,
    Yigit

    in reply to: critical error with avia? framework? #1377294

    Hi,

    I have installed Enfold 5.3.1.1 via FTP, activated your child theme and there were no errors. I activated default theme once again.

    Please review your website :)

    Merry Christmas and Happy New Year! 🎅 🎆

    Best regards,
    Yigit

    in reply to: Slow site responsiveness and performance on load #1377290

    Hi Vincent,

    We have informed Kriesi about your message. If he has not responded to your request yet, please feel free to raise a dispute with Envato support team.

    Merry Christmas and Happy New Year! 🎅 🎆

    Best regards,
    Yigit

    in reply to: a way to put a small image next to a headline? #1377289

    Hi,

    You can ignore the warning. As you can see in the result, it does not break neither back nor front end :)

    Merry Christmas and Happy New Year! 🎅 🎆

    Best regards,
    Yigit

    in reply to: Regarding the theme price #1377285

    Merhabalar Bilal,

    Glad you liked Enfold! Unfortunately, we are unable to offer you any discount as we are not able to create coupon codes on ThemeForest.

    Please feel free to subscribe to our newsletter though. We send out a newsletter when the theme is on sale :)

    Happy New Year! 🎅🎆

    Regards,
    Yigit

    Hi,

    Great!

    Merry Christmas and Happy New Year! 🎅🎆

    Best regards,
    Yigit

    in reply to: Chrome 108 not showing rounded images in Enfold #1377261

    Hey,

    Great!

    We have already reported it to our devs :)

    Let us know if you have any other questions.

    Merry Christmas and Happy New Year 🎅🎆

    Regards,
    Yigit

    in reply to: Large space below fullscreen slider #1377256

    Hi,

    Glad Mike could help! Let us know if you have any other questions.

    Merry Christmas and Happy New Year! 🎅🎆

    Regards,
    Yigit

    in reply to: Chrome 108 not showing rounded images in Enfold #1377255

    Hey!

    Could you please add following code to Quick CSS in Enfold theme options > General Styling

    
    .avia-chrome-108 .avia-image-container.av-img-box-shadow.av-styling-circle .avia_image {
        overflow: hidden;
    }
    

    Regards,
    Yigit

    in reply to: Contact form #1377250

    Hi,

    You are welcome!

    Merry Christmas and Happy New Year! 🎅🎆

    Best regards,
    Yigit

    in reply to: Portfolio Permailnk #1377249

    Hi Gianluca,

    I am afraid we are still not clear on the changes you would like to make. Could you please show us examples?

    In Settings > Permalinks, you can change Portfolio base permalink but it seems like you have already figured that out :)

    Best regards,
    Yigit

    in reply to: Main menu: Change #1377247

    Hey Lene,

    That is displayed on the page you are so when your visitor clicks on the active menu item, they scroll to the top of the page :)

    Regards,
    Yigit

    Hey Guenni,

    Thanks for contacting us!

    Could you please try using following code

    
    function replace_transparent_logo_on_some_pages($sub){
        if( is_page( 59 ) ){
            $sub = 'content of the SVG file here';
        }
        return $sub;
    }
    add_filter('avf_logo_subtext','replace_transparent_logo_on_some_pages');
    

    This does work on my local installation with SVG :)

    Best regards,
    Yigit

    in reply to: a way to put a small image next to a headline? #1377245

    Hi,

    I added your image using HTML in Special Heading element as following

    
    <img class="heading-img" src="https://your-domain.com/wp-content/uploads/2022/12/italien.png">
    

    Then added following code to bottom of Quick CSS field to adjust the size of the image

    
    /* Flag image size in Special Heading element */
    .heading-img {
      max-width: 20px;
    }
    

    Please review your website :)

    Regards,
    Yigit

    in reply to: design a heading in another font #1377244

    Hey Nic,

    I went to Enfold theme options > Advanced Styling and edited H4 tagged elements and changed the font family – https://imgur.com/a/ONtKNRa.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Frage zu Updates #1377242

    Hi Raimund,

    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 :)

    Merry Christmas and Happy New Year! 🎅🎆

    Best regards,
    Yigit

    Hi,

    I deleted the code Nikko shared and added following instead

    
    @media only screen and (max-width: 993px) {
    .av-special-heading.turquoise-background h1.av-special-heading-tag strong {
      padding-left: 20px;
    }
    .av-special-heading.turquoise-background h1.av-special-heading-tag {
    margin-left: 0; 
    }
    }
    @media only screen and (max-width: 480px) { 
    .av-special-heading.turquoise-background h1.av-special-heading-tag,
    .av-special-heading.turquoise-background h1.av-special-heading-tag strong  {
    padding: 0;
    }
    }
    

    Please review your website.

    Best regards,
    Yigit

    in reply to: Google Tag Manager #1377238

    Hey,

    You can use following code to add scripts after opening Body tag

    
    add_action('ava_after_body_opening_tag','new_ava_after_body_opening_tag');
    function new_ava_after_body_opening_tag(){ 
    	?>
    <script>
    
    // Your script here
    
    </script>
    <?php
    }
    

    Regards,
    Yigit

    in reply to: Footer widgets not showing #1377236

    Hi,

    You are welcome!

    Merry Christmas and Happy New Year! 🎅🎆

    Best regards,
    Yigit

    Hi,

    Is it possible that the message i appears in white letters on a white field and is therefore not visible?

    Yes, that is the case.

    I changed the code to following one

    
    #top h3.avia-form-success {
      background-color: transparent;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    in reply to: 3-col blog post grid #1377231

    Hi tremblayly,

    Please refer to @guenni007’s post :)


    @guenni007
    thanks as always :)

    Best regards,
    Yigit

    in reply to: Simple styling question #1377228

    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 :)

    Merry Christmas and happy new year! 🎅

    Best regards,
    Yigit

    in reply to: Strange in Chrome Browser #1377225

    Hey Eve,

    Thanks for contacting us!

    Could you please try adding following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    
    .avia-chrome .avia-image-container.av-img-box-shadow.av-styling-circle .avia_image {
        overflow: hidden;
    }
    

    Best regards,
    Yigit

    in reply to: Frage zu Updates #1377219

    Hi Raimund,

    Each domain requires a separate license, so yes, you would need another license for the new website. You can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a new token :)

    Best regards,
    Yigit

    in reply to: Footer widgets not showing #1377218

    Hey,

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

    
    @media only screen and (max-width: 480px) {
    #top #av_section_9 .flex_column {
      background: none;
    }
    }
    

    Regards,
    Yigit

    in reply to: Simple styling question #1377216

    Hi,

    Thanks for contacting us!

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

    
    .av_textblock_section.av-lc08m9gc-85216e5d4399c2a1609de667666be74c .avia_textblock {
      background-color: #e8e8e8;
      padding: 20px;
    }
    

    If that is not what you meant, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com and post the links here.

    Regards,
    Yigit

Viewing 30 posts - 1,291 through 1,320 (of 82,614 total)