Forum Replies Created

Viewing 30 posts - 3,541 through 3,570 (of 25,536 total)
  • Author
    Posts
  • in reply to: Gallery doubling #1338329

    Hi Justin,

    Can you setup a staging site for us? so we can try to inspect what’s causing the issue.
    Here’s a tutorial on how to make one: https://themeisle.com/blog/wordpress-staging-site/

    Best regards,
    Nikko

    in reply to: First text, than products #1338328

    Hi Alex,

    Can you try replace this code:

    .tax-product_tag .term-description {
        position: absolute;
        top: 10px;
    }

    with:

    .archive.tax-product_tag .entry-content-wrapper {
        display: flex;
        flex-direction: column;
    }
    
    .archive.tax-product_tag .woocommerce-notices-wrapper {
        order: 0;
    }
    
    .archive.tax-product_tag .term-description {
        order: 1;
    }
    
    .archive.tax-product_tag .product-sorting {
        order: 2;
    }
    
    .archive.tax-product_tag .products {
        order: 3;
    }

    Let us know if it helps.

    Best regards,
    Nikko

    in reply to: Question about icons #1338326

    Hi Ashlea,

    Thanks for contacting us!
    It seems you are using an Icon List, just edit the Office Location and scroll to the bottom and you should see an option to change the List Item Icon
    Here’s a screenshot: https://imgur.com/KjMm1Dj
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Main manu not being translated #1338324

    Hi inextable,

    Thanks for giving us admin access.
    The problem is caused by URL Modifications in Polylang Settings, I have changed it from Language is set by different domains to The language is set from the content.
    I have also changed Settings > Reading to it’s default option then set the Homepage in Theme Options.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Several problems with Enfold #1338318

    Hi Till,

    Thanks, it’s working properly now.
    The problem that causes any changes in style in Theme Options not working properly is because of an unclosed CSS in Quick CSS:

    #header_main {
      /* Increase the top and bottom space */
        padding: 20px 0;

    After closing it, everything seems to work properly.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Post comment box not appearing on threads #1337898

    Hi adventuremototouring,

    We’re glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Add dropdown arrows on menu items #1337897

    Hey navindesigns,

    I have added this CSS code in Enfold > General Styling > Quick CSS:

    #avia-menu .menu-item-has-children > a:before {
        content: '\e877';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-family: 'entypo-fontello';
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Vertical Align Right Navigation Item #1337896

    Hey navindesigns,

    I have added this CSS code on your Quick CSS:

    #menu-item-24 img {
        margin-top: 11px;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Animated Numbers Mobile Layout #1337895

    Hi navindesigns,

    Thanks for giving us a screenshot and admin access.
    I have added an ID attribute “stats” on your codeblock, then replace your CSS (code above) with:

    @media only screen and (max-width: 767px) {
      #stats .av_one_third {
        border-top: 2px solid #000;
        margin: 0 !important;
        padding: 10px 0;
        width: 100%;
      }
    
      #stats .av_one_third.first {
        border: none;
      }
    
      .avia-animated-number {
        display: flex;
        align-items: center;
        text-align: left;
      }
    
      .avia-animated-number .heading.avia-animated-number-title {
        width: 150px;
      }
    }

    Please review your site.

    Best regards,
    Nikko

    Hi profumopuntoit,

    We’re glad to hear that :)
    I could see the slider is properly working and not showing any errors, just let us know if you still need further assistance regarding the topic.

    Best regards,
    Nikko

    in reply to: Several problems with Enfold #1337893

    Hi Till,

    It’s still the same on my end, I have posted a screenshot link in private content on what options are available on my end.

    Best regards,
    Nikko

    in reply to: Favicon not loading #1337618

    Hi GiantTitan,

    Thanks for providing the link, it seems like the icon is working using Firefox though it does not show on chromium-based browsers like Chrome and Edge.
    Can you try to put the favicon in the root folder? if it does not work, please rename it and see if it helps.

    Best regards,
    Nikko

    Hi Mauro,

    Thanks for providing us both admin and FTP access.
    I tried to switch the theme from the child theme to the parent theme and it seems to be working properly, so the issue is in the child theme.
    Please update this file in your child theme: enfold-child/shortcodes/slideshow_fullsize/slideshow_fullsize.php and it should fix the issue.

    Best regards,
    Nikko

    in reply to: Bigger Logo #1337604

    Hi MOOD36_WP,

    Please go to Enfold > Header > Header layout (tab) > Header Size then select custom pixel size, it should show this new option Header Custom Height and set it to 155px (since the height of your logo is 155px).
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Site running very slow and crashing sometimes #1337602

    Hi Alex,

    I have checked your site and it does not seem to load slowly on my end.
    The image sizes seems to be good though the images on the Gallery page are a bit heavy from around 600KB to 1.2MB which image optimization plugin should help.

    Best regards,
    Nikko

    in reply to: Enfold Installation – Missing #1337600

    Hi Markus,

    We’re glad to hear that :)
    We’ll respond on your other thread.

    Best regards,
    Nikko

    in reply to: grey stroke / line below color section #1337599

    Hi josk-design,

    Thanks for the screenshots and giving us admin access.
    Please add noborder to Custom CSS Class on the section you want to remove the top border.
    I have added it on your page, I have posted a screenshot in private content.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Several problems with Enfold #1337553

    Hi Till,

    #8. Please add this CSS code:

    #top .wp-caption {
        margin-bottom: 20px !important;
    }

    #9. Please add this CSS code:

    #top .avia-button .avia_button_icon {
        margin-right: 4px;
    }

    #10. The divider element has the same top and bottom margin (both 30px), if you want to change it, please add this CSS code (just adjust the top or bottom margin values):

    #top .hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #11. The images inside the 1/2 column are left aligned, centering those images should fix it.

    Best regards,
    Nikko

    in reply to: Several problems with Enfold #1337551

    Hi Till,

    I apolgize for the delayed response.
    #1. We would need to have admin access in order to check the theme options.

    #2. Do you mean removing the summary of posts/pages on the search results?

    #3. I don’t see any overlap of the title in the blog page https://www.tt-bewerbungsservice.de/bewerbungsblog.html is this already fixed? the title seems a bit long, so I think reducing the font size would help, please add this in Enfold > General Styling > Quick CSS (just adjust the font size value):

    #top .avia-content-slider .slide-entry-title {
        font-size: 24px;
    }

    #4 & #5 Please add this CSS code in Quick CSS:

    @media only screen and (max-width:960px) and (min-width:480px) {
        #socket #avia3-menu li {
            padding-left: 6px;
            padding-right: 6px;
        }
    }
    
    @media only screen and (max-width:479px) {
        h1 {
            font-size: 26px;
        }
    
        #socket .copyright {
            width: 100%;
            text-align: center;
            margin-bottom: -12px;
        }
    
        #socket .sub_menu_socket {
            margin: 0 !important;
        }
    
        #socket #avia3-menu li {
            line-height: 1.3;
            margin-bottom: 4px;
            text-align: center;
            width: 50%;
        }
    }

    #6 For the blockquote font attributes go to Enfold > Advanced Styling and select < blockquote >, as for removing border and adding a quote, please add this to Quick CSS:

    #top .all_colors blockquote {
        border: none;
        margin-right: 0;
        padding-left: 0;
        position: relative;
    }
    
    #top .all_colors blockquote:before {
        content: '\e833';
        font-family: 'entypo-fontello';
        position: absolute;
        left: 0;
        top: -8px;
        font-size: 28px;
        transform: rotate(180deg);
    }

    #7. Please add this to Quick CSS:

    .page-id-41 .pricing-table li:nth-child(2) {
        min-height: 112px;
    }

    Best regards,
    Nikko

    in reply to: 50 % width streting picture #1337483

    Hi Veronika,

    I have modified your About Page and added this on Quick CSS:

    .page-id-3377 #welcome {
        background-image: url('https://yoursite.com/wp-content/uploads/2022/01/image.jpg');
        background-size: cover;
    }

    Please review the page.

    Best regards,
    Nikko

    in reply to: 50 % width streting picture #1336973

    Hi Veronika,

    There are two workarounds for this, the first one is easy but may not give you the result that you want, which is to set Background Repeat to Stretch to Fit, this one would ensure that the image will occupy the whole width of the 1/2 column as well as the height but the image will be stretched by the browser.
    The second one, is to separate background image (or use background color) then use an image element with just the image of the model in transparent background, the result is similar to this: https://kriesi.at/themes/enfold-app/#av-layout-grid-2

    Best regards,
    Nikko

    in reply to: Blog: featured images: not appearing #1336970

    Hi cryptotradingbg-com,

    The “image element” that I mentioned is for posts that uses Advanced Layout Builder since it does not use a default layout and basically just a blank slate therefore you need to recreate everything, since featured image won’t show up when this is enabled, you use the image element and choose the same image used as featured image to show it.
    As for featured image sliders, it does not pick random images, it only fetches the ones uploaded as the featured image, but it does show different featured images of different posts.
    I hope this answers your questions.

    Best regards,
    Nikko

    Hi Natalie,

    Yigit’s code should work however your caching plugin seems to be preventing the new code from being fetch thus it appears that the code is not working, please clear the cache from the caching plugin and see if it helps.

    Best regards,
    Nikko

    in reply to: Several problems with Enfold #1336835

    Hi Tomba111,

    Thanks, I tried to access the staging site with the credentials you gave however it does not work, please check.
    Can you try to go to Enfold > Performance and disable both CSS file merging and compression and Javascript file merging and compression and let us know if this helps and resolve some of the listed issues, if not then we’ll go through your list.

    Best regards,
    Nikko

    in reply to: 2x Logo in header ! #1336832

    Hi pikachul,

    The image optimization plugin is causing some conflict with Enfold’s CSS, to fix this, please add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top .logo .subtext {
        display: none;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: do not collapse partner logos on mobile view #1336830

    Hi laptophobo,

    We’re glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: do not collapse columns #1336828

    Hi laptophobo,

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

    Best regards,
    Nikko

    in reply to: Page load error #1336824

    Hi cruzestudio,

    Thanks for giving us admin access.
    I have checked your site, the background video seems to work properly when the parent theme is used (plugins are not disabled).
    I tried commenting out the child theme’s codes but it does not fix the issue, it seems to be caused by some configuration in the child theme however I could not figure out which one it is.
    Try to create a copy of your child theme and rename it, then try to configure the theme options again and see if this helps.

    Best regards,
    Nikko

    in reply to: Responsive newsletter signup customization #1336807

    Hi Sabine,

    1. Please modify the code so it looks like this:

    @media only screen and (max-width: 479px) {
      .responsive .avia_ajax_form .form_element {
        width: 70%;
      }
    
      .responsive .avia_ajax_form .form_element.av-last-visible-form-element {
        width: 100%;
      }
    }

    2. Are you using Safari? if yes, what version? try including a .woff font file when you upload the custom font.

    Best regards,
    Nikko

    in reply to: Color section: background 100% #1336460

    Hi grassifrancesca,

    I see, I don’t see much of a workaround via CSS, however, a workaround I can think of is to use an image editor to edit the image make it’s width double (from 952px to 1904px), the left side should be transparent/empty while the right side (50%) of the space is the image (height remains unchanged) then save it as png (jpg does not support transparent color). Make this image the background image, then remove this ID from that specific Color section section-container-width, and make sure Background Repeat is set to Stretched to fit, this should make sure you’ll have the image occupy 50% of the width on the right and then have the content in the left lineup with the logo.

    Best regards,
    Nikko

Viewing 30 posts - 3,541 through 3,570 (of 25,536 total)