Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'post grid'

Home / Forums / Search / Search Results for 'post grid'

Viewing 20 results - 2,041 through 2,060 (of 2,160 total)
  • Author
    Search Results
  • #21648

    Hi Ben

    I’m using the blog grid and want to show custom posts in there (tribe_events)

    I am using the following code, but when I add this to functions, although it does now indeed display my events in the blog section, I find the navigation bar has disappeared from the page on category pages. Can you suggest a better alternative?

    add_filter('pre_get_posts', 'query_post_type');
    function query_post_type($query) {
    if(is_archive() || is_tag() || is_home() && empty( $query->query_vars['suppress_filters'] ) ) {
    $post_type = get_query_var('post_type');
    if($post_type)
    $post_type = $post_type;
    else
    $post_type = array('post','tribe_events','attachment');
    $query->set('post_type',$post_type);
    return $query;
    }
    }

    #20914

    I’m having a similar problem. I have many flex slider portfolio galleries and before yesterday, the sliders were working and now only previous posts are still working, but new portfolio posts with the same settings are not displaying the slider nor are they auto-playing as they should. Only the grid is displaying to the side. This is only occurring with new galleries I posted yesterday and I need to post more but want to figure out the problem before finishing the rest of the galleries/portfolio posts. Thank you for any help you may provide!!

    example of where it is not working:
    http://www.13doorsmedia.com/difiori/portfolio/halisi-loves-dennis/

    example of where it is working:
    http://www.13doorsmedia.com/difiori/portfolio/haley-loves-scott/

    *hide

    *hide

    In forum: Virtue Theme

    In reply to: Testimonials Grid Page

    #20764

    Thanks Ben. Reading some of the other posts in this forum I started wondering whether there were some settings somewhere that I’d not noticed.
    Andrew

    http://allabouttea.co.uk/dev/testimonials-grid/

    #20672

    1. There should only be 1 line and it divides the post text from the categories and tags. See here: http://themes.kadencethemes.com/pinnacle-premium/standard-post/
    2. If you want to remove comments you can turn that off in the post settings… scroll to the bottom also in your wordpress settings.
    3. What icon? again see here: http://themes.kadencethemes.com/pinnacle-premium/standard-post/
    4. You would use css.

    .pcside>.postclass, .pcfull>.postclass {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }

    5. in your database. If you want a backup export a copy from the export tab.
    6. You can set which page is the grid page in your theme options> portfolio settings.
    7. If you want to add to the top for mobile use this css:

    @media (max-width: 992px)  {
    #topcontrol {
    display: block!important;
    }
    }

    8. That is going to be set by your primary color. in the theme options > basic styling.
    9. What do you mean remove the text area? Post a link?
    10.What do you mean? I don’t see this?
    11.What do you mean? The box is supposed to be full width… it’s a code box. not a text box.
    12. You can, in the single portfolio and in the grid. I don’t understand? That is an option.
    13. It’s not an option. You would have to add as content or code out a special portfolio single file.
    14. You can turn the lightbox off for the site if you want. Just need to add this code in your footer:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});
    </script>

    Ben

    In forum: Virtue Theme

    In reply to: Testimonial page

    #20507

    1. Set the page template to fullwidth and not testimonial grid.

    2. Add the testimonial shortcode [testimonial_posts columns="2"]

    Ben

    #20360

    Hi, I was just wondering if there was a way to play the videos that I have uploaded to my portfolio from the grid screen itself? I rather them play right there in the grid or make them open in a lightbox instead of sending the user to the portfolio single post page. I have embedded the video with HTML5 but I will most likely be using Vimeo or Youtube embedded videos in the future. Please let me know if this functionality is possible, thanks!

    In forum: Virtue Theme
    #20271

    Hey,
    No it’s not the same as the latest post, it’s the grid style. It’s similar but not the same. On big thing is you would want the post summary to be set to landscape image and not portrait image for the gird style.

    Ben

    In forum: Virtue Theme
    #20270

    Thanks Ben, but when i choose 2 columns it’s not the same apparence like “latest posts”. The image is smaller.
    I would like to have the same format like now with latest posts. Is it possible ?

    And if i choose to turn off the grid style, it’s only one columns.

    Thanks

    #20029

    Hey,
    The location is the only thing that shows in the grid layout. The title is placed in the single page. Hannahs suggestion is the best way to add a title if you want it in the grid layout. Just add it to the title of the post.

    Ben

    In forum: Pinnacle Theme

    In reply to: Blog page not updating

    #19649

    No, the post are fine but the blog grid layoit and blog sidebar won’t change to what my settings are.

    #19508

    Hi Ben,

    I found a little conflict between page builder and simple share buttons plugin which works correctly in all pages, posts, etc. except
    in the pages built with page builder where the social buttons are not shown neither on top nor below the gallery.

    You can reproduce clicking on any signpost of the main map in the home.

    or like this one

    It worked before latest plugins updates problems I’m sure because I shared on facebook some grid pages last week

    Thanks

    #18538

    Hi Ben!

    I just noticed this problem. When I’m viewing a single portfolio item, there are three icons on the upper right hand side of the screen (an icon grid and arrows on either side). The icon grid had previously directed back to the home page which is my portfolio page. But now, for some reason, when I click the icon grid, I am taken to just a page of portfolio items with just text, in order that they were posted.

    How to I point this icon in the direction of my home page?

    My website: sharonwacker.com

    Thank you for helping!!

    Sharon

    In forum: Pinnacle Theme

    In reply to: Image Menu Item widget

    #18378

    Ben,
    an image menu as a widget or shortcode would be great. Could be used on pages which have subpages in order to quickly build a graphical subpage grid nav. Thought about creating a widget with the same functionality as in yr Theme Options > Home Layout > Home Image Menu. The image could be something to upload, or – per default – the featured image of a page. In addition, a select box which lists existing post/pages/cpt’s (like the post editor’s link manager) or just the direct descendants of that particular page would be beneficial for adding the corresponding page link. But all that might be too specific for yr theme, hmm? Well, just an idea ….
    Dirk

    #17956

    Hi Ben,

    here’s a classical issue with dynamic grid layouts and initially hidden content. Unfortunately this doesnt work for me in Pinnacle today.
    In the post/page editor I insert the Pinnacle Shortcode for TABS and for the second – i.e. initially hidden – tab i query some staff data containing images:

    [tabs][tab title="title1" start=open]
    Put content here
    [/tab][tab title="title2"]
    [staff_posts items="-1" orderby="menu_order" columns="2" ratio="square" link="true" cat="JIB"]
    [/tab][tab title="title3"]
    Copy and paste to create more
    [/tab][/tabs]

    The second tab doesn’t get displayed properly.
    Any chance to fix that soon?

    Dirk

    ( Calling isotope.reLayout() each time the tabs are switched saved my day in other projects… )

    #17876

    You can add this css to your custom css box in the theme options, it will shrink your post titles and remove the tags, that way everything will be more even.

    #kad-blog-grid .posttags {
        display: none;
    }
    #kad-blog-grid h4.entry-title {
        font-size: 20px;
        line-height: 25px;
    }

    Ben

    #17856

    Hello

    I am using Blog Grid template for the blog posts. I am still deciding whether I will use 2 column or 3 column format, but either way I would like the summaries to be equally divided and have the same size (just like on the “latest blog posts” widget I use on the home page.)

    Is there a solution for this?

    Link to blog page:
    Link to home page:

    Also, it seems that even if I set the number of posts on the blog page to be limited to 8, the page loads all posts when i scroll down. I would like the posts to be divided into 8 posts/ page and to navigate then on the next page and so on (just like on the free virtue them I just upgraded from)

    Thank you

    Ileana

    In forum: Virtue Theme
    #17801

    If your talking about the grid page use the shortocode instead and add to a page with a sidebar

    [testimonial_posts]

    Or you can use

    function kad_sidebar_on_testimonial_page($sidebar) {
      if (is_page_template('page-testimonial-grid.php')) {
        return true;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_on_testimonial_page');
    #17476

    I just downloaded the latest Virtue Theme update and when I looked at my Blog Grid Page it now shows only the last blog post.

    Please help!

    #17459

    Hi,

    this is a suggestion in order to increase usability. I think it would be nice to add a title=”View details” for the image link and a title=”Add to cart” for the other link.

    As here (search for title which i just added using Firebug and paste it here now):

    <div class="post-618 product type-product status-publish has-post-thumbnail hidetheaction grid_item product_item clearfix kad_product_fade_in featured taxable shipping-taxable purchasable product-type-simple product-cat-pfeffer-tee product-tag-chai product-tag-gewuerze product-tag-tee instock" style="opacity: 1;">

    <a href=" class="product_item_link product_img_link" title="View details">

    <div class="kad-product-noflipper">
    <img width="300" height="300" src=" class="attachment-shop_catalog wp-post-image" alt="Chai-Tee, 100g">
    </div> </a>
    <div class="product_details">
    <a class="product_item_link" href="
    <h5>Chai-Tee, 100g</h5>
    </a>

    <div class="product_excerpt"><p><span class="fn">Indischer Chai-Tee aus direktem Handel.</span></p>
    </div>
    </div>

    <span class="notrated">nicht bewertet</span> <div class="price ">
    <span class="amount">7,90&nbsp;€</span>
    <div class="woocommerce_de_versandkosten">

    <a href=" class="versandkosten">
    zzgl. Versand </a>

    </div>

    <span class="woocommerce-de_price_taxrate ">
    inkl. 7% MwSt. </span>
    </div>

    <a href="/shop/?add-to-cart=618" rel="nofollow" data-product_id="618" data-product_sku="" class="button kad-btn headerfont kad_add_to_cart add_to_cart_button product_type_simple" title="Add to cart">In den Warenkorb</a> <div class="shipping_de shipping_de_string">
    <small>
    <span>Lieferzeit: ca. 2-3 Werktage</span>

    </small>
    </div>

    </div>

    I would find this clearer. Especially because, when I hover over the product image a “Add to card” pops up. This makes me think that when I now press, then I add the product to cart. But no, this leads to the products details page (which is fine) and adding to cart only happens when I click on the lower “button” that just became visible.

    Anyway, I think this would be a good improvement and probably not too difficult for you to add. I would like to see this in an upcoming version, but as said it is just a suggestion.

    Best,
    Nadine

    In forum: Virtue Theme

    In reply to: Single product shop

    #17107

    The header is probably the most easily noticeable different yes,
    and the main differences have to do with style. Throughout the theme I changed how stuff looks from post to portfolio to products. For example in pinnacle you can have image gallery post list pages:http://themes.kadencethemes.com/pinnacle-premium/blog-photo-grid/
    Full width portfolio pages: http://themes.kadencethemes.com/pinnacle-premium/our-portfolio/
    and so on. a lot of changes in code and with the design. The demo is the best place to look for difference since making a list would be the same as listing everything that the theme does…

    Ben

Viewing 20 results - 2,041 through 2,060 (of 2,160 total)