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,501 through 1,520 (of 2,160 total)
  • Author
    Search Results
  • #101150

    Hello Ben,
    After I updated my websites (www.juju.lt and http://www.jujushop.lt) to woocommerce 2.6 and theme version to 3.7.3 (I think from version 7.5.6) product grid started to load in bad way. I can reproduce it only on first load (when browser and wordpress caches are cleared). After second load (cached version) the grid is OK. I see that the problem in near the footer, and when I scroll to it other products starting to load and they are good. Only that place where was on the footer looks like product are one on another.
    Both websites uses different servers and different cash plugins. Tried on different browsers. Didn’t see any problems on browser console.
    Tried to search for this issue on this forum but didn’t find any topic, so I think I only one who faced that problem (if there some topic that I missed you can just give me a link to it). Tried to figure out where is the problem by myself but no success. I have a lot of custom CSS added to theme, also many plugins. So maybe you can help to figure out where is the problem.
    If you need login to website I can send it to you.

    Here you can see some screenshots:



    Thank you.

    #101060

    OK. Let me get to the root of my problem.

    1. I have some posts written in Thai language and, in Latest Blog Posts at the end of Home, some Thai “Read More” text is too long.
    Recent Posts - Long Text

    2. In a Blog Grid page, if I use more tag and the text above the tag is not long enough, the “Read More” link will not be displayed.
    Blog Grid - No Read More

    So, what I really want is to make “Read More” text in Thai shorter with a “Read More” link in both Latest Blog Posts and Blog Grid pages.

    I hope there is a way to fix this problem. Thanks.

    P.S. Also, thanks for the image hosting service link. It is very useful.

    #100770

    Hi,I selected Blog Options ‘hard crop excerpt images to the same height’, but if i choose Home Layout -> Latest Post Display -> Photo Post, it’s not work in Photo Post.
    This is my website:

    Thank you.

    Regards,
    Darkal

    In forum: Pinnacle Theme

    In reply to: Ipad

    #100471

    Ben,

    Here is a screenshot of our setting

    https://s32.postimg.org/ndsv8vz2t/grid_size.jpg

    In forum: Pinnacle Theme

    In reply to: Ipad

    #100419

    What is your grid size?

    You are welcome to post a login.

    Ben

    In forum: Virtue Theme
    #100195

    How did you add this? Is it a call to action via Theme Options> Home Layout? Or did you create it via page builder?

    It’s a bit hard to write the CSS when I can’t see the site, so again, if you can post a link that works best.

    I used this CSS on my site to move that text up, but I can’t promise that it will work on your site without a link.

    .panel-grid-cell .widget_virtue_calltoaction_widget {
        padding-bottom: 30px;
        margin-top: -40px;
    }

    Place it into Theme Options> Advanced Settings and let me know if it helps. If not, then I need a link to get it right.

    Thanks!

    #100115
    This reply has been marked as private.
    #100017

    Hello Ben, thanks for your answers. To clarify what I try to achieve: my client is a theater production-company. They create shows (what I called events) but resale them to other theaters/location.
    These items (shows) need to be displayed like portfolio-items but possibly grouped by year they were played and/or type.
    On the other side I have the “artists” (staff items) that take part in the shows and I create relationships between those 2 custom types via ACF Pro.

    I checked the event-manager-plugin, but it doesn’t really suit my needs as I don’t need to present a dynamic calender.
    I also decided to avoid the woo-commerce “products and attributes” approach because I don’t need a cart-system at all and its use with products and attributes makes it too complicated for my clients goal.

    I tried to use the virtue-widget “post grid” or the “Portfolio Posts shortcode” but they can’t select custom taxonomy and I need to be more flexible with posts I can choose to display, so although I really liked the way the Portfolio items get displayed with the blend-in infos and all, I guess I’m gonna have to go with shortcodes from Ultimate-Shortcodes or buy the Content-Views-plugin and use those instead of the native virtue-grid templates.

    Pity but maybe that might give you ideas for future improvements in this great theme.

    Kind regards, Thomas

    #99757

    The number should be affected by this code:

    .product-category.grid_item h5 mark {
        color: #333;
    }

    Is that not the case for you? Can you post a link?

    Hannah

    #99264

    Can you post a link?

    You can’t change the carousel with css although I can help with the grids. Carousel are run by JS so you would need to use a child theme and edit the output.

    Ben

    In forum: Virtue Theme
    #99067

    2. Portfolio grid is already a page. I think I’m misunderstanding why the portfolio posts wouldn’t be the last item. You can make a portfolio post have a destinations/bucharest/taxi structure so I’m confused by the bucharest is a post and the taxi is a page?

    but regardless you can make a grid page that has images that link to other pages using a gallery and this plugin: https://wordpress.org/plugins/wp-gallery-custom-links/

    That would make it so you can have a grid that leads to a page then make a child page of that which has your taxi info.

    3.

    @media (min-width: 992px){
        .single-portfolio .pcfull .entry-content {
        width: 75%;
    }
    .single-portfolio .pcfull .col-md-4 {
        width:25%
    }
    }
    

    Ben

    #99014

    Hi

    I have a separate blogpage on a site I’m setting up:

    I have set up this page to be a “blog grid” wit “all blog posts” and “2 colums” set up.

    It was working fine – but suddenly after the last update it no longer shows my blog posts.

    What is wrong?

    In forum: Virtue Theme
    #99009
    This reply has been marked as private.
    In forum: Virtue Theme
    #98995

    Hey,
    1. It’s not possible to make one post type a child of other post type. Also different post types have to have differnet url structures so they don’t conflict.

    2. I’m not sure what you mean here? You can set the portfolio grid page in your theme optijons > portfolio options as well as assign to a specific page in each portfolio posts.

    3. So are you wanting the value list to be smaller then? Can you post a link to the page?

    Ben

    #98978

    Hi,

    I have a few additional questions regarding ‘Portfolio’ pages

    1. Is it possible for a ‘page’ or ‘post’ type to be a child of a specific Portfolio item? I would like the page/post to inherit the Portfolio Item’s URL properties. For example,
    * Current Portfolio Item URL: domain.com/portfolio/portfolio-item
    * Desired Page/Post URL: domain.com/portfolio/portfolio-item/page

    2. If the answer to question 1 is no, could you recommend the best way to replicate a ‘Portfolio Grid’ page using Pages? Ideally, it would have some form of filtering in a 3xTBD layout.

    3. For ‘Portfolio Item’ using Above project layout, how do I modify the code so the main body is wider (looks to be about 750px? and I want 850px)?

    Thanks,
    J

    #98934

    Hi Kevin,

    Your last suggestion was already in the CSS.

    2. Still no effect, contact page is still misaligned
    3. I added your code, the portfolio items now display the double horizontal line again but without the title.

    Here is the complete code as it is now:


    @media
    (min-width: 992px) {
    .main.col-md-12, .sliderclass .flexslider {
    padding-left: 110px;
    }
    .page-header {
    margin-left: 110px;
    }
    }


    @media
    (max-width: 992px) {
    .wrap.contentclass {
    background: #fff;
    }
    }

    .postid-36 .flexslider.kt-flexslider.kad-light-gallery {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    }
    .kad-info-box {
    text-align: center;
    }

    .kad-info-box i {
    float: none;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    }
    .titleclass h1 {
    display: none;
    }
    .page .page-header {
    display: none;
    }
    }

    @media
    (min-width: 767px) and (max-width: 1199px) {
    #pg-28-0 .panel-grid-cell {
    padding-left: 100px;
    }
    }


    @media
    (min-width: 1200px) {
    #pg-28-0 .panel-grid-cell {
    padding-left: 125px;
    }
    }

    #98697

    Using Pinnacle Theme. The Portfolio post is at http://waterpitnigerialtd.com/portfolio/reflections-from-the-well/. Unfortunately haven’t got to Step 2 to create the Portfolio Grid Page due to the missing pages/ 500 internal server error. Would like too attach a screenshot for your viewing.

    #98634

    Thanks for explaining Ben. I uploaded larger images and that solved the issue of the images disappearing. However the images keep moving out of grid when resizing the browser window.

    I experieced this issue before, for which you provided a sollution earlier. You can refer an earlier post here: https://www.kadencewp.com/support-forums/topic/portfolio-post-shortcode-issue/

    Do you have a fix for this as well?

    #98445

    Hey Melinda,
    If you’re wanting to add sidebars to your portfolio grid pages you can do so by using a sidebar template and adding your portfolio posts via shortcode like this- [portfolio_types orderby=date showexcerpt=false columns=4 items=4 height=200 childof=0 childcategories=false]
    If you’re wanting to add a sidebar to your individual portfolio post pages you would need to create a custom function in a child theme.

    Hannah

    #98296

    You just need to create two portfolio types (categories) and assign your portfolio posts to their designated types. You can create as many portfolio grid pages as you’d like. There’s an option within the page to select only a certain type to show.

    Hannah

Viewing 20 results - 1,501 through 1,520 (of 2,160 total)