Forum Replies Created
-
AuthorPosts
-
May 27, 2020 at 2:55 pm in reply to: Dropdown (sub menu) with background image: blurry images issue #1216964
Hi,
Did you remove the account above? It’s not working anymore and we can’t see the site because it’s on maintenance mode. Please provide another account so that we can check site.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You should remove the avia_start_animation class name because it will be automatically added once the element is visible in the view port.
<div class="av-animated-generic bottom-to-top avia_start_delayed_animation " style="border-radius:0px; "> content goes here</div>Best regards,
IsmaelHi,
You can move the widget area inside a color section, then adjust the width of the container inside the section to make it full width. Please check the documentation for more info.
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
For additional inquiries, please open a new thread. Thank you.
Best regards,
IsmaelMay 26, 2020 at 12:55 pm in reply to: Blog archive with white background preview text and dissapearing icons in footer #1216479Hi,
Can you provide a screenshot of the alignment issue? We added padding or spaces around the text so it won’t necessarily align with the image. And for mobile, you can use this css code..
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .single .template-blog .post .entry-content-wrapper { margin-right: 0; } .single .template-blog .big-preview.single-big { padding: 0; } }.. to make it look like this.
Screenshot: https://imgur.com/a/Oisai0o
Best regards,
IsmaelHi,
But doesn’t the Animate and either Fade or Bottom to top work on mobile?
Not really sure what you mean by that. Could you explain it a bit?
Thank you for your patience.
Best regards,
IsmaelMay 26, 2020 at 12:48 pm in reply to: Site crashes when manually enlarging and shrinking gallery images on mobile #1216474Hi
Are you using the default lightbox option from the theme? It’s possible that the default lightbox script is incompatible with the FB widget, or a line of code is causing it to crash, so using a different lightbox plugin or script might help fix the issue. Unfortunately, we can’t really know without a way to properly debug the issue.
Have you tried connecting your phone to your laptop and debug the issue using the web inspector? An error should at least occur in the console before the page crashed.
// https://appletoolbox.com/use-web-inspector-debug-mobile-safari/
// https://developer.apple.com/safari/tools/Glad to know that you’ve been using the theme for so many years. Thank you!
Best regards,
IsmaelMay 26, 2020 at 12:28 pm in reply to: Enfold Fatal Error only in Customize w/ Hummingbird page cache, many sites! #1216468Hi,
Thank you for the clarification. We’ll forward the issue to our channel and check the issue further. We’ll let you know once we found a fix.
Best regards,
IsmaelHi,
Thank you for the update.
The images look exactly the same when we select the original source of the image in the Slideshow Image Size settings. Please check the link in the private field.
Best regards,
IsmaelMay 26, 2020 at 12:02 pm in reply to: How to enable video controls Youtube background video #1216459Hey badoes,
Thank you for the inquiry.
Looks like you’ve already figured out how to enable the video controls. Do you need anything else?
Best regards,
IsmaelMay 26, 2020 at 12:00 pm in reply to: button link option display wrong after copy to other language using WPML again #1216458Hi,
Thank you for the info.
What does the changes fix exactly? As stated on the previous thread, we were not able to reproduce the issue, so we are not entirely sure what needs fixing. Could you explain it a bit?
Best regards,
IsmaelHi,
The plugin should work fine with the the theme. What exactly are you having trouble with? Did you use the filter that we provided above?
Best regards,
IsmaelMay 26, 2020 at 11:38 am in reply to: My shop page changes design when I activate it as my shop page #1216451Hi,
Did you follow the instructions in the previous threads? To move the sidebar to the left of the product content, you have to add this code in the functions.php file.
# # wrap single product image in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div_sidebar', 1); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div_sidebar() { echo "<div class='four units single-product-sidebar'>"; get_sidebar(); echo "</div>"; } function avia_add_image_div() { echo "<div class='four units single-product-image'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; echo "</div>"; } # # wrap single product summary in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3); function avia_add_summary_div() { echo "<div class='four units single-product-summary'>"; } function avia_close_summary_div() { echo "</div>"; //close out the summary }And then use this css code to adjust the width of the containers.
#top #main .single-product-sidebar .sidebar { border-left: 0; border-right: 1px solid; padding-left: 0; padding-right: 50px; } #top #main .single-product-sidebar { margin-left: 0; } #top #main .single-product-image { width: 28%; } #top #main .single-product-summary { width: 45%; margin-left: 2%; } #top #main .product .four.units { margin-left: 3%; margin-right: 0; }Best regards,
IsmaelMay 26, 2020 at 11:14 am in reply to: "PAUSE"-Button when clicking on Fullscreen-Video-Link #1216445Hey alex,
Thank you for the inquiry.
That is the control (play, pause) overlay of the slider. If you want to hide it, add this code in the Quick CSS field or the child theme’s style.css file.
.av-click-overlay, .avia_playpause_icon { display: none !important; visibility: hidden !important; opacity: 0 !important; }Please don’t forget to toggle the Performance > File Compression settings after adding the code — or just disable the option temporarily until you’re finished configuring the site.
Best regards,
IsmaelMay 26, 2020 at 11:09 am in reply to: Tab section not fullwidth, keep Page Sidebar navigation #1216442Hey sky19er,
Thank you for the inquiry.
The tab section is a full width element, so it will always push the sidebar underneath it. We can change the default markup but we will have to change multiple files in order to accomplish it, which is not really recommended. Have you tried using a different element such as the Tabs or the Accordion?
Best regards,
IsmaelHey Emulsions,
Thank you for the inquiry.
Have you tried editing the searchform.php file? That is where the search bar markup is located. You can also use the ava_frontend_search_form hook to insert additional fields in the existing form to adjust its query.
Best regards,
IsmaelHi,
The product bundle works fine when the plugin Product Bundles – Min/Max Items for WooCommerce is disabled. Please contact the plugin developer for additional assistance.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the update.
The login credentials above doesn’t work — it seems to be invalid. Please it carefully or provide another user account. Also, please try to update the theme to the latest version, v4.7.5.
Best regards,
IsmaelHey Peter,
Thank you for the inquiry.
You might have to wait for a few days before these changes reflect in the console. What is the name or URL of the site? We’ll try to search for it — see if the logo is already added in the search results.
Related thread: https://developers.google.com/search/docs/data-types/logo
Best regards,
IsmaelHi,
Sorry for the delay. The snippet in the previous thread should render the search bar inside the header beside the logo, but in your installation the search bar is inside the menu container. Did you adjust the snippet?
You can use this css to adjust the style of the search field.
#header .custom-form #s { /* style here */ }Best regards,
IsmaelMay 25, 2020 at 9:33 am in reply to: Enfold Theme Optionen Datenschutz und Cookies keine richtige Funktion #1216054Hi,
We can see the tabs properly in the privacy & cookies panel. Please check the screenshot below.
Screenshot: https://imgur.com/a/G01Mzxk
Try to disable the Enfold > Performance > File Compression settings and remove the browser cache.
Best regards,
IsmaelMay 25, 2020 at 9:29 am in reply to: Missing Layerslider text strings in WPML's String Translation #1216052Hi,
Thank you for the update.
Did you create the slider prior to or before installing the string translation module? It’s possible that the text or the layers in the slider were not added to the string translation database. Can we access the site?
This thread might help: https://wpml.org/forums/topic/translate-slider-text-layer/
Best regards,
IsmaelHi,
Thank you for the patience.
We tried to login to the site but got locked out because of WordFence. Can you disable it temporarily?
It’s possible that the links are still there, but only invisible because the font color changes to the color of the background after applying the link. Are there white spaces or gap in place of the blue text after applying the link?
Best regards,
IsmaelHi,
Alright. We’ll keep the thread open for now. Please update us once the error logs are ready.
Best regards,
IsmaelHi,
Thank you for the update.
Is is working now? We also edited the community-forum page and set the Layout > Sidebar Settings to “Right Sidebar”.
Best regards,
IsmaelHi,
We can set the speed of the animation or transition, but we have to manually edit the aenfold\config-templatebuilder\avia-shortcodes\gallery\gallery.js file. Look for this code:
big_prev.stop().animate({opacity:0}, function() { $next.insertAfter(oldImg); oldImg.remove(); big_prev.animate({opacity:1}); big_prev.attr('title',$(_self).attr('title')); });Add the transition speed (ms) in the animate function.
big_prev.stop().animate({opacity:0}, function() { $next.insertAfter(oldImg); oldImg.remove(); big_prev.animate({opacity:1}, 200); big_prev.attr('title',$(_self).attr('title')); }, 200);// https://api.jquery.com/animate/
Best regards,
IsmaelMay 25, 2020 at 9:06 am in reply to: Font-Problem / New fonts loaded correct into Enfold but not shown in… #1216037Hi,
Alright. Let us know if you need further help. We’ll keep the thread open.
Best regards,
IsmaelHi,
You have to create a new shortcode path or folder in the child theme first by using the avia_load_shortcodes filter in the functions.php file. Please check the documentation for more info.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Best regards,
IsmaelHi,
You don’t really need to apply the class name to the actual button as long as you’re using the proper selector. It’s possible, but you may have to create a custom jQuery script and use the addClass function.
// https://www.w3schools.com/jquery/jquery_css_classes.asp
You can also edit the button markup directly in the wp-content\themes\enfold\framework\php\class-form-generator.php file > button function, around line 465:
$this->button_html .= '<input type="submit" value="' . $submit_label . '" class="button" ' . $this->submit_attr . ' data-sending-label="' . __( 'Sending', 'avia_framework' ) . '"/>';Best regards,
IsmaelHi,
Thank you for the update.
What is inside the 3790 page? It looks like there is a slider there but it’s not rendering properly. Can we access the site? Please post the login details in the private field.
Best regards,
IsmaelMay 25, 2020 at 8:51 am in reply to: How to display the category type and post date in single post page below the big #1216027Hi,
In the previous code, look for this line:
else { echo $title . $cat_output; }.. then add this snippet below it.
echo "<span class='text-sep text-sep-date'>/</span>"; echo "<time class='date-container minor-meta updated' >" . get_the_time( get_option( 'date_format' ) ) . '</time>';Best regards,
Ismael -
AuthorPosts
