Forum Replies Created

Viewing 30 posts - 721 through 750 (of 25,536 total)
  • Author
    Posts
  • in reply to: Mobile Font Sizes on Blog Posts Homepage #1413450

    Hi vew01,

    I have formatted your Quick CSS so it’s easier to read:

    .phone-info {
        font-size: 18px;
    }
    
    @media only screen and (max-width: 1200px) {
        .fallback_menu.av-main-nav-wrap { 
            position: relative; right: -120px;
        }
    }
    
    @media only screen and (max-width: 790px) {
        .responsive #top #wrap_all .container { 
            width: 70%; 
            max-width: 70%; 
        }
    }

    As for code’s to remove, I think you should remove:

    @media only screen and (max-width: 1200px) {
        .fallback_menu.av-main-nav-wrap { 
            position: relative; right: -120px;
        }
    }

    Because it does not seem to do anything.

    And remove this because it only makes the area for the content on mobile narrow:

    @media only screen and (max-width: 790px) {
        .responsive #top #wrap_all .container { 
            width: 70%; 
            max-width: 70%; 
        }
    }

    Best regards,
    Nikko

    in reply to: Fatal Error after PHP update #1413449

    Hi Obrmarketing,

    1. Make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    2. Disable any caching or optimization plugins.
    3. Update the theme via following options:
    a. Update using Theme Update in Theme Options
    b. Use Envato market plugin: https://envato.com/market-plugin/
    c. Upload manually via Appearance > Themes and replace the old Enfold theme
    d. Upload manually via cPanel or FTP
    4. Review the updated staging site, if anything is messed up, go to Enfold > Theme Options > Performance, then disable CSS File Merging And Compression and Javascript File Merging And Compression

    I hope this helps.

    Best regards,
    Nikko

    in reply to: Footer is displayed incorrectly after update #1413448

    Hi alexs91,

    I have modified the font size of the content of the homepage slider, please review your website.

    Best regards,
    Nikko

    in reply to: full width slide #1413411

    Hi sitibus,

    Please try to use this CSS code:

    [id^=after_full_slider] {
        border: none;
    }

    If it doesn’t work, then try to use this one instead:

    [id^=after_full_slider] {
        border: none !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Post Slider Icon #1413410

    Hi markr156,

    Can you give us a link to the page where the icon on top of the post slider shows? so we can try to inspect further.

    Best regards,
    Nikko

    in reply to: Fatal Error after PHP update #1413409

    Hi Obrmarketing,

    Thanks, I was able to access it and it seems the reason why you are having this error is because you are using the latest version of WordPress (6.2.2) and Enfold 4.7.4 which has been released 3 years ago. The only way to fix this is to update to the latest version of Enfold (5.6.4) and you also need to update header.php and footer.php of your child theme.

    Best regards,
    Nikko

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

    Hi Cloud Construct,

    Thanks for giving us admin access.
    I tried to check it however I can’t seem to find the cause of the issue, the video works properly when the parent theme (Enfold) is used but when you use the child theme, the video stops working. There’s no custom code in the child theme so, the only thing I could think is the settings but I could not figure out which setting is causing the issue.
    I think a workaround is to export the theme settings, use the parent theme and then import the settings back.

    Best regards,
    Nikko

    in reply to: Footer is displayed incorrectly after update #1413407

    Hi alexs91,

    Yes, I have made the changes and also updated to Enfold 5.6.4.
    Please review your website. :)

    Best regards,
    Nikko

    in reply to: Order – Social Share Buttons #1413406

    Hi woogie07,

    Please replace the CSS code I gave with this one:

    #top .av-share-box ul {
        display: flex;
        gap: 12px;
    }
    
    #top .av-share-box ul li {
        display: block;
    }
    
    #top .av-share-box ul .av-social-link-linkedin {
        order: 1;
    }
    
    #top .av-share-box ul .av-social-link-instagram {
        order: 2;
    }
    
    #top .av-share-box ul .av-social-link-facebook {
        order: 3;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Sidebar not properly positioned on one page – Mike #1413339

    Hi daves1997,

    I tried to check on the link but nothing is showing the page, I think the link is wrong, please check.

    Best regards,
    Nikko

    in reply to: Best way to create this menu style? #1413338

    Hi acscreativenew,

    Can you try adding this CSS code:

    #header_main, 
    #header_main .container .inner-container {
        height: 90px;
    }
    
    .av_minimal_header #header_main .container, 
    .av_minimal_header .main_menu ul:first-child > li a {
        height: 35px;
    }

    Hope it helps.

    Best regards,
    Nikko

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

    Hi Pete,

    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

    Hi Cornelie,

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

    Best regards,
    Nikko

    in reply to: Theme Licence #1413335

    Hi refractiv,

    I’m glad that Rikard could help you :)
    Please let us know if you still need further assistance on this topic or if we can close it.

    Best regards,
    Nikko

    in reply to: Accordion not opening / toggle not working #1413334

    Hi Andreas,

    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: header mobil #1413333

    Hi Franz,

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

    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        height: 48px !important;
      }
    
      .responsive #top #wrap_all .main_menu, 
      .responsive #top #header_main > .container .main_menu .av-main-nav > li > a, 
      .responsive #top #wrap_all .av-logo-container,
      .responsive #top #menu-item-shop.cart_dropdown, 
      .responsive #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 48px;
        line-height: 48px;
      }
    
      .responsive .logo a {
        background-image: none !important;
      }
    
      .logo img, 
      .responsive .logo img {
        opacity: 1 !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Featured Images Messed Up #1413332

    Hi Lance,

    Please add this code in functions.php using a child theme or if you don’t have a child theme, you can use WPCode plugin to insert this php snippet:

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

    The width and height values are default, so change it as you see fit.

    I need images that display at 1032px wide and are not constrained as to height.

    please change this part of the code:

    $size['entry_without_sidebar'] = array('width'=>845, 'height'=>321);

    to

    $size['entry_without_sidebar'] = array('width'=>1032);

    Then regenerate your images or simply re-upload the image.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Mobile Font Sizes on Blog Posts Homepage #1413331

    Hi vew01,

    Thanks for giving us the link to your site.
    I think the problem is caching, please clear the cache and temporarily disable Siteground Optimizer.
    If that does not work, please give us temporary admin access and post the credentials in private content.

    Best regards,
    Nikko

    in reply to: “Top Posts” Widget Disappeared #1413330

    Hi Lance,

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

    Best regards,
    Nikko

    in reply to: Password protected pages and sub pages #1413329

    Hi Jody,

    Thanks for sharing the solution that worked for you :)

    Best regards,
    Nikko

    in reply to: Accordion bottom margin not large enough #1413328

    Hi Sean,

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

    #top .single_toggle {
        margin-bottom: 20px;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: REmove underline from icons #1413327

    Hi Sean,

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

    #top .av_font_icon:hover, 
    #top .av_font_icon *:hover {
        text-decoration: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi mohsen159,

    Do you mean just changing the header color or change header color only when it shrinks?

    Best regards,
    Nikko

    in reply to: Layout Blog #1413325

    Hi Intercettazioni,

    Thanks for giving us admin access.
    I checked the Blog Layout you are using and it is Grid Layout, for this one, you need to change the number of blog posts in Settings > Reading > Blog pages show at most, I have changed it to 9.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Fatal Error after PHP update #1413324

    Hi Obrmarketing,

    I tried to connect to SFTP using Filezilla with the files you have provided however it doesn’t seem to work, please check the private content.

    Best regards,
    Nikko

    in reply to: Order – Social Share Buttons #1413323

    Hi woogie07,

    Can you give me a link to the page showing the social share? so I can try to inspect and give you a better code that fits your need.
    You can post the link in private content.

    Best regards,
    Nikko

    in reply to: Header fall down #1413322

    Hi Stilecatalini,

    Thanks for the screenshot, for the overlay, please add this CSS code in Quick CSS:

    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        background-color: rgba(0,0,0,0.3);
    }

    just adjust the opacity value 0.3 to increase or decrease transparency.

    As for the shadow, I can’t seem to see the shadow when the header goes up and hidden, can you provide a screenshot on how it looks on your end?

    Best regards,
    Nikko

    in reply to: Footer is displayed incorrectly after update #1413321

    Hi alexs91,

    I apologize for misunderstanding, the problem you’re having is caused by the obsolete codes in your child theme’s header.php and footer.php file.
    I have fixed the child theme in your staging site and you can use it for your live site.
    Please review your site and if you need further assistance regarding this topic, just let us know.

    Best regards,
    Nikko

    in reply to: Adding Dropdown WPML #1413198

    Hi Anna_Tewes,

    Thanks as well for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Some lInks are showing up weird #1413197

    Hi michelleornest,

    Thanks for giving us admin access.
    I have hidden the embedded frame when link is added in the editor, I have added this CSS code in your Quick CSS:

    #top .avia_textblock .avia-iframe-wrap {
        display: none;
    }

    Please review your site.

    If you want to completely remove it, please try the suggestions in this article: https://kinsta.com/knowledgebase/disable-embeds-wordpress/
    Hope it helps.

    Best regards,
    Nikko

Viewing 30 posts - 721 through 750 (of 25,536 total)