$25
Must Make 2 Edits to my Blog
The message that I receive is:
Parse error: syntax error, unexpected ',' in /home/content/a/u/s/austinoutdoor/html/blog/wp-content/themes/autofocus/functions.php on line 624
__
This error was fixed.
I must make two edits to my blog, http://austinlivesoutdoors.com/blog, and this is what i was trying to do when made the above mistake.
I would like to change the size of the featured images in each post like this one (http://austinlivesoutdoors.com/blog/outdoor-living-in-south-austin/) to stretch to line up with the "e" in website.
I also need to delete the grey border in the gallery images. <-- DONE
One more thing, I would like to not have the YouTube video appear in the "next" post line here: http://austinlivesoutdoors.com/blog/outdoor-living-in-south-austin/
Thank you in advance for your timely response!
Allie H | 08/02/10 at 1:03am
| Edit
(5) Possible Answers Submitted...
-

Last edited:
08/02/10
1:10amUtkarsh Kukreti says:Please paste the source of /home/content/a/u/s/austinoutdoor/html/blog/wp-content/themes/autofocus/functions.php to pastebin or mail me from my profile.
- 08/02/10 1:11am
Allie H says:what do you mean paste the source?
- 08/02/10 1:11am
-

Last edited:
08/02/10
2:00amRashad Aliyev says:Hello,
You've got a few problem. I can assist you to solve your problem.
- 08/02/10 1:20am
Rashad Aliyev says:There're 2 way to solve your problem.
1st of this: That's about your theme,
2nd of this: That's about your core files of WordPress.
Do like this, Login your wp-admin and change your theme then test it working or not. Then again reactivate your Autofocus theme. Check it again.
Write here what happened? - 08/02/10 1:44am
Rashad Aliyev says:It seems working now..
- 08/02/10 1:51am
Rashad Aliyev says:For removing grey borders;
Use this CSS codes. Add it to end of your CSS file.
.attachment-thumbnail {border:0px!important;}
- 08/02/10 1:53am
Allie H says:awesome. that definitely worked. any help on getting the featured images in each post to be larger?
- 08/02/10 1:56am
Rashad Aliyev says:That's about with your CSS Class: class="full-photo"
find it and change.
best regards,
- 08/02/10 1:20am
-

Last edited:
08/02/10
2:00amwjm says:you have an error sintax in your autofocus' functions.php file.
you will need ftp access.
post to pastebin.com the source code
so we can tell you what's wrong with it.- 08/02/10 1:14am
wjm says:look in line no. 624 of
wp-content/themes/autofocus/functions.php
you probably have a "," at the end of the line when it should be a ";"
replace it and reupload it. it should work.
- 08/02/10 1:55am
wjm says:to widen the image, you should add to your style.css
at the end of the file these two lines
.single .post .full-photo img { width:620px; }
.gallery img.attachment-thumbnail, #gallery-1 img.attachment-thumbnail { border-width:0 !important; }
- 08/02/10 1:14am
-

Last edited:
08/02/10
1:14amBrent Shepherd says:There is an error in your theme. The easiest solution is to change the name of your theme's folder, for example change it from "autofocus" to "autofocus_broken" and then load a page.
WordPress should see the theme is not available and revert to the default theme which should load OK.
You should not activate the theme again until someone has fixed the error in your theme's functions.php file. It shouldn't be a difficult fix.
Hope that helps.Previous versions of this answer: 08/02/10 at 1:14am
-

Last edited:
08/02/10
1:17amSidd says:Hi Allie,
First , don't worry :)
This can be sorted out.
You basically have messed up the php sytnax in the functions.php file
So we need to see the functions.php file.
Please send me the source code for the functions.php file and then we can fix the problem.
(Source code meaning that all the code that is typed into the functions.php - you may send me the entire file as an attachment or just open the functions.php and select the entire content (code) of the file and then mail me that )
You can mail me through my profile.
Cheers,
Sidd.Previous versions of this answer: 08/02/10 at 1:17am
This question has expired.
Current status of this question: Completed



