Forum Replies Created
-
AuthorPosts
-
September 12, 2018 at 5:25 am in reply to: Control Scaling and/or Image Size/Position in Color Section + Full Screen Slider #1008700
Hi,
Is there a way to get a color section to display the entire image as the background,
This is the same case as the full screen slider. The background image will not be fully visible inside the background positioning area (color section container) because it has to preserve the aspect ratio. You can set the color section’s “Background Repeat” settings to “Scale to fit” to display the whole image but you’ll probably get white spaces or gaps around the container. We can also set the background size to 100% via css but it will distort the image on certain screen sizes. Unfortunately, the Fullwidth Easy Slider has no parallax effect option because the images are not used as background.
If you want to learn more how css handles background images, please refer to the following link.
// https://www.w3schools.com/cssref/css3_pr_background-size.asp
Here’s how those background size property translates into the theme:
cover = “Stretch to fit”
Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edgescontain = “Scale to fit”
Resize the background image to make sure the image is fully visibleBest regards,
IsmaelHi,
Awesome! Thanks for the info. I’m sure it will help a lot of users. :)
Best regards,
IsmaelSeptember 12, 2018 at 5:09 am in reply to: Avia Layout Architect don't work on a specific page #1008697Hi,
There is actually a code block on the screenshot. Please remove it temporarily. Where are you testing this? I can’t reproduce the issue on Opera/Chrome, Windows 7.
Best regards,
IsmaelSeptember 12, 2018 at 5:03 am in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1008696Hi,
Thanks for the update.
1.) Add this filter in the functions.php file to move the widget outside the sub menu container:
function ava_enqueue_custom_script() { if ( wp_script_is( 'avia-default', 'registered' ) ) { wp_add_inline_script( 'avia-default', "$(document).ready(function() { $('#header_meta #text-2').insertBefore('#header_meta .sub_menu'); });" ); } } add_action( 'wp_enqueue_scripts', 'ava_enqueue_custom_script', 9999);And then use this css code to adjust the widget position:
#header_meta #text-2 { clear: none; position: absolute; top: -7px; left: 0; padding: 0; }2.) Place the icon and the corresponding text inside a paragraph or a div tag. Something like this:
< p >[icon][text]< /p > < p >[icon][text]< /p > OR <div>[icon][text]</div> <div>[icon][text]</div>Best regards,
IsmaelSeptember 12, 2018 at 4:36 am in reply to: top logo and burgermenu disappear on Ipad in portrait and iphone x in landscape #1008694Hi,
top of the picture there is a white bar instead of the picture who was supposed to go all the way to the top.
That is actually how it’s supposed to display because header transparency is disabled on mobile view by default. The logo and the burger menu is not visible because they have the same color as the header. We can change the background color of the header on mobile view or you can upload a different logo for a non-transparent header and for the transparent header.
If you want to use a different logo for mobile view, please go to the Enfold > Header > Transparency Options panel, set a logo with a different color and adjust the menu color. That is going to be your logo and menu color for transparent header. You will also need to adjust the default color of the menu item in the General Styling > Logo Area panel and that will be the color that you’ll see on mobile view.
Add this code on the Quick CSS field if you want to change the header background on mobile view.
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background-color: red; border-color: #e1e1e1; } }Adjust the color values you wish.
Best regards,
IsmaelSeptember 12, 2018 at 4:26 am in reply to: Events Calendar plugin update and styling issues #1008693Hi,
Do you mind sharing your own custom css modifications so that we can test it? Is the css/tribe-events-theme-mobile.css stylesheet loading on your end?
Best regards,
IsmaelSeptember 12, 2018 at 4:24 am in reply to: Using the Masonry Gallery Animation with Layout Elements or Images? #1008692Hi,
Where are you testing this? I don’t see any “product_animation” columns on the “home-3” page. Please provide a link to the page.
Best regards,
IsmaelHi,
I’m glad it worked. :)
Yes, you need to move it to the child theme. This particular section of the documentation should help.// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
Best regards,
IsmaelSeptember 12, 2018 at 4:20 am in reply to: Layer Slider – Slides blink white before going to the next #1008689Hi,
Thanks for the update.
Yeah, you’re right. Changing the slide transition doesn’t fix it. I also tried to deactivate the plugins, set the slide timing to 0 and disable the theme’s file compression but nothing worked. Did you add any modifications that we don’t know of?
Best regards,
IsmaelSeptember 12, 2018 at 3:36 am in reply to: Add Fullscreenbutton Mediaelemnt.js HTML5 Videos #1008687Hi,
The videos are playing when I check the page and there’s the full screen icon. I also rechecked it on my own installation. (see private field)
There is no available filter for it, unfortunately, and you can’t stop the default script from initializing without removing it directly from the script file.Best regards,
IsmaelSeptember 12, 2018 at 3:21 am in reply to: improvement report: problem enfold full width menu #1008684Hi,
Can you give us a screenshot of the menu? I don’t really see any layout issue with the page.
Best regards,
IsmaelHi!
Thanks for the update.
Did you copy that code from your email? Please copy it directly from the forum or post the WP and FTP login details in the private field and we’ll add it for you. Sorry to hear that you’re having troubles with your checkout page. We’ll try to help as much as possible.
Best regards,
IsmaelHey HeadStudiosWeb,
Thank you for using Enfold.
Did you add any html tag to that particular text block? Please make sure that the html tags are closed properly because unclosed tags could break the builder content. Try to set the builder to debug mode first then we’ll check the page’s shortcodes.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
IsmaelSeptember 11, 2018 at 8:19 am in reply to: Display Author and creation date on post when using Avia Layout Buider #1008235Hi,
You can use the following shortcode ([sc_post_meta]) to render the post meta info such as date, comments, author etc.
Best regards,
IsmaelHey Angeladlh,
Thank you for using Enfold.
Where can we see the issue? Please provide a link to the site, and a screenshot if possible.
Best regards,
IsmaelHey FlatText,
Thank you for using Enfold.
That is not available in the theme by default. You may need to search for a plugin or a third party extension.
// https://codecanyon.net/item/woocommerce-product-filter/8514038
NOTE: We haven’t tested that plugin so you have to ask the plugin author if it’s compatible with the theme.
Best regards,
IsmaelSeptember 11, 2018 at 8:08 am in reply to: improvement report: problem enfold full width menu #1008231Hey weasyweb2015,
Thank you for using Enfold.
now i fix the problem using css
Shall we close the thread, or do you still need help with this? If you need further assistance, please provide a screenshot of the issue.
Best regards,
IsmaelSeptember 11, 2018 at 8:00 am in reply to: Product Gallery Lightbox Not Opening – Opens Full Res Images #1008228Hey kprice2690,
Thank you for using Enfold.
You have to update the header.php file in the child theme. It’s not the latest version. The lightbox should work after that.
Best regards,
IsmaelSeptember 11, 2018 at 7:50 am in reply to: Parent theme upgraded to 4.4.1 – site has lost all styles/layouts after update #1008223Hey!
I see. I checked the live and dev site but I don’t see any difference. Have you tried disabling the theme’s Performance > File Compression settings after the update?
Best regards,
IsmaelSeptember 11, 2018 at 7:45 am in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1008219Hey Asrada,
Thank you for using Enfold.
1.) The following tutorial should help.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Change the hook name to “avia_meta_header”.
2.) Did you use the theme’s icon shortcode?
3.) Use this code to remove the extra language switcher:
.avia_wpml_language_switch.avia_wpml_language_switch_extra { display: none !important; }Best regards,
IsmaelHey Sebastian,
Thank you for using Enfold.
You can use this code to deregister the theme’s map scripts.
add_action('init', 'ava_deregister_google_map_scripts', 30); function ava_deregister_google_map_scripts() { wp_deregister_script('avia-google-maps-api'); wp_deregister_script('avia_google_maps_front_script'); wp_deregister_script('avia_google_maps_api_script'); wp_deregister_script('avia_google_maps_widget_admin_script'); }Please note that the theme’s map element will not work properly if you remove these scripts or use the filter above.
Best regards,
IsmaelSeptember 11, 2018 at 7:25 am in reply to: top logo and burgermenu disappear on Ipad in portrait and iphone x in landscape #1008213Hey carstenstrandvad,
Thank you for using Enfold.
Where can we see the issue? The mobile/burger menu is visible on the home page. It has a transparent header.
Best regards,
IsmaelSeptember 11, 2018 at 7:22 am in reply to: Problem with first picture in galleries and avia colums #1008210Hey Rene759,
Thank you for using Enfold.
I can’t see the issue or the gallery overlay on the page. The items look the same. Please provide a screenshot of the issue.
Best regards,
IsmaelHey conjunktionman,
Thank you for using Enfold.
I can’t reproduce the issue on a browser emulator. Can you please provide a screencast or a screenshot of the issue?
Best regards,
IsmaelSeptember 11, 2018 at 7:12 am in reply to: Blocked loading mixed active content message for youtube video #1008206Hi,
It is loading the video on an unsecure connection even though it is set to https.
jquery.js?ver=1.12.4:3 Mixed Content: The page at 'https://faceafacemontreal.org/fr/contact/' was loaded over HTTPS, but requested an insecure resource 'http://www.youtube.com/embed/xvd3ZLpGf_A?feature=oembed'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://faceafacemontreal.org/fr/contact/' was loaded over HTTPS, but requested an insecure resource 'http://www.youtube.com/embed/xvd3ZLpGf_A?feature=oembed&wmode=opaque&rel=0'. This request has been blocked; the content must be served over HTTPS.Please try this plugin.
// https://wordpress.org/plugins/really-simple-ssl/
Best regards,
IsmaelHi,
Thanks for the update. I don’t think you need to purchase the plugin. The one inside the theme will do. Just enable the zip php extension and you’re good to go.
Best regards,
IsmaelHi,
Thanks for the update. This css code should help.
.avia-gallery-thumb img { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }Just add it on the Quick CSS field.
Best regards,
IsmaelHi,
I think it’s not working properly because of jetpack’s lazy load option. Please disable it temporarily then check the page again.
// https://jetpack.com/support/lazy-images/
Best regards,
IsmaelSeptember 11, 2018 at 6:45 am in reply to: Can not change color Section BG image opacity witj Section ID #1008191Hi,
You can try this css code since you’re using parallax effect.
#home-section-bg-img .av-parallax-inner { opacity: .2; }Best regards,
IsmaelSeptember 11, 2018 at 6:41 am in reply to: Control Scaling and/or Image Size/Position in Color Section + Full Screen Slider #1008189Hi,
the woman normally gets cut off at the knees. I need the entire height of the photo to show.
That is not possible without distorting the image. Please note that the images in the slider are set as background and they are automatically resize to keep their aspect ratio. You can replace the Full Screen Slider with the Fullwidth Easy Slider if you want the whole height of the images to be displayed but please note that the Fullwidth Easy Slider does not inherit the height of the browser view port unlike the Full Screen Slider.
Best regards,
Ismael -
AuthorPosts
