Jump to content

2002faq

Clients
  • Posts

    272
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by 2002faq

  1. 12 hours ago, pequeno said:

    Problem with this in mobile:

    822904891_supergridmobile.png.ec008bb458409c969419fc3893a58f46.png

    I put the original template.

    Any solution for chage the left column (grid) size?

     

    I added  setting fro mobile in custom. So the whole thing looks like this:

     

    .SG_record_left.ipsGrid_span3.ipsSpacer_top.ipsType_right.ipsResponsive_hidePhone {
        width: 19.404255319148934% !important;
    }
    
    .SG_record_right_with_image.ipsGrid_span9.ipsAreaBackground_reset {
        width: 78.46808510638297% !important;
    }
    
    @media (max-width: 767px){
      .SG_record_right_with_image.ipsGrid_span9.ipsAreaBackground_reset {
        width: 100% !important;
      }
    }

     

  2. 1 hour ago, Davyc said:

    These are sections based on the IPS grid system with the widths set as percentages.  If you create two new CSS classes to control the widths you can determine what widths you'd like them set at; copy these and add them to your custom CSS file:

    This controls the left column - the width shown is what it is currently set at.

    
    .SG_record_left.ipsGrid_span3.ipsSpacer_top.ipsType_right.ipsResponsive_hidePhone {
        width: 23.404255319148934% !important;
    }

    This controls the right and similarly it is shown with the current width setting.

    
    .SG_record_right_with_image.ipsGrid_span9.ipsAreaBackground_reset {
        width: 74.46808510638297% !important;
    }

    By changing the width percentages, you can determine how wide each of them will be; a little experimentation will get you where you want to be.

    Hope this helps 🙂

     

     

    Thank you very much!!! This worked perfectly.

  3. On 11/16/2020 at 12:05 PM, misfit76 said:

    Is it possible to change the width of the box for the main text in the record display? 

    https://www.bmw2002faq.com/models/bmw-1800-r24/

    I have banner ads that are in the middle of the text and the common width is 728. It would be great if it can fit within the box.

    Thank for the help,

    Steve K.

    Any help here is appreciated. I cannot seem to find where the width of the  sections.

     

    Thank you!

    Steve K.

    1586059616_ScreenShot2020-12-07at6_48_33AM.thumb.png.9100a9113de64247d325e22060552760.png

  4. Yes, i have tried it more than once now. I also tried the Support tool that found DB issues related to this product and tried to fix them.

    i'll send you the credentials in a bit.

    thank you,

    Steve 

  5.  

    I am trying to update the package after the upgrade to 4.5.4 and getting a 500 error during the update.

    Here is info from the System Logs

    Error (1060) Duplicate column name 'ptpt_forum_restriction_nr': addColumn ["forums_forums",{"name":"ptpt_forum_restriction_nr","type":"smallint","length":5,"unsigned":true,"allow_null":false,"default":0}]
    Error (1050) Table 'paytopintopics_forums' already exists: createTable [{"name":"paytopintopics_forums","columns":{"ptpt_forum_id":{"name":"ptpt_forum_id","type":"SMALLINT","length":"20","decimals":null,"values":null,"allow_null":false,"default":null,"comment":"ID Number","unsigned":true,"auto_increment":false},"ptpt_onoff":{"name":"ptpt_onoff","type":"TINYINT","length":null,"decimals":null,"values":null,"allow_null":false,"default":"0","comment":"","unsigned":true,"auto_increment":false},"ptpt_groups":{"name":"ptpt_groups","type":"TEXT","length":null,"decimals":null,"values":null,"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false},"ptpt_amount_seven":{"name":"ptpt_amount_seven","type":"TEXT","length":null,"decimals":null,"values":null,"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false},"ptpt_amount_fifteen":{"name":"ptpt_amount_fifteen","type":"TEXT","length":null,"decimals":null,"values":null,"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false},"ptpt_amount_thirty":{"name":"ptpt_amount_thirty","type":"TEXT","length":null,"decimals":null,"values":null,"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false},"ptpt_amount_sixty":{"name":"ptpt_amount_sixty","type":"TEXT","length":null,"decimals":null,"values":null,"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false},"ptpt_amount_ninety":{"name":"ptpt_amount_ninety","type":"TEXT","length":null,"decimals":null,"values":null,"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false},"ptpt_amount_h_eighty":{"name":"ptpt_amount_h_eighty","type":"TEXT","length":null,"decimals":null,"values":null,"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false},"ptpt_forum_restriction_nr":{"name":"ptpt_forum_restriction_nr","type":"SMALLINT","length":null,"decimals":null,"values":null,"allow_null":false,"default":"0","comment":"","unsigned":true,"auto_increment":false}},"indexes":{"PRIMARY":{"type":"primary","name":"PRIMARY","columns":["ptpt_forum_id"],"length":[null]}}}]

     

    Error (1050) Table 'paytopintopics_members' already exists: createTable [{"name":"paytopintopics_members","columns":{"member_id":{"name":"member_id","type":"BIGINT","length":"20","decimals":null,"values":null,"allow_null":false,"default":"0","comment":"ID Number","unsigned":true,"auto_increment":false},"ptpt_can_pin":{"name":"ptpt_can_pin","type":"TINYINT","length":null,"decimals":null,"values":null,"allow_null":false,"default":"1","comment":"","unsigned":true,"auto_increment":false}},"indexes":{"PRIMARY":{"type":"primary","name":"PRIMARY","columns":["member_id"],"length":[null]}}}]

     

    Any help is appreciated!

    Thank you,

    Steve K.

  6. Love all the templates i have been using from you! I have a couple requests that might benefit others.

    Would it be possible to add "About Author" part under the author name and avatar? Data can come from "About Me" in the profile? Caould include a setting to limit the number of characters, but this can utilize the currently empty space.

    And may be, a link to other content from "specified databases" for the author?

    thanks for considering!

    steve k.

  7. A couple things:

    the subtitle of the book does not get saved.

    Is it possible to change the locale for the google pages?  It currently goes to google in Argentina

  8. On 5/9/2020 at 7:01 AM, Andy Millne said:

    I have released a new version to address the latest reported bugs. I have also been working hard on 1.4 which has some rather large changes now so I think I will target 4.5 for this. I will still be doing bug fix releases for 1.3 on 4.4 for the foreseeable future.

    @misfit76 Can you PM me about the horizontal widget issue please? I'm not able to reproduce that locally.

     

     

    Does anybody use the scheduler? I'm thinking of removing it to reduce complexity but will leave it if people say they are using it.

    You will still be able to create competitions with future dates in advance but they won't be automatically created on the weekly/monthly schedule. 

    Thank you for the fix!!! Looks great!

  9. 3 hours ago, Andy Millne said:

    I have released a new version to address the latest reported bugs. I have also been working hard on 1.4 which has some rather large changes now so I think I will target 4.5 for this. I will still be doing bug fix releases for 1.3 on 4.4 for the foreseeable future.

    @misfit76 Can you PM me about the horizontal widget issue please? I'm not able to reproduce that locally.

     

     

    Does anybody use the scheduler? I'm thinking of removing it to reduce complexity but will leave it if people say they are using it.

    You will still be able to create competitions with future dates in advance but they won't be automatically created on the weekly/monthly schedule. 

    Can't reproduce right now as i already have more then one photo. But will let you know if happens again. Seems to be caused by the long title so, probably related to the title not fitting within the button.

     

    Scheduling would be great if the title can be customized.  So that it can me "Car of the Month - May 2020". Having a category for each would also me great. So i would have "Car of the Month" category with a monthly running events. And then some other random event in a different category.

    Another thing, ability to adjust the hight of the widget in horizontal view and the number of images in it. Vertical view to contain the photos and not just the author. Similar to horizontal.

    thanks,

    Steve K.

  10. I couple things that don't seem to work correctly

    1. Formatting in the horizontal widget if there is only one photo. The box does not fit correctly

    1732817121_ScreenShot2020-05-08at9_43_15AM.thumb.png.e0ae9b2569e929a07c914988b8908ea9.png

     

    2. When added to a post, a link to the competition is just listed as a link and does not "embed" as many other applications.  Is this a bug or just not available at the moment?

     

    thanks,

    Steve 

  11. That is Awesome!

    Looks like it works for international Amazon stores also.

    So, here is the same book in UK https://www.amazon.co.uk/dp/1733387803/

    Giving people a choice of which store to use (by choosing the URL) might also be a good feature unless you want to make thing very complicated and choose the Amazon store based on the location of the site user 🙂

    Also, if the site owner has an Amazon Associate account, the link will look like https://www.amazon.com/dp/1733387803/ref=nosim?tag=YOURASSOCIATEID

    Adding both will give site owner income from book and other  sales from Amazon adding greater value to their sites and this Application 😉

    Thanks,

    Steve K.

     

  12. Any chance of adding ability to link to the book in Amazon store with a "Buy Book" button. Or any other store that can handle ISBN numbers?

    Amazon link will be https://www.amazon.com/dp/10_digit_ISBN/

    Barnes and Noble will be https://www.barnesandnoble.com/s/13_digit_ISBN

    10 digit ISBN number works for Amazon, so the links will look like https://www.amazon.com/dp/1733387803/ 

    13 digit ISBM works for Barns and Noble https://www.barnesandnoble.com/s/9781733387804

    Thanks,

    Steve K.

  13. Unless I am missing something, i do not see a way to have a map block on a page. It would be great as the Member Map supports addresses from Pages. The map that can contain those exists, so i would love to be able to embed it. If not possible and no plan for it, can a link be generated to only show one group of markers?

     

    And one more feature request: Ability to set different markers for different Databases/Categories in Pages

    thank you!

    Steve K.

  14. There is a feature that allows to show all Clubs on a map, so this seems to be possible. Does any one know how to show all Pages Records that have an address field from a Specific DB/Category on a map? I do not see a built-in block for this or any other options.  Any help is appreciated!

    thank you,

    steve k.

  15. Another great Template!  Thank for putting all these together! I think i am now using almost all of them 🙂

     

    1. Is it possible to add option for Listings View similar to  "Hide meta data in sidebar" ?

    If data is not needed in the record, it is not needed in the listing either.

    2. What controls the record image hight? I wanted to adjust it to match the hight of the content of items on the left.

    3. I am seeing extra text above the first review in mode 1. 

    784772002_ScreenShot2020-05-03at4_28_31PM.thumb.png.23a72e2815215fd4c6fac850e424fd49.png

     

    Thank you!

    Steve K.

×
×
  • Create New...