May
15
Internet-Market Wordpress Theme
Internet-Market is another great Design by Luka cvrk. This is three column professional theme ideal for blogging as well as corporates. As it gives more space, it can easily show up more ads without messing up the theme. Supports Wordpress 1.5 - 2.0x.
Notes:
- Automattic widget support
- Supports Mozilla Firefox, Internet Explorer, Opera, Camino.
- Use class=â€articleimg†tag for images to appear on right , and class=â€articleimgleft†tag for images to appear on left.
- For any sort of problems / suggestion / theme customization, Please contact us.
Preview : http://www.sreejith.net/index.php?wptheme=Internet-Market
Download : Internet-Market v1.0 (40.3 KB) (Mirror)
Posted under Wordpress Themes |
RSS 2.0
May 15th, 2006 at 10:30 pm
I’m waiting for widgets support for this absolutely great theme!!!! :D
May 16th, 2006 at 3:18 pm
Widget Support added.
May 20th, 2006 at 10:03 pm
I would LOVE to use this theme on my new site, but I am having trouble with my AdSense ads in the sidebar. I am currently using text widgets and the ad rotation widget for my advertising, but in this theme, the advertising is cut off. Any idea what’s causing this?
May 23rd, 2006 at 9:56 am
Could you show me your website, nile ?
June 5th, 2006 at 3:42 am
What do I have to put instead to get links working?
function widget_links($args) {
// This ONLY works with li/h2 sidebars.
get_links_list();
}
June 24th, 2006 at 7:11 pm
Sorry my english is not good..
Well i test this theme and find that is not Valid XHTML 1.0 Transitional.
Can someone fix it ? Here is the result of testing it
http://validator.w3.org/check?uri=http%3A%2F%2Fqunet.no-ip.org%2Fwordpress%2F
June 24th, 2006 at 7:29 pm
I just installed your theme and it looks great. A couple of questions:
1) Is it possible to use widgets for both sidebars? I only see widget customization for the right sidebar.
2) How do you change the tagline next to the search box at the top of the page?
3) I would like to put small banner after the header but I cannot find the break? How do I do this?
Thank you so much for any help and the great theme. As you can see, I am not a programmer but I do my best.
Jim
June 29th, 2006 at 9:12 am
Deeks,
1) I have not much with experience with the widgets so I can’t say if they can. Ofcourse we can create a custom options for the themes but I really don’t have time right now. Perhaps next month.
2) Open you index.php file and search for “Explore the possibilities!” remove that and add anything you like. :)
3) Find <div class="header_bottom"></div> . Anything you like.
Hope that helps,
- Sreejith
July 7th, 2006 at 12:11 pm
Thanks for your help. As you can see I am fairly new to CSS but slowly learning.
Again, nice theme.
Jim
July 8th, 2006 at 5:28 pm
I noticed the paragraphs dissapear in this theme.
How do i change it to recognise the paragraphs when i post in wordpress..
August 26th, 2006 at 7:44 pm
[...] So, what else can you do when you have a looming deadline and your story is stuck in the mud? Play with your blog template! As you can see, I’ve fiddled around with the design here and now have a great new template (with a really lame name – Internet Market Wordpress Theme?!) I added a few navigation tweaks at the top to let users get back to my website. Swapping around templates is really easy in Wordpress and that’s one thing I’m really liking about this blogging software. I like the template for now, but we’ll see how long it lasts – that name really irks me. [...]
August 27th, 2006 at 5:58 am
i would like to have the meta thing added into the left side of the column, under ‘archives’. may i know how to do it?
September 8th, 2006 at 3:05 pm
i am getting
“Warning: Invalid argument supplied for foreach() in /home/sharmapu/public_html/wp-content/themes/Internet-Market/sidebar.php on line 8″
is there any fix for this?
September 14th, 2006 at 6:49 pm
Try reuploading the sidebar.php .
September 15th, 2006 at 9:36 am
Hello Sreejith,
I want to thank you for making a theme that i can use. I appreciate the ease and convenience of this theme. But i have just one noob question to ask, and thats is how to display the post in a summary format instead of the whole content in the home/index page?
If the visitor wants to know more they will have to click on the title or a read more text links placed at the bottom of the post. Its just a short customizeable length of summary and not a title headlines. Please advise me on how to do this and ill work on it.
Thank you.
September 15th, 2006 at 9:49 pm
Hi Sreejith,
Im not sure what happened to my cooment i posted earlier. But anyway i must say thanks for the great theme. I love it.
Regards,
Pandian
September 22nd, 2006 at 5:34 pm
Perhaps you should refer to Wordpress Forums for that, Pandian :)
October 22nd, 2006 at 5:50 pm
Open your index.php look for this
<h2><?php _e(’Archives’); ?></h2>
<ul class="menu">
<?php wp_get_archives(’type=monthly&show_post_count=0′); ?>
</ul>
<?php } ?>
add this code below the above code.
<h2><?php _e(’Meta’); ?></h2>
<ul class="menu">
<?php wp_register(); ?>
<li><a href="<?php bloginfo(’rss2_url’); ?>" title="<?php _e(’Syndicate this site using RSS’); ?>"><?php _e(’<abbr title="Really Simple Syndication">RSS</abbr>’); ?></a></li>
<li><?php wp_loginout(); ?></li>
<li><a href="http://validator.w3.org/check/referer" title="<?php _e(’This page validates as XHTML 1.0 Transitional’); ?>"><?php _e(’Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>’); ?></a></li>
<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
<li><a href="http://wordpress.org/" title="<?php _e(’Powered by WordPress, state-of-the-art semantic personal publishing platform.’); ?>">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
February 3rd, 2007 at 5:09 am
Perhaps you should refer to Wordpress Forums for that, Pandian :)
March 1st, 2007 at 7:56 am
Hello. Great theme. Please, a hint.
How can I make to display categories numbers near their title because when I use:
wp_list_categories('sortby=name&show_count=1')
the number is under the name of category and it breaks the menu style.
Thank you.
March 30th, 2007 at 5:52 pm
is it possible to increase the width of the middle column?I’ve played around with the .css but only manage to stuff it up. Please help. Thanks
March 30th, 2007 at 10:38 pm
VhailorZ, its a fixed width theme, so inorder to increase the width you need to increase width of few classes like container, content
Also this will mess up the design as the images in the background are again fixed.
April 7th, 2007 at 6:04 am
Hi,
Looks great in most browsers, but how do you stop the menu doing this in IE 7? Been driving me absolutely mad trying to work out what to change!
http://www.edutainment.com.au/modx/assets/images/IE7-browser.gif
Thanks
June 29th, 2007 at 11:40 am
Hi,
I am having the same problem as Tabitha, the header is misaligned and I can’t figure out what to change to correct it.
my site
Thanks
September 7th, 2007 at 2:42 am
Hello Sreejith,
I want to thank you for making a theme that i can use. I appreciate the ease and convenience of this theme. But i have just one noob question to ask, and thats is how to display the post in a summary format instead of the whole content in the home/index page?
If the visitor wants to know more they will have to click on the title or a read more text links placed at the bottom of the post. Its just a short customizeable length of summary and not a title headlines. Please advise me on how to do this and ill work on it.
Thank you.
September 7th, 2007 at 2:44 am
Hello. Great theme. Please, a hint.
How can I make to display categories numbers near their title because when I use:
wp_list_categories(’sortby=name&show_count=1′)
the number is under the name of category and it breaks the menu style.
Thank you.
November 25th, 2007 at 7:04 am
Hi,
Looks great in most browsers, but how do you stop the menu doing this in IE 7? Been driving me absolutely mad trying to work out what to change!
http://www.edutainment.com.au/modx/assets/images/IE7-browser.gif
Thanks
December 24th, 2007 at 8:57 pm
Looks great in most browsers, but how do you stop the menu doing this in IE 7? Been driving me absolutely mad trying to work out what to change! http://www.mirctr.org
January 8th, 2008 at 8:01 pm
is it possible to increase the width of the middle column?I’ve played around with the .css but only manage to stuff it up. Please help. Thanks
February 6th, 2008 at 4:22 pm
What do I have to put instead to get links working?
function widget_links($args) {
// This ONLY works with li/h2 sidebars.
get_links_list();
}
March 26th, 2008 at 3:43 am
Hello. Great theme. Please, a hint.
How can I make to display categories numbers near their title because when I use:
wp_list_categories(’sortby=name&show_count=1′)
the number is under the name of category and it breaks the menu style.
Thank you