Forum Replies Created
-
AuthorPosts
-
Hey karel,
Thank you for the inquiry.
That is the default layout of the Portfolio Grid element when you add it in the builder, so you don’t have to change anything aside from picking the appropriate categories and setting the Sortable? settings to the second option. In the demo, you’ll see a Color Section element with some text in it, added above the portfolio section.
Best regards,
IsmaelHey nychng,
Thank you for the update.
Can you give us an example of the products that are out of stock or those that should not be showing in the search results page? Also, make sure that the WooCommerce settings -> Products -> Inventory -> Hide out of stock items from the catalog
Hi,
Thank you for the update.
The site loads fine our end. It’s not instantaneous but it doesn’t load that long either. Is it on a shared hosting? Have you tried installing a cache plugin or deploy the site in a content delivery network?
// https://www.cloudflare.com/learning/cdn/what-is-a-cdn/
Best regards,
IsmaelJanuary 13, 2020 at 8:21 am in reply to: Cookie Consent Schema Markup of WebPage/BlogPosting #1172684Hi,
Thank you for the update.
Try to add this snippet in the functions.php file to unset the itemtype attribute of the body tag in the single post pages.
function avf_markup_helper_attributes_modified($attributes, $args) { if( $args['context'] == 'body' && is_singular('post') ) { unset($attributes['itemtype']); unset($attributes['itemscope']); } return $attributes; } add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2);Best regards,
IsmaelJanuary 13, 2020 at 6:37 am in reply to: Portfolio sort options disappeared after update of theme #1172667Hi,
Thank you for the update.
Can we have access to the site? We would like to check the page and the settings. Please make sure that the Appearance > Editor panel is accessible so that we can edit the files if necessary, and that the theme is updated to the latest version, 4.6.3.
Best regards,
IsmaelHi,
Thank you for the update.
1.) You should be able to remove the categories with this css code.
.html_elegant-blog #top .avia-content-slider .blog-categories { display: none !important; }2.) The read more link will automatically be added to the post as long as you’re using the default editor, and not the advance layout builder.
Best regards,
IsmaelHi,
Thank you for following up.
The images in the footer should not be included in the lightbox group. Can we access the site temporarily? Please post the login details in the private field and make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHi,
Thank you for the update.
The script is working but the pagination preloader probably removes the anchor as @Guenni007 mentioned. Unfortunately, we don’t know exactly which script is causing that. Please contact the plugin authors for more info.
Best regards,
IsmaelJanuary 13, 2020 at 6:04 am in reply to: Help to duplicate woocommerce pagination strip on Shop page #1172648Hey paolobox,
Thank you for the inquiry.
The context menu is currently disabled when we check the site. Please enable it back so that we can check the elements.
You should be able to re-insert the same pagination at the top of the product grid using jQuery.
// https://www.w3schools.com/jquery/html_insertbefore.asp
You can include the script inside the head tag.
// https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section
Best regards,
IsmaelHi,
Thank you for the info.
Are you saying that it’s not returning the proper locale? Maybe the following filter will help to ensure that the appropriate locale is returned based on the value of the ICL_LANGUAGE_CODE.
// https://developer.wordpress.org/reference/hooks/locale/
// https://wpml.org/documentation/support/wpml-coding-api/#language-constantsBest regards,
IsmaelJanuary 13, 2020 at 4:22 am in reply to: 404 Error Loading /wp-content/uploads/dynamic_avia/enfold.css on fresh install #1172625Hi,
Glad that it’s working now.
We commented that line out previously, oddly it didn’t fix the issue or the upload directory didn’t change, so we enabled it back. We also enabled the debug mode and that’s it.
Best regards,
IsmaelJanuary 13, 2020 at 4:18 am in reply to: Bild leicht vergrößern und Bild mit Link fubktioniert in Version 4.5 nicht mehr #1172624Hi,
@rallegrafix: Try to add this css code to prevent the image from running outside the container..avia-image-container.av-hover-grow, .avia-image-container.av-hover-grow .avia-image-container-inner, .avia-image-container.av-hover-grow .avia-image-overlay-wrap a.avia_image { overflow: hidden; }Best regards,
IsmaelJanuary 13, 2020 at 4:04 am in reply to: Confusing sorting options in WooCommerce and Enfold #1172622Hi,
Sorry for the delay. You can hide the other options with this css code.
.sort-param li ul li:nth-child(n+6):nth-child(-n+11) { display: none !important; }Best regards,
IsmaelHi,
Sorry for the delay. The login token has already expired, so we were not able to access the site. Please generate another token or post a login account in the private field.
Best regards,
IsmaelJanuary 13, 2020 at 3:41 am in reply to: Move Date below blog Title – using Blog Posts content element #1172618Hi,
Thank you for following up.
The Appearance > Editor panel is inaccessible. Please post the FTP details in the private field or edit the wp-config.php file and make sure that the DISALLOW_FILE_EDIT is set to false.
define( 'DISALLOW_FILE_EDIT', true );Best regards,
IsmaelJanuary 13, 2020 at 3:33 am in reply to: Div class not loading on one site, but working fine on another #1172617Hey tommyp15,
Thank you for the inquiry.
The images that are being used as backgrounds for the elements are inaccessible because they are located in a different domain. (see private field)
You can either upload the images directly to the site where they have to be used or make the domain lymphactiv accessible.
// https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
Related thread: https://stackoverflow.com/questions/14467673/enable-cors-in-htaccess
Best regards,
IsmaelHi,
Thank you for the update.
Try to replace the filter with the following code.
/** * Allow to force execution of shortcodes e.g. for plugins who call shortcode via an ajax call. * Enfold uses this to execute the shortcode for modal popup preview in backend * * @since 4.5.7.2 * @param boolean * @param aviaShortcodeTemplate $obj_sc * @param array $atts * @param string $content * @param string $shortcodename * @param boolean $fake * @return boolean true if sc should be executd regardless of page structure - same as popup preview */ function my_custom_exec_sc_only( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake ) { return true; } add_filter( 'avf_alb_exec_sc_only', 'my_custom_exec_sc_only', 10, 6 );Or post the WP and FTP login details in the private field so that we can check the issue further.
Best regards,
IsmaelHi,
Thank you for the update.
The alignment of the cells look alright. Are you trying to center align the second cell? If so, try to add another cell, then put the second 1/2 column inside it.
Best regards,
IsmaelHi,
Thank you for the update.
The container of the color section where the column is located should be full width so that the content touches the edge of the screen. Please check this documentation on how the container width can be adjusted.
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Best regards,
IsmaelJanuary 13, 2020 at 2:42 am in reply to: Some pages are loading very very slow in edit mode and can't be edited #1172613Hi,
Thank you for the update.
According to the article, the tool may take up some resources from the CPU causing high system load in your machine, which may in turn interfere with other applications including the browser itself and cause the whole system to slow down.
It may cause a high system load when it scans the system. User reports range from it using 30% and more CPU while running. Since it may run for as long as 20 minutes, that is something that may interfere with other activity on the computer.
Did you try this on another machine without a Chrome browser?
Best regards,
IsmaelHi,
Thank you for following up.
The Maximum Container width is currently set to 100%, which is why the site is wide or full width. Try to set it to 1310px.
Best regards,
IsmaelHi,
The patch should be available in the upcoming days, but there is no exact date yet. The dev team is just polishing some things up. Unfortunately, the new Instagram API is still not available in this patch, so you might have to use a third party plugin temporarily as suggested previously.
Thank you for your patience.
Best regards,
IsmaelHey AWZ,
Thank you for the inquiry.
Can you give us a link to a site showing the issue? We may be able to find the actual cause of the issue from the browser console. Please post the link in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
We enabled the Lightbox Modal Window option from the Theme Options panel to turn on the popup or lightbox. Please remove the browser cache prior to checking the page.
Best regards,
IsmaelHi,
Thank you for the info.
Do you want the window to scroll back to the top after navigating to the next or previous page? If that’s what you’re after, please try this snippet in the functions.php file.
function ava_custom_script_mod(){ ?> <script> (function($){ $('.pagination a').attr('href', function() { return this.href + '#top'; }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod');Best regards,
IsmaelHi,
Thank you for the update.
The translations for the default privacy texts are going to be included in the upcoming version of the theme. For now, you can use the beta version and update the language files if you want to get it fixed immediately and not wait for the patch. Please check the private field for the beta version and the language files.
Best regards,
IsmaelHi,
The css media query lacks a closing curly brace, so it breaks the succeeding styles including the fonts. We added the closing brackets to correct the issue.
Thank you for your patience.
Best regards,
IsmaelHey tekniskakari,
Thank you for the inquiry.
Did you adjust the size of the entry_without_sidebar thumbnail after installing the Simple Image Sizes plugin? You should also regenerate the thumbnails or upload the image again after the adjustment. Let us know if that helps.
Best regards,
IsmaelHi,
Did you create a child theme? This documentation should help you how to properly activate a child theme when using Enfold.
// https://kriesi.at/documentation/enfold/child-theme/
And try to enable the debug mode so that we can see the actual error.
// https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging
Set the WP_DEBUG_DISPLAY to true and the display_errors from 0 to 1.
Best regards,
IsmaelHi,
Thank you for the update.
There are a bunch of parent Enfold theme with the same version in your installation, so we are not really sure which one to edit. Please remove the other copies of the theme that are not in use.
For the meantime, try to edit the enfold\config-woocommerce\admin-options.php file and remove these filters.
add_filter('woocommerce_general_settings','avia_woocommerce_general_settings_filter'); add_filter('woocommerce_page_settings','avia_woocommerce_general_settings_filter'); add_filter('woocommerce_catalog_settings','avia_woocommerce_general_settings_filter'); add_filter('woocommerce_inventory_settings','avia_woocommerce_general_settings_filter'); add_filter('woocommerce_shipping_settings','avia_woocommerce_general_settings_filter'); add_filter('woocommerce_tax_settings','avia_woocommerce_general_settings_filter'); add_filter('woocommerce_product_settings','avia_woocommerce_general_settings_filter');Let us know if it changes anything.
Best regards,
Ismael -
AuthorPosts
