gjc33
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF.js Viewer] 404 ErrorNo, this is the first installation. We don’t have any other PDF viewers either; usually just link to the file and it’ll open in a new tab if we set a target. I don’t recall any restrictions on the server for loading files; the PDF in the link is not very large so it shouldn’t be a file size block.
Forum: Plugins
In reply to: [PDF.js Viewer] 404 ErrorWow, not sure how that url got malformed. I deleted the shortcode and added the same pdf link again and it didn’t swap out the characters. But still getting the error. Must be a conflict w/ another plugin. The file has been updated if you want to revisit this. Thanks.
Forum: Plugins
In reply to: [PDF.js Viewer] 404 ErrorThanks for your reply. I have just updated all plugins and themes.
Testing URL: https://savetheirl.org/uncategorized/excepteur-sint-occaecat-cupidatat-non-proident/
PDF URL: https://savetheirl.org/wp-content/uploads/help-plant-mangroves.pdf
Raw Code (Classic Editor):
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
[pdfjs-viewer url=”https%3A%2F%2Fsavetheirl.org%2Fwp-content%2Fuploads%2Fhelp-plant-mangroves.pdf” viewer_width=100% viewer_height=800px fullscreen=true download=true print=true]
Forum: Themes and Templates
In reply to: [Neve] Neve and Elementor: Gallery IssueExcellent! I was unable to find the code behind the lightbox with developer tools. Thank you very much.
That has worked — I was able to access the Hide Backend module (could not see it somehow) and enter settings. Re-ran Security Check module and it completed without an error. Thanks for your help!
Yes, it is.
Forum: Plugins
In reply to: [10Web Social Post Feed] Feed stopped updatingFollow-up: Plugin is now responding as expected. Cleared site cache and restarted server. Seemed to do the trick after the upgrade.
Forum: Plugins
In reply to: [10Web Social Post Feed] Feed stopped updatingHi — two installations of this plugin are no longer receiving updates from Facebook.
The last posts that were received from FB are dated April 24 at 12:00pm (https://savetheirl.org) and April 24 at 11:35am (https://resilientvirginia.org/topics/buildings).
No updates have been installed on these sites since that time, although we’ve updated this plugin on savetheirl.org.
Can you please help? Thanks!
Forum: Plugins
In reply to: [Simple Membership] Linebreak coding before "more" stripped when protectedYes — but as first stated, line breaks are stripped when protected posts are rendered for non-members.
That merges a two- or three-paragraph teaser text into one long block of text.
And this only happens when a single post is rendered. In a blog view, the paragraph spaces are retained.
We don’t want a long block of text to “tease” visitors into subscribing to content — which is why the paragraph breaks in the teaser text are essential.
Forum: Plugins
In reply to: [Simple Membership] Linebreak coding before "more" stripped when protectedWe want content after the
<--more-->
tag to be visible only to logged-in members.Content before the
<!--more-->
tag should display with the plugin’s Custom Message that we have set.Except for the loss of line breaks/paragraphs in the teaser content, all would be fine.
Forum: Plugins
In reply to: [Simple Membership] Linebreak coding before "more" stripped when protectedMember view currently renders the
<p>
tag for all paragraphs for single blog posts (“Top Tips”), and only displays post content from after the<!--more-->
tag.The test page also renders the
<p>
tag in Member view, but displays all page content: both before and after the<!--more-->
tag. That’s because I’m using the<!--noteaser-->
tag after the<!--more-->
tag on the blog.Link review:
https://apatientcoach.com/top-tips-1/
(no<p>
tags in public view, single post)https://apatientcoach.com/top-tips-2/
(<p>
tags hard-coded in Text Editor and saved w/out Visual Editor, single page)https://apatientcoach.com/in-the-news/
(no<p>
tags in public view, single page)Use testing/testing combo for login to frontend.
Thanks for sticking with this.
Forum: Plugins
In reply to: [Simple Membership] Linebreak coding before "more" stripped when protectedYes; only the teaser text is showing on the test page — which is as it should be if I understand the plugin correctly — but the line breaks are removed when it’s posted.
Here’s the content as it appears for this page in the Edit Page window (text view):
`Test page under development.
More test content.
End of intro content.
<!–more–>
Begin full content.More full content.
End of full content.’
Forum: Plugins
In reply to: [Simple Membership] Linebreak coding before "more" stripped when protectedSure; this page has been protected and
<!--more-->
tag added after intro content:https://apatientcoach.com/in-the-news/
Same issue here; the three lines rendering in an unregistered browser session have
<p>
tags removed.Forum: Plugins
In reply to: [Simple Membership] Linebreak coding before "more" stripped when protectedI don’t think the
<!--more-->
tag is visible when the page is rendered; doesn’t it indicate the breakpoint for content?BTW, the
<p>
tags are holding when the Custom Message is pulled in through the Membership plugin. It’s just content preceding the<!--more-->
tag.Forum: Plugins
In reply to: [Simple Membership] Linebreak coding before "more" stripped when protectedFYI, two links to check:
https://apatientcoach.com/top-tips-1/
(no spacing)https://apatientcoach.com/top-tips-2/
(manual<p>
code added to content above<!--more>
).