Forum Replies Created
-
AuthorPosts
-
Hey!
Have you tried installing a cache plugin like W3 Total Cache or WP Super Cache? Maybe it will remove the intermittent animated number issue.
Regards,
IsmaelHi!
If you wan transparent content background for box layout, you can try this:
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a, .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a { background-color: rgba(255,255,255,.5) !important; } #main, .html_stretched #wrap_all { background-color: transparent !important; }Regards,
IsmaelHi winstonsf!
Thank you for using Enfold.
I’m sorry but I’m not sure what you mean by “fade out” the images but have you tried using the Fullscreen Slider instead of the Fullwidth Slider? Using the full screen slider will ensure that every part of the image is visible.
Regards,
IsmaelHi!
Yes, we know that you want to add a background image but we would like to know the end result so that we can help you better. A screenshot or mock up of the design that you’re trying to do will help. Have you tried using the Color Section?
Cheers!
IsmaelHey Sarah!
Thank you for using Enfold.
Please update the theme to Enfold 2.9.2 then upgrade WordPress to 4.0. We tested this on my end and using the Attributes panel of the layer slider should add the attributes on the link tag. A third party plugin is adding that attribute on the images. Please deactivate the plugins which you think might causing this issue then test it again.
Regards,
IsmaelHey!
Alright. Please add the css snippets on the css > custom.css file and on the Quick CSS field as well. Add this on functions.php to exclude some stylesheets on the BWP minify plugin:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout', 'avia-dynamic'); return $excluded; }Purge the plugin cache and the browser cache then check the page.
Best regards,
IsmaelHi generatrorassociates!
Thank you for using Enfold.
How did download one dummy page? Did you hit the Import Dummy Data again? This will override all your theme settings. Do you mind if we take a look at the current website? Make sure that you’re running Enfold 2.9.2 with WordPress 4.0. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!Best regards,
IsmaelSeptember 20, 2014 at 9:01 am in reply to: Changing Fonts Size of Telephoen Number and Adding Content #322245Hi!
Thank you for the update.
On the phone number field, try to use something like this:
<a href="tel:+123456789">123456789</a>You can adjust the padding of the phone number to create a good space between the header objects:
@media only screen and (max-width: 767px) { .phone-info { padding: 20px 0; } }Regards,
IsmaelHi Manfred!
Thank you for using the Enfold theme.
You can use this:
font-size: 28px; line-height: 1.1em; margin-bottom: 10px; background: #000; filter: alpha(opacity = 80); background: rgba(0, 0, 0, 0.5); display: inline-block; margin: 0 0 1px 0; padding: 10px 15px; text-transform: uppercase; letter-spacing: 1px;To make it easier, try learning about google inspector or firebug. You can then look for the appropriate style of a specific object.
Regards,
IsmaelSeptember 20, 2014 at 8:50 am in reply to: Enfold Theme Options unaccessible when upgrading to WordPress 4.0 #322239Hey broshannon!
Thank you for using Enfold.
Please download the latest version 2.9.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
This should fix the jquery issues with WordPress 4.0.
Regards,
IsmaelHey!
You can try this:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even { margin: 0; clear: none; float: left; } .responsive #top #wrap_all .slide-entry { width: 30%; margin-left: 4%; } }Regards,
IsmaelHey sadullah!
Thank you for using Enfold.
I’ll ask Yigit to take a look. If you can translate the inquiry to english, we’ll be happy to help.
Regards,
IsmaelHi!
Sorry, we don’t have any videos specifically about the woocommerce. You can visit their own documentation: http://docs.woothemes.com/documentation/plugins/woocommerce/
Cheers!
IsmaelSeptember 20, 2014 at 8:39 am in reply to: Slightly Opaque Body Area Instead of White Body Area #322227Hey!
There are lots of elements on the theme. Which specific elements are you trying to apply this transparent background? Please post a screenshot. If you want to apply it on the promobox, you can use this:
.alternate_color table, .alternate_color .widget_nav_menu ul:first-child>.current-menu-item, .alternate_color .widget_nav_menu ul:first-child>.current_page_item, .alternate_color .widget_nav_menu ul:first-child>.current-menu-ancestor, .alternate_color .pagination .current, .alternate_color .pagination a, .alternate_color.iconbox_top .iconbox_content, .alternate_color .av_promobox, .alternate_color .toggle_content, .alternate_color .toggler:hover, .alternate_color .related_posts_default_image, .alternate_color .search-result-counter, .alternate_color .container_wrap_meta, .alternate_color .avia-content-slider .slide-image, .alternate_color .avia-slider-testimonials .avia-testimonial-content, .alternate_color .avia-testimonial-arrow-wrap .avia-arrow, .alternate_color .news-thumb, .alternate_color .portfolio-preview-content, .alternate_color .portfolio-preview-content .avia-arrow, .alternate_color .av-magazine .av-magazine-entry-icon, .alternate_color .related_posts.av-related-style-full a, .alternate_color .aviaccordion-slide, .alternate_color.avia-fullwidth-portfolio .pagination, .alternate_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image { background: rgba(0,0,0,.5); }Best regards,
IsmaelHey nini_bacher!
Thank you for using Enfold.
Maybe this will help:
@media only screen and (max-width: 1024px) { h4.iconlist_title { font-size: 13px; }}Cheers!
IsmaelHi!
Have you tried updating the theme using the Enfold > Theme Update panel? Add your themeforest username and API key. Wait for a few hours to see if there is an available update. You should probably logout then login again.
Best regards,
IsmaelHey webdevsd!
Thank you for using Enfold.
If the slider height is only 300px then you should upload images with 300px in height and probably 1500px or more in width.
Regards,
IsmaelHey wigldesign!
Thank you for using Enfold.
If you’re referring to the mega menu, please watch this video: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Regards,
IsmaelHi!
Thank you for using Enfold.
I’m sorry but we don’t support third party plugins specially those that are not fully compatible with Enfold. Please contact the plugin author. Not sure if Widget Logic works for Polylang.
Regards,
IsmaelSeptember 19, 2014 at 1:01 pm in reply to: Demo import – Menu failure | Download counter with animated numbers #321848Hi!
We don’t have an exact arrival date for the 3.0 version but it will be release soon enough. Unfortunately, you can only use fixed number for the animated number element. You can vote or post the feature on our Feature Requests page.
Best regards,
IsmaelSeptember 19, 2014 at 12:56 pm in reply to: Enfold Theme – "add media",etc "interactive: functions don't work – any clues? #321845Hi Warwick!
Thank you for using Enfold.
Maybe you’re not using the latest version and the update theme panel is not responding. Please try to log out then check the Update Theme panel again. Make sure that you’re running Enfold 2.9.2 with WordPress 4.0. This should fix the jquery issues.
Best regards,
IsmaelSeptember 19, 2014 at 12:54 pm in reply to: Woocommerce Upsells on Product Single Page doubled #321844Hi!
Thank you for the info.
I added the modifications on my own installation and it only change the product layout and remove related products section as expected. It didn’t add another upsells section. Maybe a third party plugin related to WooCommerce is causing the issue. Have you tried to deactivate the plugins?
Cheers!
IsmaelSeptember 19, 2014 at 12:48 pm in reply to: Woocommerce in Enfold – very narrow product photos? #321840Hey erikatzen!
Thank you for using Enfold.
You can use this on functions.php to increase the width of the product image container:
add_action( 'init', 'half_single_product_page', 1); function half_single_product_page() { remove_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div_six', 25); if(!function_exists('avia_add_summary_div_six')) { function avia_add_summary_div_six() { echo "<div class='five units single-product-summary'>"; } } remove_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div_six', 2); if(!function_exists('avia_add_image_div_six')) { function avia_add_image_div_six() { echo "<div class='seven units single-product-main-image alpha'>"; } } }Best regards,
IsmaelHi Effektid!
Thank you for using Enfold.
Please upgrade to Enfold 2.9.2 and WordPress 4.0. This should fix the mobile menu.
Cheers!
IsmaelHey vanderburg!
Thank you for using Enfold.
Those are actually not text. They are png or transparent images which is more responsive when using the Layer Slider.
Best regards,
IsmaelSeptember 19, 2014 at 12:40 pm in reply to: Unable to get the Product Slider to work via woocommerce – please help! #321837Hi erikatzen!
Thank you for using Enfold.
We tested it on our installation and the product slider works fine. Please post the link to the actual page where you’re trying to add the product slider. You can only select product categories when using the Product Slider. Make sure you’re running Enfold 2.9.2 with WordPress 4.0.
Regards,
IsmaelSeptember 19, 2014 at 12:37 pm in reply to: Website does not work correctly anymore after updating Enfold theme #321836Hi!
I’m sorry but you’re still using Enfold 2.6.2. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelHi finchkelsey!
Thank you for using Enfold.
You added a custom css that breaks the container:
.responsive .container .nine.units { width: 700px; }Add this at the very bottom:
@media only screen and (max-width: 767px) { .responsive .container .nine.units { width: 100%; } }Regards,
IsmaelHi!
You can edit framework > php > function-set-avia-backend.php, find the code on line 576:
$string = mb_strimwidth($string, 0, $breakpoint) . $pad;Replace it with:
$string = $string . $pad;I think it’s safe to change since you’re not using right to left text direction. Not sure if this is going to work but please give it a try.
Regards,
Ismael -
AuthorPosts

