Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
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).
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?
Sorry but that did not work either.
That works for the desktop view but now it breaks the mobile functionality.
December 3, 2014 at 8:49 pm in reply to: Portfolio Element in Swift Bulder not working properly #133239I have it turned on
http://metzgeralbee.com/our-work/December 2, 2014 at 5:30 pm in reply to: Portfolio Element in Swift Bulder not working properly #132921Ok 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.
I know I am confused too.
nope this didn’t work either.
Sadly that did not work. Any other ideas?
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?
-
Posted in: We hit Power Elite.