Forum Replies Created
-
AuthorPosts
-
July 28, 2014 at 8:33 pm in reply to: Placing Easy Social Share Buttons into Template on every page #296971
Hi!
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 10 years, 9 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,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so i can look into it?
Cheers!
YigitJuly 28, 2014 at 4:01 pm in reply to: Can you help a noob with basic HTML? (Map element hyperlink) #296815Hi!
Can you post the link to your website and point out the section so we can inspect elements on it?
Cheers!
YigitHi!
You can edit avia.js file using this plugin – https://wordpress.org/plugins/solid-code-theme-editor/
If you do not want to use a plugin, you are going to need to use FileZillaRegards,
YigitJuly 28, 2014 at 3:21 pm in reply to: Insert Layer Slider WP/google maps/image into accodion toggle? #296802 -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
