Hello!
I need Restrict the list by tag, how to make it?
In the description of the plugin says that it is possible.
Is it possible to show the covers in the list and not only in the first file?
Tks!
]]>If I click on any pdf link in the generated list, I get a 404 error! WordPress 4.4 and plugin version 1.3.1!
Other note: If I upload new pdf’s on the issuu account, the plugin on the website still opens the same pdf instead of opening the last one loaded in issuu. Is it a cache problem?
]]>Hi, thanks for this awesome plugin but
I wish this plugin would work with Mobile Devices as well,
When I installed and tried to view pdfs on my mobile
I just see an error saying this plugin is not supported.
Would you please fix it.
I’ve pasted the shortcode to the page, and everything works great except links in the list or archive. When I click to open another PDF, it doesn’t work.
Here is screencast https://screencast.com/t/6DOfNJ6ZBEI
Your descriptions says
“ssuupress fetches (via the Issuu API) a list of all your PDFs hosted on issuu.com….”
As far as I can see there is no more than 30 ISSUU showing up in the list. Is it a way to exceed this number?
]]>from issuupress.php, line 205:
if($_GET['documentId'] != '') {
should be
if(isset($_GET['documentId']) && $_GET['documentId'] != '') {
from issuupress.php, line 246:
$isInTags = (is_array($d->document->tags) && in_array($this->filterByTag, $d->document->tags));
should be
$isInTags = (isset($d->document->tags) && is_array($d->document->tags) && in_array($this->filterByTag, $d->document->tags));
from issuupress.php, line 259:
$selected = ($dId == $docId) ? 'class="issuu-selected"':'';
add
$selected = ($dId == $docId) ? 'class="issuu-selected"':'';
$link_target = '';
Turn on WP_DEBUG and WP_DEBUG_DISPLAY to see the errors ??
]]>Hi.
Your plugin is working great in WordPress 4.0.1, but I see you’re loading files from the issuu website via HTTP, which will break functionality on an HTTPS (secure) site.
The simple solution is to always load these assets via HTTPS, would love to see that in an update, but I would be willing to create a pull request if you want to.
Thanks!
]]>The magazines are ordered on my website by the original publish date, not the ISSUU publish date. Because we didn’t start uploading magazines to ISSUU until August, we uploaded many magazines all at once, causing their order to be wacky.
I want the magazines to be ordered by the original publish date on the website. How do I do that?
]]>I am only seeing a portion of the issuu’s I have.
Can I display more?
https://www.cliffswain.com/csu-archived-member-access-magazines/
Activating issuupress gives the following notice: Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead.
On L289 of issuupress.php
, a user level (10
) is given as the third argument for add_options_page()
. As of 2.0, this should be a role or capability (i.e. 'administrator'
or 'activate_plugins'
).
I’ve fixed this on my client’s site, but would appreciate an update so that it doesn’t break the next time they update.
]]>The viewer is displayed over the archive list, so I can only start seeing the 4th or 5th pdf down.
What’s going on?
Thanks,
Wendy
I need this to work on smart phones. I actually thought it would. Can you tell me if there’s something that’s glitchy, or if it’s in the works? I have a very unhappy publisher on my hands now.
]]>Hi, is there a way to change the order of pdf’s and specify which one is displayed in viewer.
Thanks!
]]>Is it possible to have some files marked as “private” in issuu but still have the plugin pull the feed for that group of private files based on the tag?
Or is this plugin incapable of pulling “private” marked files from issuu?
Thanks
]]>How can I get rid of the ‘More Like This’ Tab??
]]>Hey, is there anyway to sort the list by title? Right now the issues are listed in a random order, and I have no idea how to change that ??
]]>Installed this yesterday thought maybe it needed time to sync, loaded up the cache and still not showing up. Api information has been triple checked as well with no luck at all. I have two editions up on issuu but they haven’t shown up at all via this.
]]>The API link works great. However, the archive pdfs cannot be viewed. It shows a link, but link does not open PDF to view.
]]>First of all thanks for this great plugin! Unfortunately Issuu no longer provides in adding tags to publications. Therefore we can’t show a specific list of publications on our website. Is there any way around this? Issuu now offers so called ‘Stacks’: Maybe there is a way to show these, instead of tags?
Hope to hear from you!
]]>It seems all mentions of tags have disappeared from issuu. I haven’t seen any way to add tags when uploading or when editing. Now I’m receiving this error message on my site:
Warning: in_array() expects parameter 2 to be array, null given in /html/wp-content/plugins/issuupress/issuupress.php on line 131
This refers to this conditional statement in the plugin, on line 131:
if(in_array($this->filterByTag, $d->document->tags)){
$docId = $d->document->documentId;
$docTitle = $d->document->title;
break;
}
Which may back up my suspicion that filtering by tags will no longer work.
]]>Hi,
Great plugin!! However, I’m not able to use it in my website. I followed your instructions, got the API key and used your shortcode in a page. WHen I press “save Changes” in settings I get: “Error! Could not refresh the cache file : Issuu ‘s response is empty.” and on the page where the shortcode was inserted I get “Issuu could not be reached, sorry”. I have waited for days, because I thought it may take time to syncronize my account with WP, but nothing happened. Any clue would be much appreciated, thanks.
]]>Hi,
I am using your shortcode on my wordpress website to display a list of my issues, and everytime I click on one to read online, it automatically starts downloading a pdf of it too – how can I stop this?
Thanks in advance!
laura
]]>“You can optionally restrict the list by tag, and control the issuu viewer via shortcode attributes.”
How does the tag thing work?! I’ve been absolutely racking my brains trying to work out where you give each issue a ‘tag’?
I have a load of magazines for different towns. On my wordpress site, I have a page for each town, and I would like to use the shortcode on one of the town pages –
[issuupress tag="aylsham" viewer="mini" titlebar="false" vmode="" ctitle="Click below for other issues" height="240" bgcolor="FFFFFF"]
and then somehow TAG some of my issues under ‘aylsham’, so that this shortcode above only brings through these ‘aylsham’ magazines onto this page. Can you please help?
thanks
Laura
]]>I have installed this in my wordpress and I have fallowed the instructions perfectly. But I keep getting “Issuu could not be reached, sorry” message when I load the page with the shortcode on it.
Thanks!
]]>Hi,
i postet the code
[issuupress tag=”” viewer=”mini” titlebar=”false” vmode=”” ctitle=”Pick a PDF file to read” height=”480″ bgcolor=”FFFFFF”]
into a static blank page. when i refresh my page i can see my two pdfs to pick at the top of the page. then the viewer is loading and overlaps the text at the top. plus it overlaps the frame at the bottom. I’m using Lensa-Template, latest wordpress and issuupress version. Any solutions so far?
Many thanks in advance,
manuel
Hi, I installed the plugin as reported but appears NOT a list of other files. Appears only the main, but not the files. How do I solve? Thank you!
]]>Hi, sice some day i’ve this error:
Warning: Invalid argument supplied for foreach() in /web/htdocs/www.blobmagazine.it/home/wp/wp-content/plugins/issuupress/issuupress.php on line 167
Can you help me, please?
Thx
Url: https://www.blobmagazine.it/wp/sfoglia-il-pdf/
Wordpress ver. 3.5.1
Corrent theme: Project AR2
Hi, receiving this error in production for Issuupress:
https://www.finemags.com/digital-magazines/canada/saskatchewan/saskatoon/
Any ideas why this error would be thrown?
]]>Hi, I’ve tried this plugin but I can’t get it to work. The latest document shows up in the viewer but the list under ‘Pick a PDF file to read’ is blank. There are 5 PDF documents uploaded in the account and they are public but yet the are not listed by the plugin. Any help would be apreciated.
Thanks,
Aidan
This is what I get when I try to show issuu-magazine and update cache. WordPress is showing only shortcode.
I’ve made sure, that issuu-codes are right.
This can be problem with issuu.com, ’cause they were down earlier and plugin worked properly still on yesterday.
]]>