New Landing How can we help? Themeforest Theme Support Joyn Portfolio Page Pagination?

Viewing 6 posts - 16 through 21 (of 21 total)
  • Posted in: Joyn
  • #232189
    David Martin – Support
    Moderator
    Post count: 20834

    Standard will only show if: Meta Options => Page Title => Remove breadcrumbs (is unchecked) and if Show page title (is checked). Ex: https://dl.dropboxusercontent.com/u/16264105/arrows.gif

    Arrows should show regardless, ex: https://dl.dropboxusercontent.com/u/16264105/edge-of-screen.gif.

    Thanks.

    #232220
    barefootMarc
    Member
    Post count: 174

    The second GIF is what I want to see. For what ever reason the arrows are not showing up at the bottom of the screen.

    -M

    #232246
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    I have re-saved your theme options and the actual portfolio items and the “Edge of screen arrows” appear, as you start to scroll down: http://test.overdrivedesign.com/structure/portfolio/62-hook/.

    The standard arrows, only work as mentioned if showing the title.

    Thanks.

    #232278
    barefootMarc
    Member
    Post count: 174

    I can get the arrows to show up top, but not at the bottom of the post. Isn’t the bottom consider standard?

    -M

    #232283
    barefootMarc
    Member
    Post count: 174

    Figured out a work around

    CSS:
    .page-heading {
    width:100%;
    bottom:0;
    z-index:9999;
    margin-top: 0;
    margin-bottom: 0!important;
    position: fixed;
    text-align: left;
    border-top: 0!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    }

    JQuery

    var $ = jQuery;

    tiles = $(“.page-heading”).fadeTo(0, 0);

    $(window).scroll(function(d,h) {
    tiles.each(function(i) {
    a = $(this).offset().top + $(this).height();
    b = $(window).scrollTop() + $(window).height();
    if (a < b) $(this).fadeTo(500,1);
    });
    });

    Thank you for all your help,

    Marc

    #232534
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks for posting that, that will hopefully help others also.

    Cheers,
    David.

Viewing 6 posts - 16 through 21 (of 21 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register