Corey - The Theme Foundry
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] resolving Make noticesHi @frieauffcom !
It looks like most of those notices are being triggered by code in the Make Plus plugin, so you must be running an older version of it. If you have version 1.7 or higher of Make, you also need to use version 1.7 or higher of Make Plus, otherwise you will get those notices.
Forum: Themes and Templates
In reply to: [Make] Breadcrumb – Layout Setting UnavailableUpdate: version 1.7.1 is out, which fixes the breadcrumb issue.
Forum: Themes and Templates
In reply to: [Make] Breadcrumb – Layout Setting UnavailableHi @bezbox
Sorry, that’s a bug. The breadcrumb checkboxes will be available again in the next version, which is coming soon.
Forum: Themes and Templates
In reply to: [Make] getimagesize(): Read error! in customizer/logo.phpThere isn’t really a way to fix it via a child theme, unfortunately. But since it will have a fix in the next version, you can try this change in the parent theme:
Find this line in that logo.php file and change it to this:
if ( is_file( $path ) && is_readable( $path ) ) {Forum: Themes and Templates
In reply to: [Make] getimagesize(): Read error! in customizer/logo.phpUpdate: we have a fix that will go out in the next version.
Forum: Themes and Templates
In reply to: [Make] getimagesize(): Read error! in customizer/logo.phpHi @bdd,
I’ve seen this error a few times as well, but haven’t figured out how to reproduce it consistently yet. It seems to have started after the update to WordPress 4.5. We’ll let you know when we have a better answer for you.
Update on this: I can replicate the issue, but it’s a tricky fix. The meta data that is used to display the sections in the Builder interface is getting saved when the page is previewed, even though the page content is not. We can try to prevent this by checking to see if the save is happening during a revision or not, but the problem is that on the front end, some aspects of the page rely on that meta data as well, so the preview may not be accurate without that saved meta data.
I’m opening a ticket for this in our bug tracker, but I don’t anticipate it will be a quick fix. Thanks for bringing this to our attention!
Hi @dwheitner
Thanks for the report. Sounds like this might be related to how the Builder handles revisions. I’ll take a look and see if I can reproduce the issue and get back to you.
Forum: Themes and Templates
In reply to: [Make] Make theme spamming HTML files?The code you’re seeing isn’t spam. It is an array of URL patterns that the Fitvids.js script uses to recognize embedded video containers so that it can scale them correctly to fit the content column, should you embed any of them. You can read more about Fitvids and the way its custom selectors work here.
If you don’t need those patterns and don’t want them in your page source, you can add a filter to the
make_fitvids_custom_selectorshook (source) and have it return an empty array.Forum: Themes and Templates
In reply to: [Make] Font Awesome icons won't loadHi @dohle
I can’t find anything wrong with the icon font on your site. The Font Awesome stylesheet is loading correctly, the correct styles are being applied to the elements, and they’re not being overridden by anything that I can see. And yet the icons are not displaying for me either. I would recommend you contact WP Engine support and ask them to help you figure it out. It may be that the web server is not configured to handle icon font files (.woff, .ttf, etc).
Forum: Themes and Templates
In reply to: [Make] 'Customize' page not workingHi Chris,
tried using different theme (all themes have the same problem)
It sounds like it is an issue with your web host. I would recommend contacting their support team to try and get it sorted out.
Forum: Themes and Templates
In reply to: [Make] Images in columns flash briefly on page loadHi Paul,
I can see this happen on your site for a very brief instant when using Chrome, but it’s barely noticeable. The amount that it happens may correlate to the viewer’s internet connection speed.
It’s hard to say why this is happening, especially since it’s browser-specific. You could try temporarily disabling plugins to see if that makes a difference.
Forum: Themes and Templates
In reply to: [Make] Too many fields errorHi Brian,
How many sections have you added to your page when you start getting this message? Here’s a workaround for another issue that some people have reported fixes the Builder issue as well:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
I’ve also heard that adding this line to your php.ini file works:
max_input_vars = 5000Forum: Themes and Templates
In reply to: [Make] Make theme menu not working on iPadI think this thread has gotten a couple of different issues mixed up. The problem originally reported by @wolves has to do with navigation submenu items that are supposed to appear on hover not appearing correctly on some iPad models. Unfortunately, we have not found a reliable solution to that yet.
The other issue, mentioned by @gkas, has to do with the menu toggle button not working on their site. This is being addressed in this topic.
Forum: Themes and Templates
In reply to: [Make] mobile menue does not open the menu listHi @gkas
I just visited both of the sites you linked to using a narrow browser window, and the mobile menu was working on both. On your About site, I see the default menu button added by Make along with the one added by a plugin. Both menu buttons displayed the page links when I clicked on them. This was using both Firefox and Chrome. Are you still seeing an issue using a different browser?