LeonWeb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Two search boxes on one pageHello again!
I noticed that the search box looks good in browsers such as “chrome” and “IE” and “Opera”. But in Firefox my search box is displacement..like this:
http://firepic.org/images/2015-05/10/9cy9v0gbli8n.jpgI just want to have equal form in all browsers.
How can i correct this?Forum: Themes and Templates
In reply to: [MesoColumn] Two search boxes on one pageOh God, I’m stupid. I completely forgot about widgets.))
Thank you Nagal and Richie!!!Forum: Themes and Templates
In reply to: [MesoColumn] Equal margin on both sides of imageit’s work with ten pixels! Thanks.
But unfortunately It’s not work with 14px..
When i do this, –
#custom .post-content img.alignleft {margin: 0 14px 14px 0 !important;}
#custom .post-content img.alignright {margin: 0 0 14px 14px !important;}
And here, the RIGHT empty space between the picture
is good, – 14px! But the bottom empty space (under pic.) is much more then 14px!But if it’s impossible to make with 14px equal sides,
I’ll do as you say with 10px.Thanks a lot!
Forum: Themes and Templates
In reply to: [MesoColumn] Remove the time informationI see. Thank you very much for the advice!!!
Forum: Themes and Templates
In reply to: [MesoColumn] Remove the time informationSuper! Thanks!
And last question about post-meta.php:
If i need this information (date + category) only main page (post-meta-home)
And I completely remove a file “post-meta.php”
it can break my site? It can also cause a lot of error?
Or it’s not important for this?Forum: Themes and Templates
In reply to: [MesoColumn] Equal margin on both sides of imageSorry, the example(image) I showed you, is not correct. I drew it myself in Photoshop.
But in my real site image is not separated whith paragraph p.
There is <p>===img===text text</p> Just one paragraph.
Like this example, -(small resolution)http://i66.fastpic.ru/big/2015/0331/d3/b063e5d7d87a2721c7fb0a88ca768bd3.jpg
On this image bottom margin is bigger then right. But i want to have equal..
Is it possible?Forum: Themes and Templates
In reply to: [MesoColumn] Remove the time informationThank you!
I’ll try to find it.But there is still a question…
How I can edit the post-meta.php for this:
I need to disable pop-up text (with time information) when mouse hovers under title on post-entry article..
I’m trying to find a solution somewhere here:<?php
$getmodtime = get_the_modified_time(); if( !$getmodtime ) {
$modtime = ‘<span class=”date updated meta-no-display”>’. get_the_time(‘c’) . ‘</span>’;
} else {
$modtime = ‘<span class=”date updated meta-no-display”>’. get_the_modified_time(‘c’) . ‘</span>’;
}
?>
<span class=”entry-date”><i class=”fa fa-clock-o”></i><abbr class=”published” title=”<?php echo esc_attr( get_the_date( ‘c’ ) ); ?>”><?php echo the_time( get_option( ‘date_format’ ) ); ?></abbr></span>
<span class=”meta-no-display”>” rel=”bookmark”><?php echo the_title_attribute(); ?></span><?php echo $modtime; ?>Forum: Themes and Templates
In reply to: [MesoColumn] Is there an easy way to add a Favicon?May be you need to Go to Appearance > Theme Options/
and put your fav icon full url there?