Okay
  Public Ticket #1789475
Post Grid Portfolio
Closed

Comments

  • Krzym started the conversation

    Hello,

    How could I load images into post grid or mansiory post grid from portfolio section, there is used Hero Images / Video and would love to greate a portfolio list with them.

    So here is the list:

    http://rabidrat.pl/rabidrat/work/

  • Krzym replied

    Any chance for help here?
    I'm not sure whats wrong, but I've set up simple page with Post Grid, then as Data Source: Grenada_portfolio.

    And I have some blue fallback images instead of portfolio images/videos.


    When I'm looking at hero-properties.php it seems that there are set up correctly:

    $this->foreground     = grenada_get_post_meta( GRENADA_THEME_OPTIONS, get_the_ID(), 'grenada-opt-portfolio-bknd-color' );
    $this->text_alignment = esc_attr("text-align-center");
    $this->image             = grenada_get_post_meta( GRENADA_THEME_OPTIONS, get_the_ID(), 'grenada-opt-portfolio-hero-img' );
    $this->video             = grenada_get_post_meta( GRENADA_THEME_OPTIONS, get_the_ID(), 'grenada-opt-portfolio-video' );


  •  1,974
    Support replied

    Hey,

    if you are using Post Grid WpBakey then I recommend the following:

    1. disable ajax loading in theme options and see if it's working

    2. not sure where the thumbnails are coming from in the post grid but try assigning featured images to each portfolio item.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Krzym replied

    I've disable ajax and its not working. 

    Post Grid images are coming from featured image, but I cant see any option to assign that in portfolio item.
    You are using parameter called: Hero Image, so I assume there should be a way to use that right?

  •  1,974
    Support replied

    I assume that Posts Grid relates with featured images of a certain post type.

    if you can go to /wp-content/plugins/grenada-functionality-plugin/include/custom-post-types-config.php and modify line 39

    'supports' => array('title', 'editor'),

    to

    'supports' => array('title', 'editor', 'thumbnail'),

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Krzym replied

    Thanks, it works now!

  •  1,974
    Support replied

    Great! Actually I like your solution to build a portfolio grid.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Charith replied

    I need post grid for works. can you help?

  •  1,974
    Support replied

    Hello, so re-playing the steps:

    1. go to /wp-content/plugins/grenada-functionality-plugin/include/custom-post-types-config.php and modify line 39

    'supports' => array('title', 'editor'),

    to

    'supports' => array('title', 'editor', 'thumbnail'),

    2. assign featured images to portfolio items

    3. create a WPBakery posts grid with grenada portfolio type. You may need to disable ajax loading to see it when coming from main page. Or you can include the page containing the grid as custom menu link, this way will be loaded as an external page, not using AJAX


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy