|
#71
|
||||
|
||||
|
How can I get <BROWSE_MONTHLY_ARCHIVE_PAGED> and <BROWSE_CATEGORIES_PAGED> to centralize on the 'Browse' template.
I tried what I thought was the obvious solution and it just crewed the whole template up. Mike |
|
#72
|
||||
|
||||
|
I eventually found it, just needed to stick it in the right place between the tables.
Mike |
|
#73
|
||||
|
||||
|
I found something strange in Opera, in that the slide to open comments does not work.
with the URL of www.thefieryscotsman.com/index.php all that happens is that the image reloads but with http://www.thefieryscotsman.com/index.php?showimage=261 it works without any problem. I'm using the latest version of Opera. Mike |
|
#74
|
|||
|
|||
|
Quote:
The last think I would like to do if anyone can help me is change the site logo on the top left. I would like it to be text just like the other text on the top right. So it all looks streamlined. Same font, size, etc... Anyone know how I could achieve this? An Elegy of Sorts |
|
#75
|
||||
|
||||
|
Quote:
So I think the proble with the 'www' version is down to something in my dot htaccess file. This is currently what is there......... Code:
#RewriteEngine on
#RewriteCond %{HTTP_HOST} ^thefieryscotsman.com$ [OR]
#RewriteCond %{HTTP_HOST} ^www.thefieryscotsman.com$
#RewriteRule ^/?$ http://www.thefieryscotsman.com [R=301,L]
Options +FollowSymLinks
RewriteEngine on
RewriteCond % ^thefieryscotsman\.com [NC]
RewriteRule ^(.*)$ http://www.thefieryscotsman.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} !^$
RewriteCond %{HTTP_HOST} !^www.thefieryscotsman.com [NC]
RewriteRule (.*) http://www.thefieryscotsman.com.com/$1 [R=301,L]
Mike |
|
#76
|
|||
|
|||
|
Navigation overlay
I wanted the navigation overlay arrow to match Delicious so I copied and replaced the files and now I get this. http://www.photokinesis.com/ebay/Arrow.jpg Any suggestions?
Andy |
|
#77
|
||||
|
||||
|
In light.css and dark.css files from the template search for:
#menu_browse_prev:hover, #menu_browse_prev:visited:hover and #menu_browse_next:hover, #menu_browse_next:visited:hover and replace each block with this, accordind to each file: light.css: Code:
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
background: url('../images/light/prev_btn.png') center center;
background-repeat: no-repeat;
cursor: pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
background: url('../images/light/next_btn.png') center center;
background-repeat: no-repeat;
cursor: pointer;
}
dark.css: Code:
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
background: url('../images/dark/prev_btn.png') center center;
background-repeat: no-repeat;
cursor: pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
background: url('../images/dark/next_btn.png') center center;
background-repeat: no-repeat;
cursor: pointer;
}
__________________
· I'm sorry if I make some mistakes here and there, english is not my native language. · Successfully using this method to fight spam since 01.03.2008. Spam comments encountered so far: 0. · photography - my website Last edited by photography; 05-07-2008 at 07:20 PM. |
|
#78
|
|||
|
|||
|
Thank you! That did the trick. I appreciate your help.
Andy |
|
#79
|
||||
|
||||
|
Anytime!
__________________
· I'm sorry if I make some mistakes here and there, english is not my native language. · Successfully using this method to fight spam since 01.03.2008. Spam comments encountered so far: 0. · photography - my website |
|
#80
|
|||
|
|||
|
Little Help?
Hi to all,
I am a new user of Pixelpost and been using Simplicious Templates. This is a very good one and I'm using it right now. I have a question though regarding to its features. Can anyone tell me how to add or to display the number of Comments into its photo? And one thing more, if I'm browsing my gallery and using my laptop the comments popup is doing good in Mozilla and IE but in my Desktop/PC the popup wont appear? I've been using different Security Suite, do you think it just because of those Anti-Something? Here's the link: http://www.jamirdesign.com/photogall...p?showimage=20 of the photos that have a comment. Thanks guys in advance and more power to all of us. |
| Post Reply |
| Thread Tools | |
|
|