Forum Replies Created

Viewing 30 posts - 4,291 through 4,320 (of 25,536 total)
  • Author
    Posts
  • in reply to: Adding a Webfont? #1309041

    Hi designyvr,

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

    Best regards,
    Nikko

    in reply to: Simple Edits For Blog Page #1308892

    Hi Samuel,

    Please try to use this CSS code:

    .blog .fallback-post-type-icon {
        display: none;
    }
    
    .blog .post-title {
        text-transform: none !important;
    }

    Best regards,
    Nikko

    in reply to: Problem with z-index #1308889

    Hi Peter,

    Thanks for giving us admin access, I have removed the previous code and replaced it with:

    .home #av_section_1 {
        position: relative;
        z-index: 320;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Enfold Version: 4.5.4 #1308888

    Hi gugler,

    Please check the private content.

    Best regards,
    Nikko

    in reply to: Menu on Mobile Browsers Empty #1308886

    Hi kosmosdigital,

    Thanks for giving us a temporary admin access.
    I have checked your site and for some it’s not detecting the latest version.
    Can you try to update using this plugin provided by Envato: https://envato.com/market-plugin/

    Best regards,
    Nikko

    in reply to: Images slightly blurred #1308883

    Hi Real-3D,

    Thanks for providing the screenshot, however, it’s the main tag that was selected, you can also see in the Styles (tab) in the right that it’s the main’s CSS properties are shown.
    Please do the same except just click on the img tag.

    Best regards,
    Nikko

    in reply to: Adding a Webfont? #1308881

    Hi designyvr,

    I have made some changes in your site.
    In Advanced Styling, I added the Botanica font in Main Menu Links.
    Please review your site and let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Images slightly blurred #1308718

    Hi Real-3D,

    Try to do the following:
    1. Right-click on any part of your site, then click Inspect.
    2. Press Ctrl + F (and a search bar should appear below).
    3. Search for: wp-image-3451 (this would highlight the image element)
    4. Click on the highlighted text wp-image-3451
    5. Then take a screenshot and post it here.

    This video might be helpful on how to inspect element: https://www.youtube.com/watch?v=1l4xz1QQhew

    Best regards,
    Nikko

    in reply to: Date post blog with avia builder #1308716

    Hi Luc,

    You’re welcome :)
    The current version of your Enfold theme on your site is still 4.7.6.3 (you can check it in the link in private content).
    This code should work in version 4.8.3: https://kriesi.at/support/topic/date-post-blog-with-avia-builder/#post-1308137 but with Enfold 4.7.6.3 it shows an error and does not display the content, so I have tweaked the code to make it work.
    Anyway, we’re just glad that it’s working properly on your end now :)

    Best regards,
    Nikko

    in reply to: Date post blog with avia builder #1308529

    Hi Luc,

    Thanks for giving us admin access.
    I have updated your functions.php and re-added function avia_title
    The reason it’s removing your post before was the code I gave wasn’t compatible with Enfold 4.7.6.3 (your current Enfold version) though it works with the latest version 4.8.3.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Adding a Webfont? #1308527

    Hi designyvr,

    Thanks, I have re-uploaded the font.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Show boxed layout only on single product pages #1308524

    Hi AnniNilsson,

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

    #top .single-product-main-image {
        width: 48%;
        margin-right: 4%;
    }
    
    #top .single-product-summary {
        width: 48%;
    }

    Best regards,
    Nikko

    in reply to: Hide product meta on single product page #1308522

    Hi AnniNilsson,

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

    #top .product_meta .tagged_as {
        display: none;
    }

    Best regards,
    Nikko

    in reply to: Enfold Error and Can’t Login #1308518

    Hi Lee,

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

    Best regards,
    Nikko

    in reply to: NEW WIDGET AREA #1308387

    Hi Gaëlle,

    Please try to replace the code I gave you with this one:

    #header_main #text-5 {
        position: absolute;
        right: 120px;
        width: 650px;
        z-index: 10;
    }
    
    #header_main #text-5 .textwidget {
        display: flex;
        column-gap: 1em;
    }
    
    #header_main #text-5 .textwidget > br {
        display: none;
    }
    
    #header_main #text-5 .textwidget .avia-button {
        font-weight: bold;
        border: 3px solid #c42e38;
    }
    
    #header_main #text-5 .textwidget .avia-color-light {
        color: #c42e38 !important;
    }
    
    #header_main #text-5 .textwidget .avia-color-light:hover {
        opacity: 1;
        color: white !important;
    }

    Best regards,
    Nikko

    in reply to: Enfold default Style #1308385

    Hi peterolle,

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

    Best regards,
    Nikko

    in reply to: Problem with Masonry #1308384

    Hi Joe,

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

    Best regards,
    Nikko

    in reply to: NEW WIDGET AREA #1308381

    Hi oeilneuf74,

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

    #header_main #text-5 {
        position: absolute;
        right: 120px;
        width: 650px;
    }
    
    #header_main #text-5 .textwidget {
        display: flex;
        column-gap: 1em;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Problem with Masonry #1308379

    Hi Joe,

    You’re welcome :)
    As for the suggestion, I apologize it wasn’t clear, I was just pointing to copy the av-helper-masonry.php file in the child theme of the staging site and replace the one in the live site (this is just to remove the error).
    But I’m also suggesting that you update the av-helper-masonry.php file since I only supplied the missing function so it may be lacking some updated functions, you can just compare it with the av-helper-masonry.php file on the parent theme (since it’s updated) and just replace the old code, just be careful not to remove the tweaks you’ve made.

    Best regards,
    Nikko

    in reply to: Enfold default Style #1308372

    Hi peterolle,

    I see, there’s none exactly similar to the default, but the nearest one with some slight difference is the Splash Green.

    Best regards,
    Nikko

    in reply to: Logo in the header section not responsive #1308371

    Hi agiledynamicss,

    Please go to Enfold > Main Menu > Menu Items for mobile and set it to Activate for Smartphones and Tablets (browser width below 990px).
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Page jumps to bottom after loading #1308370

    Hi 2SINN,

    We’re glad to hear that.
    That module might be causing some js errors.
    Just let us know if you still need further assistance.

    Best regards,
    Nikko

    in reply to: Removing Header and Top bar from mobile #1308369

    Hi Héctor,

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

    @media only screen and (max-width:767px) {
        #header {
            display: none !important;
        }
    }

    Best regards,
    Nikko

    in reply to: Enfold Error and Can’t Login #1308368

    Hey Lee,

    Can you give us temporary admin access? so we can try to check on it.
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: Contact page layout #1308364

    Hi joseph_haddad,

    Thanks for giving us admin access.
    The disabled googlemap seems to be causing that issue on your Contact Page, I have removed it and it fixes the issue.
    You can just add back the googlemap after enabling it in Google Services.

    Best regards,
    Nikko

    in reply to: Google Map API not working #1308361

    Hi mattb1169,

    On the Google’s Cloud Platform did you set the Application restrictions and API restrictions? if yes, can you try to set it to none or no restriction and see if it helps.

    Best regards,
    Nikko

    in reply to: Problem with Masonry #1308360

    Hi Joe,

    Thanks for giving us admin access to your staging site.
    I have modified av-helper-masonry.php in your child theme (I just added the missing function, but since it’s a bit outdated I would suggest updating it based on Enfold 4.8.3).
    Just copy its content to the live site and that should fix it.

    Best regards,
    Nikko

    in reply to: Google Maps error message #1308357

    Hi phausner,

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

    Best regards,
    Nikko

    in reply to: Travel Demo import error #1308356

    Hi David,

    Thanks for giving us admin access.
    Can you please enable PHP ZipArchive Extension on your server?
    This is a needed feature for importing, you may ask your hosting provider for assistance in enabling it.
    You can verify if this feature is enabled by going to LayerSlider WP > Options > System Status (or opening the link in private content).

    Best regards,
    Nikko

    in reply to: Bug – Every page jumpes to footer #1308351

    Hey snitt,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

Viewing 30 posts - 4,291 through 4,320 (of 25,536 total)