Forum Replies Created

Viewing 30 posts - 601 through 630 (of 25,536 total)
  • Author
    Posts
  • in reply to: YouTube Videos Not Embedding Using Layout Builder #1415481

    Hi Cloud Construct,

    You’re welcome. :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: Issues with Roboto slab font #1415342

    Hi BenjaminSpeedtsberg,

    Thanks, I have checked it and the font seems to be correct (screenshot link in private content).
    I compared it as well to https://fonts.google.com/specimen/Roboto+Slab and it’s similar.

    Best regards,
    Nikko

    in reply to: YouTube Videos Not Embedding Using Layout Builder #1415340

    Hi Cloud Construct,

    I apologize for the delayed response.
    The problem was the Cookie Consent set in Enfold > Privacy and Cookies > Cookie Handling > Default Cookie Behaviour, is set to Essential cookies are accepted on first page load, user must opt in which disallows external video content like youtube from running, you should set it to All cookies and services are accepted on first page load, user can opt out

    Best regards,
    Nikko

    in reply to: Issues with Roboto slab font #1415319

    Hi BenjaminSpeedtsberg,

    I apologize for the delayed response.
    There’s no login page link given so I assumed it’s similar the one in private content, however, it doesn’t seem to work, please check.

    Best regards,
    Nikko

    in reply to: WooCommerce “You might also like…” Section #1414889

    Hi vantagepointmg,

    For related products, it should show products with similar categories or tags from the current product on page.

    Best regards,
    Nikko

    in reply to: Bilder verschwinden immer wieder #1414888

    Hi Monikafrick,

    As for the last picture, please add an image element inside grid and use the same image as the background image of the cell, and show it only on mobile (Advanced > Responsive > Element Visibility).
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Top bar styling and shopping cart icon #1414887

    Hi Daniela,

    I tried to check the CSS code if it’s added (css file url in private content) and it seems the code I gave you is added but you inserted it inside:

    @media only screen and (max-width: 768px){

    which basically means that you will see this code activated on mobile devices.
    Also, the @media CSS code is unclosed, so it could cause unpredictable issues.
    The codes you put in #1 is also not shown in the css file url, that’s why it’s not working.

    Best regards,
    Nikko

    in reply to: website logo and responsive menu colliding #1414729

    Hi tiadrop,

    I could not follow the issue that you mentioned, I could see the images on my end, can you provide a screenshot on how it looks on your end? maybe I just missed it.

    Best regards,
    Nikko

    in reply to: Issues with Roboto slab font #1414728

    Hi BenjaminSpeedtsberg,

    For H tags, it will show as well if you set it in Heading Font.
    If that does not help, please give us temporary admin access, so we can check further.
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: Child Theme update error #1414727

    Hi Zack,

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

    Best regards,
    Nikko

    in reply to: Change image size in the blog #1414721

    Hi Beat,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Making a widget content change and cannot save #1414685

    Hi Buddy,

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

    Best regards,
    Nikko

    in reply to: Top bar styling and shopping cart icon #1414684

    Hi Daniela,

    1. Your code is correct but it’s not being fetched in the frontend, please go to Enfold > Performance, then disable CSS file merging and compression and Javascript file merging and compression.

    2. Please try to add this CSS code:

    #top #header_main #menu-item-shop .cart_dropdown_link {
        font-size: 25px;
    }

    Default Size is 15px.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Split Menu and Burger Layout issue #1414682

    Hi jamesbarrell,

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

    Best regards,
    Nikko

    in reply to: Child Theme update error #1414681

    Hi Zack,

    The reason why it’s not showing the same font is because the Prata font was not imported to the staging site.
    Please add the Prata font in Enfold > Import/Export > Custom Font Manager.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Fatal Error after PHP update #1414680

    Hi Obrmarketing,

    For some reason $which_files instead of being a type of array, was type of string which was causing the issue.
    I simply added this code:

    if (is_string($which_files)) {
    	$which_files = [];
    }

    above this line of code:

    $which_files['css'] = $css_merging;

    to make sure that $which_files is an array.

    Best regards,
    Nikko

    in reply to: Google Fonts Display #1414666

    Hi DianaLoola73,

    I’m using windows so I’m not too familiar with mac, here’s an article I found: https://www.tomsguide.com/how-to/how-to-clear-the-cache-on-mac
    I hope it helps.

    Best regards,
    Nikko

    in reply to: Change image size in the blog #1414665

    Hi Beat,

    I have checked it again and it seems the code is working but the CSS forces images to use 100% width, that’s why it doesn’t look like it’s working.
    Please add this CSS code in Enfold > General Styling > Quick CSS:

    #top .big-preview img {
        width: auto;
    }

    Best regards,
    Nikko

    in reply to: Fatal Error after PHP update #1414664

    Hi Obrmarketing,

    I apologize for the delay.
    The fatal error is fixed, please check.

    Best regards,
    Nikko

    in reply to: Change image size in the blog #1414652

    Hi Beat,

    I apologize, you are correct, it should be entry_with_sidebar not entry_without_sidebar:

    function enfold_customization_modify_thumb_size( $size ) {
      $size['entry_with_sidebar'] = array('width'=>845, 'height'=>321);
      return $size;
    }
    
    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );

    Best regards,
    Nikko

    in reply to: Download – Link should start automatically #1414651

    Hi Anna_Tewes,

    Please try to add a class noLightbox and download to the anchor tag like:

    <a class="noLightbox" href="https://website.com/wp-content/uploads/2023/07/my-image.jpg" download>Click here to start downloading</a>

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Google Fonts Display #1414649

    Hi Diana,

    I tried to check your website on my end using chrome, firefox and edge but it does not look thin, here’s a screenshot in firefox:

    The problem might be only showing up on your computer due to caching. Can you try to open it in other device?

    Best regards,
    Nikko

    in reply to: Footer Copyright Automatic Year #1414646

    Hi sjahan,

    Thanks for giving us admin access.
    The code does not work when Jetpack Boost is enabled, but is working properly when it is disabled.
    Maybe you just need to deactivate some settings of the Jetpack Boost.

    Best regards,
    Nikko

    in reply to: Adding a custom font to a special heading #1414643

    Hi tcampaner,

    To assist you further, please provide us with your login credentials by following these steps:

    1. Install and activate the “Temporary Login Without Password” plugin. You can find it here.
    2. Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
    3. Click on “Create New” to generate a temporary login.
    4. Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
    5. Click “Submit” to create the temporary account.
    6. In the private section, provide us with the URL that allows us to access the temporary login and assist you.

    Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.

    If you have any further questions or concerns, please let us know.

    Best regards,
    Nikko

    in reply to: Further question on my decorations for menu item topic #1414641

    Hi stevewroche,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Easy slider move arrows outside of image #1414620

    Hi lfs360,

    Yes, it’s possible, please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-slideshow {
        overflow: visible;
    }
    
    #top .avia-slideshow .avia-slideshow-arrows .prev-slide {
        transform: translateX(-100px);
    }
    
    #top .avia-slideshow .avia-slideshow-arrows .next-slide {
        transform: translateX(100px);
    }

    Best regards,
    Nikko

    in reply to: Google Fonts Display #1414619

    Hi Diana,

    Please try to go to Enfold > General Styling > Typography, then enable the Heading Size (h1, h2, etc) then set the Font Weight.
    Hope it helps.

    Best regards,
    Nikko

    Hi stevewroche,

    I tweaked Rikard’s code a bit, please try to use this one:

    nav.main_menu .current-menu-item > a > .avia-menu-text, 
    nav.main_menu .sub-menu .current-menu-item .avia-menu-text  {
      border-bottom: 2px solid;
      padding-bottom: 5px;
    }

    Best regards,
    Nikko

    in reply to: HTML showing on sidebar #1414617

    Hi Rob,

    Does the greater than and less than symbol changed on the backend? that maybe the cause why it’s rendering as text instead of an html tag.
    If that does not help, then we would need to check the backend in order to see the issue further.

    Best regards,
    Nikko

    in reply to: Critical error on kriesi.at #1414616

    Hi zimbo,

    Thanks for informing us :)
    The problem has been fixed.

    Best regards,
    Nikko

Viewing 30 posts - 601 through 630 (of 25,536 total)