padams
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Masonry Layout not workingLooks like the hoster rebooted the VPS. Working for me now.
Forum: Plugins
In reply to: [PhotoPress - Image Taxonomies] Odd Tax Template Page Issueno it is not necessary. I’m not sure i can reproduce. If you want, search the plugin code for “post_status” and change from “all” to “any” or “publish” or “inherit” and see if that solves you issue. Let me know.
Forum: Plugins
In reply to: [PhotoPress - Image Taxonomies] Odd Tax Template Page IssueAre you using the papt_getTaxonomyPosts template function to get the posts on your taxonomy page? can you post the code here?
Forum: Plugins
In reply to: [PhotoPress - Image Taxonomies] Poor Library formattingOk great. Glad to hear it. If you feel moved to change your one star review of the plugin I would appreciate it.
Forum: Plugins
In reply to: [PhotoPress - Image Taxonomies] Poor Library formattingSadly the is how WordPress core deals with showing image taxonomy data on the library screen. This plugin doesn’t actually touch the formatting of that page.
The good news is that you can control what columns are displayed in the library yourself via the “screen options” tab in the upper right hand corner of the screen. You can hide the ones you don’t want to see from there.
Forum: Reviews
In reply to: [PhotoPress - Image Taxonomies] Poor Library formattingSadly this how WordPress core deals with showing image taxonomy data on the library screen. This plugin doesn’t actually touch the formatting of that page.
The good news is that you can control what columns are displayed in the library yourself via the “screen options” tab in the upper right hand corner of the screen. You can hide the ones you don’t want to see from there.
- This reply was modified 7 years, 1 month ago by padams.
Forum: Reviews
In reply to: [PhotoPress - Masonry Gallery] Doesn't do anything. Don't botherYou need to install the PhotoPress Gallery Plugin and then edit the text of your gallery shortcode to include type=”masonry”.
Forum: Reviews
In reply to: [PhotoPress - Masonry Gallery] Does not workDid you also install the required PhotoPress Gallery plugin? This is an extension to that plugin.
Forum: Reviews
In reply to: [PhotoPress - Image Taxonomies] Wrong promisesLike I said, this plugin does work. I’m not sure why your file does not. Could be the way that windows explorer embeds meta data. If you want to send me a file I can test it. Otherwise use a DAM to add the meta data to the file and you should see it working.
Forum: Reviews
In reply to: [PhotoPress - Image Taxonomies] Wrong promisesThe plugin does work. It creates image taxonomies which are not part of a standard WordPress install and extracts the IPTC and XMP meta data of _newly uploaded files_ and then populates those taxonomies.
The meta data must be embedded in the files via a DAM like Adobe Lightroom. The plugin does not purport to extract keyword meta data from anywhere else except files.
Next time, before you write a rant like this please reach out directly and give us a chance to clarify things or help you. If you’d like to send me the file that you think should be working I would be happy to test it for you.
I will give it a shot. However commenting out the line
$Ignored_types[] = ‘attachment’;
Worked great. Not sure why you guys are reluctant to make that change. i can’t find any problems with the plugin when i do so.
Thanks again!
Forum: Plugins
In reply to: [PhotoPress - Image Taxonomies] Won't install.This is not a Lightroom plugin. It’s a WordPress plugin that reads Lightroom meta data for photos that are exported from Lightroom and uploaded into WordPress (a manual process).
Without seeing all your code modifications is impossible to sort out what might be causing the issue. Please consider a Premium Support plan over at photopressdev.com if you need help sorting out your modifications.
You don’t need to override the gallery shortcode query just to change the output item and icon tag. Those can be changed from in the gallery shortcode tag directly. I could be missing the point here…
why are you overriding the gallery shortcode? can you comment out your code nd just use the photo press plugins without modification?