Mirko01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Border around image with linkWow. You’ve opened my eyes.
ThanksForum: Fixing WordPress
In reply to: Border around image with link@ linux4me2
Your solution works in Sidebar: http://www.tangens.si/mentorstvo-za-mlade/
and it works in Footer (Click on WordPress logo at bottom),
but it doesn’t work in home.php: http://www.tangens.si
and it doesn’t work in body.php: http://www.tangens.si/mentorstvo-za-mlade/Would you be so kind and check my style.css?
You can contact me through [email address moderated – these forums do not provide support via email]Hi everyone,
MirkoForum: Fixing WordPress
In reply to: Border around image with link@esmi
Tranquility White is an old theme from WordPress 2007. I have modified it. Home.php is a static HTML page, not part of the original WordPress theme.@ linux4me2
You are right. I’ll try. Thank you.@ Somegirlwitha.com
Thanks for your effort anyway.Enjoy,
MirkoForum: Fixing WordPress
In reply to: image hover/rollover borderHi.
I have opposite wish. I’d like to get a border around image with link.
Current solution is reduced opacity, but I don’t like it. It isn’t noticeable enough. This is in my style.css:
a { color: #ff8000; text-decoration: none; }
a:visited { color: #ff8000; }
a:hover { color: #0000ff; text-decoration: underline; }
a img:hover { opacity: 0.5; }I’ve tried also to reduce opacity for all images to 0.8 and then enlarge opacity to 1 with: a img:hover { opacity: 1;}, but images were too pale. Now I’d like to try with border around image. I’ve tried with a img:hover { img-border: 1;} but it didn’t work. Can you, please, help me.
Oh, my site is: http://www.tangens.si/Kind Regards, Mirko
Forum: Fixing WordPress
In reply to: Intermediate page for 3 sec and redirect automaticallyWell, I inserted your script directly in intermediate page (in text mode) and WordPress changed script into:
<script type=”text/javascript”>// <![CDATA[
window.onload=timeout;
function timeout(){
window.setTimeout(“redirect()”,3000)}
function redirect(){
window.location=”desired-page/”
return}
// ]]></script>But most important – it works!
You can check it here: http://www.tangens.si/ponudba/
Click on the left option (on the house full of people).So Thank you again!
Forum: Fixing WordPress
In reply to: Intermediate page for 3 sec and redirect automaticallyGreat. I’ll try. Thank you,
MirkoForum: Fixing WordPress
In reply to: Intermediate page for 3 sec and redirect automaticallyThank you!
As you’ve probably noticed, I’m an apprentice. Would you be so kind and write this JavaScript for me?
Forum: Fixing WordPress
In reply to: [VideoPress] Video controller="false"I’ve solved the problem with installing videojs plug in.
Forum: Fixing WordPress
In reply to: [VideoPress] Video controller="false"