Oinam Forum

Oinam Forum

You are not logged in.

  • Index
  •  » CSS
  •  » Brajeshwar v7.0 WordPress Theme

#1 2006-06-07 02:31:52

Brajeshwar
Administrator
From: Mumbai
Registered: 2005-11-22
Posts: 143
Website

Brajeshwar v7.0 WordPress Theme

Questions, et al for Brajeshwar v7.0 WordPress Theme


Regards
Brajeshwar

Offline

 

#2 2006-06-27 22:28:58

Brajeshwar
Administrator
From: Mumbai
Registered: 2005-11-22
Posts: 143
Website

Re: Brajeshwar v7.0 WordPress Theme

Updated to fix the search bug.


Regards
Brajeshwar

Offline

 

#3 2006-07-12 12:16:15

landon
Newbie
Registered: 2006-07-12
Posts: 2

Re: Brajeshwar v7.0 WordPress Theme

I am having trouble getting the RSS to update using this theme.

When I subscribe to the feed it provides me with the posts that are already written, but any subsequent posts are not updated by the feed.

religiononastick.com

Offline

 

#4 2006-07-12 12:23:43

Brajeshwar
Administrator
From: Mumbai
Registered: 2005-11-22
Posts: 143
Website

Re: Brajeshwar v7.0 WordPress Theme

Are you feeds working with other themes?
Update of RSS Feeds are not theme specific, theme are just visual representation. So, please check if the same issue is still there with other themes like the wordpress theme.


Regards
Brajeshwar

Offline

 

#5 2006-07-12 12:35:24

landon
Newbie
Registered: 2006-07-12
Posts: 2

Re: Brajeshwar v7.0 WordPress Theme

seems to be awordpress issue.  sorry to bother.

Offline

 

#6 2006-07-16 10:47:13

shaker
Newbie
Registered: 2006-07-16
Posts: 1

Re: Brajeshwar v7.0 WordPress Theme

Hey Brajeshwar,

When including an image in my "latest post" it does not show up on the main page, only on the post page.  Is there a way to get the image to show up in that "latest post" space?

Thanks.

Offline

 

#7 2006-07-17 11:39:03

hussain
Member
From: Bangalore
Registered: 2006-02-14
Posts: 6

Re: Brajeshwar v7.0 WordPress Theme

The "latest post" shows only the excerpt of the post and images don't show up in the excerpt.

You might want to try this plugin to show the images in the excerpt -
http://guff.szub.net/2005/02/26/the-excerpt-reloaded/

Offline

 

#8 2006-07-21 23:01:26

rshakin
Newbie
Registered: 2006-07-21
Posts: 1

Re: Brajeshwar v7.0 WordPress Theme

Hello

I am having a problem with your theme maybe you can help me, I am currently
working on my blog http://rubicon.merseine.nu and trying to make the photos
link point to http://rubicon.merseine.nu/wp-gallery2.php instead of the
generated link for the page... how would i go around to doing that, since I
see that you have established that with flicr. Thank you for any help that
you can provide.

--Roman

Offline

 

#9 2006-07-24 11:16:53

hussain
Member
From: Bangalore
Registered: 2006-02-14
Posts: 6

Re: Brajeshwar v7.0 WordPress Theme

Go to Manage >> Pages and delete the "photos" page that you have created.

Then, go to Presentation >> Theme Editor >> Header and locate this bit of code

<ul id="nav">
<li class="<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>">Blog</a></li>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
</ul>

and add

<li><a href="http://rubicon.merseine.nu/wp-gallery2.php" title="Photos">Photos</a></li>

right before the <?php wp_list_pages...> bit.

Offline

 

#10 2006-07-26 02:17:06

Kloudiia
Member
Registered: 2006-07-02
Posts: 7

Re: Brajeshwar v7.0 WordPress Theme

Hello

1. I realised there is no spacing between paragraphs. I checked this site http://www.corpathlete.com/ that's also using this theme and it also doesn't have that spacing. But in Brajeshwar's site, there is. May I know where to fix this?

2. Adding on to the earlier question on images not showing up on the mainpage, is it due to the coding? I mean, I used the excerpt function in other themes before and they do show up. Wondering if there's any way to do this without having to install the plug in?

Thanks!

Offline

 

#11 2006-07-26 02:28:39

Kloudiia
Member
Registered: 2006-07-02
Posts: 7

Re: Brajeshwar v7.0 WordPress Theme

Oh another one.

The bottom navigation "Previous Entries" and "Next Entries" : when we click on the links to Previous Entries, it brings us to the page http://www.corpathlete.com/page/2/. But the entries are still exactly the same as main page, and not really the previous ones. Has it got to do with the function?

Your help pls guys. Many thanks!

Offline

 

#12 2006-07-30 05:16:38

Nelson
Veteran
Registered: 2006-05-05
Posts: 10

Re: Brajeshwar v7.0 WordPress Theme

Kloudiia wrote:

Hello

1. I realised there is no spacing between paragraphs. I checked this site http://www.corpathlete.com/ that's also using this theme and it also doesn't have that spacing. But in Brajeshwar's site, there is. May I know where to fix this?

2. Adding on to the earlier question on images not showing up on the mainpage, is it due to the coding? I mean, I used the excerpt function in other themes before and they do show up. Wondering if there's any way to do this without having to install the plug in?

Thanks!

1. I have tried everything to fix this bugs but i can’t find what causes it! It must be wordpress itself

2. this shouldn’t be to hard to fix thou.

As soon as I get it I’ll post the solution here!

Offline

 

#13 2006-07-30 09:26:37

Kloudiia
Member
Registered: 2006-07-02
Posts: 7

Re: Brajeshwar v7.0 WordPress Theme

Hi Nelson

Thanks for your reply and help.

1. Guess what! I noticed that there's nothing in between the class div.post-body in stylesheet...so i added this in

div.post-body p {
margin: 15px 0;
}

Now I have paragraphing! Of course, if you can figure out other ways of doing it, please share with us ya smile

2. I installed the plug-in, and it works superb now. Was asking because for all my previous templates I've used, the photos show up in the teaser even without installing the plug-in..so ..anyway, it's fixed now..Thanks!

The real problem now is the navigation bars linking to Previous Entries on the main page. Anyone has answers to this?

Cheers

Offline

 

#14 2006-07-30 13:20:01

Nelson
Veteran
Registered: 2006-05-05
Posts: 10

Re: Brajeshwar v7.0 WordPress Theme

Kloudiia wrote:

Hi Nelson

Thanks for your reply and help.

1. Guess what! I noticed that there's nothing in between the class div.post-body in stylesheet...so i added this in

div.post-body p {
margin: 15px 0;
}

Now I have paragraphing! Of course, if you can figure out other ways of doing it, please share with us ya smile

2. I installed the plug-in, and it works superb now. Was asking because for all my previous templates I've used, the photos show up in the teaser even without installing the plug-in..so ..anyway, it's fixed now..Thanks!

The real problem now is the navigation bars linking to Previous Entries on the main page. Anyone has answers to this?

Cheers

1. Cool.. works fine... one thing i would like to change is the post font size it so little... would you know were that would be? if you check Brajeshwar.com you see that his font i on pin larger....

I will be looking for the problem with the   bars linking to Previous Entries  : )) thanks and let's keep up this good work  smile

/Nelson

Offline

 

#15 2006-08-02 14:22:48

Nelson
Veteran
Registered: 2006-05-05
Posts: 10

Re: Brajeshwar v7.0 WordPress Theme

Please does someone here know how to make this theme work properly in IE? I cant get it cantered in IE looks good I Firefox but all wrong in IE! Please!

Offline

 

#16 2006-08-03 08:22:58

Nelson
Veteran
Registered: 2006-05-05
Posts: 10

Re: Brajeshwar v7.0 WordPress Theme

I found the problem with IE not centering the them it's in my col-right.php

It look like this:

<!-- BEGIN #col-right -->
<div id="col-right">
<div class="left-sec archives">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="40" height="50">
  <param name="movie" value="wp-content/sound.swf" />
  <param name="quality" value="high" />
  <embed src="wp-content/sound.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="40" height="50"></embed>
</object>
<img src="wp-content/flashdiv.gif" width="12" height="50" />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="76" height="50">
  <param name="movie" value="wp-content/aika.swf" />
  <param name="quality" value="high" />
  <embed src="wp-content/aika.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="76" height="50"></embed>
</object></div>

<div class="left-sec archives">
<h3 class="sec-title">Search</h3>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div>

<div class="right-sec links">
<h3 class="sec-title">Calendar</h3>
<h2><?php get_calendar(1); ?></h2>
</div>

<div class="right-sec links">
<h3 class="sec-title">My Sites</h3>
<ul>
<?php get_links('-1', '<li>', '</li>', '', 0, 'name', 0, 0, -1, 0); ?>
</ul>
</div>

<div class="left-sec archives">
<h3 class="sec-title">Links</h3>
<ul>
      <li><a href="http://www.fotosidan.se/">Fotosidan</a></li>
      <li><a href="http://www.giviktkoll.se/">GI Viktkoll</a></li>
      <li><a href="https://www.cancerfonden.se/">Cancer Fonden</a></li>
      <li><a href="http://www.iogt.se/">IOGT-NTO</a></li>
      <li><a href="http://www.dn.se/">DN</a></li>
      <li><a href="http://www.bt.se/">Bor√•s Tidning</a></li>
      <li><a href="http://www.paulun.se/" title="Paulun">Paulun</a></li>
      <li><a href="http://www.konsumentsamverkan.se/" title="Konsumentsamverkan">Konsumentsamverkan</a></li>
      <li><a href="http://www.giboden.se/" title="GI Boden">GI Boden</a></li>
      <li><a href="http://www.livsmedelssverige.org/" title="Livsmedelssverige">Livsmedelssverige</a></li>
      <li><a href="http://www.slv.se/" title="Livsmedelsverket">Livsmedelsverket</a></li>
      <li><a href="http://www.glycemicindex.com/" title="USYD Glykemiskt index">USYD Glykemiskt index</a></li>
      <li><a href="http://www.fri-kopenskap.se/" title="Dagligvaruhandelns nyhetstidning">Fri K√∂penskap</a></li>
</li></ul></div>

<div class="right-sec feed">
<h3 class="sec-title">Subscribe</h3>
<ul>
<li><a href="<?php bloginfo_rss('rss2_url'); ?>" title="Feed for posts">Posts (RSS)</a></li>
<li><a href="<?php bloginfo_rss('comments_rss2_url'); ?>" title="Feed for comments">Comments (RSS)</a></li>
</ul>
</div>

<div class="right-sec">   
<h3 class="sec-title">Meta</h3>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<!-- BlogCounter Code START -->
<li><a href="http://www.blogcounter.de/" id="bclink" title="kostenloser Counter fuer Weblogs"><span id="bccount" style="font-size:8px">kostenloser Counter</span></a></p><div class="left-sec archives"><script type="text/javascript" src="http://track.blogcounter.de/js.php?user=keogh&amp;style=3"></script><noscript><p><a href="http://www.blogcounter.de/"><img style="border: 0px;" alt="Weblog counter" src="http://track.blogcounter.de/log.php?id=keogh"/></a></noscript></li></p>
<!-- BlogCounter Code END -->


<?php if (function_exists('useronline')): ?>
<li><?php get_useronline(); ?></a></li>
</div>
   
<?php endif; ?>
</ul>


</div>
<!-- END #col-right -->

PHP is not my thing and i dont know how to make it work with IE and it looks pretty bad i Firefox too....  anyone.. ? check these screenshots!

In Firefox: http://web.telia.com/~u33116490/1.jpg
In IE6:      http://web.telia.com/~u33116490/2.jpg

And in Internet Explorer the entire site is aligned to the left! it's somthing in the code but i don't know what! please help me! Thanks!

Offline

 

#17 2006-08-03 23:48:48

hussain
Member
From: Bangalore
Registered: 2006-02-14
Posts: 6

Re: Brajeshwar v7.0 WordPress Theme

Nelson,

Replace this -

<div class="right-sec">   
<h3 class="sec-title">Meta</h3>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<!-- BlogCounter Code START -->
<li><a href="http://www.blogcounter.de/" id="bclink" title="kostenloser Counter fuer Weblogs"><span id="bccount" style="font-size:8px">kostenloser Counter</span></a></p><div class="left-sec archives"><script type="text/javascript" src="http://track.blogcounter.de/js.php?user=keogh&amp;style=3"></script><noscript><p><a href="http://www.blogcounter.de/"><img style="border: 0px;" alt="Weblog counter" src="http://track.blogcounter.de/log.php?id=keogh"/></a></noscript></li></p>
<!-- BlogCounter Code END -->


<?php if (function_exists('useronline')): ?>
<li><?php get_useronline(); ?></a></li>
</div>
   
<?php endif; ?>
</ul>


with

<div class="right-sec"> 

<h3 class="sec-title">Meta</h3>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<!-- BlogCounter Code START -->
<li><a href="http://www.blogcounter.de/" id="bclink" title="kostenloser Counter fuer Weblogs">kostenloser Counter</a><script type="text/javascript" src="http://track.blogcounter.de/js.php?user=keogh&amp;style=3"></script><noscript><a href="http://www.blogcounter.de/"><img alt="Weblog counter" src="http://track.blogcounter.de/log.php?id=keogh"/></a></noscript></li>
<!-- BlogCounter Code END -->
<li><?php if (function_exists('useronline')): ?><?php get_useronline(); ?></a></li>
</ul>
</div>
   
<?php endif; ?>

Just that the tags aren't properly closed.

Offline

 

#18 2006-08-04 04:42:43

Nelson
Veteran
Registered: 2006-05-05
Posts: 10

Re: Brajeshwar v7.0 WordPress Theme

hussain wrote:

Nelson,

Replace this -

<div class="right-sec">   
<h3 class="sec-title">Meta</h3>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<!-- BlogCounter Code START -->
<li><a href="http://www.blogcounter.de/" id="bclink" title="kostenloser Counter fuer Weblogs"><span id="bccount" style="font-size:8px">kostenloser Counter</span></a></p><div class="left-sec archives"><script type="text/javascript" src="http://track.blogcounter.de/js.php?user=keogh&amp;style=3"></script><noscript><p><a href="http://www.blogcounter.de/"><img style="border: 0px;" alt="Weblog counter" src="http://track.blogcounter.de/log.php?id=keogh"/></a></noscript></li></p>
<!-- BlogCounter Code END -->


<?php if (function_exists('useronline')): ?>
<li><?php get_useronline(); ?></a></li>
</div>
   
<?php endif; ?>
</ul>


with

<div class="right-sec"> 

<h3 class="sec-title">Meta</h3>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<!-- BlogCounter Code START -->
<li><a href="http://www.blogcounter.de/" id="bclink" title="kostenloser Counter fuer Weblogs">kostenloser Counter</a><script type="text/javascript" src="http://track.blogcounter.de/js.php?user=keogh&amp;style=3"></script><noscript><a href="http://www.blogcounter.de/"><img alt="Weblog counter" src="http://track.blogcounter.de/log.php?id=keogh"/></a></noscript></li>
<!-- BlogCounter Code END -->
<li><?php if (function_exists('useronline')): ?><?php get_useronline(); ?></a></li>
</ul>
</div>
   
<?php endif; ?>

Just that the tags aren't properly closed.

Thanks! smile i helped some but it still looks funny in IE!

Offline

 

#19 2006-08-04 04:51:30

Brajeshwar
Administrator
From: Mumbai
Registered: 2005-11-22
Posts: 143
Website

Re: Brajeshwar v7.0 WordPress Theme

Hi Nelson,

I think you are using the first release version of the theme/style.
There was a minor revision sometime back.
Can you please re-download the files from
http://www.brajeshwar.com/archives/2006 … ess-theme/


Regards
Brajeshwar

Offline

 

#20 2006-08-04 04:58:56

Nelson
Veteran
Registered: 2006-05-05
Posts: 10

Re: Brajeshwar v7.0 WordPress Theme

Brajeshwar wrote:

Hi Nelson,

I think you are using the first release version of the theme/style.
There was a minor revision sometime back.
Can you please re-download the files from
http://www.brajeshwar.com/archives/2006 … ess-theme/

Ohh.. I'll download it now thansk mate! : )

Offline

 
  • Index
  •  » CSS
  •  » Brajeshwar v7.0 WordPress Theme

Board footer

Powered by PunBB 1.2.19
© Copyright 2002–2008 PunBB