Forum Replies Created
-
AuthorPosts
-
Hey!
Can you please follow the instructions Peter posted here and check if that helps? – https://kriesi.at/support/topic/cannot-get-theme-options-to-change-colours/#post-283177
In your case, please remove “enfold_child.css” fileCheers!
YigitHi!
Please add following line to right below the code you have added in Functions.php file
add_action( 'wp_enqueue_scripts', 'add_my_script' );so it should be
function add_my_script() { wp_enqueue_script( 'enrollware-script', // name your script so that you can attach other scripts and de-register, etc. get_stylesheet_directory_uri().'/custom-js/jquery.enrollware.js', // this is the location of your script file array('jquery') // this array lists the scripts upon which your script depends ); } add_action( 'wp_enqueue_scripts', 'add_my_script' );Currently it is not being enqueued
Regards,
YigitHi!
In that case, please give titles a custom class ( it can be the same ) and add following code to Quick CSS
@media only screen and (max-width: 990px) and (min-width: 768px) { .your-custom-class .avia_textblock { min-height: 45px; }}Best regards,
YigitHi!
You are welcome Dave! Let us know if you have any other questions or issues :)
Regards,
YigitHi!
Did you include the file inside a folder called “custom-js”? If not, please do so
Best regards,
YigitHey!
You can simply add the changes to fuctions.php file of your child theme ( http://kriesi.at/documentation/enfold/using-a-child-theme/ ) to avoid losing them while updating the theme.
I checked the code once again on my local installation but it does work fine on my child theme. Please connect via FTP and undo the change you have made on functions.php file of your child theme. If you do not mind, please post a temporary admin login here privately so we can add the code for you into functions.php file of your child theme.Cheers!
YigitJuly 23, 2014 at 12:18 am in reply to: Background image in color section not working in IPHONE and IPAD #294658Hi!
Please try disabling CSS minifying feature on the plugin you are using. Code is currently not being applied.
Regards,
YigitHey!
Please add following code to Quick CSS as well
span.pagination-meta { display: none; } nav.pagination { width: 10%; margin: auto; }Best regards,
YigitHey!
We will be waiting to hear from you. When you post the link to the website, please point out the section.
Cheers!
YigitHey!
@deerstonedevelopment Please upload your screenshot on imgur.com or Dropbox public folder and post the links hereCheers!
YigitJuly 23, 2014 at 12:10 am in reply to: How to create Feature Image without Preview Image appearing in Blog Post #294651Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-blog .blog-meta, .multi-big .post_author_timeline, .single-small .post_author_timeline { display: none !important; }If that does not work, please post the link to your website
Best regards,
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Best regards,
YigitHey!
Please add !important rule as following
@media only screen and (max-width: 990px) and (min-width: 768px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 122px!important; }}Currently it is not being applied
Cheers!
YigitHey!
Can you please post the link to your website and point out the image?
Best regards,
YigitHi!
Since it is not a popular plugin and not requested by other users, it was not tested.
Best regards,
YigitHi klondike91!
Please go to Appearance > Editor and add following code to Functions.php file of your child theme
function add_custom_script(){ ?> <script> PASTE YOUR CODE HERE </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
YigitHey miketran!
You can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .image-overlay { display: none !important; }Best regards,
YigitHi Welmoed!
Thank you for your kind words :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab.av-main-nav > li > a { border: none !important; } .html_header_top.html_logo_center .main_menu ul:first-child { display: block; } .av-main-nav > li > a { padding: 0 39px; } @media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 30px; }}Regards,
YigitHi arrantawhara!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) { div .av_one_fifth { margin-left: 0; width: 100%; }}It will increase the column size of 1/5 element to 100%. Alternatively, you can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your titles a custom class and we can provide you another custom CSS code which would change their minimum height on mobile
Regards,
YigitHi!
You can try using this plugin – https://wordpress.org/plugins/wp-socializer/ or any other social plugin from WordPress repository as currently such feature is not available. However please feel free to request or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
YigitHey fendyhuang!
Please install this plugin – https://wordpress.org/plugins/codestyling-localization/ and rescan theme files then edit your language file and translate missing strings
Regards,
YigitHi!
Thank you for your kind words Daz. Glad you liked Enfold :) I am marking this thread as resolved for now. If you happen to have any other questions or issues, please let us know, we would gladly try to help!
Cheers!
YigitHey frogdogz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.js_active .grid-image { opacity: 1; }Regards,
YigitAloha Drew!
Can you please post a screenshot and show where and how exactly you would like to display the notice? It is possible to display it in few ways :)
Regards,
YigitHey!
In that case, please contact your service provider. There may be a server side caching
Regards,
YigitHey davisar!
Please try deactivating all active plugins and check if that helps. If not, please make sure that wp-content/uploads folder has correct permissions ( 755 )
Best regards,
YigitHi!
And please remove the code i posted here – https://kriesi.at/support/topic/woocommerce-widget-displays-behind-nav-menu-yigit/#post-294363
Best regards,
Yigit -
AuthorPosts
