manish_gori
Forum Replies Created
-
Dont exceed the max width of the image and you should be ok.
Forum: Themes and Templates
In reply to: [discover] disable welcome button in discover themeMake sure to remove the code from index.php as well..
Forum: Themes and Templates
In reply to: [discover] HTML in "Welcome page"?This should be for boxes in element-boxes.php on line 18:
<?php if(of_get_option(‘box_text’ . $i) != NULL){ echo of_get_option(‘box_text’ . $i);} else echo “Nullam posuere felis a lacus tempor eget dignissim arcu adipiscing. Donec est est, rutrum vitae bibendum vel, suscipit non metus.” ?>
Forum: Themes and Templates
In reply to: [discover] HTML in "Welcome page"?This should be new code line 46 in index.php for welcome slider text:
<p><?php if(of_get_option(‘welcome_text’) != NULL){ echo of_get_option(‘welcome_text’);} else echo “Nullam posuere felis a lacus tempor eget dignissim arcu adipiscing. Donec est est, rutrum vitae bibendum vel, suscipit non metus.” ?></p>
Forum: Themes and Templates
In reply to: [discover] Increasing Header Image SizeIn Header.php file on line 30 , change three columns to say four or five, to increase width of logo. And simultaneously, one line 45 change nine to eight or seven. Note: Total of both has to be twelve(which is the total width both logo and menu make)
Forum: Themes and Templates
In reply to: [discover] No Picture Upload possibleUpload button in theme options panel?
Hi, Please email us through contact us your problem.
Forum: Themes and Templates
In reply to: [discover] Menu border / shadingFor menu css look in css folder look for superfish.css file. You will have to FTP it.
To preseve changes, best way is to create a child theme. http://codex.ww.wp.xz.cn/Child_Themes
Forum: Themes and Templates
In reply to: [discover] want to delete Hello World and righ sidebarseems you got it. They are basically widgets which you can remove from appeareance – widgets.
Forum: Themes and Templates
In reply to: [discover] Remove top orange line/div.Its simply a border-top css:
body {
background: #ccc;
font: normal 12px Verdana, sans-serif;
color: #777;
line-height:18px;
border-top: 4px solid #fd7800;
}Forum: Themes and Templates
In reply to: [discover] Text upper the Welcome Home -Justify is possible?Add this in style.css file:
#slider_container p{
text-align: justify;
}Forum: Themes and Templates
In reply to: [discover] HTML in "Welcome page"?You have to remove esc_html in element-slider.php and esc_textarea for boxes in element-boxes.php keep BACKUP.
Forum: Themes and Templates
In reply to: [discover] Text upper the Welcome Home -Justify is possible?You mean this text you want to justify?
a lista inclui marcas como Ferrari, Lancia, Autobianchi (que já pertencia à Lancia), Maserati, Alfa Romeo e Innocenti. A Fiat ….
More than 2 are only with pro version at the moment.
Forum: Themes and Templates
In reply to: [discover] Any way on not showing any blog post on the homepage?GO to appereance – theme options. At top See the help instrutions are clearly given, Or read reade.txt file in themes folder.