chaug
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP trying to access pubnub.com is blocking file uploadThis is driving me crazy. I don’t even understand what kind of service pubnub might be so that I might take a better guess at why it is being contacted at just about every page load (at in the backend). Does anyone have an idea?
Forum: Fixing WordPress
In reply to: WP trying to access pubnub.com is blocking file uploadThanks. I know this is the standard approach, but I can’t just disable app plugins on a live site. That’s why I’m trying to understand what is going on in order to narrow down the scope of possible plugins.
I don’t even understand what service pobnub.com provides. If I did, I might be able to guess which plugin is using it.
Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentI just realized that at least some of the posts concerned don’t actually use any <p> but <span>. Is there something we can do to preserve this?
Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentMaybe it’s because I’m posting a link? This would be insane because it could at least state what the heck is going on.
Are you using
the_content
to get the content of the post? I’m not a programmer but from what I understand,the_content
should give you the rwa content of the post whileget_the_content
doesn’t. See here: ***link deleted***Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentFinally, it went through, so let me try again with what I originally wanted to say:
Are you using
the_content
to get the content of the post? I’m not a programmer but from what I understand,the_content
should give you the rwa content of the post whileget_the_content
doesn’t. See here: https://rezzz.com/wordpress-tip-the_content-vs-get_the_content/Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentI am trying to reply to your post but my reply is not showing up. And when I try to post the same again, it is telling me that it’s a duplicate. This is driving me nuts. There seems to be no way to respond to this topc. :-(((
Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentI am trying to reply to your post but my reply is not showing up. And when I try to post the same again, it is telling me that it’s a duplicate. Not sure what’s going on. So here is one last try:
Are you using
the_content
to get the content of the post? I’m not a programmer but from what I understand,the_content
should give you the rwa content of the post whileget_the_content
doesn’t. See here: https://rezzz.com/wordpress-tip-the_content-vs-get_the_content/Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentAre you using
the_content
to get the content of the post? I’m not a programmer but from what I understand,the_content
should give you the rwa content of the post whileget_the_content
doesn’t. See here: https://rezzz.com/wordpress-tip-the_content-vs-get_the_content/Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentAre you using
the_content
to get the content of a post? I am not a programmer, but from what I understoodthe_content
in WP should give you the raw content of the post, including all formatting whereasget_the_content()
will not. (see here: https://rezzz.com/wordpress-tip-the_content-vs-get_the_content/)Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentAbout the update question: It’s possible because I installed the plugin a few weeks ago but only really started using it now. So I don’t know if it worked before.
Good luck with the debugging.Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentStupid me, I didn’t grasp what you were saying the first time.
But unfortunately, neither your example with <p> and class works nor when I replace <p></p> with <div></div>
Forum: Plugins
In reply to: [Advanced Post List] How to preserve paragraphs in post contentNo, I don’t think this is related to an update.
Unfortunately, there are too many posts for me to add a class name to elements in each post. So that is not a solution. I can also say that there is a piece of text in bold in each post and advanced post list displays that correctly. It seems to be only the paragraphs that it eats up.
Wow, thank you for the fast update. However, it is the list blog post element that I need most urgently for my custom post type, so I will wait for that update (the fornat of this particular custom post type is identical with the standard blog post – no custom fields). Thank you again for your great support!
Thanks for the fast response and for pointing out those settings. They are not quite what I had in mind (if I understand it correctly, they merely create different versions of the code that will be displayed depending on the screensize). It means that you have to manually specify the font size for each screensize which means you have to test various views in order to determin the correct font size. What I had in mind (see also the links I posted) is to adjust the font size dynamically and continuously. I guess it’s a feature request…