two colours theme released
two colours theme released
hello everybody
after some hard testing (thanks testers!) i thing there is nothing to wait for and i'm going public with my little theme. ok, it's nothing very big and it's not a competition to carls hemingway but there is another one theme for serendipity's users. maybe somebody likes it.
take a look, download it, read some more about it
please read the README.TXT file (options explained) and please, send me some feedback about problems or plugins you want to be supported.
and above all - tweak it like hell to suit your needs!
after some hard testing (thanks testers!) i thing there is nothing to wait for and i'm going public with my little theme. ok, it's nothing very big and it's not a competition to carls hemingway but there is another one theme for serendipity's users. maybe somebody likes it.
take a look, download it, read some more about it
please read the README.TXT file (options explained) and please, send me some feedback about problems or plugins you want to be supported.
and above all - tweak it like hell to suit your needs!
"everything is under control" - kasparov demo
hello azel
no, it is not. i double checked it before release - it uses english language file by default and only if the blog's language is set to other language supported by theme (now only polish - anybody wants to translate it into other language?
) - the change happens.
did you overwrite ALL the files in the theme? if not - please, do so. style.css included. i mean, overwrite them ALL (okey, leave the graphics if you want) because there are some changes in couple of files. as i can see by now you did not overwrite your index.tpl file and style.css file
. please, unpack the zipfile and upload all the files (just overwrite them) to server.
no, it is not. i double checked it before release - it uses english language file by default and only if the blog's language is set to other language supported by theme (now only polish - anybody wants to translate it into other language?
did you overwrite ALL the files in the theme? if not - please, do so. style.css included. i mean, overwrite them ALL (okey, leave the graphics if you want) because there are some changes in couple of files. as i can see by now you did not overwrite your index.tpl file and style.css file
"everything is under control" - kasparov demo
beautiful theme
beautiful theme Costa
but how come you tube videos will not play in it?
i test with default theme & youtube videos play but
in 2 colors theme it does not.
thank u for a beautiful theme again
but how come you tube videos will not play in it?
i test with default theme & youtube videos play but
in 2 colors theme it does not.
thank u for a beautiful theme again
thanks trishna
ok, let's see what the problem may be. i checked it - older youtube movies are running well. the newer ones are screwed up, you're right. let's see what we embed. first, the newer one:
and now the older one
those are just examples from my site: newer, older
the older one is working, the newer one is not. what is the difference? this nasty one:
i don't know what are those... new layers? hidden layers? damn it. ok, i'll try to do something with that althought i don't know where the problem could be. carl, help! 
thanks for telling!
ok, let's see what the problem may be. i checked it - older youtube movies are running well. the newer ones are screwed up, you're right. let's see what we embed. first, the newer one:
Code: Select all
<object width="390" height="320"><param value="http://www.youtube.com/v/15XQx6PMv0U" name="movie" /><param value="transparent" name="wmode" /><embed width="390" height="320" wmode="transparent" type="application/x-shockwave-flash" src="http://www.youtube.com/v/15XQx6PMv0U" /></object>Code: Select all
<object width="390" height="320"><param name="movie" value="http://www.youtube.com/v/ljZOHnZNaBc" /><embed width="390" height="320" src="http://www.youtube.com/v/ljZOHnZNaBc" type="application/x-shockwave-flash" /></object>the older one is working, the newer one is not. what is the difference? this nasty one:
Code: Select all
wmode="transparent"thanks for telling!
"everything is under control" - kasparov demo
thanks Costa & Judebert
i played around with it last night & if i remove some things, it works.
here is an example of a working one:
<embed src="http://www.youtube.com/v/5FPUOeqglmQ">
</embed>
<object width="350" height="350">
<param name="movie" value="http://www.youtube.com/v/5FPUOeqglmQ">
</param>
<param name="wmode" value="transparent">
</param>
</object>
i am short on time so i will read your posts more fully later.
thanks again!
i played around with it last night & if i remove some things, it works.
here is an example of a working one:
<embed src="http://www.youtube.com/v/5FPUOeqglmQ">
</embed>
<object width="350" height="350">
<param name="movie" value="http://www.youtube.com/v/5FPUOeqglmQ">
</param>
<param name="wmode" value="transparent">
</param>
</object>
i am short on time so i will read your posts more fully later.
thanks again!
You should be able to skip the <embed> tag altogether if you add a data attribute to your <object>, like so:
Code: Select all
<object width="350" height="350" data="http://www.youtube.com/v/5FPUOeqglmQ">
<param name="movie" value="http://www.youtube.com/v/5FPUOeqglmQ">
</param>
<param name="wmode" value="transparent">
</param>
</object> Need help to add the third Navbar
I want to use the 3rd navbar at the "end" footer-zone of the template "Two Colours Theme by CoSTa. In the plugin menu of the backend, i can see the left, hide and right one to place the plugins only. What can i do to add this.
Sorry about my bad english.
Thanks a lot for help.
Sorry about my bad english.
Thanks a lot for help.
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
the three columns you mention are always there, and the extra columns get added to the side of them, depending on the screen resolution you're using, you might not see the extra columns. You might have to scroll to the side to see them or increase your screen resolution. Garvin hasn't yet had the time to fully finish off the column selector, so bugs like these are still there.
If resolution is the problem, could you let us know?
If resolution is the problem, could you let us know?
Hi Carl,
i have a screen resolution of 1280x1024 and i didn't can scroll to the side.
All i have to see is this. Here a screenshot http://blogtxt.de/uploads/Blogbilder/2007/backend.jpg.
i have a screen resolution of 1280x1024 and i didn't can scroll to the side.
All i have to see is this. Here a screenshot http://blogtxt.de/uploads/Blogbilder/2007/backend.jpg.
Olaf,
Go to your template configuration. The last line should be a text box where the sidebar names are specified. They should say right, hidden, left, bt1, bt2, bt3 (or your language equivalent). I also had this problem, and it was due to the bottom sidebar names being incorrect (so they should be bt1, bt2, bt3). You should be able to change them to the correct names.
Go to your template configuration. The last line should be a text box where the sidebar names are specified. They should say right, hidden, left, bt1, bt2, bt3 (or your language equivalent). I also had this problem, and it was due to the bottom sidebar names being incorrect (so they should be bt1, bt2, bt3). You should be able to change them to the correct names.