Notifications
Clear all

Embedding pictures not working on Chrome and Edge

9 Posts
2 Users
0 Likes
648 Views
(@gertram)
Posts: 5
Active Member
Topic starter
 

Have been using TWG Professional for some years to embed picture on forums. Embedding on Chrome and Edge is not working anymore but on Firefox and Explorer it is.

How can I fix this?

 

example picture

[img] &twg_rot=-1[/img]

 
Posted : 28/05/2022 1:27 pm
TinyWebGallery
(@admin)
Posts: 880
Prominent Member Admin
 

I do not see a reason why it should not work anymore. 

Here http://www.tinywebgallery.com/blog/ on the right side I have 3 random images which should do what you want. And they work fine in Chrome. 

Do you have an example where it is included? 

Best regards,

Michael

 
Posted : 29/05/2022 10:00 am
(@gertram)
Posts: 5
Active Member
Topic starter
 

https://www.wegraceforum.nl/topic/4142/22 and

https://www.saabforum.nl/viewtopic.php?f=43&t=75923&start=180

I tried to use your no border example picture on both sites in Chrome and they are showed.

 

 

 
Posted : 29/05/2022 3:44 pm
TinyWebGallery
(@admin)
Posts: 880
Prominent Member Admin
 

http links will not be shown in https sites. You need to change TWG to https.

Best regards,

Michael

 
Posted : 29/05/2022 5:12 pm
TinyWebGallery
(@admin)
Posts: 880
Prominent Member Admin
 

gertram.nl/display/image.php?twg_album=900_B201I_1988&twg_type=small&twg_show=DSC01183.JPG&twg_rot=-1 is shown if you open it in a new tab.

Best regards,

Michael

 
Posted : 29/05/2022 5:12 pm
(@gertram)
Posts: 5
Active Member
Topic starter
 

Finally taken some time to convert to https but not succesfull up untill now.

Got a free Let's Encrypt certificate from the DirectAdmin of my host.

 
Posted : 04/02/2024 12:55 pm
(@gertram)
Posts: 5
Active Member
Topic starter
 

Looks like I posted the previous accidentally with a combination of keys, tried to modify but got a message I've taken too long to edit. I'll type it again.

After saving the certificate it should be in affect immediately. I found a couple of manuals on how to change the htaccess file in order to change all traffic to https. In the htaccess there was originally:

Options -Indexes +ExecCGI
AddHandler cgi-script .cgi .pl

I tried to combine this with the redirects I found on the internet, also tried without to original script:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$  https://www.yourdomain.com/$1  [R,L]

and:

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]

I also tried the standard check box in DirectAdmin "Force SSL with https redirect"
but none worked.

Please advise.

 
Posted : 04/02/2024 1:26 pm
(@gertram)
Posts: 5
Active Member
Topic starter
 

Just one setting needed to be changed in Directadmin. Domain Administration -> Click on desired domain -> Check "Use a symbolic link from private_html to public_html - allows for same data in http and https" -> Save

 
Posted : 10/02/2024 4:58 pm
TinyWebGallery
(@admin)
Posts: 880
Prominent Member Admin
 

So it works now?

 
Posted : 19/02/2024 10:57 pm