Forum Replies Created
-
AuthorPosts
-
babaLucas
ParticipantThis reply has been marked as private.babaLucas
ParticipantThis reply has been marked as private.babaLucas
ParticipantI’m once again having this issue in version 4.1 of the theme.
Trying to use this shortcode:
[show_post_snippets terms=”acquisition” taxonomy=”contribution” post_type=”portfolio” number_of_columns=4 post_count=8 image_size=’medium’]
babaLucas
ParticipantThis seemed to work great. Thanks!
babaLucas
ParticipantThank you, that looks like it worked!
I appreciate your attention and prompt response.babaLucas
ParticipantIt should work now.
From my logic, the latest Woocommerce plugins work with Agile v3.7 but not v4.1. So it would make sense to me that the issue arrises with the theme.
babaLucas
ParticipantI guess more specifically I want the x value to be 0.
But I want the y value to continue to vary for the parallax.But only for certain frames. not all of them. Sounds like a jquery or javascript piece?
babaLucas
ParticipantThat does what I want it to; but it turns off the parallax effect. how can keep the parallax?
babaLucas
ParticipantThis reply has been marked as private.babaLucas
ParticipantI would prefer to patch my installations.
babaLucas
ParticipantRight; but here’s the scenario:
The site has https:// for the purposes of woocommerce transactions.
When my client logs in to edit his own site, he connects via https:// to edit.
His images dissappear and he asks me why.I also have 2 other sites where people buy virtual products (videos embedded in portfolio posts). I then use the portfolio along with woocommerce groups to dictate access and a member dashboard; all with secured https:// login. As a result, the images don’t show.
My point was to ‘bump’ this issue because it’s a detrimental UX problem using your theme that needs to be fixed. The fix seems minor.
babaLucas
ParticipantI also have the issue on a couple of sites. One of which being: calyxperformance.com
babaLucas
ParticipantThat does the trick; thank you!
babaLucas
ParticipantI’ve been trying to make this work today to only show posts from one category using the code below. But it is not working.
$query = array('cat' => '2', 'posts_per_page' => intval(get_option('posts_per_page')), 'ignore_sticky_posts' => 0, 'paged' => $paged);
Am I missing something?
babaLucas
ParticipantWe’re not on the same page: you’re referencing an individual portfolio post. That’s working fine.
I’m referencing the portfolio page whose features are controlled by ‘Appearance > Theme Options > Portfolio Page’
In my site it’s http://dev.babalucas.com/sgp2/portfolio/
And the portfolio category pages, for example: http://dev.babalucas.com/sgp2/portfolio_category/multi-family/In your demo, it’s https://www.livemeshthemes.com/agile/portfolio-page/
And the portfolio category pages, for example: https://www.livemeshthemes.com/agile/portfolio_category/business/I want to customize the entry title background image for the portfolio page and the category pages.
-
AuthorPosts