Chris Hickman
Forum Replies Created
-
May I have a link so that I may debug?
Forum: Plugins
In reply to: [Matterport Shortcode] How to guidePlease review the documentation on the other tab. Shortcodes can be placed in any body of text in a WordPress site and are a common way to embed media. You can Google how to use them as this has likely been covered very well by other authors.
Sorry for the long delay. I don’t get notifications for support requests. Not sure why.
I too felt that embedding too many of these slowed down load time INCREDIBLY! I made this plugin to solve that — and Matterport even contributed to a feature by allowing my width= and height= parameters to actually load images served from their servers with the specified width and height!
I’m thinking that you may have solved the problem as your pages look great. The first URL provided shows several embeds that pop-up fine — but I understand that the supplied modal doesn’t track analytics for you.
The second URL is your own implementation of course.
So in trying to understand the request — I think that you might consider forking my plugin for you own purposes. You might be able to edit the JS file and add some code to the jQuery click action that would either work with your analytics — or simply change it from opening with Magnific Pop-Up to opening with your company’s own pop-up solution.
I hope this is helpful.
Forum: Plugins
In reply to: [ZenfolioPress] Updates to comeHi David,
Glad you’re still maintaing this VERY useful plugin.
It appears that it is only possible to display images via https:// – which causes mixed content problems on an https:// website.
I would love if there were a solution!
Forum: Plugins
In reply to: [Matterport Shortcode] 1st MP Tour Not Showing After UpdateYou really would think that given the nature of these support forums that they would not change quotes to slanted quotes ??
Forum: Plugins
In reply to: [Matterport Shortcode] 1st MP Tour Not Showing After Updatewww.ads-software.com has a nasty habit of changing quotes (“) to slanted quotes. Be sure that you are using normal quotes.
My main point is that you included the plugin install directory in your list of Matterport tour ids, which is the reason your shortcode failed.
Forum: Plugins
In reply to: [Matterport Shortcode] 1st MP Tour Not Showing After Update[matterport cols=”3″ src=”uexMG5RPZZQ,c6onR8Vy2AT,uexMG5RPZQ” showdate=”true” address=”1″ showstats=”1″]
Forum: Plugins
In reply to: [Matterport Shortcode] 1st MP Tour Not Showing After UpdateThe link to that tour is showing as:
Would you mind pasting the [matterport] shortcode here? I believe it’s malformed.
Forum: Plugins
In reply to: [Matterport Shortcode] Matterport Parameters not workingHey B!
Sorry for the wait. I might need to check as to why I’m not seeing support requests via e-mail.
I don’t see ts showing on your site (obviously as it’s not working, right?)
Be sure that your quotation marks are all straight (“) — if I were to go directly off your post above, I might conclude that they were not.
[matterport cols=”2″ src=”mbsnvGsAPcd,qJKNhH4ufNZ,ZaD7qEit8Y1″ ts=”3″ guides=”0″ hl=”0”]
Forum: Plugins
In reply to: [Matterport Shortcode] Mobile View Light Box Not Working@fullpreview – It’s disabled intentionally on mobile and opens in a new tab. I found that on mobile, the lightbox was problematic as it ate up unneeded screen space.
I’m not sure if you’re handy with editing of code, but if you were to edit the ‘wp-matterport.js’ file, you can remove the ‘disableOn’ section entirely.
jQuery(document).ready(function($) {
$(‘.wpm-title a.wpm-overlay, .wpm-img a.wpm-overlay’).magnificPopup({
type:’iframe’,
disableOn: function() {
if($(window).width() < 600) {
return false;
}
return true;
}
});
});Hi ELAN,
Sorry for the delay in response. The caching sevice that we integrate (weserv.nl) that serves resized and CDN images is unfortunately unwilling to refresh images.
We’ve added a fix — nocache=”1″. This will unfortunately cause a performance hit as it will display the image directly from Matterport, which is at 1920×1080 for Pro-1 and can get quite a bit larger for the Pro-2.
I’ve petitioned the development team to allow us access to different size images. Matterport uses Fastly as one of their CDNs, which has built in image resizing and optimization. They use this inside of the Matterport Cloud system and it would be nice if we could use it too on the thumbnail link that is provided (?width=640).
I hope this helps! The best solution would be if my plugin fetched and uploaded images to WordPress’s image library, however, one of the goals of the plugin is to have a very light-weight footprint. Beyond storing the tour titles and other basic meta as transient information, nothing is stored. Transient items are cleared by WordPress over time and most WordPress optimization plugins will wipe them too. If a transient record doesn’t exist, WPMSG creates a new one.
TMI? ??
Forum: Plugins
In reply to: [Matterport Shortcode] 1st MP does not show@lisahinson – I just pushed another update ?? I was dog tired last night and made a typo when committing the files.
Forum: Plugins
In reply to: [Matterport Shortcode] PHP notices on plugin settings pageSorry for the VERY late response. Your PHP is set to show notices, mine is not. I have resolved these issues. Thank you VERY much for submitting this.
Forum: Plugins
In reply to: [Matterport Shortcode] ErrorsHi Mark,
I’m sorry for not responding to you. I was not receiving notifications of support requests. I see that you have it working now and hope that perhaps it was a simple usage error.
Forum: Plugins
In reply to: [Matterport Shortcode] Plugin strips out “Presented By” brandingThe ‘Presented by’ is showing up for me. I apologize for a ridiculously long wait before responding to you. I wasn’t aware of these help requests as I didn’t receive an e-mail notification.