vireshm
Forum Replies Created
-
Hi.
That is unfortunate. We have over 15000 documents and images in our library so we make use of a media library plugin to create a physical folder structure within the uploads folder. This means that most of our documents are uploaded directly into these folders and are unattached.
Seems the only recourse (if we continue using rankmath) is to switch to using direct links rather than permalinks throughout the site. Not ideal.
Thanks
Hi. Please see the additional context I supplied above. We had to rollback 2 versions as the latest versions of the plugin do not use the redirect for unattached files. If the file is attached, the redirect works. We need it to work for unattached files. The inserting of the script and permissions etc is not the issue (we added the script to a rank-math.php file in the theme folder)
Update: Had to rollback 2 versions in order for the attachment redirect to start working again. This is obviously not ideal.. please advise on how we can get unattached (orphan) attachments to continue redirecting to the guid.. we have thousands of such docs.
After some more testing, we have discovered that attached files are redirecting correctly, but unattached files are going to the attachment page. Is there any way to resolve this so that unattached and attached files all redirect to the media attachment?
Hi
I tried sending the query via the link you supplied, but did not receive any response on my query.
VireshForum: Fixing WordPress
In reply to: SRCSET value is different to SRCThanks Steve. I will try that.
Forum: Plugins
In reply to: [Cloudflare] No settings shown, only blank pageYou have probably found a solution by now, but the way to resolve this is to check your developer console for the js file that is not loading properly.. copy the link and open it in a new tab.. the js file should load in the new tab.. once you have done this, refresh the cloudflare settings page and the page should load correctly.
Forum: Plugins
In reply to: [Media Library Folders] Multiple document properties updated mistakenlyThanks Alan. I have sent the email with the requested details.
Forum: Plugins
In reply to: [Media Library Folders] 504 Gateway TimeoutsThanks Alan. We have tried numerous other tweaks to resolve the 504 errors, but still seems to be a problem.. perhaps the db cleanup will help.
Hi. Have you managed to resolve this issue? I am having the same problem which is resulting in nested tables.
I am using the following custom template:
[before] <table> <tr> <th>Date</th> <th>What is it?</th> <th>What is it about?</th> </tr> [/before] <tr> <td>{@published_date}</td> <td>{@post_title}</td> <td>{@post_content}</td> </tr> [after] </table> [/after]But now, the post_content tag is placing the entire templates content within that column’s space.
Never mind. Seems there was a cache issue that was preventing the page from loading fully for external users. Should be sorted now.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List documents from specific folderGreat! Thanks Jory 🙂
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List documents from specific folderI suppose the real question is how to reference the file path in the WHERE clause, as I would like to use it in this way:
file_url LIKE ‘%mediareleases%’
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Create a PODS list using Page TagsThanks very much Jory.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Create a PODS list using Page TagsThanks @keraweb . Appreciate the timeous response. Will try it out and let you know if I run into any issues.
Thanks again. 🙂
Edit: If I have multiple tags and want to check if the page tag is contained within that array of tags, how would I do that?
Example: Custom post type has tags “ferrari, lamborghini, cars, sportscar”, but page tag is “Ferrari”.. I only want to list those posts that have ferrari as one of its tags.
- This reply was modified 5 years, 3 months ago by vireshm.