
chrismcb6
chrismcb6
About
- Username
- chrismcb6
- Joined
- Visits
- 363
- Last Active
- Roles
- Member
Comments
-
+1 for this issue. Lottie element placed and animation working on click or hover, but not on scroll or viewport - with JS error as described in the screenshot complaining of "Waypoint" not defined. Please try recreating on your own develop…
-
Thanks. Please update this thread when you know more.
-
Thanks, however that is simply masking the problem, not resolving it. Rather than a workaround, could the code be checked and optimised to prevent this occurring?
-
I'd like to add a "me too" to this... this has been happening on client sites for quite some time. It is not only the transparent header, but "modern" exhibits the same behaviour too... in conjunction with the Action Bar being en…
-
Thanks. The updates do come, just with a large volume, maintenance takes time to come around for the individual clients.
-
Thanks. Please update this thread when resolved to allow me to confirm.
-
Thanks
-
Great, thanks
-
To reproduce: Upload a 2560px+ image Create a page and insert an image element Choose "Medium" as the size Save Inspect the source of the output You will see the image is not the medium size To fix: Short term Replace the contents of the f…
-
Thanks. Hopefully as this is just a single field addition and tweak to already-in-place code, it should not be too much work.
-
Thanks much appreciated.
-
Thanks for your reply. To be clear, the user capabilities plugin should not affect anything here. I have tested also on another site without the capabilities plugin. Specifically, the issue is: You have created a plugin to allow for white labelling…
-
Sorry, my mistake - I had forgotten to grant the user the "edit_theme_options" capability. I have sent an email back with an updated password to the account, if you could take another look? https://forum.muffingroup.com/betheme/uploads/188…
-
Thanks, I have now done this. Understood about the feature request... thanks.
-
Thanks, however my "editor" account can still see the BeCustom plugin. https://pasteboard.co/140tXIw2bmn0.png Also, from the above - they are not "feature requests", but bugs in the system. I'd appreciate it if you can take these…
-
Also, just to report some bugs I have found with this plugin: Menu icon has defaulted back to "dashicons-admin-generic" "More details" link below the "System Status" on the "Dashboard" goes to wrong URL when t…
-
Thanks. Could you perhaps add a notice to the admin to advise of this if the below definition is set? define( 'WHITE_LABEL', true );
-
https://forum.muffingroup.com/betheme/discussion/comment/203919#Comment_203919 Seconded... As you support other builders, the option to fully disable the Muffin builder should be available - ensuring all PHP/JS/CSS files are not included in the back…
-
Themepunch are looking to resolve it in a Rev Slider update. For now, adding this code before the GA code does the trick. <script src="https://www.youtube.com/iframe_api"></script>
-
Thanks, I would never have thought that would have been the issue. I'll also go back to Themepunch and ask them to try with a GTM GA code included for their tests.
-
I, too, see it load every time on your setup. Can you confirm that it loads intermittently on the website in question for you? A fresh install of the BeTheme theme hasn't fixed it. Could you perhaps try with the theme settings below? https://pastebi…
-
No problem, sent again now.
-
Thanks, details have been sent.
-
Thanks, I look forward to the addition.
-
Thanks Pablo, the plugin would not be required to be altered; just your use of it within a theme (BeTheme specifically). I have added it in to the custom CSS, however I'd expect it to be useful to many theme users too.
-
The 500 error is not a hosting feature, it is an error. Check your logs to see why, it will more than likely be the "get_header() is not defined"
-
I have explained the reason. A bot is directly accessing the theme index.php file outside of WordPress. You can replicate it yourself with php warnings on and access /wp-content/themes/betheme/index.php in the browser.
-
I am aware that get_header() is part of WordPress. The error has nothing to do with WordPress itself, it is being triggered by direct access to the theme index.php file. Reinstalling WordPress will not solve the issue. Only checking if WordPress …
-
This is a theme issue. And it is good practice to make theme files inaccessible from outwith WordPress. It has no bearing on the WordPress version and reinstalling will not fix it. If you look at the PHP warning, it is logging an error as get_h…
-
Happy to help!