Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

A few items help

  • chris brice
  • chris brice's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #137059 by chris brice
A few items help was created by chris brice
hello again
I have gone with the numotors template (more in keeping with the site

4 main issues to get it how I would like any help please.

1
On Children categories title bar can I change this to appear at the top all the time rather than the right which it does on some cat lists

or
www.motorcarhistory.com/index.php/worldwide-cars/germany
2
category listings item header ,make this font size a little smaller
[img size=600]http://ihttp://img812.imageshack.us/img812/6573/mfcs.jpg[/img]
text size

3 make numotors index column appear on all pages not just home,or make nu_motors right the same width as index column

4
the image gallery just opens as a new window not as a gallery on numagazine it is fine and no settings have been changed

www.motorcarhistory.com/index.php/worldwide-cars/great-britain/item/2367-short-chassis-volante-1965-66


hope you can help
thanks chris

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #137060 by Yiota
Replied by Yiota on topic A few items help
Hello,

1. Add this to your custom.css file
div.itemListSubCategories h3 {display:block;margin:0 0 15px;}

2. You can add h3.catItemTitle {font-size:YOUR_VALUE;}. Now it is 20px.

3. Locate the following code snippet in your index.php
<?php if($isFrontpage && $this->countModules('nuMotors_index_Column')): ?>
<div class="col_6 column alpha">
<?php if($this->countModules('nuMotors_Component')): ?>
  <jdoc:include type="modules" name="nuMotors_Component" style="nu" />
<?php endif; ?>
<jdoc:include type="component" />
</div>
<?php else: ?>
<jdoc:include type="component" />
<?php if($this->countModules('nuMotors_Component')): ?>
  <jdoc:include type="modules" name="nuMotors_Component" style="nu" />
<?php endif; ?>
<?php endif; ?>
<?php if($isFrontpage && $this->countModules('nuMotors_index_Column')): ?>
<aside class="col_2 column omega itemsWrapContainer">
<jdoc:include type="modules" name="nuMotors_index_Column" style="nu" />
</aside>
<?php endif; ?>
<?php if($this->countModules('nuMotors_underComponent')): ?>
<div class="clr"></div>
<div class="underComponent">
<jdoc:include type="modules" name="nuMotors_underComponent" style="nu" />
</div>
<?php endif; ?>

and replace it with
<?php if($this->countModules('nuMotors_index_Column')): ?>
<div class="col_6 column alpha">
<?php if($this->countModules('nuMotors_Component')): ?>
  <jdoc:include type="modules" name="nuMotors_Component" style="nu" />
<?php endif; ?>
<jdoc:include type="component" />
</div>
<?php else: ?>
<jdoc:include type="component" />
<?php if($this->countModules('nuMotors_Component')): ?>
  <jdoc:include type="modules" name="nuMotors_Component" style="nu" />
<?php endif; ?>
<?php endif; ?>
<?php if($this->countModules('nuMotors_index_Column')): ?>
<aside class="col_2 column omega itemsWrapContainer">
<jdoc:include type="modules" name="nuMotors_index_Column" style="nu" />
</aside>
<?php endif; ?>
<?php if($this->countModules('nuMotors_underComponent')): ?>
<div class="clr"></div>
<div class="underComponent">
<jdoc:include type="modules" name="nuMotors_underComponent" style="nu" />
</div>
<?php endif; ?>

4. Select to load the jQuery v1.8.x library through K2 Parameters and Disable the one coming through the SIG Pro Settings in order to just load one copy of the library.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • chris brice
  • chris brice's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #137061 by chris brice
Replied by chris brice on topic A few items help
hi replaced code, is now on all pages but item is not up to the right bar as on home page
thanks
motorcarhistory.com/index.php/component/k2/item/421-gta-1965-1975

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #137062 by Krikor Boghossian
Replied by Krikor Boghossian on topic A few items help
Hello Chris,

In the link you sent us I cannot see the right bar. In the home page there is a padding from the table element which causes the entire content to drop a bit.

To correct this just add this line of code in your custom.css file
.isFrontpage  .itemBody { padding-top: 0; }
.isFrontpage .itemFullText table { margin-top: 0; }

If you are not planning to use the wider sidebar you can change the col_6 (class) to col_10.
PS. As a personal opinion I think this template suits your site more.

PS 2. You can use the template's rating stars in your multirate plugin in order to have a more consistent layout. Let me know if you need any assistance in doing this,

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • chris brice
  • chris brice's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #137063 by chris brice
Replied by chris brice on topic A few items help
thanks done some

1.SOLVED [/u]thanks great!

2.Q} add h3.catItemTitle {font-size:YOUR_VALUE;}. Now it is 20px (do I enter this in custom.css ) ?

3 .Q} is it possible just to have numotors_right column not so wide ? please

4.Q}the image gallery just opens as a new window.....A} changed as stated will still not work with the SIG Pro pretty photo pop up (this is the one with the facebook links ext) but works with fresco pop up fine and a couple of others only, so ok .Note pretty photo works with numagazine fine strange..so SOLVED (almost)

thanks again

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #137064 by Yiota
Replied by Yiota on topic A few items help
2. Yes, add this to custom.css as well
3. Where can we see the numotors_right sidebar. Can you provide a link?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • chris brice
  • chris brice's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #137065 by chris brice
Replied by chris brice on topic A few items help
this is with your code given for numotors index column. big gap . & crushes all items
try with c10 change moves to bottom of page as I want to more items in this bar wont work.

so maybe better with just normal right bar (but not so wide)



mch

thanks

Please Log in or Create an account to join the conversation.

  • chris brice
  • chris brice's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #137066 by chris brice

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #137067 by Yiota
Replied by Yiota on topic A few items help
If you need to keep the index bar on the right (with this size) you need to change this class:

<div class="col_6 column alpha"> to
<div class="col_10 column alpha"> and leave the
<aside class="col_2 column omega itemsWrapContainer"> as it is.

If you need to make the index bar wider try a bigger number for the col_2 part and a smaller for the col_10 part.

Keep in mind that the sum of those two numbers should be 12 tops.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • chris brice
  • chris brice's Avatar Topic Author
  • Offline
  • New Member
More
10 years 5 months ago #137068 by chris brice
Replied by chris brice on topic A few items help
these are all solved thanks

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum