daitarn3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: write Post by FormHello ,
I bought the plugin.
Unfortunately, however, you can not change the login page.do you know other plugins?
thanks
- This reply was modified 8 years, 8 months ago by daitarn3.
to remove category, date, excerpt I wrote:
.home .featured .post-meta { display:none !important; } .home .featured .entry.excerpt p { display:none !important; }I just removed the summary as I work out?
thanks
you are great !!!
I added .featured because I wanted only for the last post added to the home page (big photo). I wanted to know if it is correct to use featured?thanks
.home .featured .post-thumbnail {
margin-top: 75px;
}.home .featured .post-title {
position: absolute;
top: 0;
margin-top: 5px;
}I used this code, but it does not work:
#post-title { display: table; margin-bottom: -4px; } #post-thumbnail { width: 100%; float: left; margin-right: 20px; }I do not understand what it’s called Firebug with the area of the theme of the first post,
you help me?which plugins you have installed. also serves to me
<div class=”post-inner post-hover”>
Forum: Themes and Templates
In reply to: [Hueman] links of the post "undreline"thanks
Forum: Themes and Templates
In reply to: [Hueman] links of the post "undreline"I solved this way:
A:link, A:visited { text-decoration: none; } A:hover { text-decoration: underline; } #nav-topbar .nav li > a:hover, #nav-topbar li:hover a {text-decoration:none}is this code correct?
Forum: Themes and Templates
In reply to: [Hueman] menu is locked and there is a blank spaceNow I get it.
error:
(put above this line
@import url(“../customizr/style.css”);
).The post “SOLUTION:” … if you can delete it because it does not solve the problem.
I removed the plugin that created the problem now is all ok!thanks
massimoForum: Themes and Templates
In reply to: [Hueman] menu is locked and there is a blank spaceIt is not true. check it out
Forum: Themes and Templates
In reply to: [Hueman] menu is locked and there is a blank spaceSOLUTION:
Please add this line to style.css file in your current theme
.tc-header .nav-collapse {display: block}(put above this line
@import url(“../customizr/style.css”);
)Best regards,
Forum: Themes and Templates
In reply to: [Hueman] menu is locked and there is a blank spaceis this plugin:
linkForum: Themes and Templates
In reply to: [Hueman] menu is locked and there is a blank spaceunfortunately there is a problem with all browsers.
how to fix this?Forum: Themes and Templates
In reply to: [Hueman] links of the post "undreline"help please
Forum: Themes and Templates
In reply to: [Hueman] remove the spaceis perfect !!!
thanks