Edwin Janssen
Forum Replies Created
-
Problem solved. It’s conflicting with the 2017 WP Theme.
I installed the 2016 WP Theme, and it’s working now.
I hope you can read this…because your plugin isn’t featured here anymore :-/
To be honest, this is the only issue that prevents my site to go live, I really hope that it’s a tiny issue ??
I dint’t get a definitive answer yet from the developer.
The only answer I got from the support assistent:“the WPeddit arrows are added in front of the_content by using a WordPress filter. This is likely why you are not seeing the arrows until you refresh the page.”
I don’t have any php knowledge. However, I can dig into the php file and edit some code.
Is there any way that you can tell me what I should edit if I’d show this single php file?
thnx, I’ll ask and I’ll let you know. Thanks for your quick reply ??
This is the plugin that I use https://goo.gl/H6QyFH
Ok, but how can I accomplish this?
Forum: Fixing WordPress
In reply to: Display author's full name instead of email address.thank you for your reply ??
However, that means that I should edit this manually with every new user.
The register form includes a first name and last name, but still the email address is displayed as Username :/
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Posts not showing as excerptsUpdate, I’ve figured it out, I didn’t set a WP loop for the posts, that’s the reason why I didn’t see them on a separate page.
The only thing I need to figure out, is to define the default layout. Currently I have to change the layout selection for posts manually.
Only, it’s intended that user generated posts are automatically assigned to this layout selection, without me manually assigning them in the back end.
Do you happen to know how this should be done?
EDIT: FIX: I’ve found the layout settings and assigned the layout ??
Thnx for helping me out! Really appreciate it!
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Posts not showing as excerptsThnx for your reply, I think I was too vague about the problems. After testing, I’ve concluded that there is only one problem.
Clicking on a post doesn’t show the single post on a separate page. Instead, nothing happens, while the permalink of that post is shown correctly.
I really hope you know what I mean?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Posts not showing as excerptsHmm…it seems that the problem is partly solved – the excerpts are properly shown. However, clicking on an excerpt doesn’t show the actual post on a separate page anymore. Instead, it results into showing all full (no excerpts) posts, while the URL of the post that I’ve clicked, is shown correctly.
I hope you know what I mean?
Some additional info:
In a template, I don’t include a WP default loop, instead I use a page because your plugin creates this shortcode on a page.
In WP reading settings, I’ve set the Front page display to ‘Posts page’ and I’ve selected that page.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Posts not showing as excerptsMaybe this will help you, I’m pretty sure that ‘not showing excerpts’ is only with regard to preloaded posts.
I’ve installed an excerpt plugin to see if it still excludes preloaded posts, and it does. Settings like naming ‘read more’ and amount of words only work for the posts that are shown after clicking ‘More Posts’.
Fyi, the plugin: Advanced Excerpt https://www.ads-software.com/plugins/advanced-excerpt/
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Posts not showing as excerptsokay, thank you ??
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Posts not showing as excerptsYep, the title and everything else is showing, the only difference is that preloaded posts don’t show excerpts while the other posts (after clicking Load more Posts) do.
I’ve excluded the script that you gave me because of the excerpts showing properly, except the preloaded posts.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Posts not showing as excerptsSorry for giving the wrong info….now I see what’s going wrong… the problem with not showing the excerpts, are only with the preloaded posts that show via your add-on.
Is there a way to solve this?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Posts not showing as excerptsThanks a lot for the coding, I’ve added this to my functions.php.
However, I don’t understand what you mean with And then call it like this in your templates. echo excerpt(30);
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Posts not showing as excerptsthnx, I already asked them. However, can you also provide this excerpt hook?
thnx for your quick reply ??