Forum Replies Created
-
AuthorPosts
-
Hi,
Try this code in the General Styling > Quick CSS field:.av-special-heading-tag {background: rgba(0, 0, 0, 0.5)!important; }
Best regards,
MikeHi,
Do you use a cacheing plugin? There are reports that some block the loading or correct execution of preloading. Please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Best regards,
MikeHi,
Odd, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
If you had CSS code in General Styling > Quick CSS field please copy that to the child theme.Best regards,
MikeHi,
This is strange, I tried different categories at different sizes and could not find a difference. Could you add some screenshots so we can try to duplicate the issue?Best regards,
MikeHi,
Try adding a class to the anchor element with a offset height as the padding-top value.
The anchor link:<a class="anchor" name="one">Link One</a>
The css:
.anchor { display: block!important; height: 100px!important; margin-top: -100px!important; visibility: hidden; }
Or
perhaps a plugin: https://wordpress.org/plugins/hash-link-scroll-offset/Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Yes you will need to clear the “Fastest Cache” cache each time you make a change. Good choice BTW, it’s the one I use too :)
So, this is what I do, I clear it and deactivate it while building the site, or if I’m doing heavy changes. Then when I’m happy I activate it! That makes it easy :)Best regards,
MikeHi,
The last number in your gradient color code is the opacity layer, so if it is 0.5 change it to 0
or show us the code and we will try to help :)Best regards,
MikeHey subrakavi,
You can try, sometimes minified or combined js files don’t work correctly.
Please consider making a backup with a plugin such as https://wordpress.org/plugins/duplicator/
should it not work out :)Best regards,
MikeHey JefeTechnologies,
perhaps a plugin such as: https://wordpress.org/plugins/jquery-smooth-scroll/ or https://codecanyon.net/item/smooth-scroll-scroll-site-without-jerky-and-clunky-effects-wordpress-version/19782948Best regards,
MikeHi,
Perhaps the code didn’t email correctly:function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("nav.pagination a").each(function(){ var theLink = jQuery(this).attr("href"); jQuery(this).attr("href", theLink + "#home-blog"); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
MikeHey vinchenson,
I was able to change your menu links to blue, cleared your “Fastest Cache” logged out and checked in FireFox, Edge, & Chrome with no issues. What color did you want?Best regards,
MikeHey rmavila,
Try:#header{ opacity: 0.5; } @media only screen and (max-width: 480px) { h1 { font-size: 25px !important; } #header_meta .container { max-width: 100%!important; width: 100%!important; }} #avia-menu .avia-menu-text { font-size: 20px !important; }
Best regards,
MikeHi,
Try:#header{ opacity: 0.5; } @media only screen and (max-width: 480px) { h1 { font-size: 25px !important; } #header_meta .container { max-width: 100%!important; width: 100%!important; }} #avia-menu .avia-menu-text { font-size: 20px !important; }
If you are still having trouble please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeHi,
I have checked the site in Edge and can see the slider image and text.
Unless I miss-understood the issue, I can find no issue, see in Private Content area.Best regards,
MikeHi,
I added it to your child theme’s style.css and cleared my cache and can see the changes :)Best regards,
MikeHi,
Yes it says that it will not show above 480pxBest regards,
Mike-
This reply was modified 8 years ago by
Mike.
Hi,
That URL says:Niets Gevonden
Sorry, de post waarnaar u opzoek bent is niet beschikbaar. Misschien wilt u gebruik maken van de zoekfunctie?Best regards,
MikeHey k593,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 769px) { #mobileonly { display: none!important; } }
I take that “mobile” is phone & tablet, thus the “min-width: 769px” You almost had it, your ID was spell mobileonly.
Best regards,
MikeHi,
Yes, this issue happens when we have a very short page, or little content.
Try this code in the General Styling > Quick CSS field:.page-id-1041 #footer {margin-top: 250px!important; }
It targets only that page, and you can change the height to suit.
The other option is to add more content or an image and the end of the page :)Best regards,
MikeHey vadikcoma,
This code adds the shadow, but it’s hard to see with some dark images:.av-special-heading-h1 {text-shadow: 2px 2px #000!important; }
This code adds a background to the text:
.av-special-heading-h1 {background: rgba(0, 0, 0, 0.5)!important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for sharing your solution, I couldn’t find any other solution. Shall we will close this now? Thank you for using Enfold.Best regards,
Mike -
This reply was modified 8 years ago by
-
AuthorPosts