mpmchugh
Forum Replies Created
-
No really. Don’t need or want an inline preview for PDFs as browsers have their own PDF viewers built-in, so just looking to have two buttons for PDF files:
[ View ] – this button would just open the PDF file in a new browser tab for viewing in the browser’s PDF viewer.
[ Download ] – this button would just force download the file to one’s computer.
There is a setting called “Open in Browser – Try to Open in Browser instead of download when someone clicks on download link”, but it’s just either or. As described above, we’d like to have two buttons for PDFs, one—[ View ]—with the “Open in Browser” behavior, and the other—[ Download ]—to force download the file.
Forum: Plugins
In reply to: [Download Manager] Shortcodes in Download descriptions no longer renderThanks. That seems to have worked, though the formatting of it caused a critical error initially as the comments were breaking parts of the code, but I was able to sort that out.
I appreciate the fix, as this gets our company resources page, which is what we use Download Manger for is mack to working as expected.
Forum: Plugins
In reply to: [Download Manager] Shortcodes in Download descriptions no longer renderHmm. It seems they don’t render in the basic single item shortcode either…
[wpdm_package id='12500']Is there any way of reenabling the shortcode rendering? Via a function perhaps?
Forum: Plugins
In reply to: [Download Manager] Shortcodes in Download descriptions no longer renderWell, that’s not very helpful at all, as it breaks our entire setup now.
We never had a performance issue when using it. It would have made more sense otherwise make it optional, or just provide a warning. You should not just disable capabilities like that.
“Shortcodes in descriptions will only render on full package pages not in category listing views.”
— what’s a “full package view”?
Will it render if I just embed one download item at a time? If so which shortcode is that?
You really just add a setting to re-allow these rendering via
[wpdm_category]for those of us that need the capability.Forum: Plugins
In reply to: [Download Manager] Shortcodes in Download descriptions no longer renderHi @nriddhi ,
As described, there’s a plugin that enables text or links to be copy-able to the clipboard.
It uses a shortcode like this: [copy_clipboard text=’https://domain.com/redirect’%5D
When I use these within the description field of a Download document, which is then rendered on a page using the [wpdm_category] shortcodes, the [copy_clipboard] shortcodes do not render as they used to, and instead just print out on the page like in this screenshot:
If I place the [copy_clipboard] shortcode directly on the page they work fine, as shown in the screenshot—they render, but they are not rendering from inside the [wpdm_category] shortcodes as they used to.
Does that make sense?
This used to work fine, but no longer does.
- This reply was modified 3 months, 3 weeks ago by mpmchugh.
Forum: Plugins
In reply to: [Copy to Clipboard for WordPress] Stopped working in latest WordPressHmm. Actually, it’s only not working when embedded via a Download Manager item (https://ww.wp.xz.cn/plugins/download-manager/)
Curious.
Forum: Plugins
In reply to: [AAA Option Optimizer] Option to batch selectIt seems you can use bulk actions, but you still need to make selections one-by-one, which is rough when there’s hundreds to go through.
It’d be nice if there was a checkbox at the top of the checkbox column to select all shown at once, as well as the option to shift click to select contiguous batches and command click to select non contiguous batches—like most standard WordPress lists behave—like for Posts, Plugins, etc.
- This reply was modified 8 months ago by mpmchugh.
Forum: Plugins
In reply to: [Popups for Divi] CSS Cache IssueI ended up disabling the CSS optimizations for that page via WP Rocket’s page settings, and that worked for me for now.
I disabled:
Remove Unused CSS
Load JavaScript deferred
Delay JavaScript executionForum: Plugins
In reply to: [Popups for Divi] CSS Cache IssueWP Rocket with KeyCDN—site is hosted on a AWS VPS.
Forum: Plugins
In reply to: [Popups for Divi] CSS Cache IssueIt didn’t stick for me either. After a while the popups lost their css again… (without caching vs with after a while)…
Forum: Plugins
In reply to: [Popups for Divi] CSS Cache IssueJust came here to research the same exact issue. Popups for Divi losing it’s CSS.
Works after clearing the cache, and then falls apart after a time. I’ve added the following to the CSS exclusions to no avail….
.popup_outer_wrap
.popup
(.*).popup_outer_wrap(.*)
(.*).popup(.*)And just added the following to the js delay exclusions:
/popups-for-divi/
/popups-for-divi/(.*)
/popups-for-divi/scripts/(.*).jsSo far, it’s sticking with those js additions, but will check again later…
- This reply was modified 10 months, 1 week ago by mpmchugh.
Forum: Plugins
In reply to: [Popups for Divi] Compatibility with divi 5Looks like it doesn’t work with the new legacy compatibility support in the latest alpha releases either. Bummer.
- This reply was modified 11 months, 1 week ago by mpmchugh.
Forum: Plugins
In reply to: [Jetpack Search] Custom TaxonomyActually, I was able to use the “Term Taxonomy Converter” plugin to copy the tax terms values from Artists to Brands, but for some reason the Brand filter I added to the JetPack search widgets does not appear in the Instant Search overlay now.
Forum: Plugins
In reply to: [Public Post Preview] elements of page missing on public preview linksAlso seeing this issue with Divi’s Dynamic Content feature using Custom Fields.
We use custom fields for these simple datapoints on project pages, which show in the admin, and on a standard logged-in preview, but not when viewing a “Public Post Preview”
I was able to hide the 2nd occurrence with a “.pwb-single-product-brands:nth-of-type(2) { display:none; } ” declaration, but it’d be nice to get a real fix.