Shape 5

Joomla Free Templates => Design Control - Free => : aandk March 26, 2015, 10:09:14 PM



: error 400 Bad Request
: aandk March 26, 2015, 10:09:14 PM
Hi Support,
I am using the firebug to check my site and I got the error as shown in my attached.
Could you please advise how can i fix them?
thanks
Rui


: Re: error 400 Bad Request
: mikek March 27, 2015, 06:56:58 AM
Hello,

Please post a url to where this occurs.


: Re: error 400 Bad Request
: aandk March 27, 2015, 04:45:09 PM
Hello,

Please post a url to where this occurs.

Please find my attach.
Thanks
Rui


: Re: error 400 Bad Request
: mikek March 28, 2015, 05:28:31 AM
Hello,

Hmmmmm that error isn't showing for me on your site. You can try the following:

1. The google font error means that it's trying to a call a blank google font. The only place the template calls this is at the top of the index.php file, you can try removing this to see if the error goes away:

<?php if(($s5_fonts_highlight != "Arial") && ($s5_fonts_highlight != "Helvetica") && ($s5_fonts_highlight != "Sans-Serif")) { ?>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=<?php echo str_replace(" ","%20",$s5_fonts_highlight); if ($s5_fonts_highlight_style != "") { echo ":".$s5_fonts_highlight_style; } ?>" />
<?php } ?>

2. shape5_logo.png is a default part of the template, if you removed the file, it needs to be removed from the template's index.php file as well:

<a title="Shape5.com Professional Joomla Templates and Wordpress Themes" href="http://www.shape5.com" target="blank" id="s5_shape5_logo">[/url]


: Re: error 400 Bad Request
: aandk March 30, 2015, 01:40:01 AM
Hello,

Hmmmmm that error isn't showing for me on your site. You can try the following:

1. The google font error means that it's trying to a call a blank google font. The only place the template calls this is at the top of the index.php file, you can try removing this to see if the error goes away:

<?php if(($s5_fonts_highlight != "Arial") && ($s5_fonts_highlight != "Helvetica") && ($s5_fonts_highlight != "Sans-Serif")) { ?>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=<?php echo str_replace(" ","%20",$s5_fonts_highlight); if ($s5_fonts_highlight_style != "") { echo ":".$s5_fonts_highlight_style; } ?>" />
<?php } ?>



2. shape5_logo.png is a default part of the template, if you removed the file, it needs to be removed from the template's index.php file as well:

<a title="Shape5.com Professional Joomla Templates and Wordpress Themes" href="http://www.shape5.com" target="blank" id="s5_shape5_logo">[/url]

Thank you so much no error appear now when I use the firebug to check.
Rui


: Re: error 400 Bad Request
: mikenicoll April 05, 2015, 04:04:18 PM
Let us know if you have any further questions!