Forum Replies Created
-
AuthorPosts
-
Hi Morris!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Best regards,
YigitHallo Btina!
To decrease the font size of “Das bin ich” section, please add following code to Quick CSS
.sidebar .textwidget { font-size: 12px; }Regards,
YigitHey!
Glad you figured it out Btina :) Let us know if you have any other questions or issues!
Best regards,
YigitHey!
Please contact plugin author as they should have a better insight on what could be causing the issue.
Regards,
YigitHi!
Please make sure that you are using the latest version of Enfold 3.0.4 and go to Enfold theme options > Theme Update and insert your API key – http://i.imgur.com/gF7Ro6M.png
Please update WordPress to 4.1 as well. Options should show up againCheers!
YigitHey!
Please add following code and the code Ismael posted to the functions.php file in Appearance > Editor
function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');This code should remove the titles.
Can you please enable social icons on header and let us know so we can see the issue?Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main > .container { padding-left: 0; } #optinforms-form1 { width: 85%; }and then go to Enfold theme options > General Layout and adjust the dimensions
Regards,
YigitHey thekernal!
Please try adding the shortcode into Code Block element. If you would like to remove the background, please post the link to your page
Cheers!
YigitHey Mark!
I checked your website and slider is working totally fine. I am guessing you have updated the theme and it worked, is that correct?
Best regards,
YigitHi!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) { div#header-right { left: 0; right: auto; }}Also, please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Regards,
YigitHi!
You can use the code in the link @begrafiks posted or you can add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
@begrafiks Thanks as always :)Best regards,
YigitHi spectodesign!
Please add following code to Functions.php file and edit as needed
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "Company Name"; return $sub; }Cheers!
YigitJanuary 5, 2015 at 1:58 am in reply to: Formatting Post Slider to Display Featured Images in Circles #374852Hey SeizeTheBeat!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { border-radius: 200px; }Regards,
YigitHi Bklaus_sk!
Please go to Enfold/includes folder via FTP and edit error404.php file as needed.
Cheers!
YigitHi abifield1!
You can activate custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your elements custom classes. If you can post the link to your website and point out the elements, we can provide you custom CSS codes.
Regards,
YigitJanuary 5, 2015 at 1:53 am in reply to: Add white box background to icon box in side configuration #374847Hey diannedominguez!
Please add following code to Quick CSS
.iconbox.iconbox_left { background-color: white !important; padding: 10px; }Best regards,
YigitHey jihadmunther!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx { left: 0 !important; }Regards,
YigitJanuary 5, 2015 at 1:50 am in reply to: Used .logo { display: none; } and ENFOLD logo still showing on mobile #374843Hi scoot247!
Please try adding !important rule as following
.logo { display: none!important; }Regards,
YigitHey!
As @begrafiks mentioned in his post above, you need to install WordPress in French. After that if you need to edit some strings, please use this plugin – https://wordpress.org/plugins/codestyling-localization/
Regards,
YigitHey!
Please refer to this link – https://developer.mozilla.org/en-US/docs/Web/CSS/filter
and feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/Best regards,
YigitHi Morris!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_mega_div.avia_mega4.twelve.units { width: 1230px!important; }Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 769px) { .phone-info { width: 40%!important; float: right!important; top: -38px; position: relative; } ul.noLightbox.social_bookmarks { width: 50%!important; float: left; }} #advanced_menu_toggle, #advanced_menu_hide { color: white; }Regards,
YigitHi!
Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
You should go to the file Ismael mentioned above via FTP. You should go to wp-content/themes/enfold/config-templatebuilder/avia-shortcodes file and open portfolio.php file to make the changesCheers!
YigitHi!
Yes, the code was in Quick CSS field but because of the wrong inserted comments, it was not being applied :)
You are welcome Btina, glad we could help! Let us know if you have any other questions or issuesRegards,
YigitHi!
Happy new year! :)
Please see – http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/Best regards,
Yigit -
AuthorPosts
