Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHi,
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,
IsmaelFebruary 24, 2022 at 9:07 am in reply to: Same Size Images on 2 Different Pages Displaying Differently on Mobile #1342116Hi,
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,
IsmaelFebruary 24, 2022 at 8:55 am in reply to: Tab selection in the product area is not completely displayed #1342114Hey 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,
IsmaelHi,
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,
IsmaelFebruary 24, 2022 at 8:43 am in reply to: Fullwidth Easy Slider problem after update 4.8.9.1 #1342110Hi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelFebruary 23, 2022 at 8:01 am in reply to: Same Size Images on 2 Different Pages Displaying Differently on Mobile #1341949Hi,
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,
IsmaelFebruary 23, 2022 at 7:50 am in reply to: when inserting a masonry gallery on my website, it is not shown on the page #1341947Hi,
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,
IsmaelFebruary 23, 2022 at 7:43 am in reply to: Plugin conflict removes kitchen sink from wysiwyg #1341945Hi,
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,
IsmaelFebruary 23, 2022 at 5:37 am in reply to: Same Size Images on 2 Different Pages Displaying Differently on Mobile #1341937Hi,
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,
IsmaelFebruary 23, 2022 at 5:28 am in reply to: Grid Blog view irregular sized images despite all image files being square #1341936Hi,
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,
IsmaelHi 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,
IsmaelFebruary 23, 2022 at 5:22 am in reply to: Category filtering for Woocommerce from WOOF filtering plugin not working #1341930Hi,
@marcusss: We replied here: https://kriesi.at/support/topic/woof-product-filter-plugin-breaks-layout/#post-1341906Best regards,
IsmaelFebruary 23, 2022 at 5:20 am in reply to: Spinning wheel not showing on loading video in lightbox #1341929Hi,
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,
IsmaelFebruary 23, 2022 at 5:18 am in reply to: Single post WITHOUT small thumbnail (featured image) possible? #1341928Hey 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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHey 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_thumbnailBest regards,
IsmaelHi,
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,
IsmaelHey MikeTandySwag,
Thank you for the inquiry.
We were not able to reproduce the issue when we edited one of the pages using the Advance Layout Builder. Is it only happening on a specific page? Have you tried disabling the Genesis Blocks plugin temporarily?
Best regards,
IsmaelHey marcusss,
Thank you for the inquiry.
This is because this theme has a shop template that does not meet the woocommerce recommendation
The theme does not override any Woocommerce or product templates. We only use hooks and filters to adjust a few elements in the product pages, so this is not the issue. You should ask the plugin author how the plugin renders the widget above the content or in the sidebar, and ask them if these hooks can be disabled manually.
Best regards,
IsmaelFebruary 23, 2022 at 4:20 am in reply to: Same Size Images on 2 Different Pages Displaying Differently on Mobile #1341905Hey Julio,
Thank you for the inquiry.
The image in the about page is actually taller by 150px compare to the other image. The size of the image in the about page is 1920 x 850px while the smaller one is 1920 x 700px.
Best regards,
IsmaelHey mischael1,
Thank you for the inquiry.
You can use this plugin to automatically add alt and title attributes to the images in the classic editor.
// https://wordpress.org/plugins/auto-image-attributes-from-filename-with-bulk-updater/
Unfortunately, the plugin doesn’t have a copyright option out of the box. You may need to look for another plugin in the link below.
// https://wordpress.org/plugins/search/copyright/
Best regards,
IsmaelHi,
Looks like the code is not yet added to the site. Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css. The display property in the css code above should make the fields inline and place them beside each other. Please contact the script authors for additional assistance.
Best regards,
IsmaelHi,
Thank you for the info.
You can add this css code to remove the arrow and center align the title.
#top .av-tab-arrow-container span { display: none; } #top .avia-tab-title-padding-none .av-outer-tab-title { padding: 0 0; position: relative; top: 0; width: 100%; left: -6px; }If you want to change the style of the active tab, use this css code.
#top .av-tab-section-tab-title-container .av-active-tab-title { color: red; background: black; }Best regards,
IsmaelHi,
Thank you for the info.
In the Magazine element, there is an Offset Number settings in the Styling > Pagination section where you can disallow duplicate posts on the entire page. Please set it to the second option to remove the duplicate posts.
Best regards,
Ismael -
AuthorPosts
