Forum Replies Created

Viewing 30 posts - 7,591 through 7,620 (of 25,536 total)
  • Author
    Posts
  • Hi Cohete.Net,

    We’re happy to hear that it’s fixed.
    And we do suggest 256M for memory_limit in our documentation: https://kriesi.at/documentation/enfold/hosting-requirement/ though it still runs even at 128M.
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: Banner below menu on all pages #1257267

    Hi Bjork,

    Try using this hook ava_after_main_container :

    function enfold_after_main_container() {
        // some code here
    }
    add_action('ava_after_main_container', 'enfold_after_main_container');

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Website hangs while loading after Update #1257265

    Hi forgottensky,

    Can you give us FTP access? so we can check further.

    Best regards,
    Nikko

    in reply to: Strange HTML Markup Errors – Can't Edit Pages? #1257261

    Hi Barbara,

    We apologize for the inconvenience, please go this link: https://kriesi.at/support/forum/enfold/#new-post (the form is located at the bottom).

    Best regards,
    Nikko

    in reply to: LayerSlider not responsive #1257255

    Hi mbesh,

    Layerslider reduces the text proportional to the reduction of the size of the slider, try to duplicate your text, then set the original to show in desktop and tablet (in Toggle device visibility) then the duplicate, hide in both desktop and tablet, then show only in mobile then increase its font size.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: my timeline is doing bad on mobile #1257254

    Hi AuroraArcus,

    Can you try to clear the browser cache and check again?

    Best regards,
    Nikko

    in reply to: enfold facebook like box #1257253

    Hi AuroraArcus,

    I have checked this directly in facebook: https://developers.facebook.com/docs/plugins/page-plugin
    And it doesn’t seem to show anymore how many friends liked the page (only number of likes).

    Best regards,
    Nikko

    in reply to: Facebook video Iframe #1257251

    Hi AuroraArcus,

    We apologize for the delayed response and thanks for giving us admin access.
    The iframe has a height of 1080 which is causing the issue, I changed the width from 1920 to 1500 and height from 1080 to 844.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    Hi Webvriend,

    Can you try adding this code in your child theme’s functions.php:

    if( class_exists( 'GFForms' ) )
    {
    	remove_action( 'wp_enqueue_scripts', 'avia_add_gravity_scripts', 500 );
    }

    Best regards,
    Nikko

    in reply to: WP won't auto update Enfold #1257247

    Hi pmsalvitti,

    We apologize for the delayed response.
    For a temporary solution to your issue, please go to plugins and search for Enable jQuery Migrate Helper plugin.

    Since you won’t be able to update via Theme Options from Enfold 3.5.8 (which uses API key) to the latest version (which uses token), I would suggest you to try the solution I posted on this thread or Guenni007’s solution (in the same thread)? https://kriesi.at/support/topic/a-bit-urgent-enfold-theme-and-child-theme-update-not-working/#post-1254106
    Also since there’s a huge gap in the update, there might be some issues, I would suggest backing up your theme settings: https://kriesi.at/documentation/enfold/backup-theme-settings/ and also backing up your site: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    Hope it helps.

    Best regards,
    Nikko

    in reply to: tabs behaviour after update #1257246

    Hi SurigliaStudio,

    I have tried to check on your site however it shows this error:

    500 - Internal Server Error

    Best regards,
    Nikko

    in reply to: Layer Slider Error #1257245

    Hi Frank,

    I have requested my colleagues to check on the issue since I could not see it on my end.

    Best regards,
    Nikko

    in reply to: Layout Builder not loading #1257244

    Hi adrianrm,

    Thanks for providing us admin access and cPanel access.
    I have increased max_execution_time from 30 to 180 and max_input_time from 60 to 180.
    In the web console it shows this issue:

    admin-ajax.php?_fs_blog_admin=true 404

    which normally it should only be:

    admin-ajax.php 200

    And searching for that query string, I found out that it’s in WP Review Slider Pro (Premium), can you try to disable them on the live site?
    Also, I noticed that after some time I’m getting blocked on both Cpanel and your site and getting this:

    This site can’t be reached

    Luckily, Opera has a built-in VPN which you can switch and allows me to have access again.
    If deactivating the plugin I mentioned doesn’t help with the issue, I would suggest contacting your hosting provider to help with the issue.

    Best regards,
    Nikko

    in reply to: Icon boxes #1257207

    Hi Charlotte,

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

    Best regards,
    Nikko

    in reply to: Problem about editing CSS #1257206

    Hi Roland,

    Just post it in private content.
    Everything posted in there won’t show in the public, the only ones that can see it is the thread creator (you, in this case) and all moderators.

    Best regards,
    Nikko

    Hi Emese,

    I think the one you need to change is in enfold > config-templatebuilder > avia-shortcodes > postslider > postslider.php (line 685):

    $permalink = '<div class="read-more-link"><a href="' . get_permalink( $the_id ) . '" class="more-link">' . __( 'Read more', 'avia_framework' ) . '<span class="more-link-arrow"></span></a></div>';

    To implement this in a child theme, you’ll need to follow the instructions in https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    Best regards,
    Nikko

    Hi Dominic,

    It differs from each webhost, if your site uses cPanel then try this one: https://chemicloud.com/kb/article/how-to-increase-the-max_execution_time-limit-in-cpanel/
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Blogpost missing comments #1257203

    Hi Pernille,

    Please try adding this CSS code as well:

    .av-post-metadata-content .av-post-metadata-separator, 
    .av-post-metadata-content .av-post-metadata-category, 
    .av-post-metadata-content .av-post-metadata-author {
        display: none;
    }

    Best regards,
    Nikko

    in reply to: Can't change logo #1257202

    Hi xsuperdadx,

    Please try to flush out cache if you have a caching plugin or your site’s server has some built-in caching.
    Also, try to clear the browser cache as your browser might be fetching cached js files.

    Best regards,
    Nikko

    in reply to: Can't move layout elements up or down #1257201

    Hi harris,

    Sure, just let us know if you need further assistance.

    Best regards,
    Nikko

    Hi Dominic,

    I see, please try to increase the max_execution_time and set it to 180, this would most likely help.

    Best regards,
    Nikko

    in reply to: Problem about editing CSS #1256979

    Hi Roland,

    You can create temporary admin access which you can remove after the issue is fixed.
    Also, post everything relating to access to your site in private content since this forum is public.

    Best regards,
    Nikko

    in reply to: Icon boxes #1256971

    Hi Charlotte,

    I have modified the code I have given:

    echo '<div class="main_color container_wrap_first container_wrap

    to:

    echo '<div id="subheader" class="main_color container_wrap_first container_wrap

    then added this CSS code in Quick CSS:

    #subheader .iconbox .entry-footer {
        border: none;
    }

    Best regards,
    Nikko

    • This reply was modified 5 years, 3 months ago by Nikko.
    in reply to: Can't change logo #1256966

    Hi Eefke,

    We’re happy to hear that :)
    I have re-uploaded the cropped version of your logo (the original has a lot of space on top and bottom that’s why it looks small on the header), please check.

    Best regards,
    Nikko

    in reply to: Can't change logo #1256838

    Hi shedoesitcoaching,

    Can you try the solution I posted on this thread or Guenni007’s solution (in the same thread)? https://kriesi.at/support/topic/a-bit-urgent-enfold-theme-and-child-theme-update-not-working/#post-1254106
    Hope it helps.
    Best regards,
    Nikko

    in reply to: Icon boxes #1256837

    Hi Charlotte,

    You’re welcome, can you please replace the previous code I gave to this one (the difference is the two echos added):

    function enfold_after_main_container() {
        echo '<div class="main_color container_wrap_first container_wrap fullsize"><div class="container"><div class="template-page content  av-content-full alpha units"><div class="post-entry post-entry-type-page"><div class="entry-content-wrapper clearfix">';
        echo do_shortcode("[av_one_fourth first min_height='' vertical_alignment='' space='' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' custom_margin='' margin='0px' mobile_breaking='' border='' border_color='' radius='0px' padding='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' highlight='' highlight_size='' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' id='' custom_class='' aria_label='' av_uid='av-713c9l'][av_icon_box icon='ue821' font='entypo-fontello' title='Boka hotell' position='left' icon_style='' boxed='' font_color='' custom_title='' custom_content='' color='custom' custom_bg='#f7f1e4' custom_font='#5fa5b7' custom_border='#f7f1e4' custom_title_size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' custom_content_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' heading_tag='' heading_class='' link='manually,https://www.hotelladdict.se/boka-hotel/' linktarget='' linkelement='both' id='' custom_class='' av_uid='av-k64vcr3y' admin_preview_bg=''][/av_icon_box][/av_one_fourth][av_one_fourth min_height='' vertical_alignment='' space='' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' custom_margin='' margin='0px' mobile_breaking='' border='' border_color='' radius='0px' padding='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' highlight='' highlight_size='' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' id='' custom_class='' aria_label='' av_uid='av-6b29p5'][av_icon_box icon='ue806' font='entypo-fontello' title='Hundvänliga hotell' position='left' icon_style='' boxed='' font_color='' custom_title='' custom_content='' color='custom' custom_bg='#f7f1e4' custom_font='#5fa5b7' custom_border='#f7f1e4' custom_title_size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' custom_content_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' heading_tag='' heading_class='' link='manually,https://www.hotelladdict.se/hundvanliga-hotell-skane/' linktarget='' linkelement='both' id='' custom_class='' av_uid='av-k64vcr3y' admin_preview_bg=''][/av_icon_box][/av_one_fourth][av_one_fourth min_height='' vertical_alignment='' space='' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' custom_margin='' margin='0px' mobile_breaking='' border='' border_color='' radius='0px' padding='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' highlight='' highlight_size='' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' id='' custom_class='' aria_label='' av_uid='av-4st921'][av_icon_box icon='ue81e' font='entypo-fontello' title='Hotelltips' position='left' icon_style='' boxed='' font_color='' custom_title='' custom_content='' color='custom' custom_bg='#f7f1e4' custom_font='#5fa5b7' custom_border='#f7f1e4' custom_title_size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' custom_content_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' heading_tag='' heading_class='' link='manually,https://www.hotelladdict.se/hotelltips/' linktarget='' linkelement='both' id='' custom_class='' av_uid='av-k64vcr3y' admin_preview_bg=''][/av_icon_box][/av_one_fourth][av_one_fourth min_height='' vertical_alignment='' space='' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' custom_margin='' margin='0px' mobile_breaking='' border='' border_color='' radius='0px' padding='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' highlight='' highlight_size='' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' id='' custom_class='' aria_label='' av_uid='av-2icxhl'][av_icon_box icon='ue841' font='entypo-fontello' title='Boka hyrbil' position='left' icon_style='' boxed='' font_color='' custom_title='' custom_content='' color='custom' custom_bg='#f7f1e4' custom_font='#5fa5b7' custom_border='#f7f1e4' custom_title_size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' custom_content_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' heading_tag='' heading_class='' link='manually,https://www.hotelladdict.se/boka-hyrbil/' linktarget='' linkelement='both' id='' custom_class='' av_uid='av-k64vdwhm' admin_preview_bg=''][/av_icon_box][/av_one_fourth]");
        echo '</div></div></div></div></div>';
    }
    add_action('ava_after_main_container', 'enfold_after_main_container');

    Best regards,
    Nikko

    in reply to: "Cargar más" is not working #1256833

    Hi Almudena,

    There’s already a new update, the latest version is 4.7.6.4 and the one you’re using is 4.7.3
    You can check the changelog for details: https://kriesi.at/documentation/enfold/changelog/

    Best regards,
    Nikko

    in reply to: Blog post layout and grid text #1256832

    Hi mason7773,

    Thanks for giving us admin access.
    I’ll start with the 2nd one, I have put in a Custom CSS Class compressed-col to the Color Section of those 3 columns.
    Then added this CSS code in Quick CSS:

    #top .compressed-col .container {
        max-width: 900px;
    }

    As for the first question, edit the post, in the Layout sidebar, find Sidebar Settings and set this to No Sidebar
    But if you don’t want to increase the size/width of the content and just want the line to be removed, then add this CSS code in Quick CSS (though this will apply to every page/post):

    #top #main .av-content-small, #top #main .sidebar {
        border: 0;
    }

    Best regards,
    Nikko

    Hi devmeydes,

    Thanks for the admin access.
    I have added this CSS code in your Quick CSS to fix it:

    @media only screen and (max-width:767px) {
      .home #av-layout-grid-9 {
        display: block;
      }
    
      .home #av-layout-grid-9 .av_one_third {
        width: 100%;
        display: block;
      }
    
      .home #av-layout-grid-9 .av_one_third .flex_cell_inner > .hr {
        display: none;
      }
    
      #top.home #footer .container,
      #top.home #socket .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
      }
    
      #top.home #footer .container .av_one_fourth {
        float: none;
        width: 100%;
        margin: 0 0 20px;
      }
    }

    Best regards,
    Nikko

    in reply to: Slow Performance Due to Avia Builder #1256822

    Hi hylandgraphics,

    I tried to check again but I’m getting this error now:

    Unknown username. Check again or try your email address.

    I have checked your site using gtmetrix and it seems that everything is loading pretty fast except for fonts.
    Maybe some tips in this article should help: https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    Best regards,
    Nikko

Viewing 30 posts - 7,591 through 7,620 (of 25,536 total)