Forum Replies Created
-
AuthorPosts
-
Hi John,
Here are some LayerSlider tutorials – https://code.tutsplus.com/tutorials/how-to-create-an-interactive-slider-with-layerslider-plugin-for-wordpress–cms-33683 and https://layerslider.com/documentation/#slider-builder
I hope these help :)
Best regards,
YigitHi,
Our devs added “avf_post_slider_meta_content” filter and it will be available in upcoming version :)
Best regards,
YigitNovember 19, 2021 at 3:45 pm in reply to: Having trouble removing the breadcrumbs / area globally #1329705Hi,
You would need to remove the shortcodes you added to display your breadcrumbs manually as well.
Best regards,
YigitHi,
1- O kod, “your-custom-id” ID’li Color Section elementi icin gecerli. Alternatif yontemden burada bahsettim – https://kriesi.at/support/topic/woocommerc-shop-page/page/2/#post-1329538
2- Read more etiketi eklemeniz lazim – https://imgur.com/a/NpHy3bj
Best regards,
YigitMerhaba,
Assagidaki kodu mu kullandiniz?
#main .container { max-width: 960px; }Eger oyleyse, 960px degerini dilediginiz gibi degistirebilirsiniz genisligi degistirmek icin.
Single bloglar o sekilde tasarlandiklari icin oyle ama bloglar sayfalara gore cok daha az esnek. Blogda degisiklik yapmak icin genelde dosya uzerinde modifiye yapmaniz gerekiyor sayfalari dilediginiz gibi tasarlayabiliyorsunuz.
Best regards,
YigitMerhabalar,
1- Tirnak isaretleri olmadan “your-custom-id” ekleyip sonrasinda assagidaki kodu Quick CSS alanina eklemeniz yeterli
#top #your-custom-id .container { max-width: 990px; }2- Eger bir onceki gonderimdeki alternatif cozum istediginiz sonucu veriyorsa onu kullanabilirsiniz. Vermiyorsa her sayfa icin ayni ID’i kullanabilirsiniz. “your-custom-id” ID kullanan tum icerik maksimum 990px genisliginde olacaktir.
Best regards,
YigitMerhabalar,
Color Section elementini duzenleyip Advanced > Developer Settings sekmesi altindan custom ID ekleyebilirsiniz – https://imgur.com/a/5YauuGN
Alternatif olarak assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyebilirsiniz fakat header haric her alani etkileyecektir o yuzden custom ID’si olan Color Section tavsiye ettim
#main .container { max-width: 960px; }Best regards,
YigitMerhabalar,
Sadece icerigin genisligini daraltmak istediginiz icin en uygun cozum Color Section elementi kullanmak. Ozel ID ekleyip onun uzerinde CSS degisiklikleri yapmak SEO uzerinde etki yapmaz.
Sayfaniza goz attim fakat custom ID goremedim, geri kaldirdiniz sanirim. Tekrar ekler misiniz goz atabilmem icin?
Best regards,
YigitMerhabalar,
Enfold theme options > General Layout > Dimensions bolumunden konteynir genisligini degistirebilirsiniz. Eger sadece icerige uygulamak istiyorsaniz, iceriginizi Color Section elementi icine yerlestirip, Advanced > Developer Settings sekmesinden elementinize custom ID verip (assagidaki ornekte “your-custom-id”) sonrasinda assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyebilirsiniz
#top #your-custom-id .container { max-width: 990px; }Regards,
YigitHey,
I added following code to Quick CSS field in Enfold theme options > General Styling
#wpadminbar + #wrap_all #header_main .container.av-logo-container { background-position: 50% 32px; }Cheers!
YigitMerhabalar,
Gonderinizi duzenleyip alinti yapmak istediginiz bolumu secip Blockquote iconuna basabilirsiniz – https://imgur.com/a/xlKA7Ca
Best regards,
YigitHi,
Please go to /enfold/framework/php/class-grecaptcha.php file and find
'cannot_use' => '<h3 class="av-recaptcha-error-main">' . __( 'Sorry, a problem occurred trying to communicate with Google reCAPTCHA API. You are currently not able to submit the contact form. Please try again later - reload the page and also check your internet connection.', 'avia_framework' ) . '</h3>',and change the tags as needed
Regards,
YigitNovember 18, 2021 at 12:37 pm in reply to: Having trouble removing the breadcrumbs / area globally #1329495Hi,
Please add following code to bottom of Functions.php file of your child theme in Appearance > Editor
function avf_header_setting_filter_mod($header) { $header['header_title_bar'] = 'hidden_title_bar'; return $header; } add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);Best regards,
YigitHi,
Please refer to this post – https://kriesi.at/documentation/enfold/child-theme/
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
YigitHey,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi,
I am afraid it is currently only possible by modifying postslider.php file on your child theme. I have forwarded your request to our devs and asked if we could add a filter or option in upcoming versions and shared this thread as reference. We will update you here :)
Best regards,
YigitHey Michael,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av-main-nav ul ul { left: 207px; }If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
YigitHey Solomon,
Thanks for contacting us!
Please add following code to bottom of functions.php file of your child theme
add_filter('avia_widget_time', 'change_avia_date_format', 10, 2); function change_avia_date_format($date, $function) { return get_option('date_format'); }If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Cheers!
YigitHi,
That is because the position of widget areas you have added in header.
Please add following code to Quick CSS field in Enfold theme options > General Styling tab :)#header .widget { position: absolute; }Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitNovember 17, 2021 at 1:48 pm in reply to: Portfolio Grid – Is showing huge gaps between each portfolio #1329350Hi,
Thanks for contacting us!
I disabled “Lazy Load Media” in SG Optimizer > Media and enabled it in Enfold theme options > Performance tab and that helped.
Please review your website :)
Best regards,
YigitHey,
Thanks for contacting us!
That is the default behaviour of the breadcrumbs. Here is an example from Enfold demo – https://kriesi.at/themes/enfold/pages/about-us/ :)
Best regards,
YigitHey Guenter,
I tested using following code and it worked for me
function replace_transparent_logo_on_some_pages($sub){ if( is_front_page( ) ){ $sub = 'content of the SVG file here'; } return $sub; } add_filter('avf_logo_subtext','replace_transparent_logo_on_some_pages');Though it does not work with URL, only with SVG content
Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
a.add-request-quote-button.button { font-size: 12px; } .single-product .summary .cart { float: left; max-width: 140px; } .single-product .yith-ywraq-add-to-quote { margin-top: 55px; }Best regards,
YigitHey Jeffrey,
Thanks for contacting us!
Please login to your forum account and then go to https://kriesi.at/support/forum/enfold#new-post and insert your purchase code into the field and re-validate it. After that you should be able to start new threads :)
Best regards,
YigitHey,
Thanks for your help!
I temporarily re-opened the other thread and informed @mussio506 about this thread :)
Best regards,
YigitHey!
In response to this thread, @guenni007 created this thread. If you would like to reply to him, please do so here – https://kriesi.at/support/topic/mussio506-sadly-the-topic-is-closed/ :)
Best regards,
Yigit -
AuthorPosts
