Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update. We modified the js > avia.js file based on this thread.
// https://kriesi.at/support/topic/close-mobile-menu-by-clicking-on-active-navigation-item
The mobile menu should close properly now when the current menu item is clicked.
Best regards,
IsmaelHi,
renamed that css file in the dynami_-avia folder to enfold.css
The folder name should be “dynamic_avia”. Please rename it again.
You can add the breadcrumb modification in the parent theme’s functions.php file temporarily.Best regards,
IsmaelHi,
I can’t access the site using the credentials above. Did you change it? Please check the info carefully.
Best regards,
IsmaelSeptember 25, 2018 at 5:24 am in reply to: Borders and padding not working when editing the column #1013979Hi,
Thanks for the update. We need to access the dashboard. Please set the user role to “admin”.
Best regards,
IsmaelHey talau,
Thank you for using Enfold.
Did you add any modifications to the functions.php file that is related to the contact form? Please enable the Appearance > Editor panel so that we can check the files.
Best regards,
IsmaelHi,
#text-6 .avia-button .avia_iconbox_title { color: #000;There’s a missing curly brace. Please close the css declaration properly.
Best regards,
IsmaelHi,
Revert the logo and menu position to the previous option and then add this filter in the functions.php file to adjust the header settings of the home/front page.
add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 99, 1); function avf_header_setting_filter_mod($header_settings) { if ( is_front_page() ) { foreach(explode(" ",$header_settings['header_layout']) as $layout) { if(strpos($layout, 'logo') !== false) { $header_settings['header_class'] = str_replace('av_'.$layout, 'av_logo_right', $header_settings['header_class']); } if(strpos($layout, 'menu') !== false) { $header_settings['header_class'] = str_replace('av_'.$layout, 'av_menu_left', $header_settings['header_class']); } } } return $header_settings; }Best regards,
IsmaelHi,
Did you set the privacy setting of the third video to “unlisted” instead of “public”?
Best regards,
IsmaelSeptember 25, 2018 at 4:32 am in reply to: Layer Slider : video doesn't work on mobile device #1013958Hi,
I can’t see the old site now but it’s still on maintenance mode. Can you disable the maintenance mode temporarily so that we can check it on mobile view?
Best regards,
IsmaelHi,
It doesn’t occur when the preloader is enabled. Are you OK with that?
Please try to deactivate all plugins and the theme’s compression options. You should be able to isolate the issue with that.Best regards,
IsmaelSeptember 25, 2018 at 4:18 am in reply to: problem with the mobile presentation of a video in a full-image slider #1013956Hi,
We removed the slide image and then set the video layer as the slide background. Let us know if that helps.
Please don’t forget to remove the browser cache or do a hard refresh prior to checking the page.Best regards,
IsmaelSeptember 24, 2018 at 4:17 pm in reply to: How to disable prettyPhoto Lightbox for Mobile Devices / Smaller Screens #1013688Hey TanSmi,
Thank you for using Enfold.
This code should help disable the lightbox on mobile view.
add_filter( 'body_class', function( $classes ) { if(wp_is_mobile()) { $classes = array_merge( $classes, array( 'noLightbox' ) ); } return $classes; });You have to check it on an actual mobile device because that snippet won’t work on a browser/device emulator.
Best regards,
IsmaelHey P3T3R_0ne,
Thank you for using Enfold.
Have you tried to adjust the masonry column settings to “3”? Are you planning to add more items to the masonry element? You can set the columns to 3, move the masonry element inside a 3/5 column and then add two 1/5 columns on both sides. This will place the masonry at the center of the color section.
Best regards,
IsmaelSeptember 24, 2018 at 4:05 pm in reply to: Page title and excerpt displayed in transparent header #1013681Hey raslade,
Thank you for using Enfold.
Did you set the page to have a transparent header? The title container won’t display if header is transparent.
Best regards,
IsmaelHi,
That is indeed odd. Anyway, glad that it is finally working. Let us know if you need anything else.
Best regards,
IsmaelHey Jason,
Thank you for using Enfold.
That is not possible out of the box because the logo container is rendered outside the header. The logo is actually included inside the main content container, so it doesn’t stick on scroll along with the menu.
Best regards,
IsmaelSeptember 24, 2018 at 3:53 pm in reply to: Google Maps API problems. This page can't load Google Maps correctly. #1013676Hi,
This is the error in the console.
// https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
NoApiKeys Warning
The script element that loads the API has no API key. Please make sure you include a valid API key as a key parameter. You can generate a new API key on the Google Cloud Platform Console.
See Get an API key.If you are loading Maps JavaScript API from the deprecated v2 path with an old v2 key, you will get the NoApiKeys warning, even if you specified the key parameter. Please check the v2 to v3 upgrade guide and migrate your application to Maps JavaScript API v3.
Please try to follow this guide.
// https://developers.google.com/maps/documentation/javascript/v2tov3
Best regards,
IsmaelSeptember 24, 2018 at 3:47 pm in reply to: Layer Slider : video doesn't work on mobile device #1013673Hi,
Can we access the site on mobile without logging in? It seems to redirect to an old site.
Best regards,
IsmaelHi,
The image has to overflow outside the container in order to preserve its aspect ratio. We can set the height of the image manually but it will get distorted on certain screen sizes. Try to resize your image based on the standard screen resolutions.
// https://www.w3schools.com/browsers/browsers_display.asp
Best regards,
IsmaelSeptember 24, 2018 at 3:32 pm in reply to: Adjust position of logo and mobile menu at a certain screen resolution #1013666Hi,
Thanks for the update. Please add this code on the Quick CSS field to adjust the logo.
@media only screen and (max-width: 989px) and (min-width: 768px) .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 200px; line-height: 200px; } }Best regards,
IsmaelSeptember 24, 2018 at 3:28 pm in reply to: On Blog Posts Page, only 1st post has Read More but not content #1013663Hi,
Thank you for using Enfold.
Yes, please post the login details in the private field. We would like to check the settings.
Best regards,
IsmaelHey FadingReality,
Thank you for using Enfold.
I can’t reproduce the issue on my end. The cart page open when I clicked on the icon. Where are you testing it?
Best regards,
IsmaelHey JantienM,
Thank you for using Enfold.
Try to adjust the right margin of the content container.
@media only screen and (max-width: 1366px) { .sidebar_left .content { margin-right: 0; } }Best regards,
IsmaelHey Matsky1,
Thank you for using Enfold.
1.) You can use the “Portfolio Grid” but you won’t have the hover effect or overlay. I think you’re better off using the Column and the Image elements.
2.) Adjust the margin or padding. You’ll find both options in the Columns panel.
3.) Add the image title as captions and then set it to display on hover.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Looks like you managed to change the “SHIPPING” text to “VERSANDKOSTEN”. Is that correct?
Best regards,
IsmaelHey juliosecum,
Thank you for using Enfold.
The custom links in the menu cause a few script errors. Please use bit.ly to shorten the url. (see private field)
Best regards,
IsmaelHey brandaspect,
Thank you for using Enfold.
Which blog layout is it set to? Please provide the link to the actual blog page so that we can inspect it.
Best regards,
IsmaelHi,
Thank you for using Enfold.
You need to create the maintenance mode page manually or import the “Coming Soon” demo. Please note that importing a new demo will erase all existing options.
Best regards,
Ismael -
AuthorPosts
