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 - 1,961 through 1,980 (of 2,160 total)
  • Author
    Search Results
  • #34405

    That’s funny, I found the partial solution 30 second after posting this question. I have portfolio grid on homepage, it is made on Home layout page in Theme options section. But other questions are still actual 🙂

    #34138

    Hi!

    I’d like to create a blog post, but instead of having the gallery in the header, I’d like a two column body area, with text on one side, sliding gallery on the other – very much like the portfolio 40% content type. I’m somewhat able to achieve that, adding columns and a gallery to one column, but the gallery is shown as a grid. Is there any way, to make the gallery show like a slider?

    Hope that makes sense, otherwise I’ll make an example and post a link.

    Best regards
    Bjarne

    #34092

    I’ve happily created my website and got things essentially as I would like. I’m now ready to start my ‘Blog’ section, but I’ve gotten myself really confused as to how this works.

    I’ve written a short article on a page called Blog here: and I now have more questions than answers!

    I would like each blog post to have a RH column where comments can be posted but I can’t figure how to achieve this?

    I am beginning to think that I haven’t got my head around how this works, as I would like a continuous blog, with the latest post at the top but I can’t see how that is done? I’m guessing I should have a separate page for each blog article and some kind of parent page? That being the case, how do I set up a parent page to show a grid of article summaries, with dates, etc. and how do I set up a comments facility for each article? I have checked my settings and I do have comments enabled.

    Thanks very much,

    Jane

    In forum: Virtue Theme
    #33933

    Hello,

    How can I get portfolio excerpts on a portfolio grid called on the home page.
    I’ve got them activated on a portfolio page but would also like them on the [portfolio_posts].

    Many Thanks

    In forum: Virtue Theme

    In reply to: Blog grid spacing

    #33930

    Hi Ben,
    Sorry for not replying, just got back to this website.
    I would like the posts to have more space vertically (I have been trying to add padding or margins to the bottoms of the #kad-blog-grid .blog_item, but not being successful)
    Thanks

    In forum: Virtue Theme

    In reply to: Custom Staff Grid

    #33155

    You would be better off using the staff post shortcode and just adding to a sidebar page.

    One column with the image on the left isn’t a built in option so you would need to use some custom css for that part.

    Here is the shortcode I would use:

    [staff_posts columns="1" items="-1"]

    then add css like this:

    @media (min-width: 992px){
        .grid_item.staff_item .imghoverclass {
            width: 40%;
            float: left;
            padding-right: 15px;
            padding-top: 15px
        }
        .grid_item.staff_item .staff_item_info {
            width: 60%;
            float: left;
            padding-left: 15px;
        }
    }
    

    Ben

    In forum: Virtue Theme
    #32899

    Hello Ben,

    I use the portfolio grid template on my start page (static page). As far as I experienced, there is no pagination even though its adjusted, permalink is post title type and as single page works well.

    Do you have any idea?

    Thanks in advance!

    Best Regards,
    Attila

    In forum: Virtue Theme

    In reply to: Testimonial page

    #32485

    Post has been resolved for months, thats why it’s confusing to post into it, easy for use to miss. But no matter.

    You can set up a page with pagebuilder, (use a fullwidth template). Make a row with two columns place your testimonial grid shortcode on the left. Set the items to -1 so every one is shown. Then add your form in the right column.

    Ben

    In forum: Pinnacle Theme

    In reply to: Blog grid issue

    #32453

    Hi guys, sorry to interject but I am displaying the grid correct but without any pictures above the post. How do I get the picture(s) to display above the posts in the grid blog?

    http://www.noandyo.com/sandbox/blog-full/

    Thanks

    In forum: Pinnacle Theme

    In reply to: Blog grid issue

    #32154

    Hey,
    Did you make the blog grid page your “post page” in the settings > reading. because that would override the template. leave the “post page” blank in the settings > reading.

    Ben

    #32122

    I don’t see the videos in your grid of posts anymore? Where are you showing them?
    Ben

    In forum: Virtue Theme
    #31718

    Hi
    I am trying to get my blog posts to arrange themselves thus:

    I have:
    Set the news page to static page with no content
    Set this page to blog grid
    Selected 3 columns below
    Activated desired sidebar
    Published

    The News post populate the page in single column over 3/4 of page and do not load images.
    Please help

    Thanks

    #31556

    Hi, we have a problem with video thumnails when are displayed two ore more in one blog grid:
    p/w/?page_id=368
    The problem is when we clic to one post and after go back tio the posts grid it seems as is the same vidoe thumb is repeated in al the videos posts in the grid,
    Can you help with taht issues?
    Thanks in advance.

    #31453

    Hey, you can still use the blog photo grid, then just use this css to remove the post name, date, etc.

    #kad-blog-photo-grid .blog_item .entry-title {
    display: none;
    }
    #kad-blog-photo-grid .blog_item .subhead {
    display: none;
    }
    #kad-blog-photo-grid .blog_item .photo-postcontent {
    display: none;
    }

    Paste that into your custom css box in theme options > advanced settings.
    Hope that helps!

    Hannah

    #31439

    Hi

    I’d like the Blog Photo Grid, very much like – but without the post name, date and so on, in the bottom of the image. My post at magazine covers with, and they do best without the post title.

    Is there an option for that, or a better approach than the Blog Photo Grid?

    Best regards,
    Bjarne

    #31340

    1. You would need to use the Kadence, cyclone or revolutions slider.

    2a. yes just add a custom link and in the link box put a #.

    2b. Right now it’s based on the width of the page, each item has a percentage of that width. If you want equal spacing you won’t have a menu that is the exact width of the content.

    Add this css in your theme options > advanced settings.

    #nav-second ul.sf-menu>li>a {
        width: auto;
        padding: 10px 30px;
    }
    
    #nav-second ul.sf-menu>li {
        width: auto;
    }

    3a. you can add this css in your theme options for the grid:

    img.alignleft, .wp-caption.alignleft {
    margin: 5px;
    padding: 0;
    }

    3b. Your adding the sidebar with pagebilder and not though a true sidebar. I can help with css if you use a true sidebar but with pagebuilder there isn’t an option for removing that padding.

    4a. You can try this css, see if it’s what your thinking.

    #ktmain.single-article.fullpost article {
    max-width: 600px;
    margin: 0 auto;
    }

    4b. What sidebar are you choosing in the archive defaults. Are you using a widget visibility plugins that hides widgets on certain pages?

    5. Slides don’t like to work if you place theme in a tab.. I think this hack should make them work for you add this css:

     .tab-content>.tab-pane {
        display: block !important;
        height: 0;
        overflow: hidden;
        padding: 0;
    }
    
    .tab-content>.active {
        height: auto;
    }

    Ben

    #31323

    I was performing an update on WooCommerce v2.3.3, Virtue Premium v2.9.2, and had a notice that WooCommerce Authorize.net AIM Gateway also needed upgrade to 3.3.0. Performed WooCommerce update first and the AIM Gateway notice disappeared but did not update. Received notice that theme had bundled some old file. Did Virtue Premium update. Bundled issue did not resolve. When I checked the site, noticed that the “Proceed to Checkout” button was missing from the cart.

    So far, I’ve removed Virtue Premium and re-installed and did the same for the AIM plugin. No change.

    Ideas of where to look next? Below is a text file of the WooCommerce System Status report.

    Thanks for the help.

    System Status Report

    ### WordPress Environment ###

    Home URL:
    Site URL:
    WC Version: 2.3.3
    WC Database Version: 2.3.3
    Log Directory Writable: ✔ /home/afhost/public_html/wp-content/uploads/wc-logs/
    WP Version: 4.1
    WP Multisite: –
    WP Memory Limit: 40 MB – We recommend setting memory to at least 64MB. See: Increasing memory allocated to PHP
    WP Debug Mode: –
    Language: en_US

    ### Server Environment ###

    Server Info: Apache
    PHP Version: 5.4.37
    PHP Post Max Size: 64 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    SUHOSIN Installed: –
    MySQL Version: 5.5.40
    Max Upload Size: 64 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    Remote Post: ✔
    Remote Get: ✔

    ### Server Locale ###

    decimal_point: .
    thousands_sep: N/A
    mon_decimal_point: N/A
    mon_thousands_sep: N/A

    ### Active Plugins (8) ###

    Duplicator: by LifeInTheGrid – 0.5.12
    Enhanced Media Library: by wpUXsolutions – 2.0.3
    Google Maps Widget: by Web factory Ltd – 2.20
    Revolution Slider: by ThemePunch – 4.0.5
    WooCommerce Authorize.net AIM Gateway: by SkyVerge – 3.3.0
    WooCommerce Product Add-ons: by WooThemes – 2.7.0
    WooCommerce: by WooThemes – 2.3.3
    WooThemes Helper: by WooThemes – 1.4.1

    ### Settings ###

    API Enabled: ✔
    Taxes Enabled: ✔
    Shipping Enabled: ✔
    Force SSL: ✔
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2

    ### WC Pages ###

    Shop Base: #571 – /shop/
    Cart: #77 – /cart/
    Checkout: #79 – /checkout/
    My Account: #572 – /my-account/

    ### Taxonomies ###

    Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)

    ### Theme ###

    Name: Virtue – Premium Child
    Version: 1.4.1
    Author URL:
    Child Theme: ✔
    Parent Theme Name: Virtue – Premium
    Parent Theme Version: 2.9.2
    Parent Theme Author URL:
    WooCommerce Support: ✔

    ### Templates ###

    Overrides: virtue_premium/woocommerce/archive-product.php
    virtue_child/woocommerce/cart/cart-shipping.php version 2.1.0 is out of date. The core version is 2.3.0
    virtue_child/woocommerce/cart/cart-totals.php version 2.1.0 is out of date. The core version is 2.3.0
    virtue_premium/woocommerce/content-product.php
    virtue_premium/woocommerce/content-product_cat.php
    virtue_premium/woocommerce/content-single-product.php
    virtue_premium/woocommerce/loop/add-to-cart.php
    virtue_premium/woocommerce/loop/loop-end.php
    virtue_premium/woocommerce/loop/loop-start.php
    virtue_premium/woocommerce/loop/price.php
    virtue_premium/woocommerce/loop/rating.php
    virtue_premium/woocommerce/loop/sale-flash.php
    virtue_premium/woocommerce/order/form-tracking.php
    virtue_premium/product-searchform.php
    virtue_premium/woocommerce/single-product/add-to-cart/external.php
    virtue_premium/woocommerce/single-product/add-to-cart/grouped.php
    virtue_premium/woocommerce/single-product/add-to-cart/simple.php
    virtue_premium/woocommerce/single-product/add-to-cart/variable.php
    virtue_premium/woocommerce/single-product/price.php
    virtue_premium/woocommerce/single-product/product-image.php
    virtue_premium/woocommerce/single-product/product-thumbnails.php
    virtue_premium/woocommerce/single-product/related.php
    virtue_premium/woocommerce/single-product/review.php
    virtue_premium/woocommerce/single-product/sale-flash.php
    virtue_premium/woocommerce/single-product/share.php
    virtue_premium/woocommerce/single-product/short-description.php
    virtue_premium/woocommerce/single-product/title.php
    virtue_premium/woocommerce/single-product/up-sells.php
    virtue_premium/woocommerce/single-product.php
    virtue_premium/woocommerce/taxonomy-product_cat.php
    virtue_premium/woocommerce/taxonomy-product_tag.php

    #31320

    I love this theme! Thanks for all your hard work. Below are the things I haven’t found answers for, your help is greatly appreciated!

    1. Can I make the home page slider full width? Right now it has white bars on the left and right sides.
    Link:

    2a. I’m using the 2nd nav as my main nav. Is there a way to have a word on the menu bar that does not have a link-but just has a drop down menu? Example of what I want: –See nav bar item “Art Classes in Seattle”

    2b. Is there a way to space the items in the nav bar so that the spacing between each item is even?

    3. When I brought a grid from my old website into the Virtue theme, it added lots of padding. Is there a way to remove this? It also has padding around the right sidebar too, so the tiled background image doesn’t go right to the right edge of the page. And the paypal button menu has the tiled background and isn’t white like in the example.

    I want it to look like this (see left column):

    Right now it looks like this:

    4a. Is it possible to indent the left and right margins of the blog page and posts templates? I moved over all my Typepad posts and Virtue’s super wide format makes them look odd because previous the width was 470 pixels. If I can indent the left margin and right margins a bit, it might look better.
    This is what it looks like now:

    4b. On my Blog post archived pages-the sidebar isn’t showing up. I have it selected in the theme/blog category/archive defaults. It shows up on the main blog page, but not the archived posts.

    5. On this page:
    The cyclone slider gallery with thumbnails shows up on the first tabbed menu, but on the other tabbed menus, just the thumbnails are showing. All the cyclone sliders have the same settings. Do you know how to fix this?

    Thanks in advance for all your help!
    Liesel

    #31316

    Hello!

    1. How to make 4 columns grid in block “recent posts”
    (3 columns in default and no options for “recent posts”, only for blogcategory pages)

    2. How to override WooCommerce reviews with custom reviews?
    this is social reviews in my case (VK API, look URL in my first question).

    I need “like” buttons under the title and after description (I use “short description” case). or, if possible, under the pictures block.

    and I need this social comments (like in URL with my first question) instead of default woo reviews.
    may be override, may be add my social comments and hide default reviews. doesn’t matter.

    #30793

    Hi,
    I have a problem with the short code [blog_grid columns=”3″ items=”8″]

    I try to use it in a widget text in “Page Builder” on this page: http://www.sitevs.16mb.com/fr/post_grid_problem/
    In fact this short code display some posts but they are invisible (you can notice the presence of the posts by selecting all the page).

    Is there a way to correct this problem ?

    Thank you in advance
    Vivien

Viewing 20 results - 1,961 through 1,980 (of 2,160 total)