BigBangThinking Posted October 27 Share Posted October 27 (edited) Hola Has anyone achieved to have a random image as a logo? My logo has multiple versions and would love to have a random one on every page open. I have done it in the past in Wordpress. Any idea how? http://www.symbioticdesignacademy.com Edited October 27 by BigBangThinking Added link Link to comment
tuanphan Posted October 29 Share Posted October 29 You mean this logo? Change to another logo when users load the page Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BigBangThinking Posted October 30 Author Share Posted October 30 Hi @tuanphan, yes that logo. I've been told to do so in java but not sure how. Link to comment
tuanphan Posted November 3 Share Posted November 3 (edited) Try adding this code to Website > Website Tools (under Not Linked) > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> var image = new Array (); image[0] = "https://cdn.pixabay.com/photo/2023/10/27/12/13/vineyard-8345243_1280.jpg"; image[1] = "https://cdn.pixabay.com/photo/2023/10/28/18/02/songbird-8348139_1280.png"; image[2] = "https://cdn.pixabay.com/photo/2023/10/21/18/47/boat-8332114_1280.jpg"; image[3] = "https://cdn.pixabay.com/photo/2023/10/20/14/52/glacier-8329668_1280.jpg"; var size = image.length var x = Math.floor(size*Math.random()) $('header#header img').attr('src',image[x]); </script> I got code from Codepen: https://codepen.io/fredthewebguy/pen/yvWddw Edited November 3 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BigBangThinking Posted November 3 Author Share Posted November 3 Nope, it didn't work Thanks Link to comment
tuanphan Posted November 6 Share Posted November 6 Can you keep the code? We can check it easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment