Forum Replies Created
-
AuthorPosts
-
Hey 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 10 years, 8 months ago by
Yigit.
Hi!
Wanted to check your website but an error is displayed. Please undo the last change you have done in functions.php file of your child theme via FTP
Regards,
YigitHey!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Cheers!
YigitHi!
You are welcome Stan, we are always happy to help. Please do not hesitate to contact us again if you have any other questions or issues :)
Regards!
YigitHi Mark
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { #top .scroll-down-link { display: none !important; }}Regards,
YigitHi gharry79!
You can unzip enfold.zip file and update via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit-
This reply was modified 10 years, 8 months ago by
Yigit.
-
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
