Перейти к содержимому


Фотография
- - - - -

Properties


Лучший Ответ SmetDenis , 25 August 2013 - 03:01

You are not getting what i am trying to say. i got how tabs work I want to make divisions in the tab itself to sub headings like    http://img35.imagesh...5/6210/wbor.jpg


Repeat the position code in tab as many times as you want.
<?php if ($this->checkPosition('group-1')) : ?>
    <h3>Group #1</h3>
    <table class="jbtable">
        <?php echo $this->renderPosition('group-1', array('style' => 'jbtable')); ?>
    </table>
<?php endif; ?>

2) I have another query at this time-  I want to align the rating stars and its headings into same line. Now it is coming on next line. Where can i find the file to do it and what changes need to be made?


Use the float CSS property
http://www.w3schools...s/css_float.asp

PS Please, for each not related issue, create a separate topic. It will be convenient to discuss the decision. Thank you. Перейти к сообщению


  • Закрытая тема Тема закрыта
Сообщений в теме: 19

#11 SmetDenis

SmetDenis

Отправлено 31 August 2013 - 07:22

now the issue is that the group 1 is repeating in all tabs. How to set it in only one tab?

Replace table code in the tab to the simple define position
<?php echo $this->renderPosition('<POSITION_NAME>'); ?>

This dint work as i was unable to find the class of the title...Please guide

Can you give me a direct link to your website?


PS Please create a new topic for new questions. Thank you.
  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.


#12 P.K

P.K

Отправлено 31 August 2013 - 19:26

Hi

yes i will create new topic next time. To keep the continuity i am posting in this topic last time

 

I was able to achieve the headings in the table. Thanks

I also want to have icons adjacent to headings. So should i directly add the html img src to the full.php?

And is it possible to have icons in front of the each specifications i mean in front of each property like screen, size etc?? Will that be possible?

 

I dont have my site online though i can show you the source of the page and the original page

vogz.jpg

Thanks


  • 0

#13 SmetDenis

SmetDenis

Отправлено 31 August 2013 - 21:00

Icon in the table header can be changed in CSS-files.
http://www.w3schools..._background.asp

if for position use style=jbblock or style=jbtable
then each specifications will be have unique HTML-class
  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.


#14 P.K

P.K

Отправлено 01 September 2013 - 18:05

I dint get exactly what you are trying to say

I agree on your point of creating a css class for the headers and using it on the table headers in full.php

 

Now i wish to have for each specification a different icon like this

9htg.jpg

How can i do this??

 

Thanks


  • 0

#15 SmetDenis

SmetDenis

Отправлено 02 September 2013 - 06:23

if for position use style=jbblock or style=jbtable then each specifications will be have unique HTML-class

Have you tried it?

For example "jbtable" view style like as
20130902-y4g-66kb_200x0.jpg

"jbblock" style, view like as
20130902-431-57kb_200x0.jpg


I mark example of unique class. Use it for add background with icons
  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.


#16 P.K

P.K

Отправлено 02 September 2013 - 13:00

Hi 
I tried to do this but i think either i am not getting it or making some mistake. Have a look
In the full.php i added this code
http://img850.images...0/4080/rnep.jpg
 
And in the css i defined 
.index-0 {
    background: url(../img/icon/markup.png);
    background-repeat:no-repeat;
    background-position:left;
}
 
I am not getting the element into the <tr></tr>. There is some confusion. Could you do one example implemented and show it?
thanks
  • 0

#17 SmetDenis

SmetDenis

Отправлено 03 September 2013 - 06:45

Hi

Please, publish your site on a temporary or test domain.
Otherwise it is very difficult to help you.
  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.


#18 SmetDenis

SmetDenis

Отправлено 04 September 2013 - 07:46


I added styles example
20130904-39f-162kb_1280x0_200x0.jpg

Defined in CSS file
/media/zoo/applications/jbuniversal/assets/css/jbzoo.mobiles.css
  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.


#19 P.K

P.K

Отправлено 04 September 2013 - 19:05

thank you so much that solved the problem. I wanted to inquire that in which file have you requested jbzoo.mobile.css. The css files in the site have become too many


  • 0

#20 SmetDenis

SmetDenis

Отправлено 05 September 2013 - 16:52

You can include your CSS styles in any file.


  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.





Click to return to top of page in style!