Forum Replies Created
-
AuthorPosts
-
Hey Eynav!
It seems like you have already figured it out – http://i.imgur.com/u7JOidj.png ? :)
Regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) { a.ls-l div { padding: 10px!important; border-radius: 5px; }}Best regards,
Yigit-
This reply was modified 10 years, 8 months ago by
Yigit.
Hi!
You can add media queries to your code to apply it only on certain screensizes as following
@media only screen and (min-width: 768px) { a.ls-l div { padding: 30px!important; border-radius: 5px; }}Cheers!
YigitHey!
Have you downloaded freshly from ThemeForest? If not, please login on ThemeForest with the account you have purchased Enfold and go to Downloads to download the latest version 2.9.2.
Cheers!
YigitHey ianstudio!
You can go to Appearance > Widgets and place empty text widget inside your widget areas not to display them. Also you can go to Enfold theme options > Footer Layout and choose to display only socket
Best regards,
YigitHi mazerti!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search span.post-meta-infos, .search .entry-content { display: none; }You can simply remove the code when you would like to display them again
Cheers!
YigitHi Erdogan! :)
Please refer to this topic – https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/
Regards,
YigitHi dpogreba!
Thank you for choosing Enfold!
Have you tried deactivating all active plugins and checked if that helps?Cheers!
YigitHi kajeclarke!
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; }}Also please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Best regards,
YigitHi CoolPenguinSays!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
You can also go to Enfold theme options > Advanced Styling tab and adjust some elements individuallyRegards,
YigitHi mazerti!
Can you post the link to your page where we can see the issue please?
Regards,
YigitHey!
Please add following code to Quick CSS as well
a.ls-l div { padding: 30px!important; border-radius: 5px; }Best regards,
YigitHi cameron329!
You are probably using an older version of Enfold theme. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Cheers!
YigitHey db3d!
Please try deactivating all active plugins and check if that helps. If not, please post a temporary admin login and post it here privately so we can look into it
Cheers!
YigitHey!
Please you too vote ( or request if not requested ) in the link i posted in my previous post – https://kriesi.at/support/topic/different-colored-promo-boxes/#post-301093
If more users would like to have custom CSS field enabled by default, it will be enabled on upcoming updates.Best regards,
YigitHey!
Please increase “post_max_size” in php.ini file – https://www.ostraining.com/blog/coding/phpini-file/
Regards,
YigitHi!
It should help. As a workaround, you can change background color to black by adding following code to Quick CSS in Enfold theme options under General Styling tab
.home .avia-slide-wrap { background-color: black; }Best regards,
YigitHi Richard!
Please add following code to Quick CSS and adjust as needed
#mobile-advanced a { font-size: 20px; }Cheers!
YigitHey!
Yes, it seems like you are still using Enfold version 2.4.2. Please choose to overwrite all files :)
Cheers!
YigitHey!
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,
Yigit -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
