Forum Replies Created
-
AuthorPosts
-
October 25, 2016 at 5:58 am in reply to: Image element and Special Heading element loading last into Color Section #703551
Hi,
It’s the container opacity transition. Please disable it with the following css code.
.js_active .av-minimum-height .container { z-index: 1; opacity: 1; -webkit-transition: none; transition: none; }Best regards,
IsmaelHi,
Thank you for the info. Unfortunately, the login info seems incorrect. I got this error when I try to logged in to the site.
HIBA: Érvénytelen felhasználónév, e-mail cím, vagy jelszó.
Best regards,
IsmaelHi,
Thank you for the update. I can’t reproduce the issue on my end. Could you please provide a short clip of the issue? Or try this css code in the Quick CSS field to constrain the height of the video container.
Best regards,
IsmaelHi,
That is an old thread and there’s a lot of changes with the button shortcode. Please generate the button shortcode in a temporary page or post using the shortcode wand or the Insert Theme Shortcode button. Copy it then place it inside a layer. Note that you won’t be able to see the actual button in the slider preview but it should work in the frontend. If you need help with it, please post the login details so that we can make an example.
Best regards,
IsmaelOctober 25, 2016 at 5:30 am in reply to: Diverse Probleme bei Benutzung vonVollbild-Slider und Slide-Show volle Breite #703541Hey brand4,
Thank you for using Enfold.
I checked the site but I don’t see that video in the screenshot. Did you remove it? And please note that background videos are disabled on mobile by default so you have to add a fallback image.
P.S. Awesome site. Good job! :)
Best regards,
IsmaelHi,
I’m not sure why it works on Chrome and not on a Firefox browser. Do you have any extensions in your firefox browser? Have you tried it on another computer or network?
Best regards,
IsmaelHi,
Please adjust the font size of the caption on mobile so that it fits the slider.
@media only screen and (max-width: 768px) { .responsive #top .slideshow_caption h2 { font-size: 15px !important; } }For other inquiries, kindly create a new thread. Thank you.
Best regards,
IsmaelOctober 24, 2016 at 10:33 am in reply to: Sticky nav only, in "Logo Left; Menu Below" Header layout #703185Hi,
Please enable the “Shrinking Header” option in the Enfold > Header > Header Behavior panel. And then add the following css code.
.header-scrolled #header_main .av-logo-container { display: none; }I know that you don’t need a shrinking header but turning that option will enable us to use a custom class attribute called “header-scrolled” which is added to the header container on scroll.
Best regards,
IsmaelOctober 24, 2016 at 10:22 am in reply to: Unwanted content displayed under menu when using safari on the iphone #703181Hi,
We tried to access the dashboard but the login credentials are not working, invalid email. Please check it carefully.
Best regards,
IsmaelHi,
I’m sorry but I missed something, the url links aren’t working in the accordeon. Do you know why ?
There is no accordion element in the page. Where did you add it?
// http://www.booksmatter.fr/news/
// http://www.booksmatter.fr/2016/10/17/isabel-marant/Best regards,
IsmaelHi,
In the “apropos” color section, why did you add a separator above the special heading element? Please remove the separator element then test the page again. There’s another separator with a negative top margin before the “portfolio” section. What is that for?
Best regards,
IsmaelHi,
We edited the slider and set the Slideshow Image and Video Size option to “No Scaling”.
Best regards,
IsmaelHey Nicoletta_DUS,
Thank you for using Enfold.
You have to install a “membership” plugin to create a password-protected content. Try the following plugins.
// https://wordpress.org/plugins/membership/
// https://wordpress.org/plugins/simple-membership/
// https://wordpress.org/plugins/yith-woocommerce-membership/
// https://wordpress.org/plugins/s2member/Best regards,
IsmaelOctober 24, 2016 at 9:59 am in reply to: Avia Layout Slider loads on Desktop but not on mobile screen sizes #703172Hey sanjeevi,
Thank you for using Enfold.
Please add this code in the functions.php file to render the breadcrumb.
add_action( 'ava_main_header_sidebar', 'ava_main_header_sidebar_mod', 10); function ava_main_header_sidebar_mod() { echo avia_breadcrumbs(); }And use the css code to adjust the position.
#header .avia-breadcrumbs { position: absolute; top: 30px; left: 5px; }Best regards,
IsmaelHey combra,
Thank you for using Enfold.
Please use the “woocommerce_after_cart” hook, add the code in the functions.php file. Example:
// define the woocommerce_after_cart callback function ava_woocommerce_after_cart_mod( ) { echo "<div class='after_cart'>CONTENT HERE</div>"; }; // add the action add_action( 'woocommerce_after_cart', 'ava_woocommerce_after_cart_mod', 100, 0 );Best regards,
IsmaelHey ingrao,
Thank you for using Enfold.
Please post the login details here so that we can check the dashboard. Are those pages “product categories”?
Best regards,
IsmaelHi,
Thank you for the info.
We added the following css code in the Quick CSS field.
@media only screen and (max-width: 768px) { .responsive #top #wrap_all .grid-sort-container .grid-entry { width: 100%; margin-bottom: 50px; } }Best regards,
IsmaelHi,
Mobile devices do not auto play videos by default and some have incompatibility issue with the video script that’s why we added the “Hide video on Mobile Devices?” option. Please add a background image as a fallback or hide the color section on mobile then add an actual video element in its place.
// http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
IsmaelHey Silvio,
Thank you for using Enfold.
What functions or features are not working? And where can we see the issue with the “add_meta_box” function? Please note that we don’t provide support for third party plugins but we’ll try our best to help.
Best regards,
IsmaelHey kvilby,
Thank you for using Enfold.
1.) There’s not enough space for the mobile menu in the top bar. Where do you want to place it? A screenshot will help. I’m sorry but what do you mean by “logo scrolls up when scrolling.”?
2.) Have you tried zooming out the map?
3.) Please add this in the functions.php file.
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { var shop = $('body').hasClass('woocommerce'), ww = $(window).innerWidth(), side = $('.sidebar').detach(); if(!shop || ww >= 768) return; side.insertBefore('.template-shop'); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Best regards,
IsmaelHi,
How did you create the test page? I know that it is not created with the advance layout builder because the markup looks different. And what do you mean by the “the elements get beside again”? Could you please provide a screenshot?
Best regards,
IsmaelHi,
We are very sorry for the late response. Could you please post the code on pastebin.com? It looks broken in the forum. And where are you adding the shortcode?
Best regards,
IsmaelOctober 24, 2016 at 6:26 am in reply to: Facebook widget appears at product page (WooCommerce) #703120Hi,
There’s a facebook likebox script in the Head & Footer Code plugin settings. We deactivated it. Please replace it with the theme’s facebook likebox widget.
Best regards,
IsmaelHi,
How did you add the background image? Did you use the theme options or the advance layout builder? If you are using custom css modifications, change the image on certain screen sizes with css media queries. Example.
#image { background-image: url(largeimage.jpg); } @media only screen and (max-width: 768px) { #image { background-image: url(smallimage.jpg); } }Best regards,
IsmaelHi,
You need to install a plugin because the theme is using a default WordPress feature for author profile image, which is gravatar. And you have to modify the includes > loop-about-author.php file. Please follow these steps.
1.) Install the https://wordpress.org/plugins/profile-picture/ plugin.
2.) Edit includes > loop-about-author.php file, look for this code around line 11.
$gravatar = get_avatar($email, '81', '', $gravatar_alt);.. replace it with:
$gravatar = ProfilePicture::pp_picture($email, '81', '81', $gravatar_alt); $gravatar = $gravatar['img'];3.) Edit one of the author or user and upload a profile picture.
Best regards,
IsmaelHi,
In the widget, you can use the column shortcodes. Example:
[av_one_half first]FB HERE[/av_one_half] [av_one_half]PHONE INFO HERE[/av_one_half]You can generate these shortcodes from the “Insert Theme Shortcode” button aka the “shortcode wand”.
Best regards,
IsmaelOctober 24, 2016 at 5:50 am in reply to: Display issue with Enfold theme and Event Tickets Plus by Modern Tribe #703107Hey!
Thank you for the info. We added the tribe_etp_move_tickets_purchase_form function plus the hook in the child theme’s functions.php file.
Regards,
Ismael -
AuthorPosts
