Forum Replies Created
-
AuthorPosts
-
Hi!
@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,
YigitHey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_left #main { margin-left: 0; } .html_header_sidebar .header_bg { background: transparent; }Best regards,
YigitHi,
Sorry for the late reply!
We have released Enfold 4.0.5 – kriesi.at/documentation/enfold/updating-your-theme-files/ which comes with the latest version of LayerSlider. It should help :)
Best regards,
YigitShalom!
I cannot see any errors in console which makes it kind of difficult to pin point the issue. Can you please update Enfold to the latest version 4.0.5 – kriesi.at/documentation/enfold/updating-your-theme-files/ and then post admin logins here privately? :)
Cheers!
YigitShalom!
Can you please try de-activating all active plugins and check if that helps?
Best regards,
YigitHi,
Icons show up fine on my end. Attached a screenshot in private content field. Have you figured it out already? :)
Best regards,
YigitHi,
Can you please update Enfold to the latest version 4.0.5 – kriesi.at/documentation/enfold/updating-your-theme-files/ and if that does not help, try de-activating all active plugins?
Best regards,
YigitHi,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
YigitHey helderluis,
Please refer to this post – https://codex.wordpress.org/Post_Types.
You can copy enfold/single-portfolio.php file and enfold/includes/loop-portfolio-single.php files to your child theme and modify those filesBest regards,
YigitHi John!
Can you please post FTP and WP admin logins here privately so we can look into it?
Cheers!
YigitHi Designweb!
Please add following code to Functions.php file in Appearance > Editor
function av_get_post_date(){ ob_start(); $output = the_date(); $output = ob_get_clean(); return $output; } add_shortcode( 'post_date', 'av_get_post_date' );Then use [post_date] shortcode to echo the date of your posts
Cheers!
YigitHey Chris!
Please try adding following code to Functions.php file in Appearance > Editor
function av_clone_si(){ ?> <script> jQuery(window).load(function(){ jQuery("#header .social_bookmarks").clone().appendTo('.av-subnav-menu') }); </script> <?php } add_action('wp_footer', 'av_clone_si');If that does not help, please post a link to your website. We may need temporary admin logins as well :)
Best regards,
Yigit -
AuthorPosts
