Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
tr.avia-heading-row { background-color: #99cccc!important; } table caption { text-align: left; }Regards,
YigitHi fgrippe!
Can you post the link to your website and point out the element please?
Best regards,
YigitHi!
Please try and post the results here to re-open the thread. Until then, it will be on hold. Waiting to hear from you!
Regards,
YigitHey FunMobility!
Please go to Appearance > Editor and open Footer.php file and make sure that this bottom line is the same – http://i.imgur.com/6aDdIBA.png
If not the same, please copy & paste it from here – http://pastebin.com/nmSdE0iaRegards,
YigitHallo Timo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .av-masonry-container { pointer-events: none; }}Regards,
YigitJuly 28, 2014 at 8:33 pm in reply to: Placing Easy Social Share Buttons into Template on every page #296971Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { div#essb_displayed_shortcode { position: relative; left: -25px; }}Best regards,
YigitHey youyou78!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.error404 .sidebar { display: none !important; border: none!important; } .error404 .container .nine.units { width: 100% !important; border: none !important; }Regards,
YigitHey BrianBookwalter!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.logo:hover img { opacity: 0; }Regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('li#menu-item-6276>a').addClass('open-popup-link'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitHey Paul
Please go to Appearance > Menus and click on “Screen options” and check “Link target” – http://i.imgur.com/ywOvDce.png
then you can click on your menu elements and choose to open them in new windowBest regards,
YigitHey CloudChoice!
Please go to Appearance > Menus and click on “Screen options” and check “CSS classes” – http://i.imgur.com/ywOvDce.png
Best regards,
YigitHi!
Please edit your color section elements and give them the same ID.
Regards,
YigitHey jenki!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 13px; margin-top: 15px; } .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 325px; }}Cheers!
YigitHey!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
YigitHi Brad!
Please do not duplicated topics as it is making it harder for us for other users to follow – https://kriesi.at/support/topic/cant-get-my-advanced-slider-to-properly-resize/
Regards,
YigitHey!
Please try adding the code to style.css file of your child theme in Appearance > Editor. If that too does not work, please make sure that wp-content/uploads folder has correct permissions ( 755 )
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 178px; } h3.ls-l, .ls-gpuhack { left: 0!important; }Cheers!
YigitJuly 28, 2014 at 5:07 pm in reply to: Responsive Design | Hide Post Slider but not the Blog Grid Layout #296885Hi ecoresearch!
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 give your post slider element a custom CSS class and add following code to Quick CSS in Enfold theme options under General Styling tab.your-custom-class { display: none !important; }Best regards,
YigitHey!
Please add media queries to your code as following to apply it only on screens bigger than 990px
@media only screen and (min-width: 990px) { #top .container .av-masonry-entry { width: 24.8%; } .av-masonry-image-container { background-position: center top; background-repeat: no-repeat; background-size: cover; text-align: center; } .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer { padding-bottom: 80%; width: 100%; z-index: 1; height:420px; } .av-masonry-image-container { background-position: center top; background-repeat: no-repeat; background-size: cover; max-height: 275px; text-align: center; }}Cheers!
YigitHi!
Please try adding !important rule as following
.logo img { margin-top: 35px !important; }Best regards,
YigitHi!
You are welcome, glad we could help :)
I saw that you have added your custom CSS code to Style.css file of your child theme in Appearance > Editor so that is where i have made adjustments. Changes will not be lost when you update your themeRegards,
YigitHi!
You have following code in Quick CSS
.html_header_top.html_header_sticky #main { padding-top: 277px !important; }please change it to following one
@media only screen and (max-width: 1499px) { .html_header_top.html_header_sticky #main { padding-top: 277px !important; }}Regards,
YigitHey!
Can you apply the changes we have applied on your test page to your homepage and check if that helps?
Best regards,
YigitHey!
You are welcome! Glad we could help! :) Let us know if you have any other questions or issues
Regards,
YigitHey!
I have changed “top” to “margin-top”. Please try adding following code to Quick CSS and check if that helps
div#bg_slide { z-index: 99; }EDIT: Yes. You can turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) to make it easier to target the element :)
Regards,
Yigit-
This reply was modified 11 years, 7 months ago by
Yigit.
July 28, 2014 at 4:28 pm in reply to: icons from the ‘icon boxes’ are not appearing in Internet Explorer. #296844Hi nancy2434!
Please refer to fix under “Fonts not loading in Firefox or IE9” here – http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Cheers!
YigitHey!
Please add folllowing code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1500px) { .html_header_top.html_header_sticky #main { padding-top: 324px !important; }}It does look fine on smaller screens that is why i missed at first look
Cheers!
YigitHi!
Please review your website now. I have removed the red bar. For mobile, it would be better if you remove slider and only display color section with a background image
Cheers!
YigitHey Gabe!
You have added the gallery to the header, which will be above the content at all times. So color section sliding behind header is an expected behaviour.
Regards,
Yigit -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
