Forum Replies Created
-
AuthorPosts
-
August 12, 2014 at 4:38 pm in reply to: Background image in color section not working in IPHONE and IPAD #303292
Hi!
Sorry for the late reply. You have following code in Quick CSS field
@media only screen and (min-width: 990px) { .responsive .page-id-734 div#av_section_8 { background-attachment: fixed!important; }}please change it to following one
@media only screen and (min-width: 1024px) { .responsive .page-id-734 div#av_section_8 { background-attachment: fixed!important; }}then add following code to Quick CSS
@media only screen and (max-width: 1023px) { .avia-section { background-attachment: scroll !important; }}Regards,
YigitAugust 12, 2014 at 4:32 pm in reply to: Color section background image size issues on Iphone #303287Hey!
I cannot view your screenshots but i have checked your “Careers” page. Please try adding following code to Quick CSS as well
@media only screen and (max-width: 480px) { .avia-section.av-minimum-height .container .content { display: block; }}If that too does not help, please create a temporary admin login and post it here privately.
Regards,
YigitHey Alex!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
@media only screen and (max-width: 767px) { .responsive #top #header { position: fixed; } #header_main { background-color: orange; } div#main { margin-top: 82px; } .logo img { opacity: 0; } .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; } }I could not help but noticed that you have started 17 topics within two days. We would gladly help you with some code snippets but please note that we are not a customization service and providing heavy theme customization is out of our scope. Thank you for your understanding.
Best regards,
YigitAugust 12, 2014 at 3:54 pm in reply to: LayerSlider WP strecthing first slide… but not others? #303268Hi!
Can you please review your website now? You may need to adjust left, right values of your layers. Currently first slide image fits perfectly on my end.
Best regards,
YigitHi!
Please try copy&pasting the code Peter posted from here directly – http://pastebin.com/jbUd7dKQ
It does work fine on my local installationRegards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry { width: 100%; margin-left: 0; }}Cheers!
YigitHey!
Great! Let us know if you have any other questions or issues. Have a great day!
Regards,
YigitHi Munford!
You have following code in Quick CSS field, please remove it
img:hover { opacity: 0.5 !important; }Please firstly link your slider images and then add following code to Functions.php file in Appearance > Editor
function add_custom_slider_link(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() >= 768){ jQuery("ul.avia-slideshow-inner li a").removeAttr("href"); } }); </script> <?php } add_action('wp_footer', 'add_custom_slider_link');Regards,
YigitHi blankonblank!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; } .avia-content-slider .slide-entry { margin: 0; width: 33.3%; }Currently it is not easily possible. Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer to modify post slider element for you
Best regards,
YigitHey!
Glad you figured it out Franck and thanks for sharing your solution :)
Cheers!
YigitHey!
You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
Regards,
YigitHi bakbek!
Please enable ALB debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and simply copy&paste the shortcodes of the elements you have created using ALB
Regards,
YigitAugust 12, 2014 at 2:35 pm in reply to: LayerSlider WP strecthing first slide… but not others? #303208Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
YigitHi Tom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .product_column_4 .products .product { margin: 0; }Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
form#docContainer { overflow: hidden; }Cheers!
YigitHey hotspot01!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container .breadcrumb { right: auto; left: 47px; top: 75%; } .title_container .main-title { top: -6px; }Best regards,
YigitAugust 12, 2014 at 2:09 pm in reply to: Mobile View: line break/ return body text and Headlines irregular #303201Hey!
You are welcome Ingrid, glad you figured it out :) Let us know if you have any other questions or issues
Best regards,
YigitAugust 12, 2014 at 2:04 pm in reply to: Testimonial cut off on Ipad using 2/3rd element from layout builder #303199Hi!
You are welcome Ben! Let us know if you have any other questions or issues
Regards,
YigitHey fundance!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1140px) and (min-width: 990px) { .inner_product { min-height: 362px; }} @media only screen and (max-width: 989px) and (min-width: 769px) { .inner_product { min-height: 430px; }}Best regards,
YigitAugust 12, 2014 at 1:57 pm in reply to: If you are not happy with the results bellow please do another search #303194Hey Rogier!
Please install this plugin – https://wordpress.org/plugins/codestyling-localization/ and rescan language files and edit the missing string
Regards,
YigitHi victor!
Can you paste the code you have in http://pastebin.com/ and post the link here?
Regards,
YigitHi!
You are welcome, glad we could help! :) Let us know if you have any other questions or issues
Regards,
YigitHi Magnus!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li.widget_product_categories { list-style: none!important; }Regards,
YigitHey Tom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav ul { top: 70%; } .avia-menu-fx { bottom: 56px; } .header-scrolled .avia-menu-fx { bottom: 29px; }Cheers!
YigitHi Rustybucket!
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 buttons custom CSS classes and adjust their position using custom CSS code in Quick CSS field.
Cheers!
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');Cheers!
YigitHey!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/mobile-solution/#post-302354
Cheers!
Yigit -
AuthorPosts
