Can I make the ‘issue description’ display on Issue Pages? Preferably just under the title. Some issues have a particular theme running through all the articles which I’d like to mention on the Issue page before the articles.
I’m sure it’s a pretty simple addition to php but I’ve got all tied up with normal WordPress ‘categories’ vs IssueM ‘issues’ and I’m starting to lose the plot. Any help would be much appreciated.
]]>I’m currently testing issueM for a client.
I click on the page linked to “Page for Issue Archives” in IssueM Settings.
Then I see the cover images for the issues with name of issue below each cover image.
If I then click on an issue, I get some information from each article from that issue, but no title, and no feature image.
There is also no cover image for the current issue, just the issue name and description is displayed for the issue, before the article listing:
How do I show feature image and title for each article listed here?
How do I control the layout of each element related to each article in this “view”?
How do I control exactly how much text that is displayed from each article in this “view”?
How do I show the cover image for the issue before the list of articles?
I’m looking for an article list “view” similar to this one:
https://www.mindful.org/issue/april-2023/
Where is the documentation on how to control this layout / view?
When both IssueM and WooCommerce Memberships are activated.
Users with contributors’ permissions are unable to access their posts.
AH01071: Got error ‘PHP message: PHP Warning: Array to string conversion in /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-admin/edit.php on line 340PHP message: PHP Fatal error: Uncaught TypeError: Illegal offset type in /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-content/plugins/woocommerce-memberships/src/admin/class-wc-memberships-admin.php:814\nStack trace:\n#0 /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-includes/class-wp-hook.php(310): WC_Memberships_Admin->display_restrictable_post_types_bulk_actions_notices()\n#1 /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters()\n#2 /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-includes/plugin.php(517): WP_Hook->do_action()\n#3 /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-admin/admin-header.php(303): do_action()\n#4 /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-admin/edit.php(407): require_once(‘…’)\n#5 {main}\n thrown in /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-content/plugins/woocommerce-memberships/src/admin/class-wc-memberships-admin.php on line 814′, referer: https://xxxxxxxx.com/wp-admin/edit.php
Hi.
Sorry if this is a simple question but I’m new to PHP. I’m trying to add article tags to the bottom of the single template, but it appears get_the_tags() only returns post, not article tags. Does anybody know how I get the article tags?
$posttags = get_the_tags();
if ($posttags) {
$array = [];
foreach($posttags as $tag) {
$array[] = '<a href="/tag/' . $tag->slug . '/">' . $tag->name . '</a>';
}
echo "<h2>Tags: </h2><p>" . implode(', ', $array) . "</p><br>";
} else {
echo "<script>console.log('No tags');</script>";
}
Cheers,
Andrew.
Is there a way to move the article categories over to the posts section so when I bulk move all the articles to posts they keep their categories?
]]>How can I migrate all my IssueM articles to standard posts?
]]>When I set the permalink to post name it return 404 not found. Tried following as described from the docs, permalink saved many times. but still got not found.
Pls help
]]>The articles stopped showing on the page after we upgraded IssueM from version 2.8.1 to 2.8.5. Is there a fix for this or how can we get this older version instead?
]]>Hi there,
I have the IssueM plugin running on my site and have added products to my WooCommerce store. If I am logged in as admin, they display of products is correct. If not logged in, the products are being split up over 6 pages, with only 2 products per page and blank pages inbetween.
All plugins are up to date.
Please advise.
Regards,
Nikki
Hello,
Currently there are two places where Article Author input is being taken.
1. IssueM Article Options which is not linked to the existing users from the WordPress
2. Article Post Author which is linked with existing users from WordPress.
Now when we are in the Current Article page we can see Author from IssueM Option which is not clickable.
But once we open the article we see By <Post Author> which is clickable and takes us to the user profile.
Firstly I want both to be same as Post Author only.
Second when clicked on the Author it should take us to the profile page of the user.
How can this be achieved?
Also can we customize my homepage of the user where all the articles linked with the user can also be displayed.
Kindly do let me know.
Thanks
Hi guys, how can I change the style on page: https://domain.com/article-categories/slug/
I dont understand how this page is created.
Tks.
]]>I’m looking to reinstall the IssueM plugin, but when I delete/reinstall through either FTP or WP admin interface, it loads the old data. I need to completely start over due to an issue. I tried deleting strings in the SQL database, but I can’t seem to find all the strings.
How do I delete the IssueM data? What am I looking for?
]]>Is possible to have certain template fo a year list of an issues? So https://siteurl/mag/2020 has one template and https://siteurl/mag/2020/11 another one. Is it possible? Thanks in advance.
]]>Is there a way to build the Issue template without having to do it with PHP? Will something like Elementor Theme builder do it?
]]>after the wordpress 5.5 update, the ‘issuem settings’ page no longer loads. it’s an issue with jquery’s “$.live” method loaded at the beginning of “issuem-admin.js”.
this hit me on a production site, and i no longer have access to the settings page.
i have tested it’s because of wordpress 5.5 as i did some testing on an additional localhost site. and wordpress 5.5 breaks the issuem settings page.
i hope a fix is soon to come..
]]>Archive entries display the Title, SubTitle and Excerpt but these are all run together and in the same format. Is it possible to FORMAT each item differently, so that the Archive is easier to read? If it is not, please could this be added as a feature? As the linked page shows, the Article Archive format is hard to parse. My readers describe it as ‘very clunky’; while its not clear what they mean but it is expressive!
]]>Hello,
Your plugin looks promising.
I have a non-wordpress magazine website, and I am decided to convert it to wordpress, but is it possible to have (six languages) for each issue?
Thank you
]]>How can you layout articles in an issue’s page in a grid layout?
I am trying to use Issuem, but am facing an issue with the layout of articles. I know i can get the articles of an issue with the [issuem_articles] shortcode on an issue’s page, but i found no way to arrange them in a proper grid layout. I want for example to be able to use a widget (such as elementor’s or one of its addons like live livemesh) to arrange the articles of the current issue in a grid layout.
Thanks in advance.
]]>Hello,
I asked this same question 3 years ago on this forum and received no reply, but trying again: what would be the best way to convert articles into posts, without having to trawl years of article content and manually create them as posts?
Many Thanks,
D
I’m using IssueM Articles with the Premium version of MH Magazine Theme but the theme is not showing articles for authors. If I create Posts it will show them under authors but not articles. I’ve tried some of the coding suggestions suggested in other posts but none of them work for my theme. Any help appreciated.
]]>On an article page, is it possible to show the title of the issue that an article is assigned to? What about a link to the archive page for the issue that an article is assigned to?
Thanks.
]]>If you can delete this post, please feel free to do so. We did not see a way to do so.
]]>My site search bar only returns results from my blog posts. I need it to search pages and articles (basically the whole site). I am using the IssueM theme. My coding knowledge is pretty novice. I disabled the search that came with IssueM and installed Relevanssi. Same results. The Relevanssi developer said it’s likely a theme problem as all settings within that plugin are good for the whole site. Is there a workaround head code I could put in or does someone have another idea? This is hurting our ad sales. Been working on this for over a week-getting desperate.
]]>In the most recent version of WordPress and/or IssueM, the Issue picker no longer shows up in the side menu, meaning that I am unable to add new articles to issues. Unfortunately, this is preventing me from creating the latest version of a digital publication that I’m involved with. If there is a workaround, could this please be advised or could a fix please be given some priority? Many thanks!
]]>How can an ALT tag be added to this image so it does not affect SEO and ADA for blind visitors.
]]>Hello,
We are getting a 404 error when trying to view an individual article page. Saw the same issue in several older, closed posts but no obvious resolution. Searched the Help and FAQ area on Zeen101’s support site. Any info you can provide would be very helpful.
For reference, installed the IssueM plugin today and added Simple Custom Post Order and Co-Authors Plus pluings recommended by Zeen101 support docs.
Thanks very much.
]]>With the block editing in WordPress after the 5.0 update, the tab for assigning an article to an issue no longer shows up.
How can I get that back?
Thanks!
]]>I’m using IssueM on a site with Gutenberg as the editor and for the most part it seems to work as you’d expect. But, I do not see any way to edit the Issue taxonomy when editing a post.
Is there a way to change to which Issue a post belongs when in the editor?
]]>Hi there,
just want to ask if this plugin is still in production and you’ll provide your audience with some updates?
All the best,
Steve
Hi, been using IssueM successfully for a few years now, but can’t solve this problem.
I need to get the Issue Order number as a variable, or echo it to the page in the loop of my Current Issue template file.
I’ve tried everything I can think of but can’t get it to work – I’m sure there’s a simple solution though. If anyone has the answer please let me know!
Thanks
(Background: we have changed the name of the publication, so I need to do an ‘if’ statement based on the Issue Order number)