Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • gary1234 Friend
    #942157

    Sorry the link has changed, here is the new link…
    http://caninfo1.securesites.net/dcc/index.php/choose-cars

    Thanks again.

    Luna Garden Moderator
    #942290

    Hi,

    Value min-height was the JS to make sure all sub-div of itemContainer has the same height. Try to put div of class item-sold inside div of catItemView

    gary1234 Friend
    #942969

    If I nest the sold div inside a catItemView div the min-height is of 503 is written into catItemView div and everything stays as it was before. So I think we have to come up with a different solution to this problem.

    Thanks

    Luna Garden Moderator
    #943223

    That’s not what I meant. What I meant is: move all div of class item-sold inside div of catItemView.

    You can try this:

    <div class="itemContainer col">
    
        <div class="catItemView groupLeading well-bg">
            <div class="item-sold">Sold</div>
            <div class="catItemImageBlock"> ...</div>
            ....
        </div>
    </div>

    Or send me the FTP account of your site, I’ll fix it for you.

    gary1234 Friend
    #943319

    I am sorry but I still do not understand what you are trying to get me to do.
    I have sent you my FTP Log-in information.

    Luna Garden Moderator
    #943680

    Hi,

    I can’t access to the FTP of your site, it said "Connection time out". And also folder template is Unwriteable, I can’t edit from backend. Could you help to check the info again?

    gary1234 Friend
    #946105
    This reply has been marked as private.
    Luna Garden Moderator
    #946575

    Hi,

    I have added the change in file

    templates/ja_rent/html/com_k2/grid/category_item.php

    I don’t have admin account of your site so I don’t know if it works. Could you check it.

    Luna Garden Moderator
    #946577

    I have add the change in file:

    templates/ja_rent/html/com_k2/grid/category_item.php

    Could you check it and tell me know the result, at this time there is no item has title Sold, so I can’t check if the change works.

    gary1234 Friend
    #947061

    Thank very much that did work. Please note that the item prices at the following locations are now not there. http://caninfo1.securesites.net/dcc/index.php http://caninfo1.securesites.net/dcc/index.php/choose-cars

    I have also one more issue, which is that the email address is showing twice on the item page.

    I have also added the log-in privileges to the website.
    Thanks again for all your help.

    Luna Garden Moderator
    #947261

    Please note that the item prices at the following locations are now not there. http://caninfo1.securesites.net/dcc/index.php http://caninfo1.securesites.net/dcc/index.php/choose-cars

    I have also one more issue, which is that the email address is showing twice on the item page.

    All issues are fixed. Please check and confirm.

    Remember that, if you add the Price extra field, also find the file:

    templates/ja_rent/html/mod_k2_content/Grid/default.php
      if(($extraField->name == 'Truck Price')||($extraField->name == 'Car Price')): 

    change to:

     if(($extraField->name == 'Truck Price')||($extraField->name == 'Car Price')|| (($extraField->name == 'new name'))): 

    gary1234 Friend
    #947375

    While I do see the prices on the home page I do not see them on this page… As well the prices are not showing up on the carousel at the bottom of the page.

    http://caninfo1.securesites.net/dcc/index.php/choose-cars

    Thanks again.

    gary1234 Friend
    #947412

    It is okay now I figured it out the problem.

    Thanks again for all your help.

Viewing 13 posts - 16 through 28 (of 28 total)

This topic contains 28 replies, has 2 voices, and was last updated by  gary1234 8 years, 4 months ago.

The topic ‘K2 Extra Fields not showing.’ is closed to new replies.