Forum Replies Created
-
AuthorPosts
-
Hi!
Glad you found the culprit! Let us know if you have any other questions or issues
Cheers!
YigitHi!
Exactly. For more information, please see – http://codex.wordpress.org/Child_Themes
Regards,
YigitHi Angiec13!
Please add following code to Quick CSS
.sub_menu li { border: none; }please disable CSS minifying feature on the plugin you are using or code may not be applied
Best regards,
YigitHey!
Glad it did work Patrick! Let us know if you have any other questions or issues :)
Regards,
YigitHey!
This is how it looks on my end on Chrome 36.0.1985.143 and Firefox 31 – http://i.imgur.com/E7hQ9Ht.png
Please flush browser cache and refresh your page a few timesBest regards,
YigitHey kimogroup! :)
Please add Masonry Gallery element or Gallery element to your page under Media Elements in Advanced Layout builder and choose the images you would like to add to your gallery
Regards,
YigitAugust 22, 2014 at 1:14 pm in reply to: Video link opens in lightbox AND opens url in a new window #307815Hi!
Please try adding following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("a.lightbox-added").removeAttr('data-wpel-target'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
YigitAugust 22, 2014 at 1:06 pm in reply to: Only change color of icons in icon list that are in footer? #307810Hey!
Please use following code
#footer .iconlist_icon { color: orange !important; }Best regards,
YigitHi!
Can you post a screenshot and show what exactly you would like to remove?
With the code Peter posted, slideshow works but images are not opened in lightboxRegards,
YigitHi!
It enqueues avia.js file from your child theme and does not use the one on parent theme. You do not need to make this change for all files
Cheers!
YigitHi!
Please refer to this topic – https://kriesi.at/support/topic/blog-posts-excerpts-enfold/
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-fx { display: none; } @media only screen and (min-width: 990px) { .av-main-nav > li > a .avia-menu-text { position: relative; top: 10px; }}Cheers!
YigitHi
Please add following code to Quick CSS as well
#main .container_wrap { border-top: none; }Cheers!
YigitMerhaba!
It does seem to be working fine on my end. Please see screenshot here – http://i.imgur.com/kUmr5wT.png
Best regards,
YigitHi sfierst!
Please try de-activating all active plugins and check if that helps
Cheers!
YigitHi Lukas!
Please try adding following code to Quick CSS
#header_main_alternate, #header { -webkit-transform: translateZ(0); }Regards,
YigitHi Alex
Can you please re-update Enfold folder via FTP and make sure to overwrite all files? – http://vimeo.com/67209750
Regards,
YigitHi!
You have CSS minifying feature enabled on “Autoptimize” plugin and it is stopping Ismael’s code from being applied. Please try disable CSS minifying feature, apply the code and then re-enable.
Best regards,
YigitHey!
Please firstly give your color section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS
#your-custom-id .container { width: 100%; } #your-custom-id .content { padding: 0; width: 100%; } #your-custom-id .av_one_half { margin: 0; width: 50%; }Best regards,
YigitHi Denis!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
YigitHi!
Please upload proportional images. Also slide images you have uploaded are very small for fullwidth slider
Cheers!
YigitHi!
1- I have updated the code i posted previously, please use it now. Please keep in mind that if you add/remove menu items, you are going to need to adjust padding values.
2-#header_main_alternate { background-color: #4e2a53; }Cheers!
YigitHi!
Please try adding following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() <= 768){ jQuery("html").removeClass("html_header_sticky"); } }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
YigitHey Julian!
You can firstly turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your elements a custom CSS class ( i.e.: my-tab-one and my-tab-two ). Then you can add following code to Quick CSS
@media only screen and (max-width: 480px) { .my-tab-one { display: none; }} @media only screen and (min-width: 480px) { .my-tab-two { display: none; }}Regards,
YigitHi!
Please change 768px to 1024px if you would like to apply the code to tablets as well and make sure to flush browser cache
Regards,
YigitHey Boston182!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1140px) { .av-main-nav > li > a { padding: 0 38px; }} @media only screen and (min-width: 990px) and (max-width: 1139px) { .av-main-nav > li > a { padding: 0 29px; }} @media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 13px; }}Regards,
Yigit-
This reply was modified 11 years, 6 months ago by
Yigit.
-
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
