Jump to content
DevFuse Forums
  • Issues with templates/css?


    cybernck
    • Fixed IP.Board Version: IP.Board 4.3.x

    I've just updated IPS to 4.3.2 and updated the Collections app accordingly.

    However, I've instantly come across a couple of issues:

    1) Featured Cars carousel seems to be broken and just displays a list of cars, while messing up the layout (both on mobile and on PC)

    2) New Cars list works fine up until approx 800 px wide window, when it switches to super-extra-wide thumbnails

    Example: https://www.205gtidrivers.com/garage/

    I can see that the second issue is caused by the first one and the broken layout that it creates, so it will be a simple fix, I guess.

    additionally 3) I've tried disabling the Featured Items list option in order to check if it will sort out the layout problem but it didn't respond to it - still shows featured items.

    P.S. The issue are the same in the OEM theme and the one I'm using, so it's not that.

    Thanks.


    User Feedback

    Recommended Comments

    • Management

    Manual Patch:

    Open acp > theme editor > collections > front > browse > index

    Find:

    				<ul class='cItemsCarousel ipsClearfix' data-role="carouselItems">
    					{{foreach $featured as $item}}
    						{template="featuredItem" group="browse" app="collections" params="$item"}
    					{{endforeach}}
    				</ul>

    Replace With:

                    <div class='ipsCarousel_inner'>
                        <ul class='cItemsCarousel ipsClearfix' data-role="carouselItems">
                            {{foreach $featured as $item}}
                                {template="featuredItem" group="browse" app="collections" params="$item"}
                            {{endforeach}}
                        </ul>
                    </div>

     

    Link to comment
    Share on other sites



    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Status Definitions

    Pending = We are still working on this report.

    Fixed = The issue has been fixed and the resolution will be available in the next version.

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

×
×
  • Create New...