- Posts: 134
- Thank you received: 0
Resize the logo of the temple hot cars
-
felipergueza
Inactive member - Topic Author
- Member
Less
More
13 years 1 month ago #12302
by felipergueza
Resize the logo of the temple hot cars was created by felipergueza
As I can resize the template logo hot cars?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12309
by ivan.milic
Replied by ivan.milic on topic Re: Resize the logo of the temple hot cars
First you need to change in layout.css:
.logo {
height: 79px;
width: 288px;
float: left;
}
then open index.php of template and change width and height attributes of logo image html tag:
<img src="<?php echo $template_path ?>/images/logo<?php echo $templateStyle; ?>.png" width="288" height="79" alt="Hot Cars" />
.logo {
height: 79px;
width: 288px;
float: left;
}
then open index.php of template and change width and height attributes of logo image html tag:
<img src="<?php echo $template_path ?>/images/logo<?php echo $templateStyle; ?>.png" width="288" height="79" alt="Hot Cars" />
Please Log in to join the conversation.
-
felipergueza
Inactive member - Topic Author
- Member
Less
More
- Posts: 134
- Thank you received: 0
13 years 4 weeks ago #12497
by felipergueza
Replied by felipergueza on topic Re: Resize the logo of the temple hot cars
Make changes as to the modification of the logo and edit the files mentioned, save the changes and when I opened the site to see the result of Cambyses me the following error frame.
Warning: require(/home/misitio/public_html/templates/hot_cars//js/browser.php) [function.require]: failed to open stream: No such file or directory in /home/misitio/public_html/templates/hot_cars/index.php on line 203
Fatal error: require() [function.require]: Failed opening required '/home/mi sitio/public_html/templates/hot_cars//js/browser.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/corredor/public_html/templates/hot_cars/index.php on line 203
Note: Before this error I went back to reinstall the files index.php originlaes layout.css and logo as well as the original but these are not reflected as continuing with the same error.
Any suggestions to solve this problem.
Warning: require(/home/misitio/public_html/templates/hot_cars//js/browser.php) [function.require]: failed to open stream: No such file or directory in /home/misitio/public_html/templates/hot_cars/index.php on line 203
Fatal error: require() [function.require]: Failed opening required '/home/mi sitio/public_html/templates/hot_cars//js/browser.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/corredor/public_html/templates/hot_cars/index.php on line 203
Note: Before this error I went back to reinstall the files index.php originlaes layout.css and logo as well as the original but these are not reflected as continuing with the same error.
Any suggestions to solve this problem.
Please Log in to join the conversation.
-
felipergueza
Inactive member - Topic Author
- Member
Less
More
- Posts: 134
- Thank you received: 0
13 years 4 weeks ago - 13 years 4 weeks ago #12504
by felipergueza
Replied by felipergueza on topic Re: Resize the logo of the temple hot cars
Note: The line of code that is mentioned is as follows:
202 <? Php}?>
203 <? Php require (dirname (__FILE__). DS. '/ Js / browser.php');?>
204 <style type="text/css">
205 <! -
As I interpret this code and how I can solve this problem.
How should I interpret this code and proffers comom solve this problem.
202 <? Php}?>
203 <? Php require (dirname (__FILE__). DS. '/ Js / browser.php');?>
204 <style type="text/css">
205 <! -
As I interpret this code and how I can solve this problem.
How should I interpret this code and proffers comom solve this problem.
Last edit: 13 years 4 weeks ago by felipergueza.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 weeks ago - 13 years 4 weeks ago #12508
by ivan.milic
Replied by ivan.milic on topic Re: Resize the logo of the temple hot cars
Why you need that path , that file (browser.php) does not exist there by default:
<? Php require (dirname (__FILE__). DS. '/Js/browser.php');?>
If you have some modification that involves some file browser.php in js folder problem may be case of letters in path (linux is case sensitive)
so it should be:
<?php require (dirname(__FILE__). DS. '/js/browser.php');?>
<? Php require (dirname (__FILE__). DS. '/Js/browser.php');?>
If you have some modification that involves some file browser.php in js folder problem may be case of letters in path (linux is case sensitive)
so it should be:
<?php require (dirname(__FILE__). DS. '/js/browser.php');?>
Last edit: 13 years 4 weeks ago by milos.
Please Log in to join the conversation.
Time to create page: 0.206 seconds