Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
You can adjust that behavior or prevent the page from auto reloading in the Privacy & Cookies > “Auto Reload Page” settings.
Best regards,
IsmaelHi,
@nationalintel: You can now download version 4.6.2 from your themeforest account. We’ll close this now.Best regards,
IsmaelHi,
Thank you for the update.
We can’t access the dashboard anymore using the login details above. Did you change it? Please try to set the current shop page as the base shop page in the WooCommerce > Settings > Products panel.
Best regards,
IsmaelSeptember 20, 2019 at 4:37 am in reply to: Header Shopping Cart Icon disable dropdown menu on hover #1140095Hey!
That container is automatically populated by the woocommerce_mini_cart function or the ‘cart/mini-cart.php’ template.
/** * Output the Mini-cart - used by cart widget. * * @param array $args Arguments. */ function woocommerce_mini_cart( $args = array() ) { $defaults = array( 'list_class' => '', ); $args = wp_parse_args( $args, $defaults ); wc_get_template( 'cart/mini-cart.php', $args ); }
You can override that by defining the same function and return null.
function woocommerce_mini_cart() { return null; }
Cheers!
IsmaelHi,
Thank you for the update.
The following css code applies the white background color to the lightbox gallery container.
.mfp-gallery { background: #fff !important; }
Best regards,
IsmaelSeptember 20, 2019 at 4:26 am in reply to: Blog Posts are showing categories for blogs I did not want to display #1140092Hi,
Thank you for the update.
The category settings in the blog posts element doesn’t affect the side navigation (https://codex.wordpress.org/Function_Reference/get_adjacent_post). The navigation fetches the adjacent posts by default — ordered by date. You can add the filter in the functions.php file. Make sure that the posts have no categories in common.
Best regards,
IsmaelHey!
But on that Sticky-Post you can see this Sticky Post in the Postslider too.
Have you tried using the !is_single function to wrap the array_merge?
Cheers!
IsmaelHi,
You should probably place echo before the get_field function. The get_field function doesn’t render the data in the template automatically.
Thank you for the update.
Best regards,
IsmaelHi,
Thank you for the update.
There should be a space between the custom css class attribute “subtledbvdb” and the “.avia-button.avia-size-medium” selector. And you have to use lowercase, so the following class attribute is invalid.
.subtleDbvdb
It should be:
.subtledbvdb
Best regards,
IsmaelSeptember 20, 2019 at 4:03 am in reply to: Portfolio Grid: Category fileters missing on translated page #1140084Hi,
The translation of the portfolio categories are not displaying in their respective languages. You should be able to select the translated term in the portfolio grid element, but it’s not the case in your installation. How did you create and translate the portfolio categories?
UPDATE: The translated categories are not displaying when the block builder is active. We set the editor to classic temporarily. You can adjust that in the Theme Options panel. Just look for the “Select Your Editor” settings.
Best regards,
IsmaelSeptember 20, 2019 at 2:51 am in reply to: reCAPTCHA problem + background video first loading #1140076Hi,
Thank you for the update.
The Appearance > Editor panel is not accessible. We may need to edit the spam protection file in order to debug the issue properly. Please post the FTP login details in the private field.
Best regards,
IsmaelSeptember 20, 2019 at 2:37 am in reply to: Custom fonts showing as italic on some font weights #1140075Hey zerodotnine,
Thank you for the inquiry.
Can you give us access to the site? We would like to check the settings.
Best regards,
IsmaelSeptember 20, 2019 at 2:25 am in reply to: After update some problems contact form / magazine element #1140073Hi,
Thank you for the update.
Can we have access to the site? Please post the login details in the private field.
Best regards,
IsmaelSeptember 20, 2019 at 2:18 am in reply to: Masonry Gallery; I want to show excerpt text under photo views, not title #1140072Hi,
Thank you for the update.
This is possible, but you have to manually edit the title of the images in the Media > Library panel. The value of the title attribute is what the lightbox display as caption.
Best regards,
IsmaelHi,
Thank you for the update.
Are you trying to update the theme automatically in the theme options? You may need to update the theme manually via FTP. Have you tried that? Please visit the documentation for more info.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelSeptember 20, 2019 at 2:00 am in reply to: WP Blog (backoffice) title bar use Enfold alternate color #1140069Hey Caiser_Souze,
Thank you for the inquiry.
We set the Enfold > General Styling > “Mostra stili personalizzati nell’Editor blocchi backend” to the second option to prevent the theme styles from being applied in the block editor.
Best regards,
IsmaelHey UNBUENPLAN GROUP,
Thank you for the inquiry.
The price filter seems to be working properly. How can we reproduce the issue? (see private field)
Best regards,
IsmaelHi,
Thank you for the update.
Do you have JAWS 15? According to the following article, the software will be able to read the text using the aria-label attribute. This attribute is present in the social share icons.
// https://www.deque.com/blog/text-links-practices-screen-readers/
We also added the following css code to display the anchor text back.
#top .avia_hidden_link_text { display: inline; }
Let us know if it changes anything. Please don’t forget to purge the plugin and browser cache.
Best regards,
IsmaelHi,
Sorry for the delay.
The default query will be ignored once you use that filter, which is probably why the category sort no longer works as it should. Where did you add the magazine element?
Best regards,
IsmaelSeptember 19, 2019 at 1:49 pm in reply to: Table within accordion functionality – Not working in the latest update? #1139916Hi,
Thank you for the update.
It seems to be working properly on a test page (see private field). Where can we see the issue?
Best regards,
IsmaelHi,
Thank you for the update.
Looks like the font is no longer available in the latest version but we are not sure why. You can add it back by uploading it to the Custom Font manager. More info in the documentation.
Best regards,
IsmaelHey anantharam,
Thank you for the inquiry.
You should be able to move the product tabs using this snippet in the functions.php file.
add_action('after_setup_theme', 'ava_move_product_elements'); function ava_move_product_elements() { remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); }
Best regards,
IsmaelSeptember 19, 2019 at 12:47 pm in reply to: Categories in Blog Post Content element started to appear after upgrade to 3.4.1 #1139887Hi,
Thank you for the update.
The login details seems to be invalid. Please check it carefully. Just to clarify, you get a 404 error when you update the portfolio items. Is that correct?
Best regards,
IsmaelHi,
Thank you for the update.
Yes, this is possible with the “avf_form_message” filter. Usage example can be found in the following thread.
// https://kriesi.at/support/topic/contact-form-html-field/#post-1131752
The filter holds the actual message from the form, the value of the form fields and parameters.
Best regards,
IsmaelHi,
The stylesheets are merged or compressed, so the site is probably loading the old stylesheet without the recent changes. Please toggle the Performance > File Compression settings after adding the code.
Thank you for the update.
Best regards,
IsmaelHi,
We should be the one apologizing. We replied 4 days after your post.
Anyway, you may need to wrap this code inside an !is_single conditional function.
$include = array_merge($sticky, $include);
You’re adding the sticky post in the post__not_in parameter, but then the line above still merges the sticky post in the array.
Thank you for the update.
Best regards,
IsmaelSeptember 19, 2019 at 11:19 am in reply to: 4.5.2 gets 404 error but 4.3.2 gets code 200 (everything works fine) #1139857Hi,
Sorry for the troubles.
This issue occurs because the home or front page is also set as the custom 404 page. In the latest version 4.6.2, there is a new option for the Custom Error 404 Page where you can redirect the visitors to a selected page without setting the status code to 404. Unfortunately, we won’t be able to help you further if you don’t update the theme. Please let us know once the theme is upgraded to version 4.6.2.
Best regards,
IsmaelHi,
Thank you for the update.
We can’t reproduce the issue on our end, but we replaced “height” with “min-height” because it limits the container of the items on mobile view, cutting off the content. This is what we see on our end on desktop view.
Screenshot: https://imgur.com/a/77JQnRx
We do see a large gap or space between some of the items on mobile view due to this css code.
a#av-masonry-1-item-138, a#av-masonry-1-item-823, a#av-masonry-1-item-817, a#av-masonry-1-item-814, a#av-masonry-1-item-809, a#av-masonry-1-item-806 { height: 830px !important; }
Best regards,
IsmaelSeptember 19, 2019 at 10:45 am in reply to: WooCommerce pagination of filtered product results #1139840Hi,
Thank you for the update.
The issue here is that the pagination ignores the URL query, so the filters are gone once you go to the next or previous pages. You have to find a way to apply the current query to the pagination links. It can be done via JavaScript.
Best regards,
Ismael -
AuthorPosts