Forum Replies Created
-
AuthorPosts
-
Hey ictsnor,
You have two serious errors:Failed to load resource: the server responded with a status of 400 () /wp-admin/admin-ajax.php:1
VM3437:397 Uncaught TypeError: a[b].target.className.indexOf is not a function at bu.u.ti (eval at xhr.onreadystatechange (post.php?post=782&action=edit:318), <anonymous>:397:321) u.ti @ wp-seo-post-scraper-751.min.js?ver=7.5.1:25
But I can’t investigate further because many features are hidden.
You could try Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Otherwise please grant full admin access.Best regards,
MikeHey mframe,
Please try also including in the root of your directory, this is the standard place that browsers look for it, also ensure it is named favicon.ico If you need to change formats, please try this siteBest regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMay 23, 2018 at 2:08 am in reply to: Masonry element only loads when scrolling the page – bug? #960582Hi,
Well it’s not working for me today, strange and now you have a new error.
seems something has changed with your site, were you using this caching plugin when we started working on this? Have you added anything new?
I wanted to see the code in your functions.php, but your editor is disabled, can you enable it or do you add your code another way?Best regards,
MikeHi,
Can you tell us what version of Chrome your brother is using? You said his is looping correctly, right?
Right now I’m guessing this is the issue.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMay 23, 2018 at 1:35 am in reply to: Portfolio featured images not showing after SSL-secure – only title and excerpt #960573Hi,
It looks like it is to pause a video, if you didn’t add it then you probably don’t need it, but someone added it.
Glad all is working for you now, shall we close this then?Best regards,
MikeHi,
Yes that is not working, so was the modified helper-markup.php working correctly?
if so, you may need to copy the whole file into your functions.phpBest regards,
MikeMay 22, 2018 at 1:28 pm in reply to: Portfolio featured images not showing after SSL-secure – only title and excerpt #960329Hey Carsten,
The issue was this script in your functions.php:add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { $(document).ready( function() { var video = $('.avia_video').mediaelementplayer(); var paused = video.paused; if (paused === true) { console.log('started'); } else { console.log('prevented'); } }); })(jQuery); </script> <?php }
I comment it out and now your images show.
Best regards,
MikeHey loyalzoo,
You can do this with css in your Quick CSS, if it is for a specific page use the page ID like this:#top.page-id-1195 div.avia-cookie-consent {display:none !important;}
you can list a couple of pages easily using this, but it sounds like you want to disable for a group of pages for members, so you could block it for logged-in members with this css:
#top.logged-in div.avia-cookie-consent {display:none !important;}
If you are using a membership plugin and want to be more specific the plugin most likely adds a class to the page or post that can be added to the code, but we would have to take a look at the page as the member to find the class.
Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Adrian,
Please see this solutionBest regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#scroll-top-link {display:none !important;}
Best regards,
MikeMay 22, 2018 at 12:51 pm in reply to: Enfold SVG logo and a different logo for Rich Snippets #960302Hi,
When I look at your link it says zero errors, perhaps it’s not correct?
Please see screenshot in Private Content area.Best regards,
MikeMay 22, 2018 at 12:42 pm in reply to: Removing Space Between Boxes on Mobile View (revisited) #960295Hi,
I have asked the team to take a look with Safari & iPhone, as I don’t have a Mac.Best regards,
MikeHi,
Sorry for the late reply, I have not been able to find a solution for this, I’ve asked the team to take a look.Best regards,
MikeHi,
I like this tool / site: https://tinyjpg.com/For your grid rows after “5 Steps to Success”, I recommend setting up another section that will only be shown on mobile, and have your current section only show on tablets and up.
My main reasoning is that the text is quite a lot to show on mobile and will be hard to read, typically mobile exposure is a “hook” where the visitor will return later to view on a desktop to investigate more, think of it as your elevator pitch.
Perhaps you could have each image as a slightly blurred background and one or two lines of text on top. Or just have the images as full width with the text under.
If you like this, try creating the section using columns, under the current grid rows and set the visibility to mobile (small screens) only then set the 3 grid rows as hidden on mobile.Best regards,
MikeMay 22, 2018 at 6:11 am in reply to: Masonry element only loads when scrolling the page – bug? #960149Hi,
Strange, I tested with Chrome, Firefox, Edge & IE11 and found it working.
Try changing the line:
scrollTop: (5)
to:
scrollTop: (10)Just to make sure we are looking at the same thing I made a video in the Private Content area, watch for the masonry blog posts at the bottom of the page on page load. The video was made in Windows 10 Edge.
Best regards,
MikeHi,
That is great, just post the login info here. Hopefully you will have a backup so if we brake it on the first try you can restore it easily.
I don’t think we will, but I haven’t seen this issue before with other sites updating.
Also let us know if the host is using anything special like varnish or rail-gun.Best regards,
MikeHi,
I changed the content of your “custom css” box for the phone number to “phone-link” now the css you wrote works.
But to be clear you could name this anything, as long as your css used the same.As for your first question, with css we can make something work for a whole site or just one page, but I’m not sure what you want to do. Please try explaining using images.
Best regards,
MikeHi,
But when i visite the site from my brother’s site, it loops normally
Can I ask if you meant in this statement that when viewing from you brother’s “computer” it loops normally?
If so please compare version numbers of Chrome.
With my Chrome on Windows 10 (v66.0.33) your video is not looping, but with Firefox & Edge the video loops.
I believe Chrome has made a change that has broken this but I have not proved it yet. For example, I have read lately that browsers are talking about stopping all video auto play if the video contains sound, and I think Safari is the first to start this, I’m not 100% on that, I’m going by memory.
Nonetheless, I don’t believe this is a Enfold error.Best regards,
MikeHi,
I have found that in your css your table header (th) is “text-transform: uppercase;”
but in your case you want “text-transform: lowercase;” so please try:th { text-transform: lowercase !important; }
Best regards,
MikeHi,
Sorry, it looks as though in the old thread I was able to login, yet this time I was blocked.
I believe this is due to geo ip blocking, and I believe your ip is from Venezuela.
I tried my VPN, but I don’t have Venezuela on it, the closest was Brazil, which didn’t work.
Please ask your webhost to disable the IP blocking so we can assist.Best regards,
MikeHi,
Sorry for the confusion, this would be a great feature, yet this is not available at this time.
Sorry, I wish we could have been more help.Best regards,
MikeHi,
I see that you have this error:Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://www.solid-steelband.com'). h.B @ www-widgetapi.js:99
It is basically saying the you have a http site pointing to https
try changing the link to YouTube to httpBest regards,
MikeHi,
I did deactivate all plugins to test, but I thought I had put them back the way they were, sorry.
I’m sure we can figure out what went wrong with your update, but I felt it was important to get your client site back up first.
Can you see if your webhost offers site staging, typically this is a option in your cPanel:
This will make a copy of your site so we can test without having your client site down.Best regards,
Mike -
AuthorPosts