Forum Replies Created
-
AuthorPosts
-
Hello mikaelsv!
Assuming that you are using Single author, Big preview pic as your Blog Style, Please add following code to Quick CSS in Enfold theme options under Styling tab
.big-preview img { padding: 7px; background: #FFF; display: block; -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.25); }
Best regards,
YigitHello!
Please remove and re-upload these images, they cannot be found http://i.imgur.com/Ip5An0t.jpg
Cheers!
YigitHi bcarey!
Have you edited functions.php file inside wp-includes folder?
If not, fastest and easiest way would be re-installing the theme
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 768px) { #layer_slider_2 { display: none!important; } } @media only screen and (max-width: 767px) { #layer_slider_1 { display: none!important; } }
I had no problems inserting 2 layersliders one after another. You can try removing ruler after adding this code
Regards,
YigitHey!
Px olarak değilde yüzde olarak girerseniz değerleri daha sağlıklı olacaktır. Ekran boyutlarına göre oluşan kaymalar ve farklı tarayıcılardaki kaymalarda en aza iner o zaman :)
Regards,
YigitHi!
Rica ederim. Şu gönderiye göre https://kriesi.at/support/topic/collapsable-menu/#post-165144 mobile menünün etkin olma pixelini yükseltirseniz daha iyi olucak sanırım. Menü dışarı taşıyor yoksa küçük ekranlarda :)
Best regards,
YigitHi!
I tried on my iphone this time, on Safari and Chrome and both in landscape and portrait modes, refreshed page few times, but it works fine :)
Cheers!
YigitHello jennallocco!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; }
2) I would suggest you not to use the code in 1, but use following instead if you would like to make your logo larger
#header_meta { box-shadow: none; } .logo { height: 115%; top: -17px; }
3)
#footer .widgettitle { font-size: 12px; letter-spacing: -1px; }
Cheers!
YigitHello!
Değişiklikler tamamdır. Sitenize bir göz atıp onay verirseniz sevinirim. Aynı adrestende bana ulaşabilirsiniz
Cheers!
YigitHey!
Can you post the link to your website? And please note that Enfold is not compatible with IE versions below 8
Best regards,
YigitHey!
Please add following code to Quick CSS as well.
.woocommerce-account dt { margin-right: 60px; }
As far as i know, there is already a topic about it. And others are already working on it. So please do not redirect from one topic to another one.
Regards,
YigitHello!
I have seen hundreds of Enfold, but there is no such effect http://www.screenr.com/QMLH :)
Regards,
YigitHi finessecreative!
Please add following code to Quick CSS in Enfold theme options
.main_menu ul:first-child > li > a { cursor: pointer!important; }
Regards,
YigitHey!
You should add these css codes into Quick CSS that is in Enfold theme options under Styling tab, or into Custom.css file which is inside Enfold CSS folder.
We are going to need to see your website live. But in the meantime you can check your thumbnail and featured image sizes, and change values in Functions.php file http://i.imgur.com/LFdXdPD.jpg
Please note that you need to remove all images then upload them again or changes will not be effectiveCheers!
YigitOctober 7, 2013 at 12:17 pm in reply to: WooCommerce – General Question for modifying shop module #171562Hello!
Yes it is possible, you can add .woocommerce class and css changes will be effective only on woocommerce pages
Best regards,
YigitHi!
You are welcome Mike! Can you please add following page id (i forgot to add it..) in front of the code i added, so other toggle contents will not be effected?
.page-id-2880
Regards,
YigitHey Mike!
Please check your website and tell if there is something wrong :)
Cheers!
YigitHello!
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
Best regards,
YigitHello!
Please try adding !important to it
.grid_3 br { display: none!important; }
On top of each column, there is a line break added for some reason. This code should remove them :)
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options
#top #wrap_all .avia-gallery-2 .avia-gallery-thumb a { width: 111px; }
Regards,
YigitHey GLIMedia!
Please update Enfold to version 2.3.1
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Regards,
YigitHello Michae1!
Please add following code to Quick CSS in Enfold theme options
.grid_3 br { display: none; }
Cheers!
YigitHey Pedro!
Please try re-updating your theme via FTP
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Regards,
YigitOctober 7, 2013 at 2:06 am in reply to: How to specify different colors for BOLD (STRONG tags) and HYPERLINKS (A tags). #171393Hey yutakaemura!
Please add following code to Quick CSS in Enfold theme options
strong { color: black!important; } a strong { color: #719430!important; }
Best regards,
Yigit -
AuthorPosts