Forum Replies Created
-
AuthorPosts
-
Hey Shortie!
Please use following code instead
.single strong.main-title.entry-title { display: none!important; }Regards,
YigitHi tonyska!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header-scrolled .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; } .header-scrolled .logo img { opacity: 0; }Regards,
YigitAugust 26, 2014 at 12:09 pm in reply to: help to shrink logo on homepage only, smaller logo on posts #309275August 26, 2014 at 12:08 pm in reply to: Issues with responsive layout, widgets disappear and container and background ar #309274Hi dfisherharmony!
Please go to Enfold theme options > Sidebar Layout and check “Sidebar on Smartphones”
Best regards,
YigitHi!
Please add following code to Quick CSS
.slide-meta { display: none!important; }Best regards,
YigitHey AB!
Please use following code
.iconbox_icon.heading-color:before { font-size: 36px !important; }Best regards,
YigitHey Gitte!
Please try deactivating all active plugins and check if that helps
Best regards,
YigitHi Raphe!
Thank you for choosing Enfold! :)
Please turn on custom CSS field for Advanced Layout Builder elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your text block a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab.your-custom-class { background-color: red; }Cheers!
YigitHi!
Do you mind creating a temporary admin login and posting it here privately? I tried the code before posting and it works fine on my local installation – http://i.imgur.com/NXYjW5o.png
Cheers!
YigitHi Enffie!
In that case, please contact plugin author. Their plugin may not be compatible with the latest version of WordPress or Enfold
Regards,
YigitHey!
Great! You are welcome Simon, let us know if you have any other questions or issues
Cheers!
YigitHi anma!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_top .iconbox_icon { background-color: transparent!important; color: red !important; }Regards,
YigitHey simonac!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .sub_menu ul li a, .phone-info { font-family: 'Salsa', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }Cheers!
Yigit-
This reply was modified 10 years, 8 months ago by
Yigit.
August 25, 2014 at 5:32 pm in reply to: help to shrink logo on homepage only, smaller logo on posts #308904Hey!
Please add following code to Quick CSS as well
div#main { padding-top: 90px!important; } .home #main { padding-top: 147px!important; }Cheers!
YigitHi!
Please disable CSS minifying feature on the plugin you are using and codes should work fine in Quick CSS field as well
Cheers!
YigitHi!
1- It does seem to work fine on my end – http://i.imgur.com/HV2u9MI.png Have you already figured it out?
2- Please add following code to Quick CSS in Enfold theme options under General Styling tabform#mc-embedded-subscribe-form .clear { visibility: visible!important; overflow: visible!important; }3-
.header-scrolled a.wpmenucart-contents { line-height: 44px!important; height: 44px!important; }Regards,
YigitHey!
You are using older version of Enfold. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Advanced Styling tab should appear in Enfold theme optionsBest regards,
YigitHi Olivier
This is how your website looks on my end right now – http://i.imgur.com/JMM62bs.png
Can you try removing CSS codes and setting custom pixel value and then let us know so we can check the grey line you would like to remove?Best regards,
YigitHey welti!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widgettitle { text-transform: none; }Cheers!
YigitHi!
I checked your website on Safari Version 7.0.6 on OS X 10.9.4. I followed your instructions but i could not reproduce the issue. Which version of Safari are you using? Can you post a screenshot of the issue you are seeing ( you can upload screenshots on imgur.com or Dropbox public folder and post the links here )?
Also, if you can post a screenshot showing the changes you would like to make, we may recommend another wayRegards,
YigitHi!
Please go to find following line in Functions.php file
add_theme_support('avia_mega_menu');and comment it out as following
//add_theme_support('avia_mega_menu');Best regards,
YigitHi kaiurl81!
Please edit your portfolio grid element and set “Link Handling” to “Display the big image in lightbox” – http://i.imgur.com/ry3g0AR.png
Regards,
YigitHi!
Please add following code to Quick CSS as well
span.price:before { content: 'From: '; }Regards,
YigitHey lewebat!
Please try adding following code to Functions.php file in Appearance > Editor
function disable_mega_menu() { remove_theme_support('avia_mega_menu'); } add_action( 'init', 'disable_mega_menu');Best regards,
YigitHi odmv91!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-p.toggler.activeTitle { background-color: #0f8fc1; color: white; }2-
.tab { font-size: 16px!important; }3-
span.image-overlay-inside { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-position: 50%; } span.image-overlay-inside:before { display: none; }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; }}Regards,
YigitHey!
Yes, it does seem so. Your page has black and white scheme on my end – http://i.imgur.com/e5qHaBa.png
Best regards,
YigitAugust 25, 2014 at 1:59 pm in reply to: help to shrink logo on homepage only, smaller logo on posts #308814Hey christopherd6!
Please go to Appearance > Editor and open Functions.php file and add following code
function add_custom_header(){ ?> <script> jQuery(window).load(function(){ jQuery('.logo img, .logo a, .av-main-nav > li > a, #header_main .container').addClass('small-header'); if ( jQuery("body#top").hasClass("home") ) { jQuery(".logo img, .logo a, .av-main-nav > li > a, #header_main .container").removeClass('small-header') }; }); </script> <?php } add_action('wp_footer', 'add_custom_header');then add following code to Quick CSS in Enfold theme options under General Styling tab
.small-header { height: 58px!important; line-height: 58px!important; max-height: 58px!important; }Regards,
YigitHi jdrijver!
Please try re-updating the theme via FTP – http://vimeo.com/67209750
make sure to overwrite all files including Enfold/JS folderBest regards,
Yigit -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
