Forum Replies Created
-
AuthorPosts
-
Hi Denis!
Thank you for using the Enfold theme.
Please add this on functions.php to change the layout of the single product page:
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='six 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='six units single-product-main-image alpha'>"; } } }Cheers!
IsmaelHey!
Thank you for the info.
I edited the Quick CSS field but it’s not affecting the site because of the cache plugin. Please disable the cache plugin then we’ll check it again.
Regards,
IsmaelHi!
Thank you for the update.
Can you please disable the cache plugin first while working on the site? I edited the Quick CSS field but I guess its not affecting the website because of the cache plugin. Also, if possible, please deactivate the css minify settings.
Cheers!
IsmaelAugust 18, 2014 at 5:51 am in reply to: How to increase thickness of the Bar on Selected Menu #305566Hi bemofunny!
Thank you for using Enfold.
Change the bar thickness with this on Quick CSS or custom.css:
.avia-menu-fx { height: 5px; }You need to set the Blog as parent page of the pages with the masonry element.
Cheers!
IsmaelHey crescentvale!
Thank you for using the theme.
Please give us a link to the actual website. Make sure that you’re running the latest version of Enfold which 2.9.1 plus WordPress 3.9.2. We would like to check it.
Regards,
IsmaelHi alexmasica!
Thank you for using Enfold.
Note that you can’t use special characters on custom sidebars. What is the page where you’re trying to add a custom sidebar? Please post the url here. We would like to check it.
Regards,
IsmaelHi sonnicant!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#header_main_alternate .container, #header_main_alternate #avia-menu { width: 100%; background-color: #1B4799 !important; margin: 0; text-align: center; }Cheers!
IsmaelAugust 18, 2014 at 5:37 am in reply to: change bbPress forums from sidebar to fullwidth (method Ismael) #305558Hi!
Thank you for using Enfold.
There’s another way of removing the sidebar on forum pages. Please refer to this link then follow Dude’s suggestion: https://kriesi.at/support/topic/remove-sidebar-from-bbpress-forum/#post-131153
Cheers!
IsmaelHey courtney_martin!
Thank you for using Enfold.
The layer slider shows up fine mobile screens. Maybe a cache issue. Anyway, glad it is working now.
Best regards,
IsmaelHey stiffler17!
Thank you for using Enfold.
Please insert the google map element inside a 1/1 column layout to constrain the width.
Best regards,
IsmaelHey alexmasica!
Thank you for using the theme.
The full width slider should always be full width by default. Please give us a link to the actual website. We would like to check it. Maybe you added some html codes on the page then you forgot to close the tags and it somehow break the layout of the slider.
Regards,
IsmaelHey!
Thank you for update.
If the above suggestions doesn’t work it means that you can’t modify the style of the plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Regards,
IsmaelHey!
Glad we could help. If you still have any questions, let us know.
Best regards,
IsmaelAugust 18, 2014 at 5:00 am in reply to: Different Textsize for Fullscreen & Fullwidth slider #305547Hey Herbert!
Thank you for using Enfold.
You can use “.avia-fullscreen-sldier” selector for the full screen slider and “.avia-fullwidth-slider: for the full width slider. Regarding the margin between button and caption, use this on Quick CSS or custom.css:
#top .avia-slideshow-button { margin-top: -10px; }Adjust it if necessary.
Regards,
IsmaelHey!
Thank you for using Enfold.
Please set the width of the layer slider container to 100% then look for the Layers container field to constrain the layer elements on a specific width. The Global Setting > Layout should be:
Slider width: 100%
Slider height: 400
Responsive: On
Responsive Under: 1140
Layers container: 1140Cheers!
IsmaelHey slimmer1!
Thank you for using Enfold.
Please create two layer sliders, one for desktop and another for mobile. We’ll check it after. Usually, they will be identified as div#layerslider_1 and div#layerslider_2. So you need to hide the other layer slider on desktop then force it to show on mobile then hide the other one using media query. Something like this:
@media only screen and (min-width: 768px) { div#layerslider_2 { display: none !important; } } @media only screen and (max-width: 767px) { div#layerslider_1 { display: none !important; } div#layerslider_2 { display: block !important; } }Place the layer slider for desktop on top of the second layer slider.
Best regards,
IsmaelHi mikebru77!
Thank you for using Enfold.
Please go to Enfold > Header Layout > Header layout panel. Change the Header Size to custom pixel value. Adjust the height as much as necessary. Also, adjust the padding of the content with this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 88px; }Best regards,
IsmaelHi!
Thank you for using update.
Do you mind if we take a look at the website? You can use the Boxed layout then add this on Quick CSS or custom.css to change the width of the home page:
.home { width: 100%; }The solution above will require additional css fix for containers, column etc on the home page. You should probably hire a freelance developer to fix it for you. Please visit Envato Studio or Werkpress for further customization.
Regards,
IsmaelHey!
@holleycreative: Glad it is working for you now. Thanks for sharing.
@Chrisparkins: Please try holley’s suggestions then if possible, please remove all images on the media library that doesn’t have any thumbnails. Regenerate the images using the plugin: http://wordpress.org/plugins/regenerate-thumbnails/Cheers!
IsmaelHey sevanah!
Thank you for using Enfold.
You can find all sidebar content on Appearance > Widgets. In case you have any 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. :)
Cheers!
IsmaelHi mediumstudio!
Thank you for using Enfold.
If you’re not receiving emails using third party plugins like CF7 then it means that there’s something wrong your email configuration. You should probably contact your host again. Try to disable Enfold then activate any default themes then test the contact form 7 plugin.
Regards,
IsmaelHi!
Thank you for the updat
I’m sorry but adding the ubermenu on a color section means that you have to add it on all pages. You should probably do the second suggestion. Edit the includes > helper-main-menu.phpfile via FTP. Replace that line of code with the ubermenu script. Regarding the submenu being partially hidden, use this on Quick CSS or custom.css:
div#ubermenu-section { z-index: 5000; position: relative; }Best regards,
IsmaelHi!
Thank you for using the theme.
I’m sorry but it’s not possible without major customization. You can look into the Google Translate widget: https://translate.google.com/manager/website/
Best regards,
IsmaelHi scaico!
Thank you for using the Enfold theme.
Did you modify anything on the theme files? The breadcrumb on shop page should show by default. http://kriesi.at/themes/enfold/shop/
Regards,
IsmaelHi!
Thank you for the update.
Yes, it is possible to have the language dropdown on the top left corner but you need to fix the style of the dropdown element. Add this on functions.php right after the first suggestion above:
add_action('avia_meta_header', 'ava_icl_language_selector'); function ava_icl_language_selector(){ do_action('icl_language_selector'); }Best regards,
IsmaelAugust 18, 2014 at 4:03 am in reply to: Next and Previous Post Navigation is in reversed order #305530Hi bemofunny!
Thank you for using Enfold.
Please add this on functions.php to reverse the post navigation order:
add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2); function avia_apply_custom_sort_order_to_post_nav($entries, $settings) { if(!empty($entries['prev'])) $temp = $entries['prev']; if(!empty($entries['next'])) $entries['prev'] = $entries['next']; if(!empty($temp)) $entries['next'] = $temp; return $entries; }Cheers!
IsmaelHey!
Thank you for the update.
Please refer to this link: https://kriesi.at/support/topic/social-media-in-main-menu/
Cheers!
IsmaelHi KK!
Thank you for using Enfold.
Please use this on QuicK CSS or custom.css to align the social icons:
#header_main nav .social_bookmarks { position: relative; top: 120px; }Best regards,
IsmaelHi!
Thank you for using Enfold.
If you don’t mind, please post a screenshot of what you’re trying to do. We’ll try to help you with the css in order to accomplish it. By default, you can only add a background image if you’re using a boxed layout. You can also add Color Sections on a page using the Advance Layout Builder then apply the background on the element itself.
Best regards,
Ismael -
AuthorPosts
