Forum Replies Created
-
AuthorPosts
-
Hey!
I thought you have added an image overlay.You cannot change background color when decreasing opacity.
Cheers!
YigitAugust 6, 2014 at 2:15 pm in reply to: have some funky random things showing up in my footer #300666Hi!
1- What you are seeing on the footer is default widgets. You can place empty text widget to your footer widget areas not to display anything.
2- Please flush browser cache and review your website nowRegards,
YigitHey!
Please try resizing your window and check if it causes any responsive issues. If it does, you can add media queries as following
@media only screen and (min-width: 990px) { #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 32.3333% !important; margin: 5px !important; }}Regards,
YigitHey ax2201!
Please add following code to Functions.php file in Appearance > Editor
add_filter( 'woocommerce_currencies', 'add_my_currency' ); function add_my_currency( $currencies ) { $currencies['ABC'] = __( 'Brazilian Reais', '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 = 'R$'; break; } return $currency_symbol; }and choose Brazilian Reais in WooCommerce > Settings > Currency
Cheers!
YigitHi!
It should work fine. Unfortunately i am not sure if i understood what you would like to achieve, clearly. Can you post a mockup?
Best regards,
YigitHi!
1- Please change the code to following one
.iconlist_icon { background-color: #413187!important; }2- Please see – http://stackoverflow.com/questions/76564/is-there-an-easy-way-to-change-the-color-of-a-bullet-in-a-list
Regards,
YigitHey!
Can post the link to your page where you have your gallery element please?
Regards,
YigitHey!
You are welcome, glad we could help! :) Let us know if you have any other questions or issues
Regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues Nancy
Best regards,
YigitHey royaltask!
Please try using following code instead
#top .avia-gallery .avia-gallery-thumb a:hover { background-color: rgba(0,0,0,0.8); }Best regards,
YigitHi!
You have following custom CSS code added
.header-scrolled ul#avia-menu.menu { margin-top: -90px; }Please remove it
Regards,
YigitHey!
Setting it to 3px should make it look like this – http://i.imgur.com/31Op8hd.png
Top margin is still set to 0Cheers!
YigitHey nzjosh!
1- Not sure if i understood the issue. Can you please elaborate? Featured image size of the post in archive and on homepage is the same
2- Please add following code to Quick CSS in Enfold theme options under General Styling tabtable#wp-calendar th { color: orange; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { .html_header_transparency #top #wrap_all #main { margin-top: -82px!important; }}If that does not work, please post the link to your website
Cheers!
YigitHi!
Please see – https://www.ostraining.com/blog/coding/phpini-file/
You can also contact your service provider and they can help you outBest regards,
YigitAugust 6, 2014 at 1:02 pm in reply to: Images not displaying on certain articles after theme update #300624Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
img { width: auto; }Best regards,
YigitHey Arran!
Please add following code to Quick CSS
a.iconlist_icon { background-color: #413187!important; }Regards,
YigitAugust 6, 2014 at 12:47 pm in reply to: Menu column headers without hyperlinks & Column width #300618Hey John!
Please go to Appearance > Menus and add your menu item as a new link with # for URL so it will not be clickable http://i.imgur.com/9I3QF9j.jpg
Please also see – http://vimeo.com/channels/aviathemes/92503669
Regards,
YigitHey Swedfit!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.footer_color .sidebar_tab, .footer_color .tabcontainer .tab { color: #2d5c88; }Best regards,
YigitHey Nancy!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) and (min-width: 481px) { .responsive.html_header_top.html_logo_center .logo { left: 20%; -webkit-transform: translate(20%, 0); -moz-transform: translate(20%, 0); -ms-transform: translate(20%, 0); transform: translate(20%, 0); }} @media only screen and (max-width: 480px) { .responsive.html_header_top.html_logo_center .logo { left: 10%; -webkit-transform: translate(10%, 0); -moz-transform: translate(10%, 0); -ms-transform: translate(10%, 0); transform: translate(10%, 0); }}Cheers!
YigitHey!
It does work – http://i.imgur.com/IAhQScH.png Please try increasing the value ( 4px was fine when i tested )
Best regards,
YigitAugust 6, 2014 at 12:38 pm in reply to: Change the background colour of the area holding the title & breadcrumb? #300613Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { background: orange; border-color: red!important; }If you mean in the breadcrumb, no, but you can use side nav – http://kriesi.at/themes/enfold/pages/contact/
to enable it, please go to Enfold theme options > Sidebar Layout and check “Page Sidebar navigation”Regards,
YigitHey!
Thank you for your kind words :)
If you would like to start a new topic, you can go to Enfold subforum and scroll down or simply go to this link – https://kriesi.at/support/forum/enfold/#new-topic-0
Let us know if you have any other questions or issues :)Regards,
YigitHi!
Please remove following code from Quick CSS
nav.main_menu { background-image: url(https://theimplantexperts.com/wp-content/uploads/2014/07/DentistsHeader2.png); background-size: contain; }and add following code to Quick CSS
.custom-header-image { float: right; height: 150px; } #header_main { border: none !important; }and seems like you did not change the following code
span.avia-menu-text { position: relative; top: 70px; }to following one
.av-main-nav > li > a span.avia-menu-text, li#menu-item-search a { position: relative; top: 70px; }please do so.
Best regards,
YigitHi!
You are welcome Don! You can take a look at Enfold documentation here for information – http://kriesi.at/documentation/enfold/
Regards,
YigitHi!
You are welcome Anders, you too have a great day and let us know if you have any other questions or issues :)
Best regards,
YigitHi!
If you set thumbnails to 60x60px, please set the following code to +10 so in your case 70x70px
.news-thumb { height: 70px; width: 70px; }Best regards,
YigitHey!
Yes, Enfold is fully compatible with bbPress – http://bbpress.org/
Glad you figured out the issue. Please delete the user and re-create it and check if that helps.Regards,
YigitHey Anders!
Please go Settings > Discussion > Other comment settings and change the setting there
Cheers!
YigitHey!
Please copy&paste this code – http://pastebin.com/LhNqLg7H
It will add a linked image but CSS customization may be needed. Feel free to reply to this topic and we will gladly provide you the code as wellRegards,
Yigit -
AuthorPosts
