Forum Replies Created
-
AuthorPosts
-
Hi,
Great! Good to know that you’ve found a working solution. Please don’t hesitate to open a new thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelJune 14, 2024 at 2:57 am in reply to: Portfolio grid image quality issue on Chrome and Brave browsers #1450041Hi,
Thank you for the info.
The correct size of the image doesn’t display because of the sizes attribute.
sizes="(max-width: 139px) 100vw, 139px"Did you add any modifications for this? Please try to disable the image compression plugin and temporarily remove any modifications related to images.
Best regards,
IsmaelHi,
Thank you for the update.
The excerpt is currently disabled, but it needs to be enabled for the above modification to work. We adjusted the filter so that the reading time appears after the title instead of after the content. Please check it again. The reading time should display on hover.
Best regards,
IsmaelJune 14, 2024 at 2:36 am in reply to: Double H1 tag in product categories pages and tag pages #1450039Hi,
Thank you for the update.
The second heading tag in the product category pages is directly generated from a WooCommerce template. If you need to replace the h1 tag with h2, you have to override the plugins/woocommerce/templates/archive-product.php file, or keep the filter that we previously suggested to prevent the second h1 from rendering.
The heading tag is located around line 33 of the archive-product.php file:
<?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?> <h1 class="woocommerce-products-header__title page-title"><?php woocommerce_page_title(); ?></h1> <?php endif; ?>Best regards,
IsmaelHi,
Thank you for the update.
It should be -10px. You forgot to include the unit. Please replace the css rule with the following code:
.post-border-jd::before { content: url(//welstestdev.wpenginepowered.com/wp-content/uploads/2024/06/blogTabPerspective.png); position: relative; top: -62px !important; left: -10px; }Best regards,
IsmaelHi,
Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey nm,
Thank you for the inquiry.
This is possible, but there is no option for it by default. However, we can create a custom script that applies the aria-hidden attribute to any element with the “av-aria-hidden-el” class name. Please add this code to the functions.php file:
function ava_custom_script_aria_hidden() { ?> <script> (function ($) { function g() { $('.av-aria-hidden-el').attr('aria-hidden', 'true'); } $(document).ready(function () { g(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_aria_hidden');Edit the column or color section element, then apply the “av-aria-hidden-el” class name in the Advanced > Developer Settings > Custom CSS Class field.
Best regards,
IsmaelHey nasi,
Thank you for the inquiry.
We’ve tried deleting the code from Enfold Child functions php. but nothing seems to change.
After deleting the filter from the functions.php file, you’ll need to regenerate the thumbnails or re-upload the images. Please create a site backup or restore point before proceeding, then try this plugin:
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi,
Thank you for the update.
There was an extra curly brace in the Quick CSS field, making the code invalid. We removed the curly brace and temporarily disabled the Enfold > Performance > File Compression settings. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelHi,
Thank you for the update.
We may need to access the site in order to properly check the issue. Please provide the login details in the private field. Did you add the avf_post_css_create_file filter in the functions.php file?
Best regards,
IsmaelHey carollee,
Thank you for the inquiry.
What is the current version of the theme? The error above is a PHP error, which has been patched in the latest version of the theme. Please make sure to update the theme to version 5.7.1. Let us know of the result.
Best regards,
IsmaelJune 12, 2024 at 7:50 am in reply to: Portfolio grid image quality issue on Chrome and Brave browsers #1448963Hey nasi,
Thank you for the inquiry.
Looks like Chrome is loading a smaller version of the thumbnail. Did you install any image compression plugins? Please try to temporarily disable the Responsive Images option in the Enfold > Performance > Responsive Images and Lazy Loading section. Let us know if this changes anything.
Best regards,
IsmaelHey Meetx,
Thank you for the inquiry.
1-2) Please add this css code to adjust color of the icon on hover and make it bigger on mobile view.
.html_bottom_nav_header #top .av_seperator_big_border .av-main-nav>#menu-item-search:hover a { color: red; } @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .menu-item-search-dropdown>a { font-size: 32px; margin-right: 20px; } }Best regards,
IsmaelHey Andreas,
Thank you for the inquiry.
The site contains a very old version (4.9.2.1) of the theme. The latest version is 5.7.1. Please update the theme manually via S/FTP, and be sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelJune 12, 2024 at 6:37 am in reply to: Double H1 tag in product categories pages and tag pages #1448959Hi,
Thank you for the update.
You can disable the default title by adjusting the Header Title and Breadcrumbs settings in the Enfold > Header > Header Layout tab. This should also remove the duplicate h1 tag on the product category pages.
Best regards,
IsmaelJune 12, 2024 at 6:34 am in reply to: Issues Loading Background Images, Color Sections, Button Colors #1448958Hi,
Thank you for the update.
The code was added outside the PHP opening tag, which is invalid. We moved the filter to around line 51 of the functions.php file, and then temporarily disabled the file compression settings. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelHey amyncuih,
Thank you for the inquiry.
You can adjust the default style of the Button elements in the Enfold > Advanced Styling panel, or you can use this css code:
#top #wrap_all .main_color .avia-button { color: red; }Best regards,
IsmaelJune 12, 2024 at 6:18 am in reply to: Image with hotspots – tooltip does not appear on mouse hover #1448956Hey cheffe,
Thank you for the inquiry.
Looks like the tooltip element is not being created for some reason. What is the current version of the theme? Please make sure to update the theme to version 5.7.1. If the issue persists after the update, try temporarily disabling the plugins, then toggle or temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
IsmaelHi,
Thank you for the inquiry.
I still get the bar on top which says the title of the video and two other icons that say watch later and share
This feature can no longer be disabled due to changes in YouTube’s parameters. You may need to upload the video to your server and host it yourself.
// https://developers.google.com/youtube/player_parameters?hl=en#release_notes_08_23_2018
Best regards,
IsmaelHi,
Thank you for the update.
We tried to login to the site, but the password for the username is incorrect. We also tried the previous password but it’s the same. Please check the info carefully or create another admin account.
Best regards,
IsmaelHey awasner,
Thank you for the inquiry.
This css code hides the dropdown or select element:
#top select { display: none; }To override it, you can add this css code in the Quick CSS field:
#top select { display: block !important; }Please temporarily disable the Enfold > Performance > File Compression settings so that we can trace where the css modification is added.
Best regards,
IsmaelJune 11, 2024 at 5:46 am in reply to: Double H1 tag in product categories pages and tag pages #1448867Hey profumopuntoit,
Thank you for the inquiry.
You can add this filter in the functions.php file to disable or remove the default category title:
add_filter('woocommerce_show_page_title', 'av_woocommerce_show_page_title_mod'); function av_woocommerce_show_page_title_mod() { if (is_product_category()) { return false; } return true; }Best regards,
IsmaelHey Stefan,
Thank you for the inquiry.
You can use the theme’s default lightbox to open inline content. Please check the link below for examples: https://kriesi.at/support/topic/mailchimp-popup-3/#post-1447133
Best regards,
IsmaelHey iosefo,
Thank you for the inquiry.
Instead of using Color Sections, you can use the Grid Row element and apply the background images to the Grid Row cells instead of the columns. Let us know if this is what you’re looking for.
Best regards,
IsmaelJune 11, 2024 at 5:13 am in reply to: Issues Loading Background Images, Color Sections, Button Colors #1448864Hi,
Thank you for the info.
We were able to reproduce the issue on the About page, but it got fixed after a while. The background images don’t display because the dynamic style (post-59.css) was not being loaded for some reason. To fix the issue temporarily, try adding this filter to the functions.php file:
/** * Filter to skip css file generation. * You can add logic to skip for certain pages/posts only. * * @since 4.8.6.1 * @param boolean $create * @return boolean true | false or anything else to skip generation of css file */ function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );Best regards,
IsmaelHi,
Great! Glad to know that the issue has been resolved. Please don’t hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey joshuati,
Thank you for the inquiry.
This is possible, but there won’t be enough space for the menu items. We may need to decrease the size of the logo or the font size of the menu items. If that is acceptable, you can start with this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top .av-main-nav .menu-item-avia-special { display: none; } .responsive #top .av-main-nav .menu-item { display: inline; } .responsive .logo img, .responsive .logo svg { margin: 0; max-height: 40px !important; margin-left: -20px; } }Best regards,
IsmaelHey Advantage09,
Thank you for the inquiry.
Element style not allowed as child of element div in this context.
This error indicates that there is an inline style inside a div element. Did you add this style manually?
No p element in scope but a p end tag seen.
There is an invalid < p > tag on the page. Did you add any HTML tags to the page? Please provide the site URL so that we can inspect it.
Best regards,
IsmaelHey AlpineWeb,
Thank you for the inquiry.
We may need to inspect the site in order check the issue further. Please provide the site URL in the private field or provide screenshots using platforms like Savvyify, Imgur or Dropbox.
Best regards,
IsmaelHi,
It’s not possible to sort posts by their categories using the default settings. You may need to create a custom solution, such as adding custom meta info for posts in specific categories. Unfortunately, this requires significant modifications and is beyond the scope of our support. You can find freelancers who specialize in theme customization by visiting our customization page.
If you have any other questions or require further assistance, please feel free to let us know.
Best regards,
Ismael -
AuthorPosts
