Forum Replies Created
-
AuthorPosts
-
March 4, 2015 at 2:04 pm in reply to: Overlay Image – Tried to use code in KB but still not working #405743
Hey slui!
Can you please flush browser cache and refresh your page a few times? It does work fine on my end :)
Regards,
YigitHi valentin!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_portfolio_sort_first_label','new_first_label'); function new_first_label() { $first_item_name = "New All Text"; return $first_item_name; }Best regards,
YigitHi!
Please add following code to Quick CSS
.avia-mozilla img, .avia-mozilla a img { width: 100%; }Best regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) { nav.sub_menu { display: none; }}Best regards,
YigitHey!
Post Types Order eklentisi sanirim ise yaramadi? Takim arkadaslarima danistim, lutfen cevap vermelerini bekleyin
Cheers!
YigitHi!
Please add following code to Quick CSS as well
.active_tab_content { background-color: white!important; }Cheers!
YigitHey Jasmer!
Please remove following code
.container_wrap { border-top-style: dotted; }Regards,
YigitHey Jasmer!
Please remove following code from Quick CSS
.main_color #submit, .main_color input[type='submit'] { background-color: transparent; color: #888; border-color: #e1e1e1; border: 1px dotted #e1e1e1; } .main_color input[type='submit'] { background-color: transparent; color: #888; border-color: #e1e1e1; }Best regards,
YigitHi Elizabeth!
You can create a testing environment and test everything there first – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Unfortunately we cannot tell much by just looking at the front end. Can you please let us know what kind of changes you have made on the theme? Only CSS changes or have you edited files as well?
Regards,
YigitHey!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) and (min-width: 989px) { #top #header .av-main-nav > li > a { font-size: 12px; } .logo * { max-width: 80%; }}Best regards,
YigitHi!
These are actually the correct ways of doing them. You are learning pretty fast :) If you have any other questions or issues please feel free and let us know.
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled #header_main { background-color: red; -webkit-transition: background-color .3s ease-in-out; transition: background-color .3s ease-in-out; -moz-transition: background-color .3s ease-in-out; } #header_main { -webkit-transition: background-color .3s ease-in-out; transition: background-color .3s ease-in-out; -moz-transition: background-color .3s ease-in-out; }Regards,
YigitHi IDBSystems!
1- You can remove sidebar from page and display widgets using Widget Area element and elements will be aligned perfectly.
2- Please see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}Issue will be fixed on upcoming update.
Regards,
YigitHi druzes!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”. You can change transparent header menu color in Enfold theme options > Header > Transparency Options
Best regards,
YigitMerhabalar,
Yaptigim her degisiklik siralamayi degistirdi ama alfabetik olarak siralanma olmadi :/
Bu eklentiyi kullanmayi dener misiniz lutfen – https://wordpress.org/plugins/post-types-order/Cheers!
YigitHey!
You are welcome, glad we could help :)
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 :)Cheers!
YigitMerhabalar,
Kodu Functions.php dosyasinda biraz daha yukari tasidim ve ‘asc’ veya ‘rand’ ekledigimde ilgili urunlerin degisik siralandigini gorebiliyorum. Lutfen sitenize tekrardan goz atin :)
Best regards,
YigitHey!
You are welcome, glad we could help :)
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 :)Regards,
YigitHi!
Great! :)
You are welcome Cheryl we, are glad to help if there’ll be, more questions we’re here, appearently? :)Cheers!
YigitMerhabalar,
Hmm. Benim ornek sitem uzerinde sorunsuz calisiyor :/ Admin logini gonderebilir misiniz tekrar goz atsam kodlara?
Best regards,
YigitHi decode!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.onsale { display: none; } del>span.amount:before { content: 'Text 1 '; } ins span.amount:before { content: 'Text 2 '; }Regards,
YigitHey stephenturner!
Please add following code to Functions.php file in Appearance > Editor and change it as needed
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 50; return $length; }Cheers!
YigitHi!
Can you please elaborate? A screenshot showing the issue would help.
Cheers!
YigitHi!
Please review your website now. > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Cheers!
YigitHi Btina!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-20 .avia-builder-el-0 p,.page-id-20 .avia-builder-el-7 p { margin-top: 0; }Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
YigitMerhabalar
Lutfen kodu assagidakiyle degistirip tekrar dener misiniz
add_filter('woocommerce_product_related_posts','avia_rel_prod_order'); function avia_rel_prod_order($related_products = array()){ $related_posts = get_posts( array('orderby' => 'ASC','order' => 'title')); return $related_products; }Best regards,
Yigit-
This reply was modified 11 years, 1 month ago by
Yigit.
-
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
