blogatorul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual problem for my blogstill me up with kiano.ro. I was logged with another username.
Forum: Fixing WordPress
In reply to: Latest WP Posts and feeds Upside Down!!!why don`t you install the plugin again?
Forum: Fixing WordPress
In reply to: Visual problem for my blogI
ve tryied. I see there this "single postid-x" ... i
ve tryied .single, .single post, .single postid, .single page, .page (dont laugh) ... what
s next?Forum: Fixing WordPress
In reply to: Visual problem for my blogi`ve tryied several things but nothing… @esmi, i see you around. Please help!
Forum: Fixing WordPress
In reply to: Categories in menus by order, not alphabetical@esmi, help you know where! ??
Forum: Fixing WordPress
In reply to: Visual problem for my blogI`ve just used .single like this
.single #mid {
width: 100%;
padding-bottom: 10px;
margin-top: 53px;and there are no changes.
What should i use?
Forum: Fixing WordPress
In reply to: Visual problem for my blogIt`s working. Thank you so much.
Questions: If i want something to take action only in the posts page the <body <?php body_class(); ?>> line has to be in the same place? in the header where you told me? And in my ie stylesheet what class do i have to put? .single?
Forum: Fixing WordPress
In reply to: Visual problem for my blogso let me get this right.
I open header.php with my editor. change <body> with <body <?php body_class(); ?>> and after that i go to ie sheet and preface with .home like this for example:
old:
#mid {
width: 100%;
padding-bottom: 10px;
margin-top: 53px;
new:
.home #mid {
width: 100%;
padding-bottom: 10px;
margin-top: 53px;
Is it corect?Wont this efect other browsers?
Forum: Fixing WordPress
In reply to: Visual problem for my blogThanks to you all, i fixed this problem. Now it looks ok after tweaking them out. This is what i call a help. Thank you esmi.
Now, as i was saying before, the problem in ie was only on the index. In the pages or posts, everything was looking allright. Now, after i have fixed the problem by increasing the px for margin-top, the index looks ok and the panel is where it should be. But in posts and pages, because there was alright from the begining, now, after the fixes, the panel is way down cause of the incrased margin-top. How can i make this modifications/fixes only for the index and not to the whole website?
Forum: Fixing WordPress
In reply to: Visual problem for my blogNow i`ve seen something…
@esmi, your last post was great. Thank you… I managed to upper the menu bar throw header and now i can see it. But the problem wasn`t from the header in ie. In ie not the header is going down, but the content, the panel with the photo has gone up. See the link: https://www.kiano.ro … see the index and then push a page to see the differences. So i have to make some changes for the content. Is it the same deal? A new stylesheet with new lines? And what should i look for in the old stylesheet to put in the new stylesheet?
Forum: Fixing WordPress
In reply to: Visual problem for my blogaha.. now i understand more clearly. i wil try it esmi
second problem: as i told before, in google chrome the page CONTACT from the menu bar disapears in some pages and only the letter C remains from CONTACT. How can i fix that?
Forum: Themes and Templates
In reply to: Viewport theme problems/Please help.And there i get no help.
Forum: Fixing WordPress
In reply to: Visual problem for my blogOhh, know i understand. In the link tells me what to do with the stylesheet that i have to create but nothing about the content? So, i have to make a stylesheet with my own problems in the content? In fact, the content has to be with the corect lines so that the header to look ok?
Forum: Fixing WordPress
In reply to: Can’t Install/Upgrade Plugins Through WordPressyou have to make your wp-content writable. use your windows commander or whatever soft u use for your uploads on the ftp, right click on the folder called wp-content and change attributes to 777. Then upload… Change back to 644 when you are done.
Forum: Fixing WordPress
In reply to: Visual problem for my blogso the content of that link isn`t properly made. It is not understandable. No? I will try it again RVoodoo. So, i make a stylesheet named ie.css with the following content and upload it:
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/ie.css” media=”screen” type=”text/css” />.
Then, in my header i have to put after:
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css”
the following lines:
<!–[if IE]>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/ie.css” media=”screen” type=”text/css” />
<![endif]–>Is it corect?