Forum Replies Created
-
AuthorPosts
-
Hi!
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 11 years, 9 months 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,
YigitHello!
I think the best way would be inserting GMaps embed code to LayerSlider as Div/Video layer :)
Regards,
YigitHey!
I checked your website on my iphone and it looks fine http://i.imgur.com/X2sztWj.png
Can you post a screenshot and show how you would like to display logo and main menu on mobile devices?Best regards,
YigitHi bongoman!
In “Edit Page” screen you should find “Layout” on the lower right side of the page http://i.imgur.com/6if2lbP.jpg There you can choose to display no sidebar
Cheers!
YigitHi!
Please add following code
.archive .title_container { display: none!important; }
Regards,
YigitOctober 4, 2013 at 4:44 pm in reply to: How to change the size of the "Fixed Header with Social Icons" #170496Hey shantidevii!
Please add following code to Quick CSS in Enfold theme options
#header_main .container, .main_menu ul:first-child > li a { height: 44px !important; line-height: 44px !important; }
Best regards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
Hey Cutegi!
Gali naudoti Fullscreen slider. Gali parodyt su screenshot kaip dbr tavo puslapis?
Regards,
YigitHi!
After you install Enfold you should see such notification
“This theme recommends the following plugin: WooCommerce.
Begin installing plugin | Dismiss this notice”
As Enfold is multi-purpose theme, not all people are using it as their e-commerce website. So making WooCommerce plugin mandatory would not be fair and logical :)That being said, you can take a look at WooCommerce’s documentation here http://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-user-guide/getting-started/
Cheers!
YigitOctober 4, 2013 at 4:12 pm in reply to: Change color of 'white' mouseover on portfolio grid items #170480Hi DavyE!
Please add following code to Quick CSS in Enfold theme options
.image-overlay { background: #8f44ad; }
Regards,
YigitHey yukanl!
Please refer to WooCommerce documentation http://docs.woothemes.com/document/add-a-custom-currency-symbol/
Regards,
YigitHello ridcon!
Please add following code to Quick CSS in Enfold theme options
.av_dropcap2 { margin: 4px 1px 0 0; }
Regards,
YigitOctober 4, 2013 at 3:48 pm in reply to: Navigation menu items reposition (move) on page load for Chrome and iOS Safari #170460 -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts