Forum Replies Created
-
AuthorPosts
-
Hi,
I have removed the enfold v3.2 and manually updated your enfold to v4.2 but you still have the transparent menu.
You are getting the error: net::ERR_ABORTED on your /wp-content/uploads/dynamic_avia/owners_register.css and sometimes it is a 403 error, but your cPanel shows no error.This error for your css could be the cause for your transparent menu, but I couldn’t solve why you are getting this error.
I tried deactivating all of your plugins, purging your cache, and I checked the file permissions of your site.
Please ask your host if they have a hard cache in place and if they can clear it. Also ask if they have a firewall or mod_security that is giving a false positive and blocking anything.You had:
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
in your General Styling > Quick CSS field which I removed as it should not be there.
Best regards,
MikeNovember 25, 2017 at 11:50 pm in reply to: How I can change contact form element line hight, padding and margin #881796Hey SAPAN,
Please include the url to the page in question so we can take a closer look. Perhaps we can adjust your padding & margin.Best regards,
MikeHi,
Could the email address be the one in the profile for the admin in WordPress?Best regards,
MikeHi,
Your tab section is outside your main container, please see screenshot in Private Content area.
I see that you have Visual Composer activated and believe it has added code to the page closing the main container.
Visual Composer should not be used with Enfold. Please disable and rebuild your page from a new page.Best regards,
MikeNovember 25, 2017 at 10:59 pm in reply to: Issues with presentation of masonry and filter on Google Android phone #881783Hey Alexander,
I’m not sure I understand, please see screenshot in Private Content area, is this the element you are talking about? It seems to be working in Chrome for me.Best regards,
MikeHi,
Glad to hear the update solved the issue. 4.2 contained several fixes for the tab sections.Best regards,
MikeHi,
The layerslider maintains the slider element locations based on percentage, it is how the layerslider is built to handle responsiveness. In your case this doesn’t seem to be best because you could benefit from a new layout from your slides for mobile.
Perhaps a better solution would be to create a mobile only slide and use the slider settings to hide & show the appropriate one for each device.
Best regards,
MikeHi,
Actually using a child theme doesn’t ignore the original function.php, it adds your custom function to the end of your parent functions.php
Perhaps this would be a good time to create your Child ThemeBest regards,
MikeNovember 25, 2017 at 10:00 pm in reply to: Need Help with Layout of Fullwidth Easy Slider on Mobile #881770Hi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 479px){ .responsive #top.page-id-3708 #wrap_all .container.caption_container { width: 90%!important; max-width: 90%!important; } }
Best regards,
MikeHey Jonathan,
Enfold uses the wpseo_sitemap_urlimages filter that is at the bottom of that article.
Please try adding this function:function wpseo_cdn_filter_sitemap( $uri ) { return str_replace( 'http://example.com', 'http://cdn.example.com', $uri ); } add_filter( 'wpseo_sitemap_urlimages', 'wpseo_cdn_filter_sitemap' );
Best regards,
MikeHi,
It is appearing on the right edge of your browser because of your “right 0!important;” try changing to “right: 4%!important;”
Adjust the number to suit. Since it is a percentage it will work for all screen views.Best regards,
MikeHey Baztanet,
Our theme will allow you to easily create a beautiful site, but for the private condolence messages you will need to use a plugin. Perhaps this one will work: Front End PMBest regards,
MikeHi,
Can you provide FTP access in the Private Content area so we can take a closer look? Did you make a backup?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look.
Did you try clearing your cache?Best regards,
MikeHey klotzomat,
Try this code in the General Styling > Quick CSS field:.page-id-23571 .av-minimal-grid-style .avia-testimonial { padding: 0px!important; } .page-id-23571 .avia-testimonial { padding: 0px!important; }
Best regards,
MikeHi,
I believe the issue comes from having two Enfold’s installed, one v3.2 & the other v4.1.2
They seem to be both named Enfold, and your child theme could be having issues with it. Try removing one and updating the other to v4.2
I recommend creating a backup first: https://wordpress.org/plugins/duplicator/Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:marquee a {font-size: 20px!important; }
adjust the number to suit.
Best regards,
MikeNovember 25, 2017 at 7:43 pm in reply to: Change images on left and right side in "Boxed Wood" design? Where? #881715Hi,
If you used the full url it should work correctly, Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Dundee,
In my test your site loaded in about 2.3 seconds, but your first byte was 1 second, first-byte is based on your server and not the theme. You could look into using a CDN, here’s a good article: Top CDN Services for a Blazingly Fast WordPress Site
Here’s the test I ranBest regards,
MikeHi,
I tested your site and did several hard reloads and got one “status of 403 (Forbidden)” on your font, and three “ERR_ABORTED” on your font. Are you using a minifying plugin? If so try disabling it. Another option would be to host the font on your site with a plugin such as Use Any Font and download the font from Google Fonts
Best regards,
Mike -
AuthorPosts