Forum Replies Created

Viewing 30 posts - 14,521 through 14,550 (of 25,536 total)
  • Author
    Posts
  • in reply to: Avia full width submenu not sticky after update to 4.5.1 #1046027

    Hi leos,

    Probably it’s just a caching issue, which fetches old css values/codes and it might have expired which forces the new css to be fetched instead.
    Anyway, glad that it has been resolved :)

    Best regards,
    Nikko

    in reply to: Show posts as popup in category listing page #1046026

    Hey vasudevbbhat,

    I don’t think Enfold has those features, though we lightbox popup for images.
    You might want to check for wordpress plugins for this feature.

    Best regards,
    Nikko

    in reply to: Accordions custom toggle ids and css not working #1046025

    Hey lzevon,

    I have checked your site, and could see your css code working effectively:

    .the-nine-topics .toggle_icon {
        padding: 2px;
        color: #ffffff !important;
        background: #00aeef !important;
    }

    but since you mentioned ids, maybe this selector can help:

    .the-nine-topics [data-fake-id="#toggle-id-1"] .toggle_icon {
      //css code here
    }

    Best regards,
    Nikko

    in reply to: Easy Slider – YouTube Share #1046024

    Hey xyzb,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av-video-service-youtube .av-click-overlay {
        top: 60px;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: WPForms looks terrible in mobile #1046023

    Hey michellevelasss,

    Are you referring to the Enfold Contact form? or a plugin’s form?
    Can you give us the username as we’ll so we can try to check.

    Best regards,
    Nikko

    in reply to: Icon List Same Size #1046022

    Hi Dizasta,

    Can you give us a link to your site? you can post it in private content, so it’s only seen by the moderators.
    If you put a background on the columns it should be equal however the icon lists inside each column could not be adjusted properly, but we’ll try to inspect it and maybe we can make it look better and equal.

    Best regards,
    Nikko

    in reply to: Creative Studio Demo – Images missing #1046021

    Hi Brad,

    If you want a refund, you would need contact Themeforest support as we don’t handle anything regarding sales, you can use this link to request for a refund: https://help.market.envato.com/hc/en-us/requests/new
    Another option is to enable Avia Layout Debugger on your site: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and we’ll try to help set it up since it’s only single page site.
    I tried to check on your site to try to check it further however it just shows (renamed the website name in the error):

    The connection to 'yoursite.com' failed. 
    Error: TimedOut (0x274c). 
    System.Net.Sockets.SocketException A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

    Best regards,
    Nikko

    in reply to: Google maps not working after update #1046017

    Hi VORMELEVENCC,

    I can’t see the page and I only get:

    Niets Gevonden
    Sorry, de post waarnaar u opzoek bent is niet beschikbaar. Misschien wilt u gebruik maken van de zoekfunctie?

    Seems like the page is removed.
    The problem you’re having is similar to: https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only
    You’ll need to enable Billing on your google account, google provide limited daily usage if you exceed it, you’ll see those watermarks.

    Best regards,
    Nikko

    in reply to: Size do not scales in blog posts #1046012

    Hi stefanstagliano,

    This is the code that causes the issue you’re having:

    @media (max-width: 1130px) {
    .big-preview img {
        height: 3160px;
        width: auto !important;
    }

    you can find it in (link in private content)

    try adding this css code:

    @media only screen and (max-width:767px) {
      .big-preview img {
        width: 100% !important;
        height: auto;
      }
    }

    let us know if this helps.

    Best regards,
    Nikko

    in reply to: V. 4.5.1 – Sticky Toolbar gone? #1046009

    Hi Sladestyle,

    Installing the classic editor plugin is what WordPress suggests to disable gutenberg at the moment which causes a lot of issues on a lot of sites, themes and page builders.
    There is a plan though from our developers to create an option in the backend to enable/disable gutenberg, this way it can be disabled through the theme option instead of installing another plugin or some custom php code.

    Best regards,
    Nikko

    in reply to: chart on mobile #1046003

    Hi soniavoice,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Drop-down menu not working on mobile devices #1045999

    Hi ktiilikka,

    I think the problem is with the hidden Color Section.
    And two ids of the same name doesn’t work properly, try to change the second translation (id) to translation-mobile then on your menu, in Appearance > Menus, instead of having 1 link to translate, make it 2.
    The link for translation in desktop will have for example a class of menu-item-desktop and the menu on mobile which points to #translation-mobile give it a class menu-item-mobile then go to Quick CSS (located in Enfold > General Styling) just add this code:

    .menu-item-mobile {
      display: none;
    }
    
    @media only screen and (max-width:767px) {
      .menu-item-desktop {
        display: none;
      }
    
      .menu-item-mobile {
        display: block;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Page Speed Insight issue #1045992

    Hi fabiomagliozzi,

    I checked it with pingdom and pagespeed insight and your http://www.website.com does work well and does not return 404 page, however for /en it returns this on pagespeed:

    Lighthouse returned error: ERRORED_DOCUMENT_REQUEST. Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. Status code: 404.

    and 404 page on pingdom. I have checked your /en site and it does give me a 404 page so I think it’s accurate.
    Can you try to switch to wordpress default theme like twenty-nineteen and check if it returns the same result on your end?

    Best regards,
    Nikko

    in reply to: Space with tag under menu after update #1045987

    Hi Daniel,

    I can see the video after the first page (screenshot in private content).
    However I could see this error:

    Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure font '<URL>'. This request has been blocked; the content must be served over HTTPS.

    and it’s pointing to your fonts.

    Best regards,
    Nikko

    in reply to: chart on mobile #1045984

    Hi soniavoice,

    I see, I made some mistake in the code I gave, please replace the code I gave to:

    @media only screen and (max-width:767px) {
      #top #after_section_1 .avia-table-1 tr, 
      #top #after_section_1 .avia-table-1 tr {
        display: table-row;
      }
    
      #top #after_section_1 .avia-table-1 th, 
      #top #after_section_1 .avia-table-1 td {
        display: table-cell;
        min-width: 50%;
        width: 50%;
        padding-left: 17px;
        padding-right: 17px;
        border-right: 1px solid;
      }
    
      #top #after_section_1 .avia-table-1 th:last-child, 
      #top #after_section_1 .avia-table-1 td:last-child {
        border-right: none;
      }
    
      #top #after_section_1 .avia-table-1 td:before {
        display: none;
      }
    }

    Best regards,
    Nikko

    in reply to: Masonry Gallery – Images appear in wrong order #1045982

    Hi samvasgr,

    Can you give us the login link and credentials for the staging site?
    Just post those information in private content, so it can only be viewed by the moderators.

    Best regards,
    Nikko

    in reply to: Error 503 in Site #1045981

    Hi lorenzdeutsch,

    Can you try to enable Avia Layout Debugger: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
    Since you’re not using a child theme, go to wp-content > themes > enfold > functions.php and find this code (should be in line 17 in version 4.5.1):

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    and below that code paste this:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    Best regards,
    Nikko

    in reply to: Title mobil smaller #1045978

    Hi Franz,

    You have mentioned in example that you have those markup:

    <h3>TEXT TEXT</h3>

    we assume you are using Text Block. If we misunderstood it please let us know, maybe you can give us a screenshot where you put it to give us the context.

    Best regards,
    Nikko

    in reply to: The Events Calendar rendering problem #1045680

    Hi Mike,

    I have added this css code in Quick CSS (located in Enfold > General Styling):

    #tribe-events-bar:before, 
    #tribe-events-bar:after {
        content: ".";
        position: absolute;
        height: 100%;
        width: 2000px;
        left: -2000px;
        text-indent: -50px;
        overflow: hidden;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    However, it doesn’t take effect since caching is preventing it, even when purging SG cache.

    Best regards,
    Nikko

    in reply to: Updating to Enfold 4.5 and validating Personal Token #1045678

    Hi dale_arden,

    Yes, please try upload manually via ftp.
    If you haven’t updated your site to WordPress 5.0 yet, you might want to create a stage site first: https://themeisle.com/blog/wordpress-staging-site/
    this way you can try the updates first without risking your live site.

    Best regards,
    Nikko

    in reply to: Changing Portfolio "Nothing Found" #1045677

    Hi leviticus,

    I tried logging in with the credentials you gave however it didn’t work, please check.

    Best regards,
    Nikko

    in reply to: Internet Exporer – Crash #1045676

    Hi danielrad78,

    Thanks for giving us admin access as well.
    I checked it with IE and it doesn’t crash however it is too slow that it doesn’t seem to function at some point, even in chrome not just in IE.
    And I get this in the web console:

    Active resource loading counts reached a per-frame limit while the tab was in background. Network requests will be delayed until a previous loading finishes, or the tab is brought to the foreground.

    Also since you are using an old version of Enfold, can you try to create a stage site (a duplicate on of your live site which will be placed in your subdomain), you can check how to do it here: https://themeisle.com/blog/wordpress-staging-site/
    This way you can try to update in the stage site to the latest version of Enfold without affecting your live site in case there will be issues.

    Best regards,
    Nikko

    in reply to: Error message on wp-admin after upgrade to Enfold 4.5 #1045673

    Hi Klaasbaas1983,

    Did you turn off the caching in the staging?
    What I meant is the caching in the live site.
    You’ll see it in wp-config.php:

    define('WP_CACHE', true);
    define( 'WPCACHEHOME', '/home/path_to_your_wp_folder/wp-content/plugins/wp-super-cache/' );

    (I’ve renamed the path).
    As for the superobject file, yes it was checked and it was this line:

    $this->type_fonts = new AviaTypeFonts();

    which is weird, since that class is properly defined in enfold > framework > php > font-management > class-avia-type-fonts.php
    Also there is no similar issues that you’re experiencing.

    Best regards,
    Nikko

    in reply to: chart on mobile #1045665

    Hi soniavoice ,

    Can you try adding this css code in QUick CSS (located in Enfold > General Styling):

    .postid-4561 #after_section_1 .avia-table-1 th, 
    .postid-4561 #after_section_1 .avia-table-1 td {
        display: table-cell;
        min-width: 50%;
        width: 50%;
        padding-left: 17px;
        padding-right: 17px;
    }

    this will affect only the page/post you posted. If you want it to be global, you can do it like:

    #top #after_section_1 .avia-table-1 th, 
    #top #after_section_1 .avia-table-1 td {
        display: table-cell;
        min-width: 50%;
        width: 50%;
        padding-left: 17px;
        padding-right: 17px;
    }

    HOpe it helps.

    Best regards,
    Nikko

    in reply to: menu (sub) errors since upgrading #1045664

    Hi jnrdavo,

    Are you referring to footer widgets?
    Try to go to Appearance > Widgets > (at the bottom left) find Inactive Widgets, your widgets might have been placed there, you can put it back by dragging it to the footer widget area.

    Best regards,
    Nikko

    in reply to: size portfolio slider image #1045662

    Hi kostertje,

    In the link below (private content), I have modified the Choose custom size image that is in Portfolio Grid.
    As for WordPress 5.0 issue you have, I didn’t find any in some pages I checked, can you tell us where the issue is?

    Best regards,
    Nikko

    in reply to: Blog post featured image #1045658

    Hi biteandsip,

    I apologize for the late response.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

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

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Where to place css code? #1045656

    Hi Iain,

    I apologize for the late response.
    We don’t recommend modifying responsive.css or anything in the Enfold theme (but if you use a child theme, you can put it there).
    Otherwise, just go to the WordPress Dashboard > Enfold > General Styling and add the css code in Quick CSS.

    Best regards,
    Nikko

    in reply to: Enfold find css generator #1044650

    Hi spb-vladimir,

    You can find it in enfold > config-templatebuilder > avia-shortcodes > section.php (begins in line 762):

    if ($atts['background'] == 'bg_gradient'){

    you should find other codes at the bottom.
    Hope this helps.

    Best regards,
    Nikko

    Hi Lorenzo,

    Glad to hear that, it’s a pleasure that we could help :)
    Feel free to create a new thread if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 30 posts - 14,521 through 14,550 (of 25,536 total)