andri86
Forum Replies Created
-
Which plugin did you end up using?
I also have a tiled gallery that is displaying all the thumbnails correctly but the full size is not working if I click on it. If I check the url of the link to the full size image (https://i2.wp.com/…/…/asdf.jpg) it says:
“We cannot complete this request, remote data could not be fetched”.This is on a post that is still in draft mode.
Andri
Hi.
This sometimes happens on a site that I manage. Some images don’t load and on refresh different images might not load. This has only happened on newly published posts and posts previewed while in draft mode. The problem seems to correct itself within 24 hours after the post has been published.This must be involved with caching by Photon.
My thought is that something gets corrupted if a post with a tiled gallery is previewed before it′s published and some caching problems occur because the post is private. Does that make any sense?Is there a way to force Photon to re-cache the thumbnails?
Thanks,
AndriForum: Plugins
In reply to: [Instafeed] Multiple account support?I′m interested in this feature also so each author can have their own instagram feed.
Another great feature which I haven’t seen implemented yet is the ability to specify a user and a tag so that only images from an account with a specific tag would be pulled.
Thanks,
AndriThere are no javascript errors in the console. The carousel also doesn’t open when the tiled gallery is messed up.
I’m not sure that this is the same carousel issue that I have.
The carousel works fine, I just want it not to open the attachment page of the image behind the carousel. It doesn’t matter if the link is set to image file or attachment page. The action is always performed and the carousel opens. I would think that the carousel should disable other link actions of the images in the gallery when the carousel is used.Thanks,
AndriThanks Jeremy, that clears things up. I will put my faith on the cache in Photon for now.
Two other things I′m having problem with…
1. I sometimes need to refresh the page to make the gallery construct the right way. The image sizes will be correct but it will display one image per row. I then hit refresh and then they stack up correctly. Any reason why that could be?
I have set the content-with variable on the theme to the same with as the parent container of the tiled gallery.2. I am also using the carousel plugin of Jetpack. The attachment page of the the photo that I click on will open behind the carousel and show when the carousel is closed. I even have the “link to” in the gallery settings set to “none”. How can I stop the attachment page from opening?
Thanks,
AndriForum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Can't leave comments.Hi
Some users on a site I manage are still reporting that they can’t comment and receive a message that they have too many comments in moderation.
I updated the plugin to 1.5.2. 5 days ago.
Andri
Forum: Plugins
In reply to: [Simple Ads Manager] Show ad only in certain pagesHi, small update here.
I was able to locate the code to filter out posts from the list of post/pages where to show the ad.
Changed line 541 in admin.class.php
From:
FIND_IN_SET($postTable.post_type, 'post, page"$custs"')
To:
FIND_IN_SET($postTable.post_type, 'page')
But this “Show ad only in certain posts/pages” option doesn’t seem to work. I’m getting ae load of error messages from the SAM log.
Type:
Output ErrorError Message:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ”, wp_sam_ads.view_authors), TRUE) AND IF(wp_sam_ads.view_type < 2 AND wp_sa’ at line 18Error SQL:
SELECT wp_sam_places.id, wp_sam_places.name, wp_sam_places.description, wp_sam_places.code_before, wp_sam_places.code_after, wp_sam_places.place_size, wp_sam_places.place_custom_width, wp_sam_places.place_custom_height, wp_sam_places.patch_img, wp_sam_places.patch_link, wp_sam_places.patch_code, wp_sam_places.patch_adserver, wp_sam_places.patch_dfp, wp_sam_places.patch_source, wp_sam_places.trash, (SELECT COUNT(*) FROM wp_sam_ads WHERE wp_sam_ads.pid = wp_sam_places.id AND wp_sam_ads.trash IS FALSE) AS ad_count, (SELECT COUNT(*) FROM wp_sam_ads WHERE wp_sam_ads.pid = wp_sam_places.id AND wp_sam_ads.trash IS FALSE AND (IF(wp_sam_ads.ad_users = 0, TRUE, (wp_sam_ads.ad_users_unreg = 1))) AND ((wp_sam_ads.view_type = 1) OR (wp_sam_ads.view_type = 0 AND (wp_sam_ads.view_pages+0 & 2176))) AND (wp_sam_ads.ad_cats = 0) AND IF(wp_sam_ads.view_type < 2 AND wp_sam_ads.ad_authors = 1 AND IF(wp_sam_ads.view_type = 0, wp_sam_ads.view_pages+0 & 2176, TRUE), FIND_IN_SET
All help is appreciated, I really need this feature to work.
Best regards,
AndriGreat!
The update worked for me.
Thanks
I′m having the same problem with the WP Help plugin. Images not displaying in the backend because of lazyload plugin.
Please recommend a fix for this.
Thanks
Forum: Plugins
In reply to: [User Photo] [Plugin: User Photo] Transparent BackgroundThx. This code worked perfectly for me.
I can upload PNG’s whith transparent background.Forum: Plugins
In reply to: [Background Manager] [Plugin: Background Manager] Image SquishHi and thanks for this awesome plugin!
I finally found this plugin before starting to make my own after trying out many others that I did′nt like. This has all the features that I wanted plus more!
But like Michael, I would like the background image to always stay porportional when I resize my browser similar how the Supersized plugin works for example.
Hope you can take a look at this feature request.
Best regards,
AndriHi, since Aaron and some of the WPMU gyus are contributing here I thought I try to ask them if there is any way to combine/merge checkout steps in MarketPress without heavy customization?
I am using manual-payments and would like to e.g. have the shipping form and payment-instruction on the same page and possibly go straight from there to the confirmation page.
I’ve gotten pretty familiar with the source-code of the plugin while trying different alterations so you can throw anything at me ??
Best regards,
AndriForum: Fixing WordPress
In reply to: HTTP error when uploadI′m having the exact same problem here. I am using a free hosting service, not sure if that makes any difference.