Forum Replies Created
-
AuthorPosts
-
Hi,
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 7 years, 5 months 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,
MikeHi,
Once you use the advanced editor, you will not be able to edit the same area with the regular editor.Best regards,
MikeHey Truemotionpictures,
I believe what you are seeing is a background image that is 404, please see in Private Content areaBest regards,
MikeHey rmavila,
Your code worked for me in a test, do you have other code in your css, perhaps you have a missing curly bracket?
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Ops your right, I based it on this page: http://tylo.comadev.noc.lv/proizvoditeli/
I came up with this fix, but I didn’t add..page-id-229 #footer, .page-id-229 #socket { padding-left: 350px!important; }
I don’t know what is wrong with the page, but I see you have “Duplicate Post plugin” this can break pages.
Perhaps you could try recreating the page so it will work right?Best regards,
Mike -
AuthorPosts