Fineliner - Responsive Portfolio HTML Template

Themeforest Fineliner - Responsive Portfolio HTML Template HTML Template

Download Fineliner - Responsive Portfolio HTML Template HTML Template

Download Fineliner - Responsive Portfolio HTML Template HTML Template

===============================================




OFFICIAL ANNOUNCEMENT (written on January 4, 2017)


Please be informed in this early announcement that we are going to discontinue the HTML templates (NOT WordPress themes) selling and support in the marketplace at the end of January 2018 (about 1 year from when this is written). We have made a full year span to make sure that we can cover the support for recent customers in this period. So, if you just recently purchased the template around January 2017, please don’t worry, we still have got you covered.


Thank you for loving the template and we really do appreciate all your support.


===============================================

Download Fineliner - Responsive Portfolio HTML Template HTML Template

Comments

  1. Hello! I have 2 questions:
    - In “Portfolio”, “Portfolio Meta Info Setting”, i would like to change “Client” by “Description ”.
    - In the same category, i don’t need “website”, can i make it disappear?


    Thanks a lot!
    Camille

    ReplyDelete
  2. Hi Camille,


    Did you mean you are using the WordPress version (the comment section here is for the HTML template version) ? If so, there is no option for that unfortunately. You would need to manually customize the UXbarn Portfolio plugin code for that.


    In case you are having more question regarding the WordPress version, please post your comment here: http://themeforest.net/item/fineliner-responsive-portfolio-wordpress-theme/6363903/comments

    ReplyDelete
  3. The visual composer for text box stop working. It’s not show the text and I don’t have all the option (bold, colour…) anymore. Is there an update that could have make it bugged?

    ReplyDelete
  4. Already responded to your comment in the WordPress version.

    ReplyDelete
  5. Hello,
    how can I get the distance between the first fine double line and the main text smaller?

    ReplyDelete
  6. Hi,


    You could directly edit the CSS for reducing that space. Please open “fineliner.css” and find this:



    #intro-wrapper {
    margin-bottom: 110px;
    }


    Try adjusting this value to make the space smaller.


    In case you would like to use custom CSS for other elements, I would recommend “Developer Tools” on Chrome or “Firebug” on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    ReplyDelete
  7. Hi there!
    Quick question: How I can change the background image in Full Page Option? Thank you for your support!

    ReplyDelete
  8. I found it. Thank You.

    ReplyDelete
  9. Very nice template and easy to work with. Everything is just as it should be.
    I had one problem with customization and UXbarn provided me clean and simple solution.


    Thanks guys

    ReplyDelete
  10. You’re welcome and thank you very much for your kind words!

    ReplyDelete
  11. Hi there! The fancybox gallery is not working for me. When I click on the thumbnails, it says “The requested content cannot be loaded. Please try again later.” I did not have this problem when loading it from my hard drive. Now that it’s uploaded to a test server (online), I’m seeing this error.


    http://makemeimmortal.com/healey-test/gallery.html

    ReplyDelete
  12. Hi,


    The error message usually means that the image URL could not be reached somehow. Please make sure that the URL of the image is correct and accessible.

    ReplyDelete
  13. Could you please tell me how to darken the page itself when watching the photos in the portfolio?

    ReplyDelete
  14. Hi,


    Sorry but I could not see the Purchased badge here. Please post with the account that made a purchase.

    ReplyDelete
  15. Will you be modifying Finaliner to use Foundation 5?

    ReplyDelete
  16. Hi there!


    Unfortunately I do not have a plan on that.

    ReplyDelete
  17. Hi again,
    Could you please tell me how to darken the page itself when watching the photos in the portfolio?
    Another isue, when using an iPhone or iPad and zooming in on a photo the site crashes and this message is displayed: “A problem occurred with this webpage so it was reloaded”
    Please advise.
    Thanks in advance!

    ReplyDelete
  18. Hi there!


    1. Did you mean the background color when viewing the photo on lightbox mode? If so, you can adjust that in ”/js/fineliner.js” file, just edit the code of Fancybox call in there.


    Note that the template uses Fancybox for the lightbox feature. You can find more about its options and APIs on here: http://fancyapps.com/fancybox/ . Specifically, see the link of “Change overlay color and opacity” on their website for the tip of how to adjust the background and opacity.


    2. Hmm, I could not find the issue on my end on both iPad and iPhone. But as I have roughly googled with the error keywords: “A problem occurred with this webpage so it was reloaded”, looks like this is a common issue of the Safari itself. Some people also got the issue while browsing on some websites (not everyone).


    Some guys suggested to clear history and website data in Safari and it helped.

    ReplyDelete
  19. Thanks! One last question. The homepage slideshow doesn’t autoplay. How can I activate that please?

    ReplyDelete
  20. Please open ”/js/fineliner.js” file and find this code:



    var homeSliderAutoAnimated = false;
    var homeSliderAutoAnimatedDelay = 2000;


    Just change it to “true” for the first one and you can also adjust the number of milliseconds for the auto slideshow here.

    ReplyDelete
  21. Hi there


    Many thanks for this amazing theme.


    I’ve just changed my business logo so it’s actually vertically longer than the original. I’m wondering how to accommodate this extra vertical length in the code so it sits correctly within the header and the menu are.


    Thanks!

    ReplyDelete
  22. Hi there!


    You can use CSS to fix the height of the logo so it would not overflow the header area. For example:



    #logo img {
    max-height: 50px;
    }

    ReplyDelete
  23. I am having an issue with google maps. “Google Maps element. Please contact the site administrator. If you are the administrator of this site, please check the JavaScript console or check the following page for troubleshooting: http://g.co/mapsJSApiErrors" Is there a quick fix for this? Thank you.

    ReplyDelete
  24. Hello!


    Could you please head to https://uxbarn.ticksy.com/ and open a private ticket with the following info?


    1. FTP info of your site (FTP address, username, password – you might create a temporary one for me)


    2. Page URL that has got the issue


    I would have to check and debug the code on your end to see what happen. I just tried checking the template here on my server and online demo but could not reproduce the issue.


    Note: It looks like your support period has expired, please consider renewing it on the item page here: https://themeforest.net/item/fineliner-responsive-portfolio-html-template/5888959 for covering the item support.

    ReplyDelete
  25. hi,
    I receltly purchused Fineliner html.
    I have a question:
    in the page “portfolio-list-3-columns.html”, I would like to have occasionally, an image span over 2 columns out of the 3 columns.


    Can you please guide me what to do in the css/html in order to be able to do that?


    Thanks so much!!!

    ReplyDelete
  26. Hi there!


    Thanks for the purchase!


    You would have to manually customize the CSS of the template in order to change it to 2 columns layout. In the ”/css/fineliner.css” file, you can try changing from:



    .portfolio-root-wrapper.col3 .portfolio-item {
    width: 30.47%;
    }


    to this one:



    .portfolio-root-wrapper.col3 .portfolio-item {
    width: 47%;
    }


    Then clear all the cache and reload the page. The portfolio should display as 2 columns layout now.

    ReplyDelete

Post a Comment

Popular posts from this blog

Pav Wines Responsive Theme

Tango - Responsive HTML5 Template

Teddy-Responsive Blog Magazine Portfolio WP Theme