Forum Replies Created
-
AuthorPosts
-
September 18, 2019 at 4:58 am in reply to: Icon Box – Changing the Font type & size of the title & content #1139325
Hey yifatcohen,
Thank you for the inquiry.
You can either adjust the h2 tag in the theme’s Advanced Styling panel, or add your own css modification in the Quick CSS field or the style.css file of the child theme. Example:
#top h2 { // styles here }The h2 tag in the text block has inline styles, so you may need to add the !important rule to override the default style.
Best regards,
IsmaelHi,
Thank you for the update.
The previous custom css class field has been removed or deprecated. You have to move the custom css class attributes in the elements’ Developers tab. Make sure that the Enfold > Layout Builder > Builder Options For Developers options are enabled.
Best regards,
IsmaelSeptember 18, 2019 at 4:40 am in reply to: reCAPTCHA problem + background video first loading #1139318Hey Jérôme,
Thank you for the update.
Looks like the nonce needed to verify the validity of the session are not being generated properly. Have you tried this while the plugins are disabled?
We tried to access the site but got the following error.
Vous devez vous connecter pour accéder à l’administration.
Best regards,
IsmaelHey S.,
Thank you for the inquiry.
Which version of the spam protection are you using? If you’re using v3, then you have to register for v2 as fallback. Please reconfigure the ReCaptcha settings in the theme options and make sure that you’re using the correct version of the API. You can also try and delete the current project in your Google console and create another.
We couldn’t find that string in the language files. Can you give us the exact line of the translation in the .po file? A screenshot will also help.
Best regards,
IsmaelHey!
Thank you for the update.
The “thoughts” or blog page is now displaying the excerpt of the posts. We toggled the appropriate options as suggested above. If you want to configure the blog posts manually, edit the “Thoughts” page and look for the Blog Posts element. That’s where we set the “Blog Content length” settings.
Regards,
IsmaelSeptember 18, 2019 at 4:22 am in reply to: Excerpts not displaying in blog feed for posts created with the default editor #1139312Hi,
Please continue here: https://kriesi.at/support/topic/excerpts-not-working-properly/
Best regards,
IsmaelHi,
Sorry for the delay.
Where can we see the issue? You forgot to add a link to the site. Screenshots will also help. You can upload them to imgur or dropbox, then post the link here. Did you enable the Performance > File Compression settings? Please toggle that option and disable the cache plugin if there’s any.
Best regards,
IsmaelSeptember 18, 2019 at 4:16 am in reply to: Link zu Video-Slide in Vollbild-Slider (full screen slider) defekt? #1139310Hey senfdazu,
Thank you for the inquiry.
Do you have a test page where we can see the issue? By default, it is not possible to add links directly to a video slide. You can only do that with an image slide.
Best regards,
IsmaelHey MrPoBoi,
Thank you for the inquiry.
Can we take a look at the page with the product element? Did you add any filters in the functions.php file that may have affected the product query?
Best regards,
IsmaelSeptember 18, 2019 at 3:15 am in reply to: WooCommerce pagination of filtered product results #1139302Hi,
Thank you for the update.
Looks like you have to filter the items again after going to the next page. We set the publisher to “Marvel” in the initial page and as we went to the next page, the filter reverted back to default. We had to filter the items again. We might not be able to help you with the issue because the filter is not from the theme. It’s a default feature of WooCommerce.(see private field)
Best regards,
IsmaelHi,
Thank you for the update.
Are you referring to the “scroll to top” button? It seems to be displaying properly on our end. Please try to remove the browser cache or test the pages on another computer.
Best regards,
IsmaelHi,
Thank you for the update.
The link to the page, which is supposed to display the masonry element, redirects to a thread in this forum. Odd. Could you post it again? Did you happen to disable some of the predefined thumbnails in the theme?
Best regards,
IsmaelSeptember 18, 2019 at 2:11 am in reply to: Blog Posts are showing categories for blogs I did not want to display #1139295Hey danieltyrala,
Thank you for the update.
Are you referring to the side navigations in the single post page? You may need to add the following filter to have it display posts from the same category.
add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' ); function enfold_customization_same_cat( $s ) { $s['same_category'] = true; return $s; }Best regards,
IsmaelHi,
Thank you for the update.
You can set the first logo to float to the left.
.responsive #top .logo.first-logo { float: left; }Add it inside the css media query for mobile view.
Best regards,
IsmaelsHey Guenter,
Thank you for the inquiry.
You may need to add more than one blogs posts element in order to do that. Adjust the query of the first element using the designated filter. Usage example can be found in the following thread.
// https://kriesi.at/support/topic/sticky-posts-cant-make-it-work-on-homepage/#post-1138963
Best regards,
IsmaelHi,
We can’t really see the screenshot. Please try to upload it to imgur or dropbox, then post the link here.
If you want to add more content beside the burger menu, you have to modify the includes > helper-main-menu.php file.
Thank you for the update.
Best regards,
IsmaelSeptember 17, 2019 at 9:56 am in reply to: Header Shopping Cart Icon disable dropdown menu on hover #1139033Hi,
Thank you for the update.
You can use the following snippet to remove the cart dropdown or to prevent it from rendering.
add_action('after_setup_theme', function() { remove_action( 'ava_before_bottom_main_menu', 'avia_woocommerce_cart_dropdown', 10); remove_action( 'ava_inside_main_menu', 'avia_woocommerce_cart_dropdown', 10); });Add it in the functions.php file.
Best regards,
IsmaelHi
Thank you for the update.You should be able to build a simple music album shop using the plugins @Basilis suggested above in combination with the theme. We recommend Woocommerce because it is natively configured in the theme and there are more extensions available in case you need one.
Album shop demo from Woocommerce: https://themes.woocommerce.com/storefront/product-category/music/albums/
Best regards,
IsmaelHi,
Thank you for the update.
You can upload svg files to fontello, but make sure that the vectors are combined into a compound path. Visit the following link for guidelines regarding the use of custom svg images in fontello.
// https://github.com/fontello/fontello/wiki/How-to-use-custom-images
Best regards,
IsmaelHi,
Thank you for the update.
Is it working properly when you remove the testimonial element temporarily? We can see the following error, which is generated from the testimonial.js file, but it’s not pointing anywhere.
SyntaxError: expected expression, got ‘<' testimonials.js:1 TypeError: b(...).not(...).filter(...).mediaelementplayer is not a functionwp-mediaelement.min.js:1:777 a https://beyond.ie/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.2.3:1
jQuery 4Best regards,
IsmaelHi,
Thank you for the update.
We are not really sure what’s causing the issue. Can you ask your hosting provider to upgrade PHP from 7.1.31 to 7.2? The upgrade might help fix the issue.
Best regards,
IsmaelSeptember 17, 2019 at 8:54 am in reply to: Frage zu Google Fonts und Demo bzw. Sandbox Modus #1139019Hi,
Thank you for your interest in the theme.
1.) It is possible to upload the font in your server instead of loading it directly from Google by using the theme’s Custom Font Manager. However, please note that this is exclusive to Google Fonts, so you can’t use fonts from other sources.
2.) You can find the theme’s demo in the following link.
// https://kriesi.at/themes/enfold-overview/
Unfortunately, we don’t have a backend demo but you should be able to get a glimpse of the theme options and how it works by watching this video.
// https://www.youtube.com/watch?v=K72lh7jKlvM
3.) There are German speakers in the team, but we can’t guarantee their availability. If they are not available, most moderators tend to use Google Translate to understand the inquiry and help when necessary.
Best regards,
IsmaelHi,
Thank you for the update.
We will forward this issue to the team. The privacy checkbox should not be hidden along with the form labels when the option is enabled. Temporarily, you can add the following css code to override the default style.
#top .av_form_privacy_check .input_checkbox_label { position: static !important; }Best regards,
IsmaelSeptember 17, 2019 at 5:24 am in reply to: Portfolio Grid: Category fileters missing on translated page #1139009Hey vitabella-toscana,
Thank you for the inquiry.
You have to translate the portfolio categories or taxonomies as well. Have you done that? If not, please refer to the following documentation for more info.
Best regards,
IsmaelHey AlbRos,
Thank you for the update.
We removed the default shop page and manually set the permalink from “shop2” to “shop”. However, we can’t seem to add the following code in the functions.php without getting an error. This will enable the ALB for the shop page.
add_theme_support( 'avia_custom_shop_page' );Please add that code in the functions.php file.
This is the error:
Impossibile comunicare con il sito per verificare errori irreversibili, la modifica PHP è stata annullata. Dovrai caricare la modifica in qualche altro modo, ad esempio usando SFTPBest regards,
IsmaelHi,
Thank you for the update.
Is this fixed? This is what we see on our end.
Screenshot: https://imgur.com/a/fWnTywA
If you want to move the heading downwards so that it’s not covered by the spiders, add a whitespace/separator element above it.
Best regards,
IsmaelHi,
Sorry for the delay.
The post content in the blog should be displayed based on the option set in the “Blog Content length” settings, but this is not working properly in your installation. You may need to upgrade the theme from version 4.5.5. to the latest version, 4.6.2.
You should also set the Enfold > Blog Layout > Blog Layout to “Use the advance layout builder..” if you want to display custom content from the advance layout builder in your blog page. And reset the Settings > Reading panel options to default. You don’t need to set the front and blog page there. We already set these options. Please update us once the theme is upgraded.
Thank you for the update.
Best regards,
IsmaelSeptember 17, 2019 at 4:40 am in reply to: Contact Form Error Message “Deactivated Refused to Accept Google reCaptcha” #1139001Hi,
Thank you for the update.
That option is available on version 4.6.2. Please make sure that the site have the latest version of the theme.
Best regards,
IsmaelSeptember 17, 2019 at 4:38 am in reply to: Thumbnails of webp images are not displayed / Google squoosh application #1139000Hi,
You’re welcome! We’ll close this thread now.
Have a nice day.
Best regards,
IsmaelSeptember 17, 2019 at 4:38 am in reply to: Link to Tab in Tab Section Full-Width Submenu / active submenu color #1138998 -
AuthorPosts
