477 comments found.
while activating the plugin, it is showing error: Fatal error: Can’t use function return value in write context in /home/cubesqkn/public_html/wp-content/plugins/imagepress/imagepress.php on line 203
please help me to fix.
Hi.
You need to upgrade your PHP to version 5.5 or higher. You have a very old version, most likely 5.4. Please contact your host or check your hosting panel.
Where on earth are you???? I bought this item thinking I will have support and I am having a problem with it from the very first day but no word from you even after two whole weeks!!!!!!
Hi. I have replied to both your emails, we had a payment processing issue on our side.
Where are you? Please at least reply the email, omg…
Hi, I must have missed your email, can you try again?
Hi, just now replied to your email. Please check, thanks.
Checked and replied.
Hello, I have reached out via your site to request assistance with an issue we are having with the galleries but did not hear back. The first gallery image is not appearing on the gallery page. You can see an example at https://www.artbeadscenestudio.com/imagepress_image_category/abs-challenge-august-2017/. Please advise on how we can correct this issue. Thank you!
Hello and sorry for the delay. I can’t see any ImagePress gallery on that page.
Is there a way to send you a screenshot? There is a gallery on that page and we just set up an additional gallery page today. Neither will show the featured image. See – https://www.artbeadscenestudio.com/imagepress_image_category/abs-challenge-september-2017/. Thanks for your reply.
PLEASE REPLY TO THIS REQUEST!!! We have been quite patient but your support team seems to be very inadequate.
Dear Getbutterfly,
I have purchased your plugin but am running into a problem with the profiles. (more specifically, editing profiles)
When I register a new user (or existing one) and go to the edit profile section, after saving it just gives a black screen and doesnt work anymore.
Underneath are the urls:
https://thebeatbali.com/login https://thebeatbali.com/editprofile/Also, is it possible to sort users?
https://thebeatbali.com/authors/Thanks in advance,
Colin van den Broek
Hi Colin, can you activate the error reporting mode (or WP Debug mode) and see what error you are getting?
UPDATE: Your profile editor page ends abruptly. Something is wrong before loading the page. It might be a Visual Composer, but I can’t be sure without seeing an actual error.
Im not sure how I can acces wp debug mode? Tried in the wp_config.php. But dont see a debug report. Any other way to fix this?
Try to add these lines to your wp-config.php:
/* WordPress debug mode for developers. */
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
define('SCRIPT_DEBUG', true);
define('SAVEQUERIES', true);
Hello. I have sent you two messages regarding imagepress and Noir theme but no response from you 
I have replied to you just now. Sorry about the delay.
Hi,
I want to place follow button on side bar, but it’s not working now (it was working in the previous version),
I was using this Short code, to display Follow button.
<?php echo do_shortcode(‘[follow_links follow_id=”’ . $author_id . ’”]’) ?>
is there any change in this code in the latest version of image-press?
what New short code we can use now?
Thanks
Hi guys,
I sent some emails a couple of weeks ago and tried to contact via your item support but haven’t heard back yet – if you could reply at least to let me know the situation that would be great.
The uploads gallery will be used and seen by hundreds of people during August ending August 18th, so the client is (rightly) hounding me about making the necessary adjustments.
Your support so far has been great, I’m sure you haven’t forgotten me! Looking forward to hearing from you.
Hi, sorry for the delay, I have replied to your email this morning.
Hello, can you check email please. I email you via contact from your site.
Possible to make plugin support external storage like using google drive?
Hi, I have replied to your email and configured your site!
It is not possible to add Google Drive support inside the plugin, but there are third-party plugins that might be able to integrate with ImagePress.
What happened to the Noir theme?
We have moved it to QuakeWiki.net to better showcase images and use it in a production environment.
Thank you. I did a search and found it to download again. Mines had stopped working/allowing page to not be displayed.
Great! We are working on improving it and an update to both ImagePress and Noir UI are planned for this week.
Awesome!
Hi,
I want to know do we have a shortcode for random images like Recent Images. I want to display random images on my home page.
If we don’t have can you give an idea how I can do it?
Thanks.
Hi,
Go to your plugin’s settings, go to the Configurator tab and change sorting by ‘rand’.
Hope that helps, Ciprian
Hi ,
Thanks for Reply but it;s not working have ever tried it?
and which shortcode we have to use to show ramp images.
Thanks
Hi, Please help in this, I still can’t have rand images and now Author grid (Author per page is also not working). I have sent you email for same.
I have replied to your email. A fix will be available soon.
Hello,
1.Is there any demo available where it demonstrates the features of the Imagepress plugin right out of the box, without using any additional coding?
2. Is there a demo that demonstrates the features of Noir theme using Imagepress, right out of the box, without using any additional coding?
If not, could you please provide one, because all of the demos have used some additional coding which is very misleading when you are displaying them as a demo and not mentioning that additional coding is required!
Thank you. Sangramsingh
Try this link, it’s also in the description:
https://getbutterfly.com/demo/wordpressThe demo is using the Noir UI theme. In both your questions, there is no additional coding required.
An ImagePress demo (without a theme) does not exist yet.
how about email notification to user when someone comments etc?
How about it? There are plugins which allow you to implement these feature.
thanks.
perhaps I am missing something , but how does the like system work , I cannot seem to enable / see it , does it require another plugin?
You don’t need to enable it, the like button appears on single image pages. Do you have a single-image.php template in your theme?
I do , seems to be slight conflict in the theme … thanks , also it would be nice to add additional profile fields
I think you can add additional profile fields using separate plugins.
i just tweaked your initial code and added fields manually , i have a few questions though , follow user should be a Boolean , on or off , its not working on my side and the ability to disable it would be great… .also Im trying to just pull one cinnamon- card of an author … $author = bp_displayed_user_id();
echo do_shortcode(‘[cinnamon-card user=”’ . $author . ’”]’); ?> any ideas , I essentially only want 1 card “inserting it in the author single at the base
Hi,
A bit late, but I have fixed your user issue. The shortcode should be – [cinnamon-card author="' . $author . '"] – and it will be available in version 7.1.2, coming this week.
Here’s an example of a single user card (scroll to bottom):
https://getbutterfly.com/demo/wordpress/imagepress/shortcodes/images-by-user-id/Also, there will be an option to switch user following on/off.
Sorry , I am trying to embed the authors page into the buddypress profile tabs, however when I use the shortcode it only shows the authors detials when signed in otherwise it defaults to a blank users , I tried get id but cant seem to get it to work , any code ideas ?
I have this <?php
$id = bp_displayed_user_id(); echo do_shortcode(‘[cinnamon-profile author=”’ . $id . ’”]’); ?>
I just edited the cinomon-user.php and changed line 287 to if(empty($author)) $author = bp_displayed_user_id();
See my previous reply.
Hi,
Couple of issues.
When an image is uploaded via admin, the author name in a gallery becomes a hyperlink, which is good. When an image is uploaded via front end uploader, the author is not a hyperlink.
Also, clicking on the author name 301 redirects to the home page.
Using Avada theme and associated plugins, everything up to date, including latest imagepress. Disabled/Enabled plugins to test etc. Have author.php installed, permalinks set etc.
Cheers.
Sorry for the delay on this, we had a large release coming up. I’ll check to see if the issues are still there.
Clicking on Author name now goes to author profile, but the problem with no hyperlink on author name when using the front end uploader still exists.
Cheers.
Thanks, it’s on the TODO list.
Hi,
Just updated to the latest plugin.
In a page, when I change the shortcode to the new format:
[imagepress-show category=”xxxxxx”] and hit “publish” then I go to a php error message:
Warning: Cannot modify header information – headers already sent by (output started at /home3/xxxxxx/public_html/xxxx.com/wp-includes/functions.php:1471) in /home3/xxxxxx/public_html/xxxx.com/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home3/xxxxxx/public_html/xxxx.com/wp-includes/functions.php:1471) in /home3/xxxxxx/public_html/xxxx.com/wp-includes/pluggable.php on line 1210
All pages are now doing this, even ones without your shortcode..
All that’s changed recently is an ssl cert applied to site, dunno if that’d make a difference?
Everything was ok before updating plugin.
I don’t have an old version to roll back..
Cheers.
Hi. Make sure you use [imagepress-loop] instead of [imagepress-show].
The SSL wouldn’t affect anything.
I had to deactivate the plugin, then add the new shortcodes to pages (using imagepress-loop) and save them, then reactivate the plugin, to avoid the php error, so the php error is definitely coming from the plugin.
Now that I have a gallery again, the images are all in a single vertical row, they’re not formated in a grid like before the update.
Additionally, profile hyperlink is still not working when image uploaded from front end.
Cheers.
Check the plugin settings -> Configurator and select a grid style. Hyperlinks are still not done.
Also, we are working on detecting where the issue is coming form.
ok, thanks
Still no fix for profile hyperlink. Also, on various pages I’m getting the same header error that appears on your demo site:
Warning: Cannot use a scalar value as an array in /home/getbutterfly/quakewiki.net/wp-includes/class-wp-query.php on line 2106
I know my support has expired but this is a core plugin issue, and the hyperlink issue has been there from purchase day one…
Remind me, are you using the Noir UI theme or not?
An update is coming tomorrow with a fresh author link function which will fix the issue.
No, Avada
Thank you. Stay tuned.
For how long?
Send me an email and I’ll send you a copy before the release on CodeCanyon. It should be today, but I’m adding several new features and it might get delayed.
Hi i’m trying to verify if a feature is missing that i thought was previously there but i can’t loggin to your Noir site.
Why can’t you log in? Do you get an error?
The request new password loop. It doesn’t give me a link to reset it.
Did you check your spam folder? if not, contact me via email and I will send you an updated password.
I did, will contact you
Hi, i got logged in, thank you! I decided to purchase your noir theme as it looks really nice. I noticed on your demo site when logged in, I am unable to follow users. Same issue on my site with noir theme. Also on your demo site there is a menu button on the left and on the right there is a notification button and user icon on the right. Should this also be on my site? Thanks!
Ignore the menu comment, i figured that part out. 
The current release of Noir UI is a beta release. I will fix the follow bug tomorrow morning and re-release it. Thank you!
HI,
I’m using Noir 5.0.5 and image press 7.0.4, I have a problem with Download button after clicking it’s showing this error.
http://www.xxxxx.com/wp-content/plugins/imagepress/includes/ip-download.php?path=http://www.xxxxx.com/wp-content/uploads/2017/02/0003_Water_4.jpgis there any modification needed in ip-download.php or in function.php
Please help me in this.
Thanks.
What error is that? I can only see the download path and it looks correct to me.
can i send you email?
Done! Replied.
One of my favorites. How about some audio and video add for direct uploads? ☺
You want to add audio and video files? How would you show them? As download links? You could use custom fields and add links to your files.
Hi, it would require additional coding.
Hi, can you do this at additional cost? or this has to be done completely outside butterflymedia? thanks
No, I am not available for freelance coding.