deip
Forum Replies Created
-
Hi,
1. Adding Whats App button is not easily possible, but it can be worked around:
We created an article to accomplish that and it has the demo too.
https://dearflip.com/how-to-add-custom-share-button/2. Regarding, Full height we suggest using height vale of
100vh
As for full width choose a layout(theme) that support full width.Example:
https://dearflip.com/pdf-embed-flipbook-example/3. Can you share the OS and model number of the mobile? Also does the problem exists when when you open : https://dearflip.com/pdf-embed-flipbook-example/
Best Regards,
DeipHi,
Every embed flipbook is given an ID and the flipbook is registered based on the ID. based on that you can access the function.
Example. If your post id is 91,
df_91.gotoPage(5)
If it’s lightbox, then there is only one lightbox flipbook at a time.
dfActiveLightBoxBook.gotoPage(4)
Hi,
Give it a try by asking him to clear the cache. It might work.
Hi,
Looks like you already have it done.
Best Regards,
DeipHi,
Can you ask him to send some screen shots, and Browser Developer console log.
We can’t say much based on what you have mentioned. It’s working in other devices, just one computer. It can be some driver issues on the device with Chrome and Firefox.
Ask the client to check these links:
https://dearflip.com/examples/jquery/demo-fullheight.html
https://dearflip.com/pdf-embed-flipbook-example/If it is a driver issue then the problem will be seen in second link.
Best Regards,
DeipHi,
It’s working.Which device, OS and version did you use?
We suggest checking in Private mode(incognito mode). It could be old cache after you disabled that access plugin.
Best Regards,
Deip- This reply was modified 3 years, 5 months ago by deip.
Hi,
Two subdomains are considered two sites.
Best regards,
DeipHi,
If the demand increases we will certainly add some solution to it. So far no body else has mentioned it.
Standards are one thing demand is another.
Best Regards,
DeipHi,
The problem is not visible on the page for multiple days. If the problem still persists, can you provide specific details like which browser, OS and device you tried with?
Best Regards,
DeipHi,
A shortcode inside a shortcode tag won’t work. So this doesn’t work:
[dflip source=[amazon_s3 bucket=booksinpdf object=private/wp-content/uploads/2021/05/21113858/RaviJayagopal.pdf] type=”button”]Button[/dflip]
Have you really tried that?
so far we know that nested shortcode work if the shortcode are after the tags..
[dflip [next_shortcode] ][/dflip]
won’t work[dflip] [nextshortcode] [/dflip]
worksAs workaround we tried setting the url in flipbook post (PDF source).
https://[home_url]/wp-content/uploads/2021/05/glfw.pdf
using plugin
https://www.ads-software.com/plugins/basic-url-shortcodes/and changed the output of that shortcode to remove
https://
so that it would work with dflip.Using a file handler as middlelayer is indeed a solution to stop unwanted PDF access. But the major issue had been IDM(Internet Download Manager), that can hijack the PDF in just one single attempt. There are ways to stop IDM too, but then partial loading stops!
We had been through these, tried and gave up and yet we love to help someone who is trying to find a solution.
Best Regards,
DeipHi,
height behaves a little wierd than width.
If the element where you have kept the thumb has specific height set/derived explicitly, then only it can transfer 100% height to thumb.
When not set, the element height is 0, and 100% of 0 is also 0. We recommend setting explicit height.
https://stackoverflow.com/questions/7049875/why-doesnt-height-100-work-to-expand-divs-to-the-screen-heightEven with responsive such heights are defined in CSS.
https://dearflip.com/how-to-create-responsive-covers-for-flipbooks/Check the case of “Case: Stretch background” if you are using the light version.
Best Regards,
Deip- This reply was modified 3 years, 6 months ago by deip.
Hi,
We understand that you want to hide the url. But we doubt the url will be visible in the final output. In short, if the plugin can load the PDF file, user can too! That’s a shortcoming of using PDF.js as rendering engine.For testing try without dflip shortcode and use HTML.
<div class="_df_thumb" source="[amazon_s3 bucket=booksinpdf object=private/wp-content/uploads/2021/05/21113858/RaviJayagopal.pdf] > Open FLipbook</div>
https://dearflip.com/responsive-html5-flipbook-jquery-plugin/#popup-examples
Best Regards,
DeipYes exactly. Embed will start the flipbook rightaway so it hampers page load. Its similar to adding youtube video in embedd or popup.
Hi,
We suggest using lightboxes(popup), we too do the same at our main page so that it loads faster.
Using embedded mode will take extra time to process all the js files.
Best regards,
DeipHi,
Don’t use tabs, you can use thumb lightboxes(popups) instead.
Tabs don’t provide size details when the page is loaded, because the content is hidden. Thus the plugin cannot determine the size when the page loads.The size is refreshed only when the flipbook is interacted again.Best regards,
Deip- This reply was modified 3 years, 6 months ago by deip.