Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

FB shared image: shows code before full page load
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 12
TOPIC: FB shared image: shows code before full page load
#67042
FB shared image: shows code before full page load 3 Years, 9 Months ago Karma: 1
Hello.
I think this issue didn't happen before.
When a FB shared deep linked image is clicked, it shows the page code first before full loading the page and the image lightbox. It's a bit annoying
I use wp bakery page builder. I tried to disable css & js minification, also switched loading the plugin on footer, without result.
Here is a link: bit.ly/3l871Ne
Last Edit: 2020/10/03 15:52 By Alexandros_T.
The administrator has disabled public write access.
 
#67047
Re:FB shared image: shows code before full page load 3 Years, 9 Months ago Karma: 748
Hello,

Try to replace the following code in <plugin_directory>/includes/class-plugin.php:

Code:


<body>
        <?php the_content(); ?>



with the following one:

Code:


<body style="display:none">
        <?php the_content(); ?>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#67051
Re:FB shared image: shows code before full page load 3 Years, 9 Months ago Karma: 1
Big thanks once again
The administrator has disabled public write access.
 
#67419
Re:FB shared image: shows code before full page load 3 Years, 4 Months ago Karma: 1
Hello again. Could you please include this in the next update so no need to add it after each update?
The administrator has disabled public write access.
 
#71280
Re:FB shared image: shows code before full page load 10 Months ago Karma: 1
hello. Latest update changed path and connects of file class-plugin.php. Please inform how can we fix the following issue: "When a FB shared deep linked image is clicked, it shows the page code first before full loading the page and the image lightbox."
The administrator has disabled public write access.
 
#71281
Re:FB shared image: shows code before full page load 10 Months ago Karma: 748
Hello,

Does something work wrong with the latest plugin version? If yes, could you provide a link to a page where the problem occurs?

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12