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'
-
AuthorSearch Results
-
In forum: Virtue Theme
Hi there,
I’ve searched through the forums for assistance with my issue, but I may not have the proper terminology to be able to find it on the chance that this has already been addressed.
On my blog page, the one that is set to be the Post Pages in the WP dashboard Settings, I would like for excerpts of each post to show up – OR the grid (like it does on the home page) – but all I’ve got is a never-ending scrolling page. It goes through each article in full and starts automatically on to the next one.
I don’t know what settings to tweak or if I’ve already done it and I’ve got a conflict somewhere. Please advise.
Website is: *Login to see link
Please and thank you!
Janet
In forum: Virtue ThemeIn reply to: Portfolio – 4 Column
Hey Catalin,
1. Just add this to the shortcode:cat=photos2. That’s a gallery added within a portfolio post. You can duplicate this by creating a portfolio post and setting the project options to image grid then add your images to the portfolio slider images tab within the portfolio post edit page.
Hannah
In forum: Virtue ThemeTopic: Testimonial grid display
January 31, 2017 at 4:44 am #130763Hello,
Is there a way to have the excerpt text display on the grid testimonials page and then when ‘read more’ is clicked to have it open up (like accordian???) to show the rest of the testimonial rather than go to a separate testmonials post??
Many thanks
NicIn forum: Virtue ThemeIn reply to: age carousel – feature page – scroll all?
Hi Ben et al,
So as far as trying to make captions permanent. I’ve created a new gallery and added captions to each image during the process.I’ve tried 3 options:
1) Use Virtue Gallery widget in a new page. The images display, and of course the captions show but only on hover.
2) Use Virtue Post Grid widget. I’ve given the images a portfolio type and select only these in the widget, same result.
3) I’ve also tried with Portfolio items and Portfolio templates with same results.The widgets and settings are great. I just wish there was an option under the Theme Options to set visibility of captions to permanent is necessary.
Thanks.~~Mike
In forum: Virtue ThemeIn reply to: Custom Blog Grid
January 17, 2017 at 11:48 am #128808So you can do this without editing a template. In your child theme just hook into that section using the functions file. So for example:
add_action( 'kadence_post_grid_small_excerpt_header', 'custom_post_ref_output_grid', 5 ); function custom_post_ref_output_grid() { global $post; $terms = get_the_terms($post->ID, 'ref'); if ( $terms && ! is_wp_error( $terms ) ) { echo '<div class="postref">'; the_terms( $post->ID, 'ref', '', ' | ' ); echo '</div>'; } }Hooking on 5 will be right before the title. Then you can hook on 15 for right after… like this:
add_action( 'kadence_post_grid_small_excerpt_header', 'custom_post_area_output_grid', 15 ); function custom_post_area_output_grid() { global $post; $terms = get_the_terms($post->ID, 'area'); if ( $terms && ! is_wp_error( $terms ) ) { echo '<div class="postarea">'; the_terms( $post->ID, 'area', '', ' | ' ); echo '</div>'; } }Ben
In forum: Virtue ThemeIn reply to: Custom Blog Grid
Hi Kevin!
Would like to share a link but it is in development stage at the moment.
I have design and need to build upon that.Let me try to explain a bit more and simplify the case of custom taxonomies (I will go without them), lets say I am using grid view for blog posts.
In that grid view I would like to have:
1. Tags
2. Title
3. CategoryThanks in advance.
In forum: Virtue ThemeTopic: Custom Blog Grid
Hello!
I wish you all the best in the 2017!
I must say, the Virtue never stop amazing me, getting better and better every day! Just keep on doing great job!Now, I would like to ask you for small help if possible.
I have three columns grid blog posts and I would like to customize what is displayed in the grid.
Also I have added two custom taxonomies called area and ref and I would like to display them in the grid as well.
So the structure would be>
1. ref
2. blog post title
3. areaCan you advise me how to proceed, I was thinking custom blog template but I am kinda lost in the template files at the moment?
Thank you very much!
In forum: Pinnacle ThemeHey Michael,
You can do this using portfolio types (categories). You can create portfolio types from Portfolio > Portfolio Type. Then just assign your portfolio posts to a type. Then in edit page, using the portfolio grid template, you can select a specific portfolio work type for that page.
Hope that’s helpful!Hannah
In forum: Virtue ThemeI saw the screenshot already, but I need access to your site so that I can see the way your site is displaying the Search Grid.
You can use this CSS in Theme Options> Advanced Settings to hide the text entirely, but you wont be able to set anything else to appear in its place:
span.kt_search_post_type { display: none; }-Kevin
In forum: Virtue ThemeHey,
try going into Theme Options> Misc Settings, and find “Search Results Layout.” Set that to be GRID rather than SIMPLE GRID and you should then see a preview of the product description, rather than the type of post the search result is.
Does this solve the issue?
-Kevin
In forum: Pinnacle ThemeTopic: Portfolio in Page not wished
Hello.
My website is: *Login to see link
I created a Page called “Pregnancy” as Blog Grid.
I chose Blog Grid Category “Pregnancy”, in order to have in this page all by posts with this category.However, as you can see in the Page
*Login to see link
there are all my Portfolios presented also.
In the page I don’t have any widget installed, so I don’t understand from where portfolios are coming.Cqn you please help me?
Thank you.
Regards,
Carla BritoIn forum: Pinnacle ThemeIn reply to: Pinnacle Carousel Widget Image Height
January 9, 2017 at 4:08 pm #127734I’ve already tried that and it doesn’t effect these widgets unfortunately. It would be nice if it did though! It seems this setting is only for blog posts that show on pages set as a blog, blog grid, or blog image page.
In forum: Pinnacle ThemeIn reply to: Toogle a blog-page view between Blog-Grid and Blog?
OK Hannah,
I’Ve create the two buttons.On the standard blog page https://volquardsen.photo/de/blog/ (page ID 15) I will hide the menu entry Blog-Übersicht (in fakt an all pages except the page https://volquardsen.photo/de/blog-uebersicht/ itself.)
On the Blog-Grid page https://volquardsen.photo/de/blog-uebersicht/ (page ID 3491) I will hide the menu entry Blog. Ther should only be the entry Blog-Übersicht.
But, if a user is going into a dedecated post, he will see the menu entry Blog. I think I can’t keep this menu-toogle across multiple page-views, what do you think?
Marc
In forum: Virtue ThemeIn reply to: Change Portfolio grid to Masonry Portfolio
January 5, 2017 at 12:19 pm #127274A carousel can’t have images all at different heights. It has to be a set ratio else it doens’t work. I do see an issue where the post summary slider images on your portfolio grid are not being set the correct ratio when you have the grid set to masonry. I’ll push out an update today to fix that so that they are all set square when it’s a slider as thats the only they they would show correct in a slider.
Ben
In forum: Pinnacle ThemeHi there,
Just an idea: I want to offer my readers the option to change the blog-view between a Blog (with bold images) and a Blog-Grid (with much more posts on the page).Blog: *Login to see link to/de/blog/
Blog-Grid: *Login to see link to/de/blog-uebersicht/
Do you think, there could be an option to create a menu-entry, that is toggeling?
Best wishes and thank you.
MarcIn forum: Pinnacle ThemeHi, searched this forum and found several posts about the google schema stuff.. but am pretty confused with this, so sorry if I ask something that was 1:1 answered already (btw. still think other forum designs are easier to search and follow older thresds and answers)
Ok, webmaster tools complains that these values are missing
image
A value for the image field is required.
cancelpublisherA value for the publisher field is required.
warningmainEntityOfPageThe mainEntityOfPage field is recommended. Please provide a value if available.
and shows me this HTML code
<div id=”post-1445″ class=”blog_item postclass kt_item_fade_in kad_blog_fade_in grid_item” itemscope=”” itemtype=”*Login to see link
where do I enter these values in Virtue/Pinnacle?
Also it complains that my Home Adress or such is missing? I think I saw that somewhere in Pinnacle..
sorry, but this structured data is still beyond me
THx a million
Dan
In forum: Virtue ThemeIn reply to: Blog Page Grid settings
In forum: Virtue ThemeTopic: Blog Page Grid settings
Hello there!
I´m having a issue with the settings of my blog page since the last theme update…
I´ve been using the grid template since a while and always showed the post as a excerpt with the image but recently the grid options doesn´t work well…. Now it shows the full blog post text instead the excerpt….
Any idea of what is the issue and how to fix it?
I will apreciatte any help!
Thanks a happy new year!
PabloThe blog page is: *Login to see link
Here are some pics of the settings i got.
*Login to see link
*Login to see linkIn forum: Pinnacle ThemeIs there a widget, shortcode, or other way to display the ‘blog photo grid’? It looks like this option only exists as a page template. I’d like to be able to add my most recent blog posts to a page in the same style as the ‘blog photo grid’. Is this possible using Page Builder or Visual Editor?
In forum: Virtue ThemeHi,
1. I have the portfolio full (“QUICK LOOK”) on my home page and my “LOOK BOOK” page has the portfolio grid set up. I like how they both appear and was wondering if there is anyway to remove:
a) the information when you hover over the image – I don’t want any text to appear at all when you hover over any image – I think that option may be at the bottom of each portfolio
b) the link to the individual portfolio, so you won’t be able to click on the image and be sent to another page I just want the images to appear like a catalogue
Many thanks and happy new year! I will add the admin and password info… Sorry if this posts again I can’t seem to find it after posting it.
-
AuthorSearch Results


