Forum Replies Created

Viewing 30 posts - 961 through 990 (of 82,623 total)
  • Author
    Posts
  • in reply to: header/footer layout issues on mobile/tablets #1396849

    Hi,

    now the header on mobile is sticky, is there a way to make is stay at the top of the screen instead of showing the gap

    Please add the following code to the bottom of the Quick CSS field

    
      @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
      top: 0;
    }
    }
    

    Here is the screenshot showing the difference between mobile/tablet and desktop where the link highlighted in black on desktop view is not showing on mobile/tablet view

    That is because of the following CSS code you have in the Style.css file of your child theme on line 788

    
      @media only screen and (min-width: 320px) and (max-width: 1024px){ 
    #footer-page .footer-mid .container .content .entry-content-wrapper .links {
      display: none;
    }
    }
    

    and here is a screenshot of the weird spaces on the sponsorship logo section that we cannot seem to fix:

    Please add following code to bottom of Quick CSS field

    
      @media only screen and (max-width: 479px) {
    .flex_column.av-68c1a-f57ab0462383c8166f971642bc679437,
    .flex_column.av-2awr6-825dd88a428addaf3113f5c371dcb877 {
      right: 0;
      left: 0;
    }
    }
    

    and remove the following code from the style.css file of your child theme

    
      @media only screen and (min-width: 320px) and (max-width: 767px) {
    #footer-page .footer-top .container .content {
      padding: 50px 0 0 0;
        padding-left: 0px;
    }}
    

    Best regards,
    Yigit

    in reply to: Cannot activated enfold and Code Block doesn’t work #1396848

    Hi,

    Do I have to use the Market Plugin instead of the Enfold Theme?

    Enfold’s theme updater does not work for some users, but the Envato Market plugin always works, so I recommend using it.

    And yes, the Code Block seams to work but I have no output (see attached). Can you please tell me why?

    I saved your page as a template, loaded it on a new page and it worked there. So I deleted your old homepage and replaced it with the one I created. Please review your website.

    Best regards,
    Yigit

    in reply to: dots below social bookmarks in header #1396847

    Hi,

    Glad Rikard could help.

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

    Best regards,
    Yigit

    in reply to: update to PHP8.0 #1396846

    Hey,

    We replied to your thread. I am closing this one. Let us continue there.

    Best regards,
    Yigit

    in reply to: Enfold child theme #1396845

    Hey Tobias,

    You are currently using Enfold 4.5, which is not compatible with PHP 8.x. Updating the theme to the latest version 5.4 would fix the issue.

    There might be deprecated code inside your child theme. Please create a staging copy of your site and update Enfold there. If you run into any issues, please post temporary WP admin and FTP logins privately so we can look into it.

    Best regards,
    Yigit

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

    in reply to: Parallax demo how to improve for mobile screen #1396573

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

    in reply to: Update Theme not working #1396564

    Hi,

    You are welcome!

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

    Best regards,
    Yigit

    in reply to: Theme update not working #1396563

    Hey,

    Please try using the Envato Market plugin: https://www.envato.com/lp/market-plugin/. You can install the plugin, insert your Personal Token in the plugin settings, and check the Themes tab for the update.

    Best regards,
    Yigit

    in reply to: Design Element Suggestion #1396562

    Hi,

    Glad Ismael could help!

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

    Best regards,
    Yigit

    Hi,

    You are welcome, Rogier! :)

    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: api key #1396560

    Hi,

    Please install the Envato Market plugin: https://www.envato.com/lp/market-plugin/, insert your Personal Token in the plugin settings, and check the “Themes” tab for the update.

    Envato has updated its API and we implemented those changes in Enfold 4.5 so if you cannot update the theme with the Envato Market plugin, you may need to update it manually.

    Best regards,
    Yigit

    in reply to: License question #1396556

    Hi,

    Please see the private content.

    Best regards,
    Yigit

    in reply to: Fatal error #1396554

    Hey Erin,

    I can see that you are currently using Enfold 5.4 and I cannot see any errors on your site.

    Has updating the theme to the latest version fixed the issue?

    Cheers!
    Yigit

    in reply to: Accordion Issues #1396553

    Hi Christophe,

    If you would like us to inspect the issue, please:

    Best regards,
    Yigit

    in reply to: Update Theme not working #1396552

    Hey Markus,

    Thanks for contacting us!

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

    2- Please try using the Envato Market plugin: https://www.envato.com/lp/market-plugin. You can insert your Personal Token in plugin settings and check the themes tab for update.

    Best regards,
    Yigit

    Hi Magali,

    I manually imported the demo on your installation. Images were not imported so I manually uploaded them. That issue seems to be related to your server settings. Please feel free to contact your hosting provider and ask them to check the server logs for you.

    Please review your website :)

    Best regards,
    Yigit

    Hi Rogier,

    I added the following code to the Enfold theme options > General Styling > Quick CSS field

    
    #top .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{
    	margin-right: 1px;
    	margin-bottom: 1px;
    }
    
    #top .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry{
    	margin-right: 15px;
    	margin-bottom: 15px;
    }
    

    Our devs have fixed the issue and it will be included in the upcoming version.

    Please review your website :)

    Regards,
    Yigit

    in reply to: Cannot activated enfold and Code Block doesn’t work #1396426

    Hi,

    You are currently using the latest version of Enfold. I downgraded Enfold version on my local installation and tested your Token using the Envato Market plugin: https://www.envato.com/lp/market-plugin/ and it works.

    I checked your Code Block element and I can see the content. I attached a screenshot in the private content field. If that is not the issue you are having, please elaborate.

    Cheers!
    Yigit

    in reply to: Cannot activated enfold and Code Block doesn’t work #1396394

    Hey Hans,

    I have the problem that I cannot activate enfold:

    Please refer to this post: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a new Personal Token. Please make sure to check all required permissions.

    And the Code Block element shows no content…what can i do?

    Please post temporary WP admin logins and the page where we can see the issue privately.

    Best regards,
    Yigit

    Hey,

    Logins worked, thanks. Please post WP admin logins here privately as well.

    Regards,
    Yigit

    in reply to: hide “optional” in post meta data category links #1396381

    Hey Anne,

    Glad Ismael could help!

    For your information, our devs added a filter to exclude WPML taxonomy and it will be included in the upcoming version.

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

    Regards,
    Yigit

    in reply to: Parallax demo how to improve for mobile screen #1396380

    Hi,

    Please edit your page and decrease cell paddings on mobile and change parallax from default to large screens so it only applies on screens larger than 990px – https://imgur.com/a/GbYsqIX.

    You can edit each column and use a smaller parallax speed on smaller screens in case you would not like to disable parallax.

    Regards,
    Yigit

    in reply to: Responsive HTML template #1396372

    Hey Adam,

    Unfortunately, there is no HTML version of Enfold and Enfold’s elements.

    As a workaround, you can create a page as your template and then get the HTML from the source code.

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

    Best regards,
    Yigit

    Hi Sean,

    Our devs have revised the solution and an improved one will be included in the upcoming version.

    If you would like to use the improved version, please go to /enfold/config-templatebuilder/avia-template-builder/php/ and replace the content of the class-asset-manager.php file with: https://pastebin.com/rRdA8cm0

    Best regards,
    Yigit

    Hey Magali,

    FTP logins did not work for me. Please check them once again and post WP admin logins here privately as well.

    Best regards,
    Yigit

    in reply to: License question #1396367

    Hi,

    Please see the private content.

    Best regards,
    Yigit

    in reply to: License question #1396256

    Hi,

    Please see the private content.

    Best regards,
    Yigit

    in reply to: Body Script #1396239

    Hey,

    FTP logins are not working for me. Please check them once again.

    To make the changes update-proof, we recommend using a child theme. Otherwise, it will be removed when you update the theme.

    Cheers!
    Yigit

    in reply to: Slideshow in Gridrow #1396236

    Hi Roger,

    Please edit your Grid Cell and give it a custom CSS class (“grid-slider” in the example below) in Advanced > Developer Settings and then add the following code to the bottom of the functions.php file of your child theme:

    function av_grid_slide(){
    ?>
    <script>
    
    jQuery().ready(function(){
    var currentBackground = 0;
    var backgrounds = [];
    backgrounds[0] = 'link-to-your-first-image.jpg';
    backgrounds[1] = 'link-to-your-second-image.jpg"';
    backgrounds[2] = 'link-to-your-third-image.jpg';
    
    function changeBackground() {
        currentBackground++;
        if(currentBackground > 2) currentBackground = 0;
    
        jQuery('.grid-slider').fadeOut(1000,function() {
            jQuery('.grid-slider').css({
                'background-image' : "url('" + backgrounds[currentBackground] + "')"
            });
            jQuery('.grid-slider').fadeIn(1000);
        });
    
    
        setTimeout(changeBackground, 5000);
    }
    
    jQuery(document).ready(function() {
        setTimeout(changeBackground, 5000);        
    });
    })
    
    </script>
    <?php
    }
    add_action('wp_footer', 'av_grid_slide');

    Then edit the code and change the background image links (“link-to-your-first-image.jpg”)

    I will post this as a feature request :)

    Best regards,
    Yigit

Viewing 30 posts - 961 through 990 (of 82,623 total)