|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
HTML only pages
Hi there,
I am wanting to have some pages as HTML only pages and I have been able to add the code, but I don't know how to get rid of the gallery below. I also want to insert an image, not as a gallery, but just as an HTML component and on other sites I would usually load the image into my database and then use that link in my code to paste in. How do I do that on here without it being in a gallery? Here is the code I am trying to use. <a href="http://shuswaponcanvas.smugmug.com/Pricing/pricing/24129209_wwFBVc"><img class="aligncenter" src="http://shuswaponcanvas.smugmug.com/Other/website-art/24224789_XVQ66r#!i=1971103006&k=PrhNRKk" alt="" /></a> |
|
|
|
|
#2
|
||
|
Major grins
|
Quote:
Add this to your CSS, and check the page logged out or in "visitor view": Code:
/*Remove Photo Message*/
.notLoggedIn .nophotos,
.notLoggedIn .emptyGallery {display:none}
|
|
|
|
||
|
#3
|
||
|
Major grins
|
Quote:
Add the code to the gallery description area...but add html tags around it: Code:
<html> your code here </html> |
|
|
|
||
|
#4
|
|
|
Major grins
|
|
|
|
|
|
#5
|
|
|
Beginner grinner
|
hide galleries on specific pages only
Thank you for supplying this code for me, I really appreciate it. One thing I noticed which will likely cause an issue is that this seems to refer to all Galleries that are emtpy. Right now I have several other galleries that are empty as well, which will have photos input, so I don't want those galleries hidden. Can you please advise me on how to specify this code for certain pages or Galleries?
Thank you. |
|
|
|
|
#6
|
|
|
Beginner grinner
|
place image with HTML
The code I supplied didn't include the html tags as you have advised, but it is there and still not working. I suspect the code is wrong or the image hasn't been loaded to the proper place for this to work.
|
|
|
|
|
#7
|
||
|
Major grins
|
Quote:
this will not hide any galleries....only the message that states the gallery is empty |
|
|
|
||
|
#8
|
||
|
Major grins
|
Quote:
your photo link is not correct....change the whole code to this: Code:
<html> <center> <a href="/gallery/24129209_wwFBVc"> <img src="/photos/i-PrhNRKk/0/O/Pricing-page.png"border="0"></a> </center> </html> Last edited by J Allen; Jul-19-2012 at 12:51 PM. |
|
|
|
||
|
#9
|
|
|
Beginner grinner
|
THANK YOU! You have really helped me get this site to where I wanted it. I really appreciate you providing code and advice for me. Is there an emoticon for shaking someones hand?
The last thing I just noticed is that the page description links seem to show up near the navigation and I would like to hide them. How can I do this? The photo attached should show it in yellow which shows up on pretty much every page. Thanks J Allen. |
|
|
|
|
#10
|
||
|
Major grins
|
Quote:
That is called a "breadcrumb"....to hide it on all pages, add this to your CSS: Code:
/*Remove Breadcrumbs*/ .notLoggedIn #breadCrumbTrail {display:none}
If you want to only hide it on specific pages, then you would use the same code, but target the gallery: Code:
.gallery_xxxxxx #breadCrumbTrail {display:none}
|
|
|
|
||
|
#11
|
||
|
Beginner grinner
|
breadcrumbs hidden
Ok, that is fantastic. Thank you so much for all your help. Things look great and I am a happy camper. Have a great weekend Allen.
Colin Quote:
|
|
|
|
||
| Tell The World! | |
| Tags | |
| gallery , html , images , insert links , links | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| html pages with photos and photo borders | Peanut_5 | SmugMug Customization | 2 | Aug-12-2011 04:38 AM | |
| Making a stretchy HTML border for About Me and Services pages | Kyle D | SmugMug Customization | 4 | Jan-19-2009 09:38 AM | |
| HTML on Gallery Pages | rhlewis | SmugMug Support | 2 | Jan-06-2009 02:46 PM | |
| html gallery pages with photo cover? | mogue | SmugMug Support | 8 | Jun-27-2007 06:41 AM | |
| Why not our own HTML entry pages? | jfriend | SmugMug Support | 10 | Mar-08-2005 09:30 PM | |
| Thread Tools | |
| Display Modes | |
|
|