Forum Replies Created
-
AuthorPosts
-
Hey!
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,
YigitHey Can!
Please add following to your .htaccess file
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>then please go to Appearance > Menus and re-create your menu
Best regards,
YigitHi Selectah123!
You are currently using an older version of Enfold which is not compatible with the latest version of WordPress. Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { .mejs-mediaelement { z-index: 999; }}Cheers!
YigitHi!
Please go to Enfold theme options > General Layout > Dimensions
Best regards,
YigitMerhabalar Sadullah bey,
Lutfen oncelikle siteye yuklediginiz resimleri “web safe” olarak kaydettiginizden emin ve bu eklentiyi kullanarak https://wordpress.org/plugins/ewww-image-optimizer/ resimleri optimize edin. Sonra bu eklentiyi yukleyip https://wordpress.org/plugins/wp-smushit/ gorsellerdeki ekstra bilgiyi silin ve sonrasinda eklentiyi kaldirin.
https://wordpress.org/plugins/bwp-minify/ eklentisini kullanarak siteye yuklenen dosyalarin boyutunu kucultun. https://wordpress.org/plugins/wp-super-cache/ eklentisini yukleyip onerilen ayarlarin hepsini secili hale getirin. Sonrasinda siteden cikis yapip her sayfayi birer kere ziyaret edin. Belli bir sure bekledikten sonra sitenizi ziyaret edin, degisiklikler gecerli olmus olacaktir. Bunun haricinde hosting planinizi yukseltmenizde site hizinizi arttiracaktir.Best regards,
Yigit -
AuthorPosts
