Forum Replies Created

Viewing 30 posts - 391 through 420 (of 82,578 total)
  • Author
    Posts
  • in reply to: Any influence – Deprecated #1415927

    Hi,

    I couldn’t reproduce this issue on my local installation. Which version of Enfold and PHP are you using?

    Regards,
    Yigit

    in reply to: display the point down #1415926

    Hey,

    Please add a Color Section element to your page, edit it, go to Layout > Borders > Section Bottom Border Styling, and select to display a small arrow (https://i.imgur.com/DoQ5bxG.png).

    Best regards,
    Yigit

    in reply to: Font and logo size #1415924

    Hi,

    You are welcome :)

    For your information, you can take a look at Enfold documentation at 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.

    Best regards,
    Yigit

    in reply to: Pause slider button for Accessibility #1415920

    Hi,

    Please let us know if you have any other questions or issues.

    Best regards,
    Yigit

    in reply to: Font and logo size #1415919

    Hi,

    To change menu font size, please go to Enfold theme options > Advanced Styling, edit Main Menu Links, and change the Font Size (https://i.imgur.com/jS0vXnj.png).

    Best regards,
    Yigit

    in reply to: Pause slider button for Accessibility #1415914

    Hi Dominic,

    I’m afraid we don’t have a quick snippet for this modification. Please feel free to request this at https://github.com/KriesiMedia/Enfold-Feature-Requests.

    If that’s something you urgently need, we’d recommend you hire a freelance developer for the task. Unfortunately, this would be out of the scope of our support.

    Best regards,
    Yigit

    in reply to: Left Column Navigation – adding call number #1415913

    Hey Marcus,

    Please go to Appearance > Widgets, add a new Custom Widget Area, insert a Custom HTML widget inside your custom widget area, and add your number using HTML (https://i.imgur.com/dTBtxdG.png).

    After that, go to Enfold theme options > General Layout > Layout > Main Menu Sidebar, and select your custom widget area (https://i.imgur.com/ahMKgFr.png).

    Best regards,
    Yigit

    Hi,

    The issue is in LayerSlider 7.7.10 which is included in Enfold 5.6.5. The LayerSlider team fixed the issue in version 7.7.11.

    We’ll update LayerSlider and release an update.

    Downgrading Enfold to version 5.6.3 would fix this issue. I attached it in the private content field.


    @perfectword
    I cannot see the issue on your website. Please let us know if you’d like us to email you version 5.6.3.

    Best regards,
    Yigit

    in reply to: Font and logo size #1415906

    Hi,

    Please go to Enfold theme options and make sure that you’re uploading your logo in full size (https://i.imgur.com/FRhblpV.png). Currently, you are using the 300x78px version.

    If you need help with that, please share temporary admin login credentials with us in the private content field.

    Best regards,
    Yigit

    in reply to: Arrow scroll up #1415905

    Hey,

    Please change the following code:

    
    #scroll-top-link {
      backdrop-filter: blur(15px);
      background-color: rgba(20, 21, 23, 0.3);
      box-shadow: 0 3px 4px rgba(0,0,0,0.5);
      border: none;
    }
    

    to following one:

    
    #scroll-top-link {
    backdrop-filter: blur(15px);
    background-color: rgba(20, 21, 23, 0.3);
    box-shadow: 0 3px 4px rgba(0,0,0,0.5);
    border: none;
    -webkit-backdrop-filter: blur(15px);
    }
    

    Regards,
    Yigit

    in reply to: Arrow scroll up #1415899

    Hi,

    It does work on my end. I attached a screenshot in the private content field.

    Please make sure to clear your browser’s cache.

    Best regards,
    Yigit

    in reply to: Problems in the website #1415838

    Hi,

    I suspect one of the modified files on your child theme could be causing this issue. However, the Theme Editor is disabled in the WordPress admin panel > Appearance so I couldn’t check.

    Please temporarily switch to Enfold parent theme, clear the caches, and check if that resolves the issue.

    If it doesn’t, please share FTP logins with us in the private content field as well.

    Best regards,
    Yigit

    in reply to: Arrow scroll up #1415837

    Hey,

    That is because you have the following custom CSS code:

    
    @media only screen and (max-width: 767px){
    .responsive #top #scroll-top-link {
        display: block;
        background-color: rgba(20, 21, 23, 0.8);
      }
    }		
    

    Please edit your custom code and change it to the following one:

    
    @media only screen and (max-width: 767px){
    .responsive #top #scroll-top-link {
        display: block;
      }
    }		
    

    Best regards,
    Yigit

    in reply to: Problems in the website #1415826

    Hey Pascal,

    Please create temporary admin logins and share them with us in the private content field so we can look into it.

    Best regards,
    Yigit

    in reply to: Make main menu font bold #1415825

    Hi Buddy,

    Thanks for the update.

    Let us know if you have any other questions.

    Best regards,
    Yigit

    in reply to: How to remove vertical line from iconlist? #1415821

    Hey Stefan,

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

    Future readers, please add the following code to the Quick CSS field in Enfold theme options > General Styling tab:

    
    #top .avia-icon-list .iconlist-timeline {
      border: none;
    }
    

    Best regards,
    Yigit

    in reply to: Arrow scroll up #1415818

    Hi,

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

    
    #scroll-top-link {
      backdrop-filter: blur(15px);
      background-color: rgba(20, 21, 23, 0.3);
      box-shadow: 0 3px 4px rgba(0,0,0,0.5);
      border: none;
    }
    

    Best regards,
    Yigit

    in reply to: Demo import #1415810

    Hi,

    You are welcome! I’m glad Rikard and Nikko could help.

    For your information, you can take a look at Enfold documentation at 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.

    Best regards,
    Yigit

    in reply to: Make main menu font bold #1415723

    Hey Buddy,

    Please go to Enfold theme options > Advanced Styling, edit the Main Menu Links, and change the Font Weight (https://i.imgur.com/lYwhwds.png).

    By default, the font weight of the main menu is 600.

    Best regards,
    Yigit

    in reply to: Demo import #1415722

    Hey,

    Thanks for the information.

    Which demo are you trying to import?

    Regards,
    Yigit

    in reply to: Arrow scroll up #1415702

    Hi,

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

    
    #scroll-top-link.avia_pop_class {
      background-color: rgba(0,0,0,0.3);
    }
    

    “0,0,0” is the RGB value of the background color of the scroll to the top button and “0.3” is the opacity level.

    If that doesn’t help, please post a screenshot and show the changes you’d like to make. You can upload screenshots on imgur.com or Dropbox and share the links with us.

    Best regards,
    Yigit

    in reply to: display posts by category AND tags in Blog Post Element #1415346

    Hi Anne,

    Great!

    Best regards,
    Yigit

    in reply to: display posts by category AND tags in Blog Post Element #1415343

    Hi Anne,

    Unfortunately, this is only possible with heavy customization which is out of the scope of our support.

    If this is something you really need, please consider hiring a freelance developer for the task.

    Best regards,
    Yigit

    in reply to: two custom widget areas form elements #1415341

    Hi,

    Yes, I could reproduce the issue when I selected the “Use minified theme javascript files without merging” option.

    Thanks for letting us know! I’ll report this on GitHub.

    Best regards,
    Yigit

    in reply to: Massive gap above Grid Row in Parallax template #1415338

    Hey,

    Please edit the Color Section element on your page, go to Layout > Margin and Padding > Custom top and bottom margin, and set the bottom margin to zero (https://i.imgur.com/F9moWPM.png).

    If that doesn’t help, please send us screenshots showing the changes you’d like to make.

    Due to our policy, we only connect to the sites that are publicly accessible.

    Best regards,
    Yigit

    in reply to: Arrow scroll up #1415337

    Hey,

    Please share a link to your website as well.

    Best regards,
    Yigit

    in reply to: Change colour of social icons in footer. #1415335

    Hi,

    Please try using the first code as the following:

    
    #footer-page .av-social-sharing-box .av-share-link .avia-related-tooltip {
      display: none !important;
    }
    

    The second code should have worked. Please make sure to clear any server-side, plugin-based, and browser caches. If that doesn’t help, please check your custom CSS for errors. You can use this website http://csslint.net/ to do that.

    If the suggestions above don’t work, please create temporary admin logins and share them with us in the private content field.

    Best regards,
    Yigit

    • This reply was modified 1 year, 3 months ago by Yigit.
    in reply to: Enfold Relevanssi Ajax Dropdown Limit #1415333

    Hey,

    Thanks!

    Regards,
    Yigit

    Hi Szami,

    Thanks for the information.

    I created a password-protected test page (link in the private content field), added sliders using the Slider Revolution element in ALB > Plugin Additions (https://i.imgur.com/tbSGLQk.png), and hid the header and footer on this page. I cannot reproduce the issue on this page.

    Please review your website and let us know if you have any questions.

    Best regards,
    Yigit

    in reply to: Enfold Relevanssi Ajax Dropdown Limit #1415328

    Hey Thomas,

    I’ve added a new section to our documentation with the new filter. Please see the link in the private content field.

    Regards,
    Yigit

Viewing 30 posts - 391 through 420 (of 82,578 total)