Forum Replies Created
-
AuthorPosts
-
Hey!
“WooCommerce – excelling eCommerce” one is correct one if you search in WordPress plugin repository. And if you want to download and install manually, you can download it from WooCommerce’s website here http://www.woothemes.com/woocommerce/
Best regards,
YigitHello Niels!
You should go to Appearance > Menus and check “Enfold Footer Menu” under menu settings http://i.imgur.com/YdnaSfA.jpg :)
Cheers!
YigitHey Fabienml!
You can choose to display one of fixed header types in Enfold theme options > Header > Header Type
Cheers!
YigitHi!
Our head of support, Peter is aware of the issue. I’m closing this one for now. Feel free to start a new thread if you have any other questions or issues :)
Regards,
YigitHi!
You are welcome, glad we could help :) Let us know if you have any other questions
Best regards,
YigitHi Carsten!
Please add following code to Quick CSS
#header_main_alternate { border-bottom: 1px solid #e0dde0; z-index: 1; }Regards,
YigitHi!
As mentioned in the error message you need to update your jQuery lib. You can use this plugin http://wordpress.org/plugins/jquery-updater/
Regards,
YigitHey jklillibridge!
Please remove
#top .social_bookmarks li { float: right; }and add following code instead
#top .social_bookmarks { float: right; }Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options
li#menu-item-1462 .avia-menu-fx { background-color: green; } li#menu-item-1461 .avia-menu-fx { background-color: purple; } li#menu-item-1459 .avia-menu-fx { background-color: orange; } li#menu-item-1460 .avia-menu-fx { background-color: blue; }Regards,
YigitHey tonaua!
Can you post the link to your website so we can inspect it?
Cheers!
YigitHi!
Can you post the link to your website where you have Chinese Yuan symbol?
Best regards,
YigitHey!
Admin login oluşturup ‘a gönderir misiniz?
Cheers!
Yigit-
This reply was modified 9 years, 6 months ago by
Yigit.
Hi lwolfe63!
Please add following code to Quick CSS in Enfold theme options
.breadcrumbs {display: none; }Cheers!
YigitHi!
You are welcome, glad we could help :)
Let us know if you have any issues or questionsBest regards,
YigitHi!
You are welcome. Maybe because you deleted an active slider, when i logged in, i have not seen any error message at all :)
I’m closing this thread for now. Feel free to open a new one if you have any other questions or issuesRegards,
YigitHi!
I added some codes in Quick CSS and it worked fine on my end on Chrome, Firefox and IE. Please you do check as well
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options
#footer .av_font_icon { margin-top: 4px; }Cheers!
YigitHi!
You can request features here https://kriesi.at/support/topic/enfold-feature-requests/
I created a new LayerSlider called GMaps and added a page Maps. You can go to LayerSlider and edit that slider.Best regards,
YigitHey!
Can you create a temporary admin login and post it here? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitHello!
I tried and it works on my end http://i.imgur.com/We7GS4k.jpg
I guess you skipped adding currency symbol. Please add following code to the end of Functions.php file`add_filter( 'woocommerce_currencies', 'add_my_currency' ); function add_my_currency( $currencies ) { $currencies['ABC'] = __( 'Chinese Yuan', 'woocommerce' ); return $currencies; } add_filter('woocommerce_currency_symbol', 'add_my_currency_symbol', 10, 2); function add_my_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'ABC': $currency_symbol = '¥'; break; } return $currency_symbol; }`
Regards,
YigitEDIT: You can copy HTML code of Chinese Yuan symbol here http://en.wikipedia.org/wiki/%C2%A5
-
This reply was modified 12 years, 1 month ago by
Yigit.
Hey!
Can you create a temporary admin login and post here? Make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitHey!
Please change the code to following one and flush your browser cache and refresh your page a few times. If that does not work, you can try adding code to Custom.css file in Enfold/css folder
.title_container { display: none!important; }Best regards,
YigitMerhabalar :)
Quick CSS bölümüne aşşağıdaki kodu ekleyip bir önceki ( sizin 145px yaptığınız kodu ) 153px’e çıkartırsanız ekran görüntüsünde olduğu gibi gözükecek http://i.imgur.com/8mHphMW.jpg
.avia_mega_div .avia_mega6 { right: -521px; }Regards,
YigitHejsan!
Please add following code to Quick CSS in Enfold theme options
.title_container { display: none; }Cheers!
YigitOctober 4, 2013 at 5:31 pm in reply to: Change color of 'white' mouseover on portfolio grid items #170521Hi markinanton!
You can manually translate Enfold theme options. Please go to enfold\includes\admin folder and open register-admin-options.php
Regards,
Yigit -
This reply was modified 9 years, 6 months ago by
-
AuthorPosts
