emmanuelg
Forum Replies Created
-
Forum: Plugins
In reply to: [EG-Attachments] How do I get the shortcode to work in a sidebarHi
By default, the shortcode gets the ID of the current post.
In the sidebar, you are “outside of the loop”, it cannot get the ID.A way to manage is putting the following code into the sidebar:
if ( is_single() ) { global $post; if ( $post ) { echo do_shortcode('[attachments id='.$post->ID.']'); } }
Forum: Plugins
In reply to: [EG-Attachments] Icon pdf issueHi
The bug is identified.
Resolution on-going.Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] Fetch Top Download ClicksHi,
The parameter orderby=”clicks DESC” is working since the release 2.1.
Did you retry it?Emmanuel.
Hi
Your issue is not related to EG-Attachments, but is related to the way you are using WP.
If you want to upload a document without inserting it to the post:
– click on “Add media” button,
– go to the “upload file” window
– upload the file,
– once the file is uploaded, you close the window by clicking in the cross ( top right of the window).Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] Icon sizesHi
Sorry, I didn’t reply because I was travelling.
I discovered this issue some months ago.I tried to update the plugin’s css file, but without a real success.
Best Regards
Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] Number of dowwnloads disappearedHi
i found the bug. I will publish the version 2.1.3 very soon, in order to solve it.
Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] Descriptions stopped appearingHi
The shortcode parameter is no more used since version 1.9.x.
If you want to change the list of fields displayed, you have to edit the default template, in the menu “Tools / EGA template”.Regards
Emmanuel.
Hi
The bug is fixed in the version 2.1.2
Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] Long Display of %TYPE% in Template.Hi
The new version 2.1.1 allows now to display the mime_type, or a file_type, or file extension.
So you can display a short type rather than the full mime_type.
Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] orderby option not working?Hi
The order / orderby feature was reviewed in the last version of the plugin (2.1.1).
It should work properly now.
Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] Attachment BlocksHi
Yes, you can.
Just insert several shortcodes (manually or with the EG-Attachments button in the TinyMCE Editor), with different parametersEmmanuel.
Forum: Plugins
In reply to: [EG-Attachments] unable to display custom fieldsHi
You are probably using an old version of the plugin.
Now you can use templates to display attachments with the list of fields you want, by editing the templates.Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] Fuzzy IconsHi
The icons are 48×48 or 64×64.
If you want to display them, with a smaller size or bigger size, they can be fuzzy.The other point: are you using retina screen?
Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] Broken DownloadHi
Strange. I think that the issue is not related to the plugin.
if you take a look inside files:
– the first characters of the file The-Oberkirch-Telegraph-Spring-2015.pdf are
<!-- Wp Fastest Cache: Exclude Page -->%PDF-1.3
– the first characters of the file Directions-to-the-hotel.pdf are just
%PDF-1.3
Did you test the download with the cache plugin disabled?
Emmanuel.
Forum: Plugins
In reply to: [EG-Attachments] Logged in attachment access is not working in 2.0.2Hi
I reviewed the security conditions in the version 2.1.1.
It should work properly now.Emmanuel.