Forum Replies Created
-
AuthorPosts
-
Hey!
Please use the .htaccess code provided in this link: http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
IsmaelHi!
Place the google map element inside a color section then set the Map Height to 16:9. Edit the color section, set the Section Minimum Height to 100% then add a unique id in the Section ID field. Use “map-section” for example then add this in the Quick CSS field:
#map-section container, #map-section .template-page { padding: 0 !important; display: block; width: 100%; } #map-section .template-page { height: 100%; }Regards,
IsmaelHi mustmedia!
Thank you for using Enfold.
I’m sorry but I don’t think that’s possible unless there is a conditional function from the plugin that we can use. Please contact the plugin developer.
Cheers!
IsmaelHey!
Go to the plugins > woocommerce > templates folder then copy the file called content-product.php. Place it in your theme folder. That is the template file of the product category page.
Regards,
IsmaelHi!
Thank you for using Enfold.
If you purchase a regular license then you can use that on a single website or single end product. Please review the license policy here: http://themeforest.net/licenses/standard
Regards,
IsmaelHey!
Did you remove the browser cache after you regenerated the thumbnails? You might be looking on a cached version of the site. How is it possible that you see images in the blog if there are no images in the media library. Try this plugin to resize the thumbnails. https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHi!
I deactivated the plugins and it started to work again. http://knauer-liebau.de/_wordpress/wp-admin/admin.php?page=layerslider&action=edit&id=5
Please remove browser cache before checking the page. Try to deactivate the plugins one at a time to find the conflict.
Cheers!
IsmaelHi empulse!
Thank you for using Enfold.
You can start by setting the Header > Menu and Logo Position option to Logo left, menu below then add the css modifications like background, max width etc in the General Styling > Quick CSS Field.
Cheers!
IsmaelOctober 29, 2015 at 7:59 am in reply to: Excerpt Length for Custom Excerpt on Post Grid / Post Slider #526566Hey!
If you’re using the Excerpt box, why would you add a paragraph or summary that long?
Best regards,
IsmaelHi!
If you want to move the tabs under the image, add this in the functions.php file:
add_action('init', 'avf_move_product_output'); function avf_move_product_output() { remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 5 ); }I’m sorry but I don’t think it’s possible to turn the tabs into a simple description or text. This will require major modification in the config-woocommerce > config.php file. You can contact codeable for further modifications: http://kriesi.at/contact/customization
Best regards,
IsmaelHi!
Please provide the login details, we’ll clean up the codes for you. I tried to login using the previous credentials but they are not working:
https://kriesi.at/support/topic/blog-categories-6/page/2/#post-516153
As previously suggested, you need to use the read more tag or the excerpt box option. Or use the plugin mentioned here: https://kriesi.at/support/topic/excerpt-and-read-more-link/#post-519093
Cheers!
IsmaelHi!
Thank you for the update.
Please add this in the functions.php file:
# # wrap single product image in an extra div # function avia_add_image_div() { echo "<div class='single-product-main-image alpha'>"; } function avia_close_image_div() { echo "</div>"; } # # wrap single product summary in an extra div # function avia_add_summary_div() { echo "<div class='single-product-summary'>"; } function avia_close_summary_div() { global $avia_config; echo "</div>"; //close out the summary $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); } function avf_product_sidebar_layout_mod($layout){ if( is_single() )$layout = "sidebar_left"; return $layout; } add_action('init', 'ava_product_sidebar_mod'); function ava_product_sidebar_mod() { add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2 ); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20 ); add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25 ); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3 ); add_filter( 'avf_product_sidebar_layout', 'avf_product_sidebar_layout_mod', 5); }Edit config-woocommerce > config.php file, look for this code:
$sidebar_setting = avia_layout_class( 'main' , false );Replace it with:
$sidebar_setting = apply_filters( 'avf_product_sidebar_layout', avia_layout_class( 'main' , false ) );Add this to the Quick CSS field:
.single-product .product { width: 68%; margin-right: 4%; clear: none; float: left; }Cheers!
IsmaelOctober 29, 2015 at 7:21 am in reply to: Problem with gallery, portfolio and easy slider after updating to wordpress 4.3. #526553Hey!
I checked the site and the images are there. Also, the text editor work fine: http://www.technologiesdinterieur.com/wp-admin/post.php?post=4127&action=edit
Regards,
IsmaelHey!
Unfortunately, we don’t provide support for third party plugins as stated on our support policy specially for extensions of another plugin. The solutions provided on the previous threads worked for other users so if you have time, please follow the instructions on the following thread:
https://kriesi.at/support/topic/cant-edit-the-woocommerce-tab-manager/#post-422227
https://kriesi.at/support/topic/conflict-with-woocommerce-tab-manager-plugin/#post-496138Regarding when will this be added on the next patch is uncertain because we haven’t fully tested it yet. However, we have added the fix provided by the plugin developer for future reference.
https://kriesi.at/support/topic/bug-report-woocommerce-tab-manager-conflict/#post-510985
Best regards,
IsmaelHi!
It’s probably best to add the less than symbol once you’re all done with the page. As soon as you update the table again, the editor converts the html entity code to the actual symbol which breaks the layout of the element. Add the html entity once you’re finished with the page.
Best regards,
IsmaelHi!
Could you please provide a screenshot of the issue? Or a link to the product page? Try to replace the code with this:
.archive div .products .product .price > a span + span + span { display: block !important; width: auto; float: left; } .archive .woocommerce_de_versandkosten { float: left; }Cheers!
IsmaelHey!
What if you add a separate summary in the Excerpt box? Edit the post then look for the Screen Options. Enable the excerpt box.
Cheers!
IsmaelHey!
Great! Glad we could help. If you have more questions, let us know. :)
Regards,
IsmaelHey!
Replace it with:
// negative function add_custom_script(){ ?> <script> (function($) { $('.numdata').each(function() { var negative = $(this).text().indexOf('-') != -1, zero = $(this).text().indexOf('0.0000') != -1; if (!negative && !zero) { $(this).addClass("positive"); } else if(zero) { $(this).addClass("zero"); } else { $(this).addClass("negative"); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Replace the css code with this:
.negative { color: red; } .positive{ color: green; } .zero { color: #333; }Cheers!
IsmaelOctober 28, 2015 at 1:44 pm in reply to: Event Geek plugin conflict with datepicker on the form #526072Hi!
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. The theme and the plugin is probably using the same script. Please contact the plugin author for more info.
Best regards,
IsmaelOctober 28, 2015 at 1:40 pm in reply to: Strange rendering of Masonry gallery Featured on Iphone 6 #526070Hi!
The content or the excerpt of the first and second items is a bit longer than the third item. It has nothing to do with the image. I checked the site but the code we suggested is not there so we added it in the Quick CSS field. Adjust the values if necessary.
Cheers!
IsmaelHey!
Thank you for using Enfold.
You have this code inside the Quick CSS field:
.product_type_variable { display: none !important; }Please remove it. Update the theme to the latest version, 3.3.2.
Cheers!
IsmaelHey ist007!
Thank you for using Enfold.
The header.php file is changed? Please try to override the header.php file with a fresh copy then post the login details here. We would like to check it.
Regards,
IsmaelHey!
Turn on the custom css class field then edit the button element. Add a custom css class attribute. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
IsmaelOctober 28, 2015 at 12:55 pm in reply to: Remove empty top bar space, adjust Woo Commerce cart icon position and size #526052Hey!
Thank you for the update.
1.) Use this in the Quick CSS field:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 216px; }2.) Add this to adjust the position of the cart icon:
.html_cart_at_menu.html_bottom_nav_header #menu-item-shop { float: left; }Best regards,
IsmaelHey!
You have to configure the language switcher in the WPML panel. You can attach it to the main menu or add it inside a widget.Please refer to this link: https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/
Best regards,
IsmaelHey!
I checked the site and the submenu width is already set to 300px. Please remove browser cache then hard refresh the page:
#top ul.sub-menu { width: 300px !important; }Best regards,
IsmaelHi!
The elements inside the builder should have the same options regardless of the imported demo. Did you add the grid row element? Once you added the grid row, add the image element on each cells then configure the caption options. Set the Image Caption settings to yes to show all possible options.
Cheers!
Ismael -
AuthorPosts
