Forum Replies Created
-
AuthorPosts
-
Hey!
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,
YigitAugust 29, 2017 at 2:53 pm in reply to: Enfold: place custom javascript file after avia.js file #845352Hey Adele!
Please use the code as following
function add_my_script() { wp_enqueue_script( 'my-custom-script', get_stylesheet_directory_uri() . '/js/my-custom-js.js', array('jquery'), '1.0.1', true ); } add_action( 'wp_enqueue_scripts', 'add_my_script', 10);Regards,
YigitAugust 29, 2017 at 2:45 pm in reply to: gif with grey shadow, turns transparent during hover #845345Hey!
Glad Med could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)@med Thanks!
Best regards,
YigitHi,
@ANASCHMITZ Can you please post a link to your website and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereBest regards,
YigitHi,
Sorry for the late reply!
Could you please try de-activating all active plugins and check if that helps?
Best regards,
YigitHi,
It does work fine on my end on screens smaller than 990px. I changed the screen size to 1024px. Please review your website
Best regards,
YigitHi Sophie,
Please add following code to bottom of Quick CSS field as well
.widget .avia-icon-list a { text-decoration: none!important; }Best regards,
YigitHey Katarzyna!
Thanks for contacting us!
Due to our agreement with Envato/ThemeForest, we are not allowed to sell/distribute themes directly. Therefore, we are not able to provide you a copy for testing purposes. If you have any questions about our themes, please feel free to ask them and we will gladly try to help :)
Best regards,
YigitHey!
Thanks for contacting us!
Please see private content field below :)
Cheers!
YigitHey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.main_color strong { color: #679782; }Best regards,
YigitAugust 28, 2017 at 9:43 pm in reply to: image placed above open toggle menu on mobile no longer working #845053Hey webWahine,
Please use following code instead
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: inherit; margin: 0 auto; background-position: 0 0; }Best regards,
YigitHey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)You too have a great day! :)
Best regards,
YigitHey,
Did they give any more information? If not, could you please ask them to be more specific?
Best regards,
YigitHey Thomas,
We replied to your thread here – https://kriesi.at/support/topic/masonry-error-in-enfold/. Let us continue there.
Best regards,
YigitHey!
Please try de-activateing all active plugins and check if that helps. If it does not, please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHey Matt,
Thanks for contacting us!
Yes, that would be possible however that is outside of the scope of our support. And yes, you can replace all content :)
Let us know if you have any other questions!
Best regards,
YigitHey steve,
Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?
Best regards,
YigitAugust 28, 2017 at 4:48 pm in reply to: Unwanted menu showed up in header after theme update #844876Hi!
Glad Nikko could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)You too have a great day! :)
Best regards,
YigitHi karen,
Sorry for the late reply! I checked your website and mobile menu works fine on my end! Have you figured it out already? :)
Best regards,
YigitHi,
Sure. Can you please post FTP and WP admin logins here privately?
Best regards,
YigitHi,
Great! Glad you figured it out :)
Let us know if you have any other questions or issues!Best regards,
YigitAugust 28, 2017 at 2:30 pm in reply to: Fullwidth easy slider 3 bottons on horizontal line and large tekst header above #844824Hey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)You too have a great day! :)
Best regards,
YigitHi Sophie,
Sorry for the late reply!
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling.widget .avia-icon-list br { display: none; } .widget .avia-icon-list a { color: inherit; }Please review your website :)
Best regards,
YigitHey!
You are welcome, happy to help! :)
Let us know if you have any other questions or issues and enjoy the rest of your day!Best regards,
YigitAugust 28, 2017 at 1:36 pm in reply to: Fullwidth easy slider 3 bottons on horizontal line and large tekst header above #844798 -
AuthorPosts
