Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)
  • in reply to: Team Carousel #207421
    metzger_1
    Member
    Post count: 27
    This reply has been marked as private.
    in reply to: Team Carousel #206340
    metzger_1
    Member
    Post count: 27
    This reply has been marked as private.
    in reply to: Team Carousel #206319
    metzger_1
    Member
    Post count: 27
    This reply has been marked as private.
    in reply to: Team Carousel #206311
    metzger_1
    Member
    Post count: 27
    This reply has been marked as private.
    in reply to: Team Carousel #206310
    metzger_1
    Member
    Post count: 27
    This reply has been marked as private.
    in reply to: Team Carousel #205888
    metzger_1
    Member
    Post count: 27

    I apologize for the delayed response we got busy last week. Since the update not not only are we having problems with the carousel on the mobile devices not working are also ran into Double title bars (I have since hid the extra via CSS since I do not know where the extra code is coming from), the social sharing is not recognizing the featured images nor the excerpts (or any of the data we are telling the social networks to pull).

    in reply to: Team Carousel #202914
    metzger_1
    Member
    Post count: 27

    I also just updated the theme. So I am not not entirely sure that this CSS code broke the functionality of the mobile carousel, could it possibly be the theme update that broke it? I have taken out the CSS code you provided and cleared all the cache but the carousel functionality still does not work.

    Thought?

    in reply to: Team Carousel #202907
    metzger_1
    Member
    Post count: 27

    Sorry but that did not work either.

    in reply to: Team Carousel #202899
    metzger_1
    Member
    Post count: 27

    That works for the desktop view but now it breaks the mobile functionality.

    in reply to: Portfolio Element in Swift Bulder not working properly #133239
    metzger_1
    Member
    Post count: 27

    I have it turned on
    http://metzgeralbee.com/our-work/

    in reply to: Portfolio Element in Swift Bulder not working properly #132921
    metzger_1
    Member
    Post count: 27

    Ok what about the 404 page error? When I turn on the pagination (which is what we want) page 1 shows 12 posts and then when you click on page 2 to view the rest you get a 404 error.

    in reply to: Portfolio page – Next and Previous buttons #96571
    metzger_1
    Member
    Post count: 27

    I know I am confused too.

    in reply to: Portfolio page – Next and Previous buttons #96557
    metzger_1
    Member
    Post count: 27

    nope this didn’t work either.

    in reply to: Portfolio page – Next and Previous buttons #96552
    metzger_1
    Member
    Post count: 27

    Sadly that did not work. Any other ideas?

    in reply to: Portfolio page – Next and Previous buttons #96213
    metzger_1
    Member
    Post count: 27

    Thanks audiophreak, but I tried both both the
    $excluded_terms = ‘293’, and the
    TRUE, ‘293’,

    In the PHP code above. But neither of them seemed to work. Here is how I had the code listed

    <ul class=”pagination-wrap bar-styling portfolio-pagination clearfix”>
    <li class=”prev”><?php next_post_link(‘%link’, TRUE, ‘293’, ‘<i class=”ss-navigateleft”></i>’); ?>
    <?php if ($portfolio_page) { ?>
    <li class=”index”>“><i class=”ss-layergroup”></i>
    <?php } ?>
    <li class=”next”><?php previous_post_link(‘%link’, TRUE, ‘293’, ‘<i class=”ss-navigateright”></i>’); ?>

    AND

    <ul class=”pagination-wrap bar-styling portfolio-pagination clearfix”>
    <li class=”prev”><?php next_post_link(‘%link’, $excluded_terms = ‘293’, ‘<i class=”ss-navigateleft”></i>’); ?>
    <?php if ($portfolio_page) { ?>
    <li class=”index”>“><i class=”ss-layergroup”></i>
    <?php } ?>
    <li class=”next”><?php previous_post_link(‘%link’, $excluded_terms = ‘293’, ‘<i class=”ss-navigateright”></i>’); ?>

    Do you think I might be missing something else?

Viewing 15 posts - 1 through 15 (of 27 total)