krisstv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: F8 lite modify alignmentThanks, but it’s not working 🙁 I just want it to look as the original F8 lite. If you check the demo of this theme http://demo.graphpaperpress.com/f8-static/ the margins are ok, but I’ve made so many changes that I don’t now where’s the mistake…
Forum: Themes and Templates
In reply to: change text color in F8 liteHi, I used a program called Firebug that shows the html and CSS code of the web page and its elements. It’s very useful, there’s a lot of tutorials to learn how to use it.
I didn’t change the size of the frame in the slideshow, I made a new document in photoshop with the exact dimensions of the frame and I simply added the picture I wanted to show and my logo. I made 6 pictures for the slideshow.
Hope this helps 🙂Forum: Themes and Templates
In reply to: change text color in F8 liteCan anyone help me, please?
Forum: Themes and Templates
In reply to: fullscreen theme: change bottom thumbs sizeOk, NOW it’s working ok! It seems that it needs a few minutes to update. Seriously, I checked a few times after making the changes and it didn’t work, and now it looks ok…
Thanks for the help!!
Forum: Themes and Templates
In reply to: fullscreen theme: change bottom thumbs sizeHi wearitwell, I changed those lines, but as soon as I saw that it didn’t work, I changed them again. I’ve modified again the lines so that you can see that is not working… Check it out
Forum: Themes and Templates
In reply to: fullscreen theme: change bottom thumbs sizeThanks, but it’s not working, the gaps between images are still there. Any other advise?
Please, help 🙂P.S.: I’ve found out why the last bottom image on the right doesn’t show, it depends on the browser :s
Forum: Themes and Templates
In reply to: Custom logo instead of blog nameYesss, finally 🙂 I removed the “)” as you said and it worked!
Thanks a lot for your help!Forum: Themes and Templates
In reply to: Custom logo instead of blog nameIt’s a free theme, not premium.
If anyone else could help me I’d be grateful..Forum: Themes and Templates
In reply to: Custom logo instead of blog nameThanxs man, but is not working 🙁
This is my code, there must be something wrong in it..<!– Begin Homepage Navigation –>
<?php if (is_home()) : ?>
<div class=”home”>
<div id=”branding”>
<div class=”brand-wrap”>
<div class=”logo_image”><img src=”http://criscanton.web44.net/wp-content/themes/fullscreen/images/logo_kk copia.png)” /></div>
<?php fullscreen_theme_nav(); ?>
<div class=”go-left”><img src=”<?php bloginfo(“template_directory”); ?>/images/back.gif” class=”go-left” alt=”back” /></div>
<div class=”go-right”><img src=”<?php bloginfo(“template_directory”); ?>/images/forward.gif” class=”go-right” alt=”forward” /></div>
</div>
</div>
<?php else: ?>Forum: Themes and Templates
In reply to: Custom logo instead of blog nameThanxs, I’m trying but when I put this
<div class=”logo_image”><img src=”images/mylogo.jpeg” /></div>
what I see is a red ‘x’ (like when an image can’t be displayed).
I’ve uploaded my logo via FTP so I guess there’s something missing in the code.I’m a begginer, be patient please