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,141 through 2,160 (of 2,160 total)
  • Author
    Search Results
  • #3067

    OK just need to create a child theme copy the file virtue_premium/templates/content-singleportfolio.php

    and paste it to childtheme/templates/content-singleportfolio.php

    Then open the file and remove lines 12-19

    and replace with this below:

    <?php previous_post_link_plus( array('order_by' => 'menu_order', 'in_same_cat' => true,'loop' => true, 'format' => '%link', 'link' => '<i class="icon-arrow-left"></i>') ); 
    if ( $terms = wp_get_post_terms( $post->ID, 'portfolio-type', array( 'orderby' => 'parent', 'order' => 'DESC' ) ) ) {
    $main_term = $terms[0];
    echo ' <a href="' . get_term_link( $main_term->slug, 'portfolio-type' ) . '"><i class="icon-grid"></i></a>';
    }
    next_post_link_plus( array('order_by' => 'menu_order', 'in_same_cat' => true, 'loop' => true, 'format' => '%link', 'link' => '<i class="icon-arrow-right"></i>') ); ?>

    Let me know if you need more clarity I don’t know if you’ve used a child theme or not.

    Ben

    #3049

    Because of how the metaboxes, page templates, post templates, category templates and theme options work creating a new post type is only the being of creating a completely separate portfolio post that works like the first.

    One thing I could walk you through in a child theme is making the arrows only work within a category and the grid only link the parent category. That would do most of what you want.

    Ben

    #3038

    I’m not happy with hiding the portfolion navigation, but it works.

    Would it be an option, to create a second portfolio as a custom post type within the theme options?
    You offer to create custom side bars, it would be nice to create custom post types as well!

    Or can I create a second custom post type within the functions.php opf my child-theme, that is using the same option like the portfolio post type?

    #3011

    Hi,

    I would like to insert some content (text area) in top of a page which I have set the “blog template”. But this template seems to have troubles :

    First of all, I used the free virtue theme to begin on wordpress and I have already noticed this incapacity : the text wrote in the text area isn’t visible on the page. But dismiss this little lack, the template worked well (the list of blog post is shown).

    Then, I buy the pro version (because I am very satisfy with your good job and I am happy to encourage it and get some improve options (and access to a reactive suport forum ^^)). I didn’t really hope that the pro version would have solved my problem but unfortunatly, it create a new one still on page with the blog template ! I’ve noticed a time that pages with this template didn’t have the CSS-style, but now, after some manipulations (in the “reading options” of the “settings” of wordpress), the pages are totaly blank !

    The problem is the same with the “blog grid template” but disappears with the others.

    You can visit the website I’m working on here (directly on the page with the problem) :

    I’ve also tried to put a “parent” to the page and to change the order but it doesn’t change anything.

    Thank for your help (if there is a solution to solve the initial problem of text area in the same time I would be very happy 😉 )

    Camille

    #2997

    Oh wait, i know did you make that page your post page in the wordpress settings?
    Ben

    In forum: Virtue Theme
    #2795

    It’s in the post settings, not the page settings.

    You also have a spot in the theme options to set the default.

    Ben

    In forum: Virtue Theme
    #2786

    Hmm. The read me twice is because the word count for the home is more than the blog excerpt. For example. The home excerpt is pulled from the post excerpt… I’ll fix this in the next update.

    As for the blog posts not showing the images, have you set a default post summery or set your post summery?
    http://docs.kadencethemes.com/virtue/#blogpage

    Ben

    #2782

    Hello,

    Thanks for your theme ! And i apologize for my english 🙂 My site here :

    With the virtue 1.9.9 when i modify one post “the latest post” in the home page put one more “read more” like : Vivamus pretium urna eu quam eleifend, eu fringilla purus … Read More Read More

    And i want my blog look like your blog grid – three column in the demo but i don’t know how to write the post for that. The blog page is on “blog grid” and i have put a featured image and one image in the post but it doesn’t work. Any idea?

    Thank for your work. This is a very good theme

    #2781

    Hi simple question… 🙂
    How can I filter a post grid page so to show only the posts where the belonging of the post of two or more categories are true?
    🙂

    #2751

    Did you make that page your latest post page in wordpress settings… That would override the page settings and page template.

    Ben

    In forum: Virtue Theme

    In reply to: Portfolio Grid goes

    #2419

    Hey Robert can you post a link to your site? that would help me understand better.

    Ben

    In forum: Virtue Theme

    In reply to: Portfolio Grid goes

    #2412

    Hey Robert,
    The portfolio grid page has to be set in your theme options, It’s the first option on the breadcrumbs tab. That should set your link correctly.

    Which carousel are you talking about? The recent projects carousel is supposed to just show the last couple projects posted.

    There are directions for updating here. http://docs.kadencethemes.com/virtue/#theme_update

    With the newest update there is a different options panel and you will want to see this link: https://www.kadencewp.com/updating-virtue-with-new-options-panel/

    And if you want to update the rev slider there is a tutorial here: https://www.kadencewp.com/updating-revolution-slider-for-virtue-premium/

    Let me know if you have any trouble.

    Ben

    #2384

    Hi, I try to change my page with portfolio grid, in order to set “Order Items By” to “Date”, but I see my oldest portfolio posts in first positions, not the newest. I updated my theme to 1.8.3, I deactivated my cache and minify plugins, I deleted my website cache, I try to unpublished and republished my page with portfolio grid, nothing change.

    Maybe the “Order Items By” is set to display oldest posts first?

    #2364

    You can order portfolio posts in a portfolio grid. It’s one of the options. You can order by menu order, date, title or random

    Ben

    #2274

    Currently, the home page posts show up in a 2 column grid. I would like the to take up the full width of the page (if there is a sidebar, they should not overlap that, but if there is no sidebar, full width) but still be an excerpt. Is this possible?

    In forum: Virtue Theme

    In reply to: Virtue examples

    #2063

    you’re welcome! Virtue Theme is really great. For my different galleries (photo, video, music), I use a page with portfolio grid template. I can filter which portfolio category to display in this page (only photos category with its sub-categories (lightnings, flowers, cats…).

    The only one things I personalize is to remove portfolio sub-menu (navigation), because it is linked to all portfolio categories. you can look at this post:
    https://www.kadencewp.com/support-forums/topic/how-create-several-protfolios/

    In forum: Virtue Theme
    #1777

    It’s ok I figured out a way to display the sub-cats. I do see one bug though: on the portfolio item page i.e. http://www.mixhart.ca/blog/?portfolio=asia-2 – the grid icon link at the top right of the page is going to my home page, not the portfolio page.

    #1495

    A single image in a post has the correct ALT and TITLE attribute. But in a gallery the ALT attribute of the thumbnail gets the value of the TITLE attribute. TITLE and ALT are the same! This causes problems with SEO. I am not a software developer, but it seems to be a problem in the gallery.php:

    <blockquote cite=”
    $output .= ‘<li class=”grid_item”>post_excerpt.'”> post_excerpt.'” class=”light-dropshaddow”/>”>

    TITLE and ALT use the same function. So ALT and TITLE get the same value.

    Virtue Premium is a great theme, I love it.

    Joachim

    In forum: Virtue Theme

    In reply to: Staff page spacing

    #1488

    The staff page is designed to have a grid of staff posts but not to set the same height for each. Then it can arrange itself the best way based on the available space. Lining items up horizontally will require that you edit the javascript in the page template.

    Using spacing just makes one items height larger but doesn’t set a horizontal line. You could fake it by adding some css to set each item to have a min-height but that will fall apart once you click the more button.

    first get rid of the spacing then add this to your custom css:

    .staff_item {
    min-height: 530px;
    }

    Ben

    In forum: Virtue Theme
    #1326

    Hi Ben,

    I believe in your explanation, the same principle applies for the portfolio carousel and the recent projects. I could size the images to a square for the portfolio carousel and the recent projects but then the featured image next to the content becomes a square also. http://365daysinspired.com/portfolio/test/ Is there a way around this like not showing the featured image in the post?

    Currently in the live site, it is displaying nicely as a whole picture on the portfolio page. Except for some images with the cropping concern in the portfolio grid template and portfolio carousel and recent projects, everything would have been perfect.

    Breezy

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