Forum Replies Created

Viewing 30 posts - 3,421 through 3,450 (of 25,536 total)
  • Author
    Posts
  • in reply to: Page Edits Not Loading – Spinning Icon #1343065

    Hi pencefinancial,

    It’s fixed on the test page as well.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Portfolio items not showing #1343064

    Hi m s,

    Thanks, I have added this CSS code on your Quick CSS:

    .page-id-6201 #av-sc-portfolio-2 .isotope-item {
        padding: 5px;
    }
    
    .page-id-6201 #av-sc-portfolio-2 .isotope-item .image-overlay {
        background: #000 !important;
    }
    
    .page-id-6201 #av-sc-portfolio-2 .isotope-item .image-overlay-inside:before {
        display: none;
    }
    
    .grid-image.avia-hover-fx img{
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
    
    .grid-image.avia-hover-fx{
        overflow: hidden !important;
    }
    
    .grid-image.avia-hover-fx:hover img{
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
    }

    As for the width, it’s not possible with portfolio grid, please try to use masonry instead.

    Best regards,
    Nikko

    in reply to: Reduce with of box? #1342710

    Hi Jak,

    You can use this code (the first block is for desktop, the one with @media query is for mobile):

    .page-id-416 .av_textblock_section.av-l078n2mv-4df7187073f248e919e9a59470855225 {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    
    @media only screen and (max-width: 767px) {
        .page-id-416 .av_textblock_section.av-l078n2mv-4df7187073f248e919e9a59470855225 {
            max-width: 90%;
        }
    }

    No need to add margin left and right auto to mobile since it will inherit those properties. :)

    Best regards,
    Nikko

    in reply to: Change fontsize and font-family to portfolio #1342667

    Hi Jak,

    Please try adding this CSS code:

    .page-id-536 h3.team-member-name {
        margin-bottom: 18px;
    }

    Best regards,
    Nikko

    in reply to: transparency header with border #1342666

    Hi tammiviestinta,

    I see, it seems there’s this js error in the web console:

    Uncaught ReferenceError: x is not defined

    Which is coming from GDPR Cookie Compliance, can you try to disable it temporarily and see if it works.

    Best regards,
    Nikko

    in reply to: Reduce with of box? #1342665

    Hi Jak,

    Please replace the code I gave with this:

    @media only screen and (max-width:767px) {
      .page-id-416 .av_textblock_section.av-l078n2mv-4df7187073f248e919e9a59470855225 {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
      }
    }

    Best regards,
    Nikko

    in reply to: enfold ver. 4.9 breaking footer #1342664

    Hi laptophobo,

    I see, please use 4.9. :)

    Best regards,
    Nikko

    in reply to: enfold ver. 4.9 breaking footer #1342654

    Hi laptophobo,

    You’ll need to update the footer.php file of your child theme (base it on Enfold 4.8.9.1 footer.php file) and the issues you’re having should be fixed.

    Best regards,
    Nikko

    in reply to: full screen slider element best result #1342643

    Hi sitibus,

    Try using 414 x 896px.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: How do I update my enfold theme to 4.8.9? #1342642

    Hi Tim,

    We apologize for the inconvenience however this process is what Envato/Themeforest requires for security/authentication.
    To make it clear, the only process we need on the theme/Enfold side is for you to put your Envato Private Token in Enfold > Theme Update and that’s it.
    Generating the private token from Envato in order to update a theme or plugin is something that’s technically on Themeforest’s side.

    Best regards,
    Nikko

    in reply to: Portfolio items not showing #1342640

    Hey m,

    Thanks for giving us admin access.
    The reason why nothing is showing in the Portfolio Grid is because the portfolio items are all in draft mode, once it is published, it should show up. :)

    Best regards,
    Nikko

    Hi Dave,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: transparency header with border #1342636

    Hi tammiviestinta,

    1. It is possible, but you’ll need to enable Shrinking Header in Enfold > Header > Header Behavior (tab).
    2. Please add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:479px) {
      .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 4px;
      }
    }

    Best regards,
    Nikko

    in reply to: Where to keep the css file of a plugin? #1342634

    Hey Jak,

    It’s better to put it either in Quick CSS or CSS in your child theme since it won’t get deleted when the plugin is updated.

    Best regards,
    Nikko

    in reply to: Page Edits Not Loading – Spinning Icon #1342633

    Hi pencefinancial,

    Thanks for giving us admin access.
    The iframe code (in private content) causes the issue, Wordfence gives a 403 Forbidden Error when it is added.
    I have removed it in your homepage and it seems to work properly.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Description for quick css #1342631

    Hi Jak,

    You’re welcome :)
    There’s no speed difference since the code would only weigh in few bytes.

    Best regards,
    Nikko

    in reply to: Reduce with of box? #1342629

    Hey Jak73,

    Please add this CSS code:

    .page-id-416 .av_textblock_section.av-l078n2mv-4df7187073f248e919e9a59470855225 {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    Best regards,
    Nikko

    in reply to: Preview not reflecting the changes #1342628

    Hi pencefinancial,

    Thanks for giving us admin access.
    I tried to add some heading and textblock on your homepage (did not save) and hit Preview, it works properly.
    Also, the privacy policy which is in draft mode seems to show properly in Preview mode.
    Can you give us steps on how we can reproduce the issue you mentioned?

    Best regards,
    Nikko

    in reply to: 1 #1342627

    Hi Daniel Binzenbach,

    Thanks for contacting us!
    Though the website is using our theme however the data on that website is not something that we have control over.
    The only people who can remove your picture on https://fink-automobile.de/ would be those who have administrator access of the said site.

    Best regards,
    Nikko

    in reply to: Double headings in the table of contents #1342506

    Hi Fischpi,

    Thanks for providing us with admin access.
    It seems to be a bug with TOC when using magazine element when multiple categories are selected.
    We’ll report it to our devs.

    Best regards,
    Nikko

    in reply to: Several problems with Enfold #1342206

    Hi Till,

    #2. Regarding the footer, I have already changed it to one column though the effect isn’t showing at the moment, I posted two screenshots in private content, one the actual CSS that is being used showing width of 50% and the screenshot of Quick CSS where it is already set to 100%. I think just like the other things when the cached files expires the changes will show up, since I could not see any caching plugin I think that the cache is generated by the server for optimization/performance.

    #4. Can you try to create a new page similar to https://www.tt-bewerbungsservice.de/tabellarischer-lebenslauf.html and see if it works?

    Best regards,
    Nikko

    in reply to: Problem with mobiles #1342108

    Hi suherda,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top .av-main-nav .menu-item-avia-special {
        color: white;
      }
    
      .responsive #top .av-main-nav .menu-item-avia-special .av-hamburger-inner, 
      .responsive #top .av-main-nav .menu-item-avia-special .av-hamburger-inner:before, 
      .responsive #top .av-main-nav .menu-item-avia-special .av-hamburger-inner:after {
        background-color: white;
      }
    }

    Best regards,
    Nikko

    in reply to: Tab Content not showing #1342107

    Hi phausner,

    Thanks for giving us admin access.
    I have disabled Defer Render-blocking JavaScript in SG Optimizer which seems to be causing the issue.
    And I also modified the tab section and set it’s Content height from ‘Same height for all tabs’ to Auto adjust to content.
    Best regards,
    Nikko

    in reply to: Footer Background. #1342105

    Hi daves1997,

    The code is invalid because of the ! at the end, please change the code to:

    .footer_color {
        background-color: #f5f5f5 !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: How to change the background of a loading video #1342103

    Hi Jak,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Enfold Gallery Duplicated #1342102

    Hi StrategyDriven,

    I have disabled CSS minification in Hummingbird and cleared the cache.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Tab Section with a huge space inside tabs #1342101

    Hi Andres,

    Can you try to edit the tab section and set it’s Content height from ‘Same height for all tabs’ to Auto adjust to content?
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Exporting/importing from one Enfold install to another #1342100

    Hi jaimemerz,

    It could probably cause the issue.
    I think Max_execution_time is listed as PHP time limit.
    Can you try to import few posts and see if it includes the featured image?

    Best regards,
    Nikko

    in reply to: Woocommerce Product Description #1342097

    Hi akhurst_machinery,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Featured image size #1342017

    Hi gidantri,

    We’re glad to hear that it’s working now :)
    You can remove the temporary admin access.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 30 posts - 3,421 through 3,450 (of 25,536 total)