Forum Replies Created
-
AuthorPosts
-
Hi!
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,
YigitHi primdogg!
Please flush browser cache and refresh your page a few times. Black/White scheme is active on my end – http://imgur.com/a/wzFhq
Best regards,
YigitHi!
Please use following one instead
#top .main_menu .menu li.englisch { background-position: 50%; }Regards,
YigitHi!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .blog-meta { display: none!important; }2- You can add Button shortcode to your posts and link it to your main blog pag
Regards,
YigitHi!
Glad we could help :) Let us know if you have any other questions or issues
Best regards,
YigitAugust 25, 2014 at 11:46 am in reply to: Easy way to make images overlay above color section? #308778Hey newpappa!
Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then edit your image element and give it a unique class. Then add following code to Quick CSS and adjust as needed
.your-custom-class { position: relative; top: -80px; }Regards,
YigitAugust 25, 2014 at 11:42 am in reply to: Remove single pixel horizontal line between color sections #308776Hey newpappa!
Please edit your Color Section element and choose “no border styling” option – http://i.imgur.com/YsCBcAZ.png
Cheers!
YigitHey newpappa!
Please edit your Color Section element and give it a 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 tabinput#inf_field_FirstName, input#inf_field_Email { max-width: 24%!important; float: left; margin-right: 5px!important; }Since your input fields are placed in a small column, they will look small. You can add them inside a bigger column element and adjust the values as needed
Cheers!
YigitHi graphiti!
You can use HTML in description field. Please see – http://vimeo.com/92503669
Cheers!
YigitAugust 25, 2014 at 11:32 am in reply to: Blank field when switching back from Advanced Layout Editor #308768Hi!
You are welcome Slavik, glad we could help! Let us know if you have any other questions or issues and enjoy your theme :)
Best regards,
YigitAugust 25, 2014 at 11:27 am in reply to: Remove top and bottom space between Code Block within Color Section #308760Hi newpappa!
Please edit your Color Section element and give it a 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-custom-id .content { padding-top: 0; padding-bottom: 0; }Regards,
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1024px) { .page-id-2870 .av_three_fifth { width: 100%!important; }}Best regards,
YigitHey newpappa!
Please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
then you can make the changes using header configurator – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/Cheers!
YigitHey!
Please do not forget to flush browser cache after applying custom CSS codes. It does seem to be working fine on my end – http://i.imgur.com/UzTlAcT.png
Regards,
YigitAugust 25, 2014 at 11:15 am in reply to: Blank field when switching back from Advanced Layout Editor #308748Hi!
By adding the code in the link i posted in my previous post, you are going to be able to edit ALB elements you have added in default editor as shortcodes. When you switch between editors, you are going the see the same content
Cheers!
YigitHi!
You can add following code to Quick CSS in Enfold theme options under General Styling tab and decrease the padding between menu items
@media only screen and (max-width: 990px) { .av-main-nav > li > a { padding: 0 5px; }}Best regards,
YigitHi SphereEvenements!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { .page-id-2870 .av_two_fifth { display: none; }}You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHey Rainer
Please try adding following code to Quick CSS
.avia-menu-fx { width: 90%; }Best regards,
YigitHey simonac!
Please add following code to Quick CSS as well
#top .main_menu .menu li.englisch { background-position-x: 50%; }Cheers!
Yigit -
AuthorPosts
