Forum Replies Created
-
AuthorPosts
-
October 14, 2019 at 5:57 am in reply to: Remove black borders above and under background video #1147716
Hey badoes,
Thank you for the inquiry.
You can set the “Video Size” settings to the second option to stretch the video and fill the whole slider without the borders. This option might zoom in the video a bit and hide some of its edges to keep its aspect ratio.
Best regards,
IsmaelOctober 14, 2019 at 5:48 am in reply to: Problem showing custom taxonomy associated with custom post type #1147715Hey maiscom,
Sorry for the delay. In the screenshot, there is another list of entries above the taxonomy dropdown. Did you enable the custom post type support selection?
This line is invalid:
register_taxonomy('Categoria FAQ',array('FAQ'), array(
You have to use the actual name of the custom post type “faq”, and the taxonomy name should not contain spaces and capital letters.
register_taxonomy('categoria-faq',array('faq'), array(
// https://codex.wordpress.org/Function_Reference/register_taxonomy
// https://codex.wordpress.org/Function_Reference/register_post_typeParameters:
$post_type
(string) (required) Post type. (max. 20 characters, cannot contain capital letters, underscores or spaces)
Default: None$taxonomy
(string) (required) The name of the taxonomy. Name should only contain lowercase letters and the underscore character, and not be more than 32 characters long (database structure restriction). Default: NoneBest regards,
IsmaelHi,
Thank you for the update.
The issues with the privacy options have been fixed in the latest version of the theme. Please upgrade the theme to version 4.6.3.1. And don’t forget to toggle the Performance > File Compression settings if it’s enabled.
Best regards,
IsmaelOctober 14, 2019 at 5:29 am in reply to: Background Image of Grid Row Cell 'breaking' in Safari on iPad #1147711Hey frankbar,
Thank you for the inquiry.
You may need to adjust the attachment property of the cells’ background images to “scroll” because iOS has issues with “fixed” backgrounds. Please try this code in the Quick CSS field.
@media only screen and (max-width: 1024px) { .flex_cell { background-attachment: scroll !important; } }
Best regards,
IsmaelOctober 14, 2019 at 5:22 am in reply to: Portfolio Raster bettet unterschiedlich große Vorschaubilder ein #1147709Hey Bernd,
Thank you for the inquiry.
Edit the second portfolio grid and set its “Portfolio Grid Image Size” to the second option. You can then manually define or select the thumbnail size that you prefer.
Best regards,
IsmaelHey midfieldco,
Thank you for the inquiry.
You have to modify the js > avia-snippet-megamenu.js file directly in order to adjust the dropdown animation speed. Look for this code around line 207:
currentLink.on('mouseenter', function() { sublist.stop().css({visibility:'visible'}).animate({opacity:1}); });
Add the duration of the animate function in milliseconds.
ccurrentLink.on('mouseenter', function() { sublist.stop().css({visibility:'visible'}).animate({opacity:1}, 100); });
Best regards,
IsmaelHey zerodotnine,
Thank you for the inquiry.
You have to regenerate the thumbnails or upload the images again after adjusting their size. The following plugin should help.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHey julia_usn,
Thank you for the inquiry.
1.) Use V3 version of the spam protection instead of V2 to get rid of the widget. This will automatically authenticate the user in the background without any interaction.
2.) You can use the “avf_form_message” filter to insert additional content in the email message. Usage example can be found in the following thread.
// https://kriesi.at/support/topic/contact-form-html-field/#post-1131752
Best regards,
IsmaelHi,
Thank you for the inquiry.
We found these characters in the enfold\js\aviapopup\jquery.magnific-popup.min.js file.
;c.lengPhi����Phi��������������������Pa������������ a����¸hi������������phi����ø������phi������������ions:
Please remove the file, then replace it with the same file from the updated version of theme.
Or use this:
// https://pastebin.com/Y0tgYMGU
Best regards,
IsmaelOctober 14, 2019 at 4:14 am in reply to: Transparent Mobile Header over Slider (Need a working solution) #1147676Hi,
Thank you for the update.
You may need to adjust the padding above the main container based on the height of the header.
.responsive #top #main { padding-top: 126px !important; // value should be the same as the current header height }
Please include it inside the css media query above.
Best regards,
IsmaelOctober 14, 2019 at 4:08 am in reply to: Child Theme Does not Acknowledge CDN Rewrite Since Latest Upgrade #1147673Hi,
Sorry for the delay. Looks like an issue with the theme’s file compression generating incorrect paths for the resource files. Does it work properly when the theme’s compression feature is disabled? If you really need to use the theme’s file compression settings, try to correct the file path using the “avf_compress_file_content_path” filter.
Best regards,
IsmaelOctober 14, 2019 at 3:47 am in reply to: Enfold 4.6.3.1: Contact form is deactivated & Google reCaptcha #1147667Hi,
Sorry for the delay. It seems to be an issue with the merged stylesheets. Please deactivate all file minification features including the compression in the theme, and the cache plugins temporarily. That should help load all the necessary scripts and fix the issue.
Best regards,
IsmaelOctober 14, 2019 at 3:29 am in reply to: Site can't load on mobile Safari after update to 4.6.3 and no Google maps #1147666Hi,
We would like apologize for the troubles. This particular patch will be included in the next update. Thank you for your patience.
Best regards,
IsmaelHey salai_com,
Thank you for the inquiry.
Are you referring to the portfolio grid elements? It is possible that the image overlay hinders the external links. You can remove the image overlay on mobile view with this css code.
@media only screen and (max-width: 1024px) { .image-overlay.overlay-type-extern { display: none !important; } }
Sorry about the delay. We’ll try to respond immediately next time. Thank you for your patience.
Best regards,
IsmaelOctober 14, 2019 at 3:18 am in reply to: Link to privacy modal not working on WPML-translated pages #1147663Hey Mischa S.,
Sorry for the delay. The links above don’t really point to anything. Where can we see the EN version of privacy page link? Please provide the the URL of the page containing the link that is not working.
We noticed that the privacy links in the footer or widget container are working properly.
Best regards,
IsmaelHi,
Sorry for the delay. We can’t seem to reproduce the issue on our end. The product list element looks quite alright on our end. What kind of edits are you doing before the issue occurs?
Best regards,
IsmaelHi,
tab-section the tab hash values are handled like a normal anchorpoint.
Do you mean it doesn’t scroll smoothly as usual? Maybe the scripts haven’t fully loaded yet.
Best regards,
IsmaelOctober 14, 2019 at 2:50 am in reply to: tag for file uploading generates contact form is deactivated #1147658Hi,
Sorry for the delay. The theme’s contact form doesn’t have an upload field by default. How did you add the upload field? Please note that the reCAPTCHA option in the theme is limited or exclusive to the default contact form element. It’s not compatible with any third party contact form plugin.
Best regards,
IsmaelOctober 14, 2019 at 2:42 am in reply to: Portfolio Raster – Einzelansicht auf neuer Seite öffnen und Navigation #1147656Hi!
Sorry for the delay. Where can we see the issue? Please provide a link to the actual page with the Portfolio Grid element. The code above should not have affected the category sort buttons.
Regards,
IsmaelHi,
Sorry for the delay. We can’t login to the site using the account above. Please check the info carefully.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Did you set the Enfold > Privacy & Cookies > Default Cookie Behaviour to the first option? The option will enable all cookies by default, and thus enable the services such as google analytics. You have to set it to the third option (User must accept and must opt in, only essential cookies selected). Make sure that the theme is upgraded to v4.6.3.1.
Best regards,
Ismael-
This reply was modified 6 years ago by
Ismael.
October 11, 2019 at 11:50 am in reply to: Advanced Custom field on the archive/shop woocommerce page #1147091Hey peruwan,
Thank you for the inquiry.
The custom container is actually added right after the product title.
<div class="specs-item-block"> <div class="specs-item-data">40 min</div> <div class="specs-item-header">snelladen</div> </div>
Is that what you’re after?
Best regards,
IsmaelHi,
Thank you for following up.
You will still be able to turn on the custom css class or ID fields from the Layout Builder panel. Adding the “avia_template_builder_custom_css” in the functions.php file is no longer required.
Best regards,
IsmaelOctober 11, 2019 at 11:39 am in reply to: Enfold, WooCommerce Related products column number #1147087Hi,
@Caiven: Thank you for the inquiry. How did you add the products? Are you using Product Grid element? You can use the following hook to increase the number of items in the related products section.function avia_chance_wc_related_columns(){ global $avia_config; $avia_config['shop_single_column'] = 5; // columns for related products and upsells $avia_config['shop_single_column_items'] = 5; // number of items for related products and upsells } add_action('wp_head', 'avia_chance_wc_related_columns', 6);
Best regards,
IsmaelHi,
Thank you for the update.
We will forward your concern to the team. For now, you can prevent the Google map script from loading using the “avf_load_google_map_api_prohibited” filter. Unfortunately, I’m not really sure why the “disabling_allowed” parameter is not included in the layer slider shortcode template. I’ll get back to you on that.
Best regards,
IsmaelHi,
Thank you for the update.
Did you copy the code from your email? Please try to copy it directly from the forum. You have to add it in the “functions.php” file — preferably in the child theme so that you don’t have to add it again every update. If you haven’t created a child theme yet, please follow the instructions in the documentation.
// https://kriesi.at/documentation/enfold/child-theme/#how-to-install-the-child-theme
Best regards,
IsmaelOctober 11, 2019 at 10:04 am in reply to: Postion of sub menu container when using transparency layout #1147066Hi,
Glad it worked. For the mega menu, please add this css code.
#top #header.av_header_transparency .avia_mega_div { margin-top: -50px; }
Best regards,
IsmaelHi,
Awesome! Glad it worked. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelOctober 11, 2019 at 10:00 am in reply to: Font not showing up on Mobile (but does show up on Desktop) #1147063Hi,
Thank you for the update.
You can only use Google fonts in the Custom Font Manager, which is probably why it’s not working. You have register the font font via css or by using the @fontface at-rule.
// https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face
Best regards,
IsmaelHi,
Thank you for the update.
You may need to add a custom css class attribute to those sections. Please enable the custom css class field from the Enfold > Layout Builder panel. Look for the “Custom CSS classes input field” and set it to the third option (Show and allow to edit classes). After that, edit the sub pages and look for the color section with the title. In the element’s panel, go to the Developers tab and add the class name “with-title” in the Custom CSS Class field. You can then use this css code in the Quick CSS field.
.responsive #top .with-title { z-index: 9999; position: relative; overflow: visible; }
Best regards,
Ismael -
This reply was modified 6 years ago by
-
AuthorPosts