PL_kolek
Forum Replies Created
-
Forum: Themes and Templates
In reply to: My Theme renders differently on lcalhost and webserverAs far as I understand CSS, what is marked as crossed, doesn’t matter for the browser, because another property is used to determine (in that case) the color. So the color should be as it marked ‘active’: white. But it is orange. But the crossed color is used all over my site, even though .menu a selector override it.
Moreover, even when I remove the general a:link, a:active, every link stays orange. Not sure if I stated it clearly enough. I want to have white menu links (and as I see, Firefox detects that) but they are still orange. With the same css and html on the remote server everything is fine.
But, I am just learning, so my undestanding of what is happening might be (and probably is) poor.
EDIT: Uploaded to the linked website new version of my layout (work in progress). Still OK on the remote host.
EDIT2:
Proble SOLVED. This had nothing to do with localhost. I had incorrectly specified the color of a visited link (wrong selector). After clicking in the remote site I realised it.
Thank you very much for your help, efforts and time. Sorry for the trouble ??
Forum: Themes and Templates
In reply to: My Theme renders differently on lcalhost and webserverThat’s what I did. I couldn’t get rid of this on localhost, so I installed the theme on the remote server for validation, but it rendered correctly. But I validated it – there was nothing more, than opened and not closed <hr> and some complaints about script added by hosting service.
The only thought that is left in my mind is that my localhost server is incorrectly cofigured, but as I am not familiar with apache, I left it with the defaults.
Here is the image of what is happening:
https://i47.tinypic.com/2jbv2ut.jpgForum: Themes and Templates
In reply to: My Theme renders differently on lcalhost and webserverHah, I didn’t get it ;). Here it is:
Localhost:
<link rel="stylesheet" href="https://localhost/wordpress/wp-content/themes/marztheme2/style.css" type="text/css" />
Remote host:
<link rel="stylesheet" href="https://marztest.net63.net/wp-content/themes/marztheme2/style.css" type="text/css" /> <link rel='stylesheet' id='admin-bar-css' href='https://marztest.net63.net/wp-includes/css/admin-bar.css?ver=20111209' type='text/css' media='all' />
Don’t think the admin css fixes things on remote host…
What is really strange, it looks like Firefox gets correct html and css, its inspector reads it correctly, but renders wrong. Same with Opera – issues with colors a little different, but still doesn’t look in a way it should.
Forum: Themes and Templates
In reply to: My Theme renders differently on lcalhost and webserver<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
Cleared the cache many times, also tried refreshing with ctrl/shift (don’t remeber which one is correct ;)).