I am looking for the info to change the setting of "the latest" theme. I need to update the header image and learn how to make modifications to other areas. Where can I find this?
Where is the edit info?
Thanks
Joe
Online Support Community
I am looking for the info to change the setting of "the latest" theme. I need to update the header image and learn how to make modifications to other areas. Where can I find this?
Where is the edit info?
Thanks
Joe
Hi Joe,
If you have some clarifications on the howto's of thelatest theme, kindly post your questions here. We are still working on the readme files for all the standard themes.
Also, we've recently posted our plan to upgrade our standard themes to premium themes. If you like thelatest theme to be upgraded into a premium theme, kindly post a comment on the Standard to Premium Theme post.
Thanks,
WPTD Webmaster
I need to change the header so that is displays my logo. I can not have it say"the latest" and wordpress theme designer in the main header. Where can we change that to something that makes sense for our blog?
Hi Joe,
Kindly go to the images folder of the theme and change the logo.png with your new logo.
Recommended size of logo is 408x64 pixels.
Hope this helps,
WPTD Webmaster
Hi there,
Has the read me file been done? How do you get the pictures to show up on the home page?
Hi Adam,
To display images on homepage, simply upload an image within the post. Here's how,
1. Go to admin dashboard->posts->edit
2. Select the post and click edit
3. Within the Edit Post page, Click the Add an 'Image button'. It can be located near 'Upload/Insert' text.
4. Within the pop-up form, select the image to upload. The thumbnail will be taken from this image.
* Whether you display the image to the post or not doesn't matter.
5. You can now close the pop-up and save the post.
Another option is to go to admin dashboard->media, upload image from there and attach your uploaded image to any of your post.
The latest image associated to the post will be used as thumbnail of the post.
Hope this helps,
WPTD Webmaster
Thanks, got that sorted.
I would like to add the featured video to the side bar how can this be done? It would be real good is a read me file was done for these templates!! The theme is great though.
http://www.plato232.co.uk so you can see
Thanks
Hi Adam,
The featured video is part of the default widgets if you do not put anything at the Widgets page. But since you placed widgets in your sidebar, you wont be able to see those default widgets unless you modify the codes.
If you want to use the featured video by editing the codes, here's how:
1. Go to Theme Options page and paste the ID of the video. (Note: just the ID, not the entire URL)
2. Go to sidebar.php at line 90.
3. Cut text from <!-- begin featured video --> to <!-- end featured video -->
4. Paste the text BELOW the <?php endif; ?> at line 96. Your featured video will now be placed at the bottom of all the widgets you added.
5. But if you want it to be placed on top of the other widgets you added. Paste the codes below < div id="sidebar" > at line 42.
Another option also is for you to use the textbox widget and paste the embed code.
If you want the other default widgets to show up, you just have to do the same instructions above.
Hope this helps,
WPTD Webmaster
hello, maybe this is not the appropiate place to post this, but i don't know where should i do it. i just bought thewebnews theme. i want to be able to customize my footer, but when i do then a plugin i have that shows a toolbar dissapears. how can i do it? thanks in advance.
by the way, since i paid for it i expected a way to communicate directly with the company, not a forum.
Hi Gabriela,
Yes, this is the right place for you to communicate with us.
With regards to your inquiry, you can customize the footer by editing the footer.php. What plugin are you using? An additional fix is to add: <?php wp_footer(); ?> before the body closing.
Hope this helps,
WPTD Webmaster
You must log in to post.