Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the info.
Looks like the issue is related with the WPML plugin. Have you tried translating the images or uploading them again in the slider?
// https://wpml.org/documentation/getting-started-guide/media-translation/
Related thread: https://kriesi.at/support/topic/wpml-typeerror-in-slideshow-js-only-on-secondary-language/
Best regards,
IsmaelSeptember 21, 2021 at 2:22 pm in reply to: Woocommerce Search And Filter Widgets Have Stopped Displaying on Desktop #1321769Hey philthebass,
Sorry for the delay. The product filter in the sidebar is displaying correctly on our end. It seems to be working properly as well. Please check the screenshot below.
Screenshot: https://postimg.cc/yWv01Fbt
Is the issue fixed? Looks like you are now using the block editor instead of the Advance Layout Builder (ALB).
Best regards,
IsmaelHi,
Thank you for the info.
Did you try to increase the PHP memory limit to 512MB? Does it work correctly when you temporarily disable the page.php modification? Please post the content of the page.php file so that we could test it on our installation.
To learn more about how to increase the memory limit, please check the following article.
// https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
We were not able to check the site because the account above does not have admin rights. Please adjust the user role.
Best regards,
IsmaelHey maucherOnline,
Sorry for the delay. We checked the “elektrosmog-messgeraet-esi2” product page on both languages and the appropriate price with the corresponding currency seems to be displaying correctly, “CHF224.00 inkl. MwSt.” on the CH domain and “€224,00 inkl. MwSt.” on DE. Is the issue fixed?
Best regards,
IsmaelHi,
No problem. Glad we could help. We will close the thread now. Please do not hesitate to open another if you need anything else.
Have a nice day.
Best regards,
IsmaelHey melanie_erfrischt,
Thank you for the inquiry.
The site is asking for another authentication, which may be the htaccess protection. Please include the info in the private field. We will check the site again afterwards.
Best regards,
IsmaelHi,
It works fine on our end. Please check the screenshot below. Only the slider with the nosrcset class name removes the srcset attribute.
Screenshot: https://imgur.com/abMifmz
Have you tried selecting the original size of the image in the Styling > Slideshow Settings > Slideshow Image and Video Size settings?
Best regards,
IsmaelHi,
Thank you for the info.
We created a custom menu item called “Mega Menu”, enabled the mega menu option and added a few items in it including a column. You can find it at the very end of the menu. If you need to add a dash or disc before the items, please add this css code.
.avia_mega_div ul li ul li:before { content: "-"; position: absolute; }
Let us know if that is what you are after.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You may need to add this css code inside the css media query to adjust the height of the mobile and search icon.
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container { height: 50px; line-height: 50px; }
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. And if you need further assistance, please do not hesitate to open another thread. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHey emilconsor,
Thank you for the inquiry.
Where can we see the issue again? Please provide a direct link to the page containing the image.
Have you tried selecting a thumbnail in the Styling > Grid Settings > Select custom image size settings? You have to set the Portfolio Grid Image Size settings to the second option first.
Best regards,
IsmaelHey mickra76,
Thank you for the inquiry.
Did you modify the slideshow_layerslider.php file in the child theme? Make sure to use the latest version of the file from Enfold v4.8.6.2. If the issue persists, please post the login details in the private field so that we could check the dashboard.
Best regards,
IsmaelHey Siggy_Reutter,
Thank you for the inquiry.
Looks like you have not selected a blog page in the Enfold > Theme Options > And where do you want to display the Blog? settings. Select a blog page in the dropdown and place the widgets that are supposed to display in the blog within the Appearance > Widgets > Sidebar Blog widget area.
Best regards,
IsmaelHey MichaelVDZ1997,
Thank you for the inquiry.
You may need to toggle or disable the Enfold > Performance > File Compression settings after the update, and temporarily disable the cache and minification plugin if any is installed. This should regenerate or force the theme to load the updated scripts and stylesheets. Let us know if that helps.
Best regards,
IsmaelHey screener,
Thank you for the inquiry.
Adding the following css code in the child theme’s style.css file should help.
.flex_column_table .flex_column:nth-child(2) { z-index: 9999; }
If you need a more specific selector or if you need to apply this modification to the columns in this specific page only, you can add a custom css class name to the column elements as described in the following documentation.
// https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
IsmaelSeptember 21, 2021 at 4:41 am in reply to: Partner Element grid, adding more colums break layout #1321704Hey DesignProvider,
Thank you for the inquiry.
You may need to define the width for rows with 9 or 10 columns. Example:
div .av_one_eighth { margin-left: 6%; width: 7.25%; } div .av_one_ninth { margin-left: 6%; width: 5.777777777777778%; } div .av_one_tenth { margin-left: 6%; width: 4.6%; }
Add the code in the Quick CSS field, then toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
Best regards,
IsmaelHey aliciapotts,
Thank you for the inquiry.
You can use the following css code in the Quick CSS field to center align the logo and move the burger icon below it. Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
@media only screen and (max-width: 767px) { #header_main .inner-container { height: 160px; position: relative; } .responsive #top .logo { width: 100%; padding-bottom: 80px; } .responsive .logo img { margin: 0 auto; } .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu { left: 50%; z-index: 102; transform: translateX(-50%); top: 80px; right: auto; } }
Best regards,
IsmaelHey JennyGr,
Thank you for the inquiry.
Try to use the new filter avf_contact_form_autoresponder_mail to adjust the email message.
add_filter("avf_contact_form_autoresponder_mail", function($mail_array, $new_post, $form_params, $class) { $new_message = "Dear ".$new_post["2_1"]."<br><br>"; $new_message .= $mail_array["Message"]; $mail_array["Message"] = $new_message; return $mail_array; }, 10, 4);
The $new_post[“2_1”] should contain the value of the “Your First Name *” field.
Best regards,
IsmaelSeptember 20, 2021 at 2:47 pm in reply to: Translate privacy and cookie text in language switch #1321641Hey NoraGTS,
Thank you for the inquiry.
You will have to create a custom shortcode to display different content for each language in the cookie consent message container. Please check the following threads for more info.
// https://kriesi.at/support/topic/polylang-in-socket/#post-1269102
// https://kriesi.at/support/topic/cookie-consent-message-erscheint-immer-wieder/#post-992984Best regards,
IsmaelHey compito,
Thank you for your interest in the theme.
Enfold is compatible with Woocommerce and can be used as a base theme for e-commerce sites, but it would definitely require some modifications. Third party shop extensions have to be installed for additional features such as advanced filtering, payment gateways and custom layouts. You can also adjust the default layouts by adding css modifications and by editing the shop template files. Performance will vary based on the server specifications and additional site optimization.
Best regards,
IsmaelHey Peter,
Thank you for the inquiry.
Youtube cookies are only saved in the local storage once the button is clicked, not on page load. In your privacy policy, you could notify the users that by clicking the slider button, they implicitly accepts Youtube’s terms of service.
Unfortunately, we are not sure if Borlabs will be able to block videos inside the default lightbox. You may need to ask the plugin authors for additional assistance.
Best regards,
IsmaelSeptember 20, 2021 at 9:08 am in reply to: Portfolio Einträge, Bilder proportional hochladen #1321582Hey augenblende,
Thank you for the inquiry.
Are you trying to adjust the lightbox images used in the masonry element? If yes, then you can use this filter in the functions.php file to display the original image inside the lightbox instead of the masonry thumbnail.
add_filter("avf_alb_lightbox_image_size", function($size, $context) { if($context = "avia_masonry") { $size = "full"; } return $size; }, 10, 2);
The “large” thumbnail is used by default, which size can be adjusted in the Settings > Media panel.
Best regards,
IsmaelHi,
If there are multiple magazine elements in a single page, we could check for the class attribute value or names of each magazine element and assign a sticky post accordingly. Example:
/* https://kriesi.at/support/topic/sticky-posts-in-magazine-element/ */ function avf_magazine_entries_query_sticky($query, $params) { $include = array(); $sticky = get_option( 'sticky_posts' ); if(is_single(10137)) { // first magazine element if(true == strpos($params["class"], "avia-builder-el-0")) { $sticky_id = 4649; } // second magazine element if(true == strpos($params["class"], "avia-builder-el-1")) { $sticky_id = 2301; } // third magazine element if(true == strpos($params["class"], "avia-builder-el-2")) { $sticky_id = 1236; } $sticky = array(get_post($sticky_id)->ID); } $query['post__not_in'] = $sticky; $posts = get_posts( $query ); foreach($posts as $post) { $include[] = $post->ID; } $include = array_merge($sticky, $include); $query['post__in'] = $include; $query['orderby'] = 'post__in'; // sort items based on the post__in value return $query; } add_filter('avf_magazine_entries_query', 'avf_magazine_entries_query_sticky', 10, 2);
This part of the code checks for the class name of the first, second and third magazine element and return the corresponding sticky post.
// first magazine element if(true == strpos($params["class"], "avia-builder-el-0")) { $sticky_id = 4649; } // second magazine element if(true == strpos($params["class"], "avia-builder-el-1")) { $sticky_id = 2301; } // third magazine element if(true == strpos($params["class"], "avia-builder-el-2")) { $sticky_id = 1236; }
You can combine these conditions with the is_page function to display a specific sticky post for different magazine element within a specific page.
Best regards,
IsmaelHi,
Thank you for the update.
Did you toggle the Performance > File Compression settings after adjusting the file? Please post the login details in the private field so that we could test it.
Best regards,
IsmaelSeptember 20, 2021 at 8:37 am in reply to: How can i remove specific [div class] from a Pagination pages ? #1321579Hi,
@Steve: We have to inspect the page in order to check the issue. Please post the site URL in the private field and provide a screenshot of the “header” or element that you want to adjust.Best regards,
IsmaelHi,
If you want to place the price after the excerpt, this filter should work.
add_filter("avf_post_slider_entry_excerpt", function(excerpt, $prepare_excerpt, $permalink, $entry) { $price = get_post_meta($entry->ID, "price", false); $excerpt .= "<span class='av-price'>". $price ."</span>"; return $excerpt; }, 10, 4);
If it has to be placed, under the post title, look for this code around line 892.
$output .= "<{$heading} class='slide-entry-title entry-title {$css}' $markup><a href='{$link}' title='" . esc_attr( strip_tags( $title ) ) . "'>{$title}</a></{$heading}>";
Below, add the custom field.
$price = get_post_meta($entry->ID, "price", false); $output .= "<span class='av-price'>". $price ."</span>";
Best regards,
IsmaelHi,
No problem. Glad to know that the issue with the rss feed has been fixed. And glad we could be of help. Please let us know in another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Did you temporarily disable the Enfold > Performance > File Compression settings after doing the modification? You may also have to disable the cache plugin and remove the browser history afterwards.
Best regards,
IsmaelHi,
Thank you for the info.
Is the sticky post positioned at the very last of the array? Please try to use the array_reverse function to adjust the order of the $include array.
// https://www.php.net/manual/en/function.array-reverse.php
Or replace the array_merge with the array-unshift function to move the sticky post at the beginning of the array.
// https://www.php.net/manual/en/function.array-unshift.php
Best regards,
IsmaelHi,
maybe it’s because I block third-party cookies by default?
What do you mean? Are you referring to a browser option? Please try to check the site on a different browser or on a different machine.
Best regards,
IsmaelHi,
Yes, looks like the old filter is still in place within the enfold/framework/php/font-management/class-avia-type-fonts.php file.
/** * Kept for backwards compatibility - will be replaced by next filter */ $fonts = apply_filters('avf_google_heading_font', $fonts ); /** * @since 4.3 * @return array */ $fonts = apply_filters('avf_available_google_fonts', $fonts );
Best regards,
Ismael -
AuthorPosts