Anthony Artmann
Forum Replies Created
-
Forum: Plugins
In reply to: [Sell Downloads] Download the purchased products – no linksThanks for the quick response.
The server is not timing out. The file is available and downloadable after I refresh the “Download the purchased products” page. I’m using a tiny demo file.
I will contact you via your private support service.
Anthony.
Forum: Plugins
In reply to: [Sell Downloads] Download the purchased products – no linksI found this in the WordPress Error log if it’s useful…
[18-May-2016 05:28:39] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/gillstan/public_html/wp-content/plugins/sell-downloads/sd-core/sd-functions.php on line 543 [18-May-2016 05:28:39] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/gillstan/public_html/wp-content/plugins/sell-downloads/sd-core/sd-functions.php:541) in /home/gillstan/public_html/wp-content/plugins/sell-downloads/sd-core/sd-functions.php on line 549
Forum: Reviews
In reply to: [List category posts] The plugin show the list on all pagesI don’t think you understand how this plugin works. 1 star for you for trying though… ??
Forum: Plugins
In reply to: [Front End Users] Updating user profiles using FEUP classI am interested in this too.
I need to be able to update/recover the last URL visited of the current user.
Thanks!
Forum: Plugins
In reply to: Woocommerce Flat Rate Shipping Bug?I am having the same problem.
Forum: Plugins
In reply to: [List category posts] read more disappear using templatesIn your template ( in your child themes list-category-posts folder eg. my_lcp_template.php ):
Under:
$lcp_display_output .= $this->get_excerpt($single, ‘div’, ‘lcp_excerpt’);Add the following:
// Get Posts “More” link:
$lcp_display_output .= $this->get_posts_morelink($single);Forum: Plugins
In reply to: [List category posts] Cannot reference template by nameSorry. My fault. I was looking at the wrong news page. Duh!
Forum: Plugins
In reply to: [List category posts] read more disappear using templatesI’ve installed a fresh version of LCP on a new site and the example template still does not include:
$lcp_display_output .= $this->get_posts_morelink($single);
This means that as soon as you use the supplied default template your morelink vanishes.
Forum: Plugins
In reply to: [List category posts] read more disappear using templatesSolve this by replacing the CatListDisplayer.php in the plugins/list-category-posts/include folder with the code here: https://github.com/picandocodigo/List-Category-Posts/blob/master/include/CatListDisplayer.php
Then, in your template:
Under:
$lcp_display_output .= $this->get_excerpt($single, ‘div’, ‘lcp_excerpt’);Add the following:
// Get Posts “More” link:
$lcp_display_output .= $this->get_posts_morelink($single);Good luck!
Forum: Plugins
In reply to: [List category posts] read more disappear using templatesI am having the same problem.