solarpunk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Safari browser issuesmac,
i used the validator and found the error. i just need extra pair of eyes that can guide in the right direction regarding the closing of the div. i being looking for info how all the templates tag should be. like should be sidebar be call from the footer template or the main template.
thanks for all you help. i will spend more time tonight when i get home own it.
Thanks
SolarPunkForum: Fixing WordPress
In reply to: Rotate the Header Image.i just tested out, it work for me…i change the path in the php file to work for me since i have the images locate where my theme is.
this is how i have it in the css file:
#header {
background: #90A090;
background-image: url(‘rotate.php’);
background-repeat: no-repeat;
border-bottom: dotted 1px #FFFFFF;
border-left: dotted 1px #FFFFFF;
border-right: dotted 1px #FFFFFF;
border-top: dotted 1px #FFFFFF;
font-size: 20px;
height: 225px;
margin: 0px;
margin-top: 0px;
text-align: center;
width: 100%;
}change this part in the rotage.php to where you have your images locate…this how i have mine
$folder = ‘images/objects/’;Forum: Themes and Templates
In reply to: how can i add icon next to the template tagnoname,
thanks it work like a charm ??
SolarPunk
Forum: Fixing WordPress
In reply to: Can I pop my nav bar into index.php blogyou can also make into php include. i have done this in the past but not for worpdress.
SolarPunk
Forum: Themes and Templates
In reply to: Adding grid to calendar?mmdm:
you mean the border of the cell? it can be control through the css.
Forum: Fixing WordPress
In reply to: Traducci?3n al espa?±ol wp1.5Federico,
Sabes, no al lugar donde cambiarlo. Yo estaba buscandolo tambien. Tal vez nucleamoose puede contestar esa pregunta. Ademas hace como un mes o dos que cambiaron el program can estaban usando para los forums.
Forum: Fixing WordPress
In reply to: Traducci?3n al espa?±ol wp1.5federico,
si hablo espa?±ol. naci en republica dominicana ?? . Tiene que ir al profile tuyo y lo cambia aya.
Forum: Fixing WordPress
In reply to: Traducci?3n al espa?±ol wp1.5i was thinking of this part mention in the documentation:
The PO files should be coded in valid UTF-8. Alternatively you can create another PO (and MO) file with a different coding (i.e. iso-8859-1 for Western European languages), but in order to work properly it is recommended that you use utf-8.
Forum: Fixing WordPress
In reply to: Traducci?3n al espa?±ol wp1.5NuclearMoose:
do you know where federico can look for info how to fix the issues with the characters with accent in spanish? where are the functions that can handle that.
federico: hablas Ingles?
Gracias,
SolarPunkForum: Plugins
In reply to: Amazon Media Manager 1.1jxpx,
i couldnt get to work. i back up my amazon database and delete the table and still getting the same error. i running build feb 7, 05
Array ( [0] => recom [1] => tinyint(4) [2] => [3] => [4] => 0 [5] => ) The ae_data table appears to exist already. Either you are running the installation for the second time or something has gone wrong… If you are having difficulty with the amazon media WordPress mod, you could try removing the table in PhPMyAdmin and running the installation script again.
Forum: Fixing WordPress
In reply to: Last Tested Stable NightlyThe way I do my updates is that i tested locally in my computer first and than after a da or two i move to the live site.
most of the issues i have in the past with nightly is some plugins break things up. i using nightly from 2005-01-30.
thanks
solarpunkForum: Themes and Templates
In reply to: div id=raphillj,
here is definiton i found:
“Normally one would use six, I’m sure you’re familiar with that
standard. Using three digits is just an abbreviated form of value
notation. For example white as a hex value would be #FFFFFF. Websafe
colors use three pairs of digits like so; #FF0000 or #33CCFF. The use
of hex values in this way allows for obvious abbreviation.
#FFFFFF = #FFF
#FF0000 = #F00
#33CCFF = #3CFUsing shorthand like this also make a CSS file smaller. Although it may
not look like much any advantage should be utilized. High speed and low
bandwidth, that’s something to aim for. A bit here a byte there add up
in the end and makes a difference.
Hope that clears it up.”Forum: Themes and Templates
In reply to: Testing another WordPress ThemeGregory,
the sidebar, how tdid you define the blockhead in the template with the php. i being wanted to do something like that for my blog. i started last night to work on the css but i couldn’t get it to work correctly when it came placing the div. I want to divide each sections into small modules. you can view my blog at https://www.fusionrain.com/blog. you see what i mean.
thanks
solarpunkForum: Themes and Templates
In reply to: Neptune – a new 3-column theme (WP1.5)TechGnome,
thanks for letting me know about it. i will look into..i am still playing with the css. i have a local copy of wp install in my computer. i need to do more testing.
thanks
solarpunkForum: Themes and Templates
In reply to: Neptune – a new 3-column theme (WP1.5)Rocky,
I will. I need to do more css cleaning to it. you can copy the css file if you want to experiment with it. the template itself, it used the old default theme, not the kubrick one.
Thanks
solarpunk