auburnham
Forum Replies Created
-
Thank you for the feedback, Justin. Is the personal feed block new, along with the other changes from 4/4? Everything was working a few weeks ago, and has now stopped. However, in the FTS Facebook settings, I have an access token and it says “Your Access Token is now working!”. Is my only option to convert the profile to a page to re-establish FTS functionality?
In case the shortcode would be helpful for troubleshooting:
[fts_facebook type=page id=10206072002234180 posts=5 posts_displayed=page_and_others type=page]Thanks for any help!
Thank you Justin, I greatly appreciate your support! As I was collecting information to respond, I happened upon the “Clear All FTS Feeds Cache” button, which I exercised since it appeared to be related to the fts_display_cache_time message. After performing this action, the notice has not reappeared. Apologies for not noticing this previously, as I had failed to see the “Global Options” button under FTS settings.
Best regards!
ShawnRevisiting this topic since my previous solution was apparently lost with a template update, so apologize for the long time gap.
First, for a quick short-term solution, can you recommend a custom template solution that would survive a template update?
Second, for a more detailed long-term solution, can you recommend modern/updated shortcode that should accomplish the following:
– All galleries (i.e. album_id=0)
– Sorted by date added, most recent first
– Equivalent of “Extended View” template, showing gallery title, thumbnail & description
– Arbitrary # of galleries per page (e.g. 10) with working paginationThank you again for your help!
Shawn
Thanks so much for the continued follow-up. I’ve implemented the custom template fix in my 2nd post above, so the error should no longer exist. However, the default/unmodified template sill has the problem. If you’d like to see the error and don’t have access to a similar default template instance, I can re-enable the default template on my site for your reference. I’d also like to know if you anticipate any securities issues with my proposed fix in the 2nd post above.
Thanks!
ShawnThank you for the feedback & support. I created a new page and used the Insert Gallery window interface to generate the following shortcode:
[ngg_images source="albums" container_ids="0" display_type="photocrati-nextgen_basic_extended_album" gallery_display_type="photocrati-nextgen_basic_thumbnails" galleries_per_page="30" enable_breadcrumbs="1" template="default" enable_descriptions="1" override_thumbnail_settings="1" thumbnail_width="300" thumbnail_height="300" thumbnail_crop="0" order_by="sortorder" order_direction="DESC" returns="included" maximum_entity_count="500"]
However, the error in links past page 1 still exists, so this problem doesn’t appear to be isolated to legacy template support. For now, I’ve read the link you shared and copied my custom template to the site theme directory. Please let me know if there is a remaining security risk meant by your “safe approach” comment. Thanks again!Shawn
The latest plugin update removed my custom template file and restored the default template, undoing my solution. Isn’t this a problem that affects everyone and should be updated in the plugin itself?
I resolved this problem by editing the template file, replacing the following for every gallery link reference:
<a href="<?php site_url() ?>/photo/nggallery/all/<?php echo $gallery->slug ?>">
You may need to adjust the “/photo/nggallery/all/” portion.
Forum: Plugins
In reply to: [Folder Gallery] image limitI’m also having this problem. My image folder has over 4000 images, and I really only want to see the first ~20, with some ability to access the others like pagination or a simple link to view the folder contents.