binarymoon
Forum Replies Created
-
Forum: Plugins
In reply to: [Toolbelt] Portfolio and Testimonial block?Hi there – thanks for the message and sorry to hear those blocks aren’t working.
The blocks work fine for me – so could you tell me what the errors are?
What theme and plugins are you running?
Any extra info you can give me would help to narrow down the problem. The tools > site health > info page will give you all sorts of information about your site setup.
Forum: Reviews
In reply to: [Toolbelt] Would like Testimonials pleaseThanks for the feedback! I shall add this to the todo list! 🙂
Forum: Reviews
In reply to: [Toolbelt] Simplicity,yet Functionality and LightweightThanks Jimmy – really pleased it’s performing well and you’re finding it useful! 🙂
Forum: Reviews
In reply to: [Toolbelt] Nice collection of useful toolsThanks for the feedback. I will think about grouping the widgets. I can see that it would be useful as the plugin gets bigger.
I’ve added a Github issue so I don’t forget.
https://github.com/BinaryMoon/wp-toolbelt/issues/37Thanks again
Hi – thanks for the message.
Are you using this AMP plugin: https://ww.wp.xz.cn/plugins/amp/
Does this happen with other plugins? I’d be curious to see how they have approached it.
Forum: Reviews
In reply to: [Toolbelt] This plugin is amazing.Thank you! Glad it’s useful! 😎
Forum: Plugins
In reply to: [Toolbelt] Fatal error after activation of the pluginThanks for the message. This should be fixed now. I actually fixed it quite quickly so I’m surprised you got it.
Sorry for the inconvenience!
Forum: Plugins
In reply to: [Browser Screenshots] Page builders blocksHi – Browser Shots supports Gutenberg. I’m afraid I haven’t used Elementor or Beaver builder so I don’t know how to add support for them.
Browser Shots does support Shortcodes so you could use them.
If you know how to build Beaver Builder blocks yourself then I would be happy to get a pull request with the required code:
https://github.com/BinaryMoon/browser-shotsForum: Plugins
In reply to: [Browser Screenshots] Replace Featured imageHi there – this is absolutely possible, but it would all depend on the theme, and how that is setup so it’s not something I can help with easily.
If you wanted to hire someone to do this for you then I could recommend someone who would be able to do it.
Thanks! Really pleased you’ve found it useful 🙂
Forum: Plugins
In reply to: [Browser Screenshots] Save in media gallery?Hi there – I’m afraid none of this is possible.
Because the plugin is using a third party service I have no way of telling when the image is generated, so can’t save it to the media gallery.
Sorry about that.
Hi – sorry you experienced this but I find it hard to believe that Tada is the cause of the slow down on your website.
Tada is 8 lines of code that includes a single 4kb javascript file so what you are seeing is unlikely to happen in normal circumstances. Perhaps there’s something else causing this problem.
Forum: Plugins
In reply to: [Browser Screenshots] URL as PHP variable?You want to access it programatically?
If you update to the latest version of the plugin (that I’ve literally just published) you could use the get_shots method. eg
<img src="<?php echo BrowserShots::get_shot( 'https://prothemedesign.com', 600, 450 ); ?>" />Hi there – thanks for the message. I wasn’t aware of that parameter. Makes total sense to add it to the next version.
I’ve added it on github.
https://github.com/BinaryMoon/browser-shots/commit/6b70a8b8292bc8cc66e0da244b5438f7b05dd0caForum: Plugins
In reply to: [Browser Screenshots] featured image with geodirectoryWarning: Illegal offset type in /homepages/20/d778183532/htdocs/clickandbuilds/WordPress/MyCMS3/wp-content/plugins/geodir_location_manager/includes/class-geodir-location-permalinks.php on line 89
This is an error with the geodirectory plugin. Should be a relatively easy fix for the developer.
Regarding your problem – are you always adding the shortcode into the title of the post? That won’t work unfortunately. Shortcodes don’t work in post titles. They would have to be added to the body of the post.
They also won’t work in the fields. The shortcodes have to be in the main post content since that’s the only place they work properly.
Regarding saving the images, that’s not something the plugin supports. Unfortunately there’s no way for the plugin to know if the image has been generated or not, so it’s likely that the ‘generating image’ image would be saved rather than the actual screenshot.