Forum Replies Created
-
AuthorPosts
-
Hi!
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!
YigitHi!
Seems like it is working fine now – http://i.imgur.com/g9hKIgv.png
Please flush browser cache and refresh your page a few timesCheers!
YigitHey avikatzav!
Which plugins are you talking about? Enfold is compatible with many plugins but you do not need to install any of them unless you need to use them.
Best regards,
YigitHey topprintish!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }Best regards,
YigitHi!
Please try as following
#top .main_color .avia-button:hover { background-color: white !important; color: #d1202f !important; border-color: #d1202f !important; }You have few typos in your code
Best regards,
Yigit -
AuthorPosts
