Forum Replies Created

Viewing 30 posts - 2,851 through 2,880 (of 82,603 total)
  • Author
    Posts
  • in reply to: How to change the preloader icon #1340771

    Hi,

    Thanks for your help @Guenni007 :)

    Best regards,
    Yigit

    in reply to: portfolio masonry gallery load more button doesn't work #1340765

    Hey Nadja,

    Thanks for contacting us!

    We are sorry for the inconvenience. Our devs already fixed the issue and it will be available in upcoming version.

    If you would like us to apply the fix on your installation, please create temporary admin logins and post them here privately :)

    Regards,
    Yigit

    in reply to: Masonry-Galerry Sorting Option not working #1340764

    Hey Andreas,

    Thanks for contacting us!

    The issue is related to WordPress 5.9 and it will be fixed in upcoming version. You can read more here: https://core.trac.wordpress.org/ticket/54902

    As a temporary solution, I added following code to bottom of Functions.php file of your child theme

    function ava_custom_css_admin_mod() {
        echo '<style>
          .wp-core-ui .attachments:after {
              visibility: hidden;
              display: block;
              font-size: 0;
              content: " ";
              clear: both;
              height: 0;
          }
        </style>';
      }
      add_action('admin_head', 'ava_custom_css_admin_mod');

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Extend support #1340763

    Hey Megumi,

    Thanks for contacting us!

    You can login on ThemeForest with the account you purchased Enfold and then go to Enfold’s ThemeForest page – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 to renew support – https://imgur.com/a/y9Uwdm3

    After renewing support, you can login on our support forum and go to https://kriesi.at/support/forum/enfold#new-post to re-validate your purchase code :)

    Regards,
    Yigit

    in reply to: cannot move photos in masonary gallery #1340762

    Hi,

    I have added the code to the bottom of Functions.php file and it helped with gallery sorting issue.

    Could you please point out the Color Section element you would like to edit on your homepage? :)

    Best regards,
    Yigit

    in reply to: white fading on hover #1340760

    Hi Veronika,

    I realized that I made a typo. I edited my post and updated the code. Could you please try updated code? :)

    Best regards,
    Yigit

    in reply to: WPML menu items padding #1340732

    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: WPML menu items padding #1340721

    Hey,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top #header .av-main-nav > li#menu-item-224 > a {
      padding-right: 30px;
    }
    

    Default value is 13px :)

    Regards,
    Yigit

    in reply to: white fading on hover #1340719

    Hi,

    Thanks for contacting us!

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

    
    .avia_transform #top a:hover .image-overlay {
      opacity: 0.3 !important;
    }
    

    By default opacity is set to 0.7. You can set it between 0-1

    Regards,
    Yigit

    • This reply was modified 3 years, 8 months ago by Yigit.
    in reply to: not centered page #1340712

    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: WPML menu items padding #1340708

    Hi,

    Thanks for contacting us!

    I added following code to Style.css file of your child theme

    
    #top #header .av-main-nav > li.menu-item-language > a {
      padding: 0 4px;
    }

    Please review your website :)

    Regards,
    Yigit

    in reply to: cannot move photos in masonary gallery #1340705
    This reply has been marked as private.
    in reply to: cannot move photos in masonary gallery #1340684

    Hi,

    You can add it to the bottom of the file. If you would like us to add it for you, please create temporary admin logins and post them here privately :)

    Best regards,
    Yigit

    Hey Thomas,

    Please check your inbox :)

    Regards,
    Yigit

    in reply to: spinning wheel of death #1340576

    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: Bigger social media icons #1340571

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top .social_bookmarks li {
      font-size: 16px;
    }
    

    Best regards,
    Yigit

    in reply to: spinning wheel of death #1340570

    Hey,

    Thanks for contacting us!

    I think the issue might be modsecurity related. I added your script as a shortcode in the bottom of Functions.php file in Appearance > Editor and then inserted that shortcode into Code Block element as a workaround. Please consider switching to a child theme – https://kriesi.at/documentation/enfold/child-theme/ and move the code to functions.php file of your child theme.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Enfold SEO Issues #1340562

    Hey,

    Thanks for contacting us!

    Please see – https://www.siteground.com/kb/how-to-force-ssl-with-htaccess/

    Best regards,
    Yigit

    in reply to: Unable to import demo #1340561

    Hi Elle,

    I was not able to login unfortunately but I am glad it worked! It must have been related to changes your hosting providers made :)

    Best regards,
    Yigit

    in reply to: header-picture #1340520

    Hi Peter,

    You should be able to upload header background image in Enfold theme options > General Styling > Logo Area – https://imgur.com/a/HIJ0pWH

    We would need to look into it if it does not work for you as it is working as expected on our end.

    Regards,
    Yigit

    in reply to: not centered page #1340518

    Hey,

    I added following code to bottom of Quick CSS as well

    #beauty-section .av_one_fourth,
    #fashion-section .av_one_fourth {
      margin-left: 2%;
      width: 23.5%;
    }
    #beauty-section .av_one_fourth.first,
    #fashion-section .av_one_fourth.first { 
        margin-left: 0;
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Disqus #1340506

    Hi,

    You are welcome! We are always happy to help :)

    Enjoy the rest of your day! 🌹

    Best regards,
    Yigit

    in reply to: Fonts Problem #1340505

    Hey Veronika,

    Could you please post a screenshot and show which text should use Caslon pro? I think it will be easier for us to understand then :)

    Regards,
    Yigit

    in reply to: different category positions #1340503

    Hey Veronika,

    Thanks for contacting us!

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

    
    #top #wrap_all .left-section div .blog-categories a {
      text-align: center !important;
      color: red;
      display: block;
      font-size: 16px;
    }
    

    Regards,
    Yigit

    in reply to: Disqus #1340499

    Hi Veronika,

    I added Comments element to the bottom of your post that you created using ALB and that helped. Please review your website :)

    Regards,
    Yigit

    in reply to: not centered page #1340498

    Hi,

    I edited your column elements inside Beauty and Fashion sections and removed the padding from them and then gave their Color Section elements’ custom IDs in Advanced > Styling tab and then added following code to bottom of Quick CSS field

    #fashion-section .container,
    #beauty-section .container { 
         max-width: 95%; 
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Fonts Problem #1340493

    Hi,

    Please use the code as following

    
    body#top,
    #top #wrap_all h1 {
      font-family: "adobe-caslon-pro";
    }
    

    Best regards,
    Yigit

    in reply to: Display problems #1340492

    Hi Veronika,

    If you would like to apply the same styling on other Color Section elements, you can do so by editing them and giving them “av-post-content-container” custom CSS class in Advanced > Developer Settings.

    If you would like to adjust the width of 1/1 column element, please edit it and give it a custom CSS class (“custom-css” in example below) and then add following code to bottom of Quick CSS field

    #top .custom-css.flex_column {
      max-width: 58%;
      margin: auto;
      float: none;
    }

    Best regards,
    Yigit

    in reply to: Not Smooth Scrolling #1340458

    Hey Ed,

    Thanks for contacting us!

    Smooth scrolls works if anchor point is on the same page. You can refer to this post – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages and choose to display different menu per pages :)

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

    Best regards,
    Yigit

    in reply to: Registered User Died #1340457

    Hi,

    Sorry for your loss.

    You can submit a new ticket here – https://help.market.envato.com/hc/en-us/requests/new

    Best regards,
    Yigit

Viewing 30 posts - 2,851 through 2,880 (of 82,603 total)