Forum Replies Created
-
AuthorPosts
-
Hey!
Yes it is correct. It will keep minimum height of title section 68px on screens larger than 990px and 82px on screens smaller than 989px
Regards,
YigitHey samforan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { max-width: 85%; height: auto !important; margin-left: 0 !important; }}Best regards,
YigitHey fonterra!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if( is_page( 59 ) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }It will display different logo on a page with id 59. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHi thebitcoinguy!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
a.ls-l div { color: white; }Regards,
YigitHey!
Please add following code to Quick CSS field
@media only screen and (min-width: 990px) { .grid-content { min-height: 68px; }} @media only screen and (max-width: 989px) { .grid-content { min-height: 82px; }}Make sure that you choose Russian before adding the code to Quick CSS
Best regards,
YigitHey Slade!
Can you create a testing environment and post the link to it please? We are going to need to see the issue to provide you a solution.
Cheers!
YigitHey asthyanax!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header-scrolled .logo img { opacity: 0; } .header-scrolled .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }Cheers!
YigitAugust 27, 2014 at 3:29 pm in reply to: Reduce space between new blog posts in widget and more #309876Hi Jonas!
1- Please add following code to Quick CSS and adjust as needed
.avia-content-slider .slide-entry-wrap { margin-bottom: 15px; }2- Please go to Appearance > Editor and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);and add your text right below it as following
echo "<div class='header-custom-text'>Here is my custom text!</div>";Then you can adjust its position using custom CSS in Quick CSS field
.header-custom-text { position: relative; right: 0; top: 10px; color: red; font-size: 24px; }3- http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
YigitHi Richard!
Please try adding following code to Quick CSS as well
#socket { -webkit-transform: translateZ(0) !important; }If that does not work, please post the link to your website
Regards,
YigitHey robertscott!
Can you please post a screenshot of the issue you are having? This is how your slider looks on my 1920×1200 screen – http://i.imgur.com/dDjuZh1.jpg
Regards,
YigitHey darneson!
Please try using more advanced forms such as – http://wordpress.org/plugins/contact-form-7/ please also see – http://wordpress.org/plugins/contact-form-7-datepicker/
Regards,
YigitHey vladanpopovic!
Please edit your product and add image to your product gallery on the right hand side of the screen. Then on “Product hover” section choose “Show first gallery image” – http://i.imgur.com/MIrVuOJ.png
Regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues
Best regards,
YigitHi!
Page cannot be found. I have no issues viewing your site in English and Italian though
Best regards,
YigitHi!
You can change your code to following one
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 { font-weight: 400; }so it will be applied to heading elements only on header and footer
Regards,
YigitHey!
1- Yes you should download the file, edit it and then re-upload edited one.
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab.page-id-9 .content { padding-top: 10px; padding-bottom: 10px; }Cheers!
YigitHey!
No worries. Feel free and let us know if you have any issues with your Enfold theme :)
Cheers!
YigitAugust 27, 2014 at 2:27 pm in reply to: Displaying Header Social Icons without menu items | Bug #309826Hi Fritz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .social_bookmarks li a { height: 44px!important; line-height: 44px!important; }Regards,
YigitHi!
1- Please edit your logo in a software like Photoshop and remove whitespace from top and bottom.
2- initial logo divided by two, so half size. You can go to Enfold/js folder and open Avia.js file and adjust following lineif(st < el_height/2)Cheers!
YigitHi Steve
Please give your color section element an unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-unique-id h3.slide-entry-title.entry-title { color: red; } #your-unique-id .slide-meta * { color: orange!important; }Regards,
YigitHey robertscott!
Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your element a custom CSS class then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { font-family: arial; }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 7px; }}Cheers!
YigitHey Welmoed!
Please add following code to Quick CSS and adjust as needed
.page-id-54 h3.team-member-name { font-size: 24px; }Regards,
YigitHey Artinet!
I am sorry but the theme in your link is not Enfold. We do provide support to only Kriesi themes. If you have posted wrong link, please post the correct one and we will happily try to help you
Regards,
Yigit -
AuthorPosts
