Forum Replies Created
-
AuthorPosts
-
August 30, 2017 at 2:23 pm in reply to: logo goes to right side in tablet and mobile mode (second language) #845798
Hey Jihad,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.responsive .rtl .logo img { float: left; }Best regards,
YigitHey Prudent,
Please add following code to Functions.php file in Appearance > Editor
function av_change_cart_link(){ ?> <script> jQuery(window).load(function(){ jQuery('#top .dropdown_widget .buttons .button:first-child').attr('href','http://kriesi.at'); }); </script> <?php } add_action('wp_footer', 'av_change_cart_link');Best regards,
YigitHey Prudent,
Please make sure to translate your string as is without skipping any characters. If that does not help, please create a temporary admin login and post it here privately so we can look into it.
Best regards,
YigitHey!
Your page looks fine on my end, attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_RefreshRegards,
YigitHi,
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change theentry_with_sidebarimage size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.
Best regards,
YigitAugust 30, 2017 at 12:07 pm in reply to: Panels overlapping the homepage fullwidth banner image #845749Hi,
Please edit your first column element below your slider and give it a negative top margin value – http://i.imgur.com/F7ymDFs.png :)
Best regards,
YigitHi John,
Sorry for the late reply!
It seems like login has expired. It seems like that is because of the way shortcode is being generated. Please contact plugin authors as they should have more information on what could be causing the issue.
Best regards,
YigitHey,
Please feel free to request – or vote if already requested – such feature on Enfold feature request form :)
Best regards,
YigitHi,
990px or 1024px are screen widths :)
You are welcome Monique! Glad we could help! Let us know if you have any other questions or issues and you too have a nice day!Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image { width: 120px; }Best regards,
YigitHey,
Please try using a plugin such as this one – https://wordpress.org/plugins/zen-menu-logic/ and display different menu on your inner pages
Best regards,
YigitHi,
Which PHP version are you using? Also, they are notices so you do not need to worry :)
Best regards,
YigitAugust 29, 2017 at 9:37 pm in reply to: image placed above open toggle menu on mobile no longer working #845454Hi!
Please change the code to following one
ul#av-burger-menu-ul { content: ''; width: 300px; height: 300px; display: block; overflow: hidden; margin-top: 40px !important; background: url(https://www.8888osler.com/images/8.png) no-repeat center center; background-size: 40%; margin: 0 auto; background-position: 50% 10%; }Best regards,
YigitAugust 29, 2017 at 9:34 pm in reply to: Seeking some code to add "Instagram Feed" above header #845453Hey wanderglow,
Please add following code to Functions.php file in Appearance > Editor
add_action('ava_after_main_container','ava_after_main_container_new'); function ava_after_main_container_new(){ ?> YOUR CODE GOES HEREBest regards,
YigitHi,
Thanks for contacting us!
We would like to inform you that we only provide support to our registered users.
You can register to our support forum here – https://kriesi.at/support/register/ and then start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post.
Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com or Dropbox public folder and attach the links in your posts :)
Best regards,
YigitAugust 29, 2017 at 7:27 pm in reply to: Want tab section tab to open url in new window instead of showing tab #845429Hi,
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
YigitHi,
Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
YigitHi,
Please remove “Enfold-Dave” theme. If that still does not help, please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi,
Please remove old version of the theme and then install the new one.
Best regards,
YigitHi!
Please refer to this post – http://kriesi.at/documentation/enfold/remove-image-titles-that-show-up-when-you-hover-on-images/
Regards,
YigitHey metrocitygirl,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_header_top #menu-item-shop.cart_dropdown { border: none; } #menu-item-shop .cart_dropdown_link:hover { color: orange; } #menu-item-shop .cart_dropdown_link { color: white; font-size: 20px; }Best regards,
YigitHey Tamosch,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.title_container .breadcrumb { position: relative; display: inline-block; }Best regards,
YigitHey Claudio,
Thanks for contacting us!
We have forwarded your message to Kriesi. If interested, he will contact you :)
Best regards,
YigitHey!
If it did not work in wp-config.php file, please contact your hosting providers and ask them to increase memory. Current memory is not enough (67M as i remember) and needs to be increased to at least 128M but 256M is recommended.
Cheers!
YigitHi,
Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
YigitHi!
Glad Nikko could help! Let us know if you have any other questions or issues!
Regards,
YigitHi Dirk,
Can you please post FTP logins here privately as well? :)
Best regards,
YigitHi,
Sorry for the late reply!
Login credentials did not work for me. Please try using the code as following
add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='single-product-main-image alpha'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; echo "</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='single-product-summary'>"; } remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20); add_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 2); remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_upsells', 21); add_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_upsells', 2); remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_display_output_upsells', 30); add_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_display_output_upsells_new', 2); function avia_woocommerce_display_output_upsells_new() { global $avia_config; $products = $avia_config['woo_upsells'].$avia_config['woo_related']; if(!empty($products)) { $output = "</div>"; $output .= '<div class="main_color avia-section-small"><div class="container"><div class="template-page content twelve alpha units">'; $output .= $products; echo $output; } } function avia_close_summary_div() { echo "</div></div></div>"; //close out the summary get_sidebar(); }Best regards,
Yigit -
AuthorPosts
