Forum Replies Created

Viewing 30 posts - 10,351 through 10,380 (of 66,288 total)
  • Author
    Posts
  • Hi,

    with no change. I reenabled lazy loading

    You should actually disable the “Responsive Images” option, not the lazy loading. Have you tried that?

    Best regards,
    Ismael

    Hi,

    Glad to know that the modifications are working. Regarding the error, it seems to be another issue on its own. We will forward it to our channel for further investigation. Please feel free to open another thread if you have more questions regarding the theme.

    Best regards,
    Ismael

    in reply to: Scroll Down Pfeil #1342127

    Hi,

    Glad to know that the css is working. Please do not hesitate to open another thread if you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Error Code #1342126

    Hi,

    Thank you for the update.

    We didn’t find any errors in the home page either. Please check the screenshot in the private field. Did you add any custom elements (scripts, shortcodes, html etc) in home page that does not exist on other pages?

    Best regards,
    Ismael

    Hi,

    Alright. We will keep the thread open for now. Please feel free to update us when you have more questions regarding the translations.

    Best regards,
    Ismael

    in reply to: Scroll Down Pfeil #1342122

    Hey Claudia,

    Thank you for the inquiry.

    Have you tried adding an Icon element to the page? Unfortunately, there is no option to add a scroll down arrow to the submenu element but you can use this css code to manually add a static and unclickable arrow icon to the menu container.

    #menu-pessopsychodrtiefen:before {
        content: "";
        font-family: "entypo-fontello";
        position: absolute;
        left: 10px;
        top: 15px;
        color: #ffffff;
    }
    

    Best regards,
    Ismael

    Hey Tobias,

    Thank you for the inquiry.

    Make sure that the title, excerpt and read more link is enabled for the grid layout, then use this css code to hide the excerpt container by default and only display it on hover.

    .avia-content-slider .slide-entry-excerpt {
      opacity: 0;
      position: absolute;
      top: 0;
      padding: 13px;
      background: #c5e7ff;
      color: #656565;
      transition: all 0.2s;
      z-index: 999;
    }
    
    .avia-content-slider .slide-entry:hover .slide-entry-excerpt {
      opacity: 1;
    }
    

    Best regards,
    Ismael

    in reply to: Double headings in the table of contents #1342119

    Hi,

    Yes, please post the login details in the private field so that we can check the settings. Did you try purging the cache after editing the magazine elements’ offset settings?

    Best regards,
    Ismael

    in reply to: Embedded Form Styling #1342118

    Hi,

    Yes, please disable both options temporarily while you are editing the site. Have you asked the plugin authors about the css issue? The css for the donation form should load after the base.css file, which contains the default form styling.

    Best regards,
    Ismael

    in reply to: Mobile homepage opening video not displaying #1342117

    Hi,

    Thank you for the update.

    Where can we see the slider? We might be able to adjust the slider height using css. Please post the site URL in the private field so that we can check the element directly.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    The srcset attribute is still applied to the image element when we checked the site. Are you sure that the option has been disabled? Are you using another image plugin?

    Best regards,
    Ismael

    Hey Alexander,

    Thank you for the inquiry.

    Looks like you have added a variety of content in the tab sections element. The element actually works best when the tabs contain the same type of content, preferably with the same layout as shown in the following demo.

    // https://kriesi.at/themes/enfold-2017/elements/tab-section/#bbpress-forums

    To fix the issue temporarily, please try to use this css code.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      body .container_wrap .av-layout-tab {
        max-width: 100vw !important;
      }
    }
    

    Best regards,
    Ismael

    in reply to: WOOF product filter plugin breaks layout #1342111

    Hi,

    Glad to know that you have found the appropriate options. Please feel free to open another thread if you have more questions regarding the theme. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider problem after update 4.8.9.1 #1342110

    Hi,

    Thanks for the update.

    Looks like you are already using version 4.9 which contains the patch for this particular issue. But to enable it and to remove the cloned elements, we added this code in the functions.php file.

    add_theme_support( 'avia_post_css_slideshow_fix' );
    

    We temporarily disabled the WP Rocket plugin.

    Best regards,
    Ismael

    in reply to: Menu not centered #1341951

    Hey S.,

    Thank you for the inquiry.

    The menu seems to be perfectly centered as shown in the screenshot below. If you want to slightly adjust the position of the menu container, you can use this css code.

    #avia-menu {
        margin-left: -10px;
    }
    

    This css will pull the menu to the left by 10px.

    Best regards,
    Ismael

    in reply to: fee of journal theme #1341950

    Hey haeril,

    Thank you for the inquiry.

    Do you have the original purchase code or license for the theme? You can find more info about the Enfold theme on Themeforest. Please check the link below.

    // https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Best regards,
    Ismael

    Hi,

    I see. Sorry about that. I missed the “on mobile” part in the topic title. We are not yet sure why it resizes like that but it might be due to the srcset attribute which allows the browser to serve a different thumbnail or a different version of the original image based on the current screen size. The served thumbnail might have a different aspect ratio compare to the original image. You can prevent this behavior by temporarily disabling the Responsive Images option in the Enfold > Performance > Responsive Images And Lazy Loading option.

    Best regards,
    Ismael

    Hi,

    Glad to know that the gallery is now displaying properly. Regarding the dashboard, looks like you have installed and activated some plugins, and one or more of these extensions might be affecting the loading speed of the backend. Is the site on a shared hosting? Increasing the PHP memory limit or upgrading to dedicated or a faster server should help. Please ask your hosting provider to increase the PHP memory limit to at least 256MB.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Plugin conflict removes kitchen sink from wysiwyg #1341945

    Hi,

    Did you temporarily disable the Enfold > Performance > File Compression settings after editing the enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php or the enfold/config-templatebuilder/avia-template-builder/php/class-template-builder.php file? The file has been renamed to class-template-builder.php. Please make sure to purge the cache as well before checking the page.

    Best regards,
    Ismael

    Hi,

    the About image is still displaying at a smaller size

    The image in the about page is actually larger when we checked. Please make sure to purge the cache or switch to incognito mode to make sure that you are not viewing a cached version of the page. You can check the screenshot of the About page in the private field.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Some of the images are actually smaller than the designated thumbnail, so they were not resized the same as the larger ones. The images should have the same aspect ratio and they should be of the same size.

    You can use this css code to adjust the style of the post title.

    .avia-content-slider .slide-entry-title {
        font-size: 0.9em;
        line-height: 1.4em;
        margin: 0;
        font-weight: 400;
    }

    Best regards,
    Ismael

    in reply to: Broken footer in translated contribution #1341933

    Hi Mike,

    Did you completely trashed the deleted post before creating the page with the same name? It could be the cause of the issue but we can’t be sure. We will close this thread for now. Let us know if the issue occurs again.

    Best regards,
    Ismael

    in reply to: Spinning wheel not showing on loading video in lightbox #1341929

    Hi,

    Thank you for the info.

    The File Compression Settings are enabled, we did not change those.

    You may need to disable the file compression settings temporarily after adding the css. And make sure that there are no invalid css code in the Quick CSS field and in the child theme’s style.css file. Please make sure to purge the cache before checking the page.

    Best regards,
    Ismael

    Hey Marcel,

    Thank you for the inquiry.

    You have to manually remove the featured image from the includes > loop-index.php file. Remove this code around line 244..

    	echo '
    <div class="big-preview ' . $blog_style . '" ' . avia_markup_helper( array( 'context' => 'image', 'echo' => false ) ) . '>' . $slider . '</div>
    ';
    

    .. and line 385.

    	if( $slider ) 
    							{
    								echo '
    <div class="big-preview ' . $blog_style . '" ' . avia_markup_helper( array( 'context' => 'image', 'echo' => false ) ) . '>' . $slider . '</div>
    ';
    							}
    

    Please make sure to purge the cache after editing the file.

    Best regards,
    Ismael

    in reply to: Problem with Layer Slider #1341926

    Hi,

    You are using a very old version of the Safari browser, which is no longer supported. The last update for Safari 9 was around 2015. You can check latest version of the Safari browser in this list.

    // https://developer.apple.com/documentation/safari-release-notes

    Please feel free to open another thread if you have more questions regarding the theme. We will close this one for now.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Description for quick css #1341921

    Hey Jak73,

    Thank you for the inquiry.

    You can add a comment before the css rules. Please check this documentation for more info.

    // https://www.w3schools.com/css/css_comments.asp

    Example of a css comment.

    /* This is a single-line comment */
    p {
      color: red;
    }
    

    Best regards,
    Ismael

    in reply to: Widgets Footer #1341920

    Hi,

    Thank you for the info.

    As @Rikard mentioned, there is a copy of the footer.php file in the child theme, which requires updating. Please get a copy of the footer.php file from the parent theme and override the current one. Make sure to purge the cache after updating the template file.

    Best regards,
    Ismael

    in reply to: Featured image size #1341914

    Hey gidantrip,

    Thank you for the inquiry.

    You can modify the enfold > single-portfolio.php file and change the thumbnail in this code around line 29.

     $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
    

    Replace “entry_without_sidebar” with “full” or any thumbnails in the following list.

    square
    featured
    featured_large
    portfolio
    portfolio_small
    gallery
    magazine
    masonry
    entry_without_sidebar
    entry_with_sidebar
    shop_thumbnail
    shop_catalog
    shop_single 
    shop_gallery_thumbnail
    

    Best regards,
    Ismael

    in reply to: Problems with Mobile #1341913

    Hi,

    Thank you for the update.

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code, and make sure to purge the cache before checking the page. To create more space for the comments and for further modifications, please add this css code.

    @media only screen and (max-width: 480px) {
      /* Add your Mobile Styles here */
      .sidebar_right .comment_container {
        padding-right: 0;
      }
    
      #top .commentlist ul {
        margin: 0;
        margin-left: 30px;
      }
    
      .comment_content {
        margin-left: 50px;
        padding: 0 0 15px 0;
      }
    }

    If you want to move the gravatar above the comment, add this inside the css media query.

      .comment_content {
        margin-left: 50px;
        padding: 0 0 15px 0;
      }
    
      .gravatar {
        float: none;
        margin-bottom: 20px;
      }
    

    Best regards,
    Ismael

Viewing 30 posts - 10,351 through 10,380 (of 66,288 total)