I just installed D7 RC and is wondering whether anyone here knows how to remove the flash banner that says "Welcome to the community" It's overlaying over my graphic. I am assuming this is a flash file somewhere but I can't find it. Thanks!
I just installed D7 RC and is wondering whether anyone here knows how to remove the flash banner that says "Welcome to the community" It's overlaying over my graphic. I am assuming this is a flash file somewhere but I can't find it. Thanks! |
Woops misread.. Nothing to see here |
Flash banner does two things: 1. When you are not logged in it will show the Welcome to the community, which you can change via language settings. 2. When you do login, the banner changes and shows your portrait along with Hello, <username>! I don't know if you have to mess with the swf to remove it, if you do then you can't remove it as we don't have editing rights to swf. |
I need the path to the swf. I know it's somewhere. I don't think it's will be an issue with licensing. It's just look and feel of the website. Anyone? |
If your goal is to remove the semi-transparent bar at the bottom of the promo area that has the text "Welcome to the community" and the Join and Logon buttons, then a simple CSS change is all that is needed. File templates/base/css/index.css Find #indexPhotoLabel at around line 81 and add this css. display: none; Sorry, just edited to change the line number. Line 81, not 91. I forgot to mention. It's not a flash file, it's just a simple <DIV> that overlays the promo area. https://www.deanbassett.com |
If your goal is to remove the semi-transparent bar at the bottom of the promo area that has the text "Welcome to the community" and the Join and Logon buttons, then a simple CSS change is all that is needed. File templates/base/css/index.css Find #indexPhotoLabel at around line 81 and add this css. display: none; Sorry, just edited to change the line number. Line 81, not 91. I forgot to mention. It's not a flash file, it's just a simple <DIV> that overlays the promo area. Is it possible to be specific to witch ligne we had to add it ? Am using a paid template instead of uni . Thanks here is the code can u tell me where i have to add it : #indexPhotoLabel { Proud Hosted by Zarconia.net |
is it possible to be specific to witch ligne we had to add it ? Am using a paid template instead of uni .
Thanks here is the code can u tell me where i have to add it : #indexPhotoLabel { Where did you get this code? Because display: none; is already there. https://www.deanbassett.com |
is it possible to be specific to witch ligne we had to add it ? Am using a paid template instead of uni .
Thanks here is the code can u tell me where i have to add it : #indexPhotoLabel { Where did you get this code? Because display: none; is already there. LOL never mind i put it by mistake there man , so am not sure if that the right place because i try it too many time and it didn't work Proud Hosted by Zarconia.net |
is it possible to be specific to witch ligne we had to add it ? Am using a paid template instead of uni .
Thanks here is the code can u tell me where i have to add it : #indexPhotoLabel { Where did you get this code? Because display: none; is already there. LOL never mind i put it by mistake there man , so am not sure if that the right place because i try it too many time and it didn't work Jsut go on the main page of the admin. and clear the tempalte cache after you change the code and uploaded. |
Wow talk about necroing a very old post. |
Wow! That really does work too. #indexPhotoLabel { Whwn you have uploaded this back to your server goto Admin and Clean Templates and Clean js/css Guaranteed to work Cheer |
Very helpful posts.... Rgds, Fazal Gafoor |
i dont want to remove the bar but remove the images and keep just the grey bar with welcome and login sign up can anyone tell how to remove the flash images and keep th grey bar http://lookscarpy.x10.mx Social network dedicated to carp anglers |
i dont want to remove the bar but remove the images and keep just the grey bar with welcome and login sign up can anyone tell how to remove the flash images and keep th grey bar Getting rid of the promo images and keeping the bar with the buttons
on it is quite easy.
#indexPhoto {
border:1px solid #FFFFFF;
cursor:pointer;
height:262px;
overflow:hidden;
} https://www.deanbassett.com |
Awesome! Thanks deano92964 |
Or just take out the image url and keep the TEXT if u like
#indexPhotoLabel { |
I like the placement of the banner, but would like to change the wording. How can I find the div file to change the wording of "Welcome to the community" to something else? |
That Welcome to the community! you will find in the language section in admin. The text can be different for each installed language in dolphin. As with most text in dolphin. https://www.deanbassett.com |
I would like to completely remove the bar from the promo box but would like to keep the Join/Login Buttons only. I would prefer it if I could move the buttons just above or below the promo box. Is any of this possible? I have spent several hours searching for the answer but none to be found. |
I would like to completely remove the bar from the promo box but would like to keep the Join/Login Buttons only. I would prefer it if I could move the buttons just above or below the promo box. Is any of this possible? I have spent several hours searching for the answer but none to be found. Hi again, doesn’t anyone have any ideas here? If not is there any way to strip everything but the Join/Login Buttons from the promo box. Even this would be adequate for now until I can find a way to move the buttons. I am using the promo box for client Ads and the bar at the bottom is negatively impacting the promo clock. |
That will require source changes that someone with time will have to research and write-up code for. so it will take a while for you to get an answer. https://www.deanbassett.com |
Thanks for the relpy deano , hopefully someone can come up with a solution. Regards |
Thanks for the relpy deano , hopefully someone can come up with a solution. Regards Is this what you want? Demo here. https://www.deanbassett.com |
Yes, that looks great.Can you tell me your secret?
Thanks for the relpy deano , hopefully someone can come up with a solution. Regards Is this what you want? Demo here.
|
To do that. Do the following. This is for dolphin 7.0.9. May not work in previous versions. https://www.deanbassett.com |
Simple for individuals like yourselves; A nightmare for individuals like me. I can’t express my gratitude enough to all who respond and assist the likes of me. I had to make a couple of small adjustments to prevent the buttons form overlapping the promo block but the fix works great. if(!isMember()) { Thank you very much. Now onto the next fix. Regards,
|
Simple for individuals like yourselves; A nightmare for individuals like me. I can’t express my gratitude enough to all who respond and assist the likes of me. I had to make a couple of small adjustments to prevent the buttons form overlapping the promo block but the fix works great. if(!isMember()) { Thank you very much. Now onto the next fix. Regards,
You should not have needed to make that adjustment. Did the CSS change take effect? I forgot to mention the dolphin cache has to be cleared when makeing changes to the CSS files. https://www.deanbassett.com |
I have been doing a number of updates, adjustments, etc and clearing cashe. Everything appears to be in working order so far. |
Has the procedure for hiding / removing the welcome banner changed in the newest version of Dolphin?
I have opened both the index.css and the BxBaseIndexPageView.php mentioned above and cannot find a reference to either of the text mentioned to make the modifications. |
Has the procedure for hiding / removing the welcome banner changed in the newest version of Dolphin?
I have opened both the index.css and the BxBaseIndexPageView.php mentioned above and cannot find a reference to either of the text mentioned to make the modifications. Yes, you can select it to be shown on all pages, or not at all.. [edit] yoursite.com/administration/basic_settings.php bottom of that page. ManOfTeal.COM a Proud UNA site, six years running strong! |