DearHive
Forum Replies Created
-
I was able to share.
I wanted you to see this FlipBook https://www.materia1a.it/events/rdbs-2025/#flipbook-df_13138/1/
When i click on whatsapp button, it open whatsapp, gives me a screen of contacts to whom i am supposed to share then after that it adds message to the selected contact.
If it not like that in your case please share what you get after clicking on the button. A screenshot.
Hi,
we just tried at https://dearflip.com/#flipbook-3d-flipbook/1/ and whatsapp share is working.
Please share your page where the flipbook is so that we can check. Also try in another device if it is a device issue.
Hi,
- DearFlip cannot create a TOC object extertnal to flipbook.
- Deeplinks like https://wordpress.dearflip.com/flipbook-examples/#flipbook-css-book/5/ does work.
Furthermore:
- Tags are not added to flipbooks
- There is no manual/guide for tags since it is not a part of the plugin.
Best Regards,
DearHiveHi,
I too had a look at siteground plugin and it does have option to exclude files but not inline scripts.
wp rocket/litespeed has ability to exclude both files and inline scripts.
The handle they(siteground) are referring to is probably for registering script files. But in our case the issue is from inline scripts. Have you inquired how to exclude inline scripts? Or can you point me to their support thread( if it is ww.wp.xz.cn)
Best Regards,
DearHive
Hi,
The shortcode is handled by a function
shortcodein ClassDFlip_ShortCode. This is in file inc/shortcodde.phpadd_shortcode( 'dflip', array( $this, 'shortcode' ) );Not sure how are going to exclude php functions in cache.
For HTML cache, in other cache plugins like wp-rocket, excluding the script class
df-shortcode-scriptworks<script class="df-shortcode-script" type="application/javascript">window.df_option_5413 = .................Hi,
- PDFs normally have outline of the documents. Some times equivalent/aka to Table of Contents(TOC). If there is already a TOC or outline we display that.
- Else you can create table of contents(outline) for the PDF yourself using the plugin outline feature.
In short if your PDF already has a outline we display it.
Hi,
We see that there is script missing after the thumb. with class df-shortcode-script
<script class="df-shortcode-script" type="application/javascript">window.df_option_5413 = .................Looks like this inline script was merged or manipulated. Can you exclude df-shortcode-script in exclusions available. Maybe that will work,
We tried adding Sigeground optimizer to our site. even though the code part was manipulated it was working; since it was loaded later. Whereas in you site there is an error in siteground-optimizer js so maybe that is causing execution block.
siteground-optimizer…bc13ffa2574afb.js:2 Uncaught Error: No Usercentrics script ID "usercentrics-cmp" foundBest Regards,
DearHiveHi,
We found some code conflict with https://easyreading-cloud.eu/embedded/easy-reading.js
If that is crucial we suggest sticking with 2.2.47
They are using some self defined function that are now native to modern browsers without checking for it’s existence and thus the new variant of PDF.js library will not work when it is running on the same page.
Best Regards,
DearHiveHi,
This is most likely due to very old browser that is no longer supported. Please share more details:
1. Your browser version and OS version. (Note internet explorer is not supported)
2. Link to your page where the flipbook is
3. What version did you update from? You can also rollback to that version found at: https://ww.wp.xz.cn/plugins/3d-flipbook-dflip-lite/advanced/#download-previous-linkBest Regards,
DearHiveHi,
The plugin needs jQuery and your theme might have removed jQuery even though the plugin explicitly requests it as a dependency. Try switching to another theme and you can see it working.
Best Regards,
DearHiveHi,
Yes it is a full version feature.
Best Regards,
DearHive
Hi,
It is like responsive structure based on CSS.
Currently it shows 5 books when there is more than 1020 pixel, then 4, then 3, then 2, then 1 as the width gets smaller. The width is not based on screen width but on the container the books are added.
Here is a demo that can answer your question :
https://wordpress.dearflip.com/flipbook-examples/#book-shelves
Try changing the browser width and see how it fits.Best Regards,
DearHiveHi,
When the page loads, if I click(open) on a flipbook, it hangs.
But if I wait for a minute then click it works.
We see that there is some custom code that expects some elements to exists else it goes in a loop.
Have you consulted your developer?
Here is the code part that throws the error.
document.addEventListener("DOMContentLoaded", function() {
const config = { attributes: true, childList: true, subtree: true, characterData: true };
const callback = function(mutations, observer) {
for (let mutation of mutations) {
if (mutation.type === 'childList' && mutation.addedNodes.length > 0) {
mutation.addedNodes.forEach(node => {
if (node.nodeType === Node.TEXT_NODE && node.parentNode.matches('.df-loading-info')) {
node.textContent = node.textContent.replace('DearFlip', 'Modern University');
}
});
}
else if (mutation.type === 'characterData') {
mutation.target.textContent = mutation.target.textContent.replace('DearFlip', 'Modern University');
}
}
};
const observer = new MutationObserver(callback);
const targetNode = document.body; // asumsi elemen mungkin di mana saja dalam body
if (targetNode) {
observer.observe(targetNode, config);
}
// Opsional: Menghentikan observer setelah beberapa waktu
setTimeout(() => observer.disconnect(), 30000); // Hentikan observer setelah 30 detik
});I have marked the problematic statement as bold and here is the error message:
data:text/javascript…kZXRpaw0KfSk7DQo=:8 Uncaught TypeError: Cannot read properties of null (reading 'matches')
at data:text...w0KfSk7DQo=:8:77Best Regards,
DearHive- This reply was modified 1 year, 4 months ago by DearHive.
HI,
Please edit your message and remove the username password. This is public forum. Please do not post password here.
Please use [email protected] for confidential matters.
Hi,
This is not expected, so we need to check your flipbook. Please share the link to your flipbook or your pdf. Also test your pdf at https://wordpress.dearflip.com/pdf-viewer/ and let us know if that freezes too.
Best Regards,
DearHive
- This reply was modified 1 year, 4 months ago by DearHive.