Forum Replies Created
-
AuthorPosts
-
Hi,
Great! Glad if we could help!
You can read more about it here – http://stackoverflow.com/a/32589922 :)Let us know if you have any other questions or issues and enjoy the rest of your day!
Best regards,
YigitHolla!
De nada! :) Glad if i could help!
Let us know if you have any other questions or issues!Buenos dias!
Saludos,
YigitHola Liliana!
Each domain requires a new license. However if you have a subdomain (for example site1.yourdomain.com and site2.yourdomain.com) then you do not need to purchase a new license, you can use the same one.
I hope i understood the question correctly and my reply helps. If it does not, please let us know and i will ask our Spanish speaking moderators to check the thread :)
Saludos,
YigitHi,
Sorry, misread.
Please add following code to Functions.php file of your child theme in Appearance > Editoradd_action( 'after_setup_theme', 'av_new_post_formats', 11 ); function av_new_post_formats(){ add_theme_support( 'post-formats', array('link', 'quote', 'gallery','video','image','audio', 'chat', 'status' ) ); }Best regards,
YigitHi,
@tdproperty please make sure to upload your images in the same proportions. If you need further assistance, please start a new thread under Enfold sub forum :)Best regards,
YigitApril 5, 2017 at 10:21 am in reply to: Woo Commerce Version 3.0.0 Updated and Lost All Images #772363Hi,
Please refer to @mensmaximus’ post above. WooCommerce will release a new update soon
@mensmaximus Thanks :)Best regards,
YigitApril 5, 2017 at 10:21 am in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772362Hi,
Replied you here – https://kriesi.at/support/topic/adding-multiple-widget-areas-to-the-header/#post-772049 :)
Best regards,
YigitHi!
@johnworfin Please inspect elements on your widgets and target them using ID’s – http://i.imgur.com/UzrzBfJ.png
In the example above, selector should be#header #text-14 { opacity: 0.5; }Regards,
YigitHi,
We will need FTP logins therefore i am keeping this thread on hold. It will be reopened when you reply :)
Best regards,
YigitHi,
Please add navigation label as following
<span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <span class="menu-text">Home</span>and then add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .av-main-nav .menu-text, .av-main-nav .av-icon-char { opacity: 0!important; } .header-scrolled .av-main-nav .av-icon-char { opacity: 1!important; }Best regards,
YigitHey!
Glad the code fixes the issue. We have reported the issue to our devs :)
Cheers!
YigitApril 4, 2017 at 8:49 pm in reply to: Product list font size increased greatly after woocommerce update #771958Hi!
Please refer to this post – https://kriesi.at/support/topic/woocommerce-3-0/#post-771853
Best regards,
YigitHi Joe!
Thanks for the heads up!
I just replied to a user who reported that issue and suggested following CSS
div.product div.images { opacity: 1!important; }We will report it to our devs :)
Best regards,
YigitApril 4, 2017 at 4:37 pm in reply to: Woo Commerce Version 3.0.0 Updated and Lost All Images #771852Hey George,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
div.product div.images { opacity: 1!important; }Best regards,
YigitHi!
I added following code to Quick CSS field
.av-submenu-container ul.social_bookmarks { float: right; }and tested it on a private test page linked in private content field
Regards,
YigitHi Scott!
Thanks for contacting us!
It seems like you are already registered. Please see your credentials in private content field.
After logging in, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it :)
Best regards,
YigitHi!
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 :)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 :)Best regards,
YigitHi Irina!
Thanks for contacting us!
We have forwarded your proposal to Kriesi. If interested, he will get in touch with you :)
Best regards,
YigitHi,
Please go to Appearance > Menus and replace navigation label for your homepage with – https://pastebin.com/Mg89WQS2
Best regards,
YigitHi!
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 :)Best regards,
YigitHi,
Can you please update Enfold to the latest version 4.0.5 – kriesi.at/documentation/enfold/updating-your-theme-files/? We have included the latest version of LayerSlider
Very well thought slider by the way!
Best regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Best regards,
YigitHi,
Please go to WooCommerce > Settings > Products > Display and change product images and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
YigitHi!
Please change the code to following one
function av_get_post_date(){ ob_start(); $output = the_date('l d.m.Y'); $output = ob_get_clean(); return $output; } add_shortcode( 'post_date', 'av_get_post_date' );Best regards,
Yigit -
AuthorPosts
