New Web Template: Slimbox for Lightroom!

I've produced a new gallery template for Lightroom's Web module using Slimbox, a very nice Lightbox clone.
Check it out:
http://theturninggate.com/blog/adobe-lightroom-slimbox-template
Matt

G'day folks,
Nice to see such lively conversation! Thanks to everyone for providing such good answers to the questions posed about my template before I was able to get on here to answer them. ;)
I've updated the template to version 1.1. Changes:
- Added a Watermark checkbox.
- Modified the tables around the thumbnails to produce smaller gallery pages and slightly faster loadtimes.
- Gallery now looks for images in content/bin rather than just in bin.
I also reordered the CSS a bit. KBPhoto's changes will still work, but the CSS has been moved within the file, and I deleted a few of the labels in the CSS. Had I read these postings prior to updating the code, I'd have left them in. Sorry! Anyway, shouldn't be too difficult to figure out if anyone still wants to make the modification.
Hopefully my changes will help to remedy the "somewhat strange" rendering, but maybe not.
Not sure about rolling KBPhoto's modification into an official update of the template, as I tend to favor more reliance on CSS, but if it's a major issue for users, I'll consider it.
I also removed the 4x4 corner PNGs from the thumbnail slides. The difference is hardly noticeable, but if anyone misses them, let me know and I'll put them back in.
The latest version is available from the usual page:
http://theturninggate.com/blog/adobe-lightroom-slimbox-template
Cheers,
Matthew

Similar Messages

  • Web Template URL for Web Template ZTEST could not be Generated

    Hello Experts,
                           I have designed a Template in WAD with the name ZTEST(example) when i am trying to execute it in Browser, it is throwing an error like "Web Template URL for Web Template ZTEST could not generated". I am working on 7.0 WAD
    Please suggest me if there is any settings to done.
    Thanks in Advance,
    Regards,
    Vishnu.

    Hello Mr. Wond,
                                Even if i am Executing using a default Template it is throwing the same error that " Web Template URL could not be generated". Meanwhile when i am working on this issue i found that some Command URLs should be defined, but i am unable to trace where to define this URL Command like <a href=u201Dhttp://myAppServer:myPort/SAP/BW/BEx?pageno=1&request_no=8&cmd=ldoc&template_id=EXAMPLE_TEMPLATEu201C></a>
    Please suggest..................
    Regards,
    Vishnu.

  • New Haswell-E PC for Lightroom/Photoshop

    Hi,
    I'm investing in a new desktop PC for Lightroom/Photoshop use that will hopefully last the next 3/4 years.
    Here's my final build (courtesy of Chillblast).
    Fractal Design Define R5 Low Noise Case - Black Pearl 
    Intel Core i7 5820K Haswell-E 6-Cored 3.60GHz Processor (Overclocked up to 4.2 GHz) 
    Corsair Hydro Series H100i Extreme Performance Liquid CPU Cooler 
    Arctic Silver 5 Thermal Paste 
    Asus X99-S Intel X99 Motherboard 
    32GB Corsair/Crucial DDR4 2133MHz Memory (4 x 8GB sticks) 
    Chillblast NVIDIA GeForce GTX 970 4GB Graphics Card 
    500GB Samsung 840 EVO Solid State Drive 
    3000GB 7200rpm Hard Disk - 6Gbps 
    3000GB 7200rpm Hard Disk - 6Gbps 
    RAID 0 Configuration - Choose 2 identical hard disks above 
    250GB Samsung 840 EVO Solid State Drive 
    Blu-Ray ReWriter 
    Corsair RM 750 Modular 750W GOLD Certified PSU 
    Onboard High Definition Audio 
    Akasa AK-ICR-14 17 in 1 3.5" Internal USB 3.0 Card Reader 
    Windows 8.1 64 bit
    All opinions gratefully received!

    I prefer not to make recommendations because performance is something that simply cannot be predicted. For instance, I am using an off-the-shelf HP computer, 8 GB RAM, integrated graphics (no special graphics card), i5 processor. Performance is perfectly satisfactory for me. But you have to remember that I'm only working with 12 MP raw images. I'm working on some scanned images as well that benefit from the shake reduction filter in Photoshop CC. That filter takes quite a while to render on my machine, and I'm thinking of increasing my RAM. But other than that, Lightroom performance is very nice. So I wouldn't want to make any suggestions. It's simply the luck of the draw, I'm afraid.

  • Issue with New Web Form Created for Web Page Composer

    Hello,
    I created new Web Form as per the example given on sdn: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2041eb17-6001-2b10-b08d-b95ce55fa9b7
    Everything looks fine with all the setup but when I restarted the Portal, I am not seeing this new webform where we see Article, List, Banner and other webform to create new document in Web Page Composer section.
    Any idea what could be the reason behind this would be really helpful?
    regards,
    Jaish

    Hi Jaish,
    Can you please confirm if you have followed all the steps in here.
    The following configuration steps are necessary:
    1.Create a KM Resource Type
    2.Create a Web Resource Type and assign the KM Resource Type to it
    3.Extending the Configuration of Existing Web Resource Types and Containers
    4.Referencing the XSL File in the Stylesheet Object
    5.Creating a Stylesheet Group
    6.Referencing the XML File in the Document Type
    7.Restart the portal
    Make sure that you store the files in the following KM folders:
    The XML file in the /etc/wpceditor/types directory, the XSL files in the /etc/wpceditor/styles directory.
    Please refer to this link.
    http://help.sap.com/saphelp_nw70/helpdata/EN/45/599b78b0aa3bdde10000000a1553f7/frameset.htm
    Hope this helps.
    Cheers,
    Sandeep Tudumu

  • Modify news, web apps layouts for mobile site?

    I am modifying an existing website to create a mobile version, placing my mobile pages in a /mobile subfolder. I am having an issue with the news and web apps, as I have already designated my templates and layouts for the full desktop version, and because my news and webapp items cannot be placed into my /mobile folder. So, now I need to display that information differently for mobile and cannot figure out how, since I am limited to a single List Layout and a single Detail Layout (for news. At least the web apps give me an Backup List Layout, which was helpful). How have others accomplished this type of thing??
    An example: On my desktop version, I have announcements shown on the homepage as short blurbs (using the list view). My detail view I already have formatted for the full screen desktop version and does not work well for mobile screens. After many attempts at workarounds, I decided that I would simply show the complete announcement for mobile as a List Layout and not use a Detailed Layout at all so that I don't even have to bother with it. My thought was to code both my desktop and mobile list layouts in the List Layout of my Announcements module, and use css to show/ hide the appropriate one.
    E.g.--
    html in my List Layout:
    <div id="standardnews">
    <h3>{tag_subject} - {tag_eventfromdate}</h3>
    <p>{tag_body, 140}</p>
    </div>
    <div id="mobilenews">
    <h3>{tag_subject_nolink} - {tag_eventfromdate}</h3>
    <p>{tag_body}</p>
    </div>
    on my desktop css stylesheet:
    div#standardnews { display:block; }
    div#mobilenews { display:none; }
    on my mobile css stylesheet:
    div#standardnews { display:none; }
    div#mobilenews { display:block; }
    The css works just fine, however, on my mobile site instead of rendering the event from date, it actually rendered the tag itself "{tag_eventfromdate}".  So, apparently I can't have multiple instances of a tag within a single page??  Is there a way around this?
    I would be grateful for any input here on the best way to handle this type of thing, given the limitations I am running into.

    You can make as many list templates as you like now.
    You can have a different template per device - phone, tablet, desktop so if modules are in that template they will then render those different templates and thus different layouts.
    If you have modules in pages that page can be differnt per device as outlined under site settings and mobile section.
    Unlimited list layouts - http://www.businesscatalyst.com/_blog/BC_Blog/post/Video_Create_custom_list_templates_for_ BC_Modules/
    You CAN NOT though have conditional tags in BC yet and you can not in one list layout have tags render differently based on the device.
    Style and presentation you use media quries and the System tag for device provided by BC.

  • New Web Services Connector for JMX available

    A new Early Access (EA3) of the Connector is out. It implements the JSR 262 Public Review Specification (http://jcp.org/aboutJava/communityprocess/pr/jsr262/index.html).
    You can download the RI auto-extractible jar file from http://ws-jmx-connector.dev.java.net
    For more information on the content of this release, you can have a look to this blog entry : http://blogs.sun.com/jmxnetbeans/entry/web_services_connector_for_jmx
    Best Regards.
    Jean-Fran�ois Denise
    http://blogs.sun.com/jmxnetbeans/

    A new Early Access (EA3) of the Connector is out. It implements the JSR 262 Public Review Specification (http://jcp.org/aboutJava/communityprocess/pr/jsr262/index.html).
    You can download the RI auto-extractible jar file from http://ws-jmx-connector.dev.java.net
    For more information on the content of this release, you can have a look to this blog entry : http://blogs.sun.com/jmxnetbeans/entry/web_services_connector_for_jmx
    Best Regards.
    Jean-Fran�ois Denise
    http://blogs.sun.com/jmxnetbeans/

  • I'm looking for an add on that opens a new web page. In prior versions it looked similar to a "+" sign. It is not the "Open a new Window Button" Thank you.

    The add on opens a blank new web page. For example, when on a web page, you can open a new page, with all bookmarks on the sidebar.

    The add on opens a blank new web page. For example, when on a web page, you can open a new page, with all bookmarks on the sidebar.

  • Web Template for BEx Query?

    Hello,
    How to find if there is any Web Template exist for a given BEx Query?
    Thanks,
    Dona Hill

    Hi Dona,
    You can find out by looking up the query in the metedata repository (RSORMDR) or by just pulling and collecting it in the transport connection.
    Hope this helps...

  • Question regarding the default web template for queries

    Hello,
    I am trying to learn the default web template that is using for queries:
    0QUERY_TEMPLATE_BROADCASTING70
    I see that it's <bi:QUERY value="" /> is empty which is logic since the query will be inserted on runtime. My question is, where in the web template does it say that? I can't see any parameter it expects to get with the query's technical name not at the webtemplate code nor at the URL...
    Roy

    Roy,
    I think you are mixing things. The template you are mentioning is used for queries that are executed from the query designer. It's not a web template as any other one you create for your users. So, this web template has some parts in it's code that works with the query execution. When you run a query, the system takes the query definition (made in QD) and executes it with the web template indicated for the query. This determination is made by the program that is used to run queries. You can try using RSRT transaction to debug and check how this it's done. If you want to change the default web template used by query designer to run the queries, you should do it copying any standard template, like the one you mentioned. If you don't do it, you won't get the information correct.
    Hope this helps.
    Regards,
    Diego

  • Regarding upgrade of web report\web templates functionalites BW 3.5-BI 7.0

    hi all,
             I m working on a Upgrade study from BW 3.5 to BI 7.0 for Web Templates,web items and java scripts.
    Below is the scenario of the client system:
    New web templates are created from the 6 master web templates available for publishing to a custom Portal (created using BSP and hosted on the WAS). TOOLBAR and FOOTER are custom web templates used in all Master Templates and contain various JavaScript functions and footer code respectively.
    TOOLBAR provides the Toolbar, header and buttons functionalities in the Master Templates via the contained Javascript functions. FOOTER displays the date and time of issue as well the logged in user.
    FOOTER1 and FOOTER2 are web items derived from FOOTER web template. They have different set of web item properties and are used to create web templates used through the custom Portal.
    It is observed from BW Tables that out of 100 unique Web Templates available in the system, 90 are using TOOLBAR template and 95 are using FOOTER template.
    No external Javascript .js files are used in the Web templates. Most of the Javascript functionality is contained in TOOLBAR and no other custom javascript in master templates. However, there are some derived web templates where custom javascript is contained.
    Following is the process to create custom Web Templates in development server that are eventually transported to QA and Production:
    1)     The appropriate master template is identified and saved with new name in developer role.
    2)     Dataprovider is added to corresponding web items.
    3)     From the library, properties are transferred from master template to the custom template.
    4)     Report title is added in HTML tab.
    5)     No changes are needed in the Web Templates Properties except change of value in  “Show Jump Target in” field to the portal Frame ConPortal or _self in case RRI is to be used.
    6)     Some properties like Title, Width in Pixel, Affected Data Provider, etc. needs to be adjusted. Changes can be done to web items seen in Overview tab except the FOOTER and TOOLBAR web items. These web items are saved as reusable components in Library.
    7)     After all the changes the web template created is transported from development server.
    To summarize, all master data for creation of web templates like reusable master templates, web items in library, web templates containing Javascript code are stored in dev. server. Custom web templates created from these are transported.
    I want to validate the sequence of migration as below:
    Following sequence has to be followed for the Web Templates and Queries Migration in development BI 7.0 Server:
    1)     Migrate the Individual BEx Queries first and perform functional testing.
    2)     Migrate the TOOLBAR template manually (create as new in BI 7.0 Toolset) and FOOTER template automatically (using Migration Tool).
    3)     Manually migrate the JavaScript code in TOOLBAR. Please refer to section ..for more details.
    4)     Migrate the library of reusable web items, if any.
          (What to do if web item is custom or is not supported in BI 7.0)
    5)     Migrate the Master Web Templates manually (create as new in BI 7.0 Toolset) and automatically (wherever possible) and perform functional testing.
    6)     Migrate the custom web templates automatically (wherever possible) and manually, if automatic migration is not possible. Perform functional testing and data provider binding.
    7)     Perform jump target binding wherever applicable.
    8)     Transport custom templates, TOOLBAR and FOOTER to QA and Production subsequently.
    Also i have the following questions:
    1. How to migrate functionalities accessed thru web templates like jump queries, general navigation blocks with filter, table interface, and are data providers automatically linked to web items or have to be done manually post migration.
    2. Do we need to migrate the library of reusable web items also.
    3. After migrating the master  web templates and javascript containing templates to BI 7.0, can we migrate automatically the custom webtemplates derived from master templates and containing the custom javascript that is now avaialbe in BI 7.0, will they pick up the custom code automatically.
    thanks in advance
    Regards
    praveen

    No resolution found

  • Fix table header line of Query in default web template WAD 7.0

    Dear all,
    I would appreciate if somebody could help me to set parameters to fix the header line of a Web-Item DataProvider (Query) in the default web template 0ANALYSIS_PATTERN for the BEx Web Analyser. I mean I want to see the header line with the characteristics and key figures description even if I scroll down in the query. 
    My idea was to create a second frame in the template and to fill it with the same DataProvider just with the header of the Query. The problem is that the performance of the query would be badder if we load two Dataprovider/Query instead of one.
    Many thanks in advance for your answer and help!!!
    Best regards
    Abdel

    Hi Dion,
    Thank you very much for your answer! I have tried to find a paramter in the web application designer to do that, but without success. Now I have included a new container with the same Analysis Web Item, but it does not function! May you have a better idea??
    Thank you very much in advance for your help. I'll also post my question in a BI-Forum as you suggested. 
    Best Regards
    Abdel

  • Error in saving Web Templates

    I am currently seeing a problem in creating new Web Templates in Web Application Designer in SMD. The error occurs when a Web Template is newly created or when an existing Template is modified but clicking the OK button in the error dialog screen allows you to proceed with saving the template.
    Message Class      Message Number   Description
    RSBOLAP               014                     Transformer exception while transforming
                                                             BEx Web Templates
    RSWADMDERR1     090                     Java-Stack check found incorrectly
                                                             formatted templates
    Is there any known corrections/ implications in regards to this error? Thank you.

    Check and make sure BI and Portal connection is configured. Use note 917950 for  checking this.
    Also make sure you have the latest WAD SP level (Sp 12)

  • Assiging Query to Web template

    Hi,
    I was asked to add new query that I created to existing web template.
    I have been able to Identify the web template that other queries are assigned to but don't know how to add my query to it.
    for example
    Template_ID=0ANALYSIS&Infocube=CCA&Query=cost_center
    I would like to add my infocube and query (&Infocube=CCA&Query=cost_center) to the query template
    Please tell me how I can manually maintain this in BI. I am using BI 7
    thanks
    Edited by: Bhat Vaidya on Sep 10, 2008 9:44 AM

    Hi,
    thanks for your response.
    I can easily add the data provider directly to the template but thats not what I want as the template doesn't have any dataprovider attached.
    All reports in the web are using same web template so for maintenance purpose it cannot be done that way like you mentioned.
    I know that the cube name and query name can be manually added to the template in BI as I have seen that before but cannot remember how is done or which transaction code to use to access it.'
    thanks
    Edited by: Bhat Vaidya on Sep 10, 2008 9:52 AM

  • Web Template 3.x - Excel Export

    Hello experts,
    how can I add some kind of "Excel-Export-Button" in a Web Template 3.x ?
    In WAD 7.0 there is this function, but what about WAD 3.x?
    Thanks in advance.

    Hi,
    Create a new web template with reference of 0ANALYZER or 0WEBANALYZER. In this you will find the option for export to excel.
    Else you can copy the HTML code from the template for Export excel option.
    Hope this helps...
    Rgs,
    Ravikanth.Indurthi

  • Error when changing default web-template

    Hello experts,
    I´m facing the following problem and I don´t know what to do:
    I´ve created a new web template in WAD 7.0 and set it as deafult web template for ad-hoc analysis in transaction SPRO.
    When I want to execute a query in web e.g. from the Query Designer 7.0 I get an error loading web template (brain 276 / "template not found in master system").
    I´ve already checked note 1014795, but it doesn´t help, because I don´t want to start the template with RSRT or iView in Portal. I want to use my template as default template for BEx 7.0.
    Any idea??
    Thanks a lot in advance.

    issue solves: just entered the wrong technical name in spro... :/

Maybe you are looking for