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
In reply to: Testimonial Carousel Read More Color
In forum: Virtue ThemeIn reply to: Issues with Virtue BOLD Child Theme
June 7, 2017 at 2:26 pm #1481682. Bold is designed to have smaller images and no excerpt when using the home “latest posts”
You can, of course, use a shortcode and add a blog grid or list on the home page instead of using the home “latest posts” section.
4. Does your post have a featured image that is at least 1600×1600
In your post settings have you set the head content to image?
Since your not showing the bold theme can you send a login so it’s easier for us to see what you are seeing and see the output of settings?
Ben
In forum: Virtue ThemeIn reply to: Remove share icons and like link from blog excerpts
In forum: Pinnacle ThemeIn reply to: Adding a button to a blog post entry
After your suggestion, I did add an except box to my event post. In the excerpt box I added a shortcode for a button. The result was the post grid summary displayed the button and “read more”. It did not display the text that I added to the posts. Does the excerpt over-ride the text? I was hoping the excerpt would be added to the bottom of the text summary and read more button.
-ChrisIn forum: Pinnacle ThemeIn reply to: Adding a button to a blog post entry
June 6, 2017 at 2:58 pm #147966Using the custom excerpt box you could add your button into that for each post and then it would show in the grid.
Ben
In forum: Pinnacle ThemeIn reply to: Adding a button to a blog post entry
I am not using an event plug-in, but I could if needed. I’d like to list the event summaries on an events page in a blog post grid format (3 Columns) and at the bottom of each summary have a “registration” button with a link to a sign-up form I already created. I have been able to get the button on each event’s full post page using Page Builder and I can build a summary page and use buttons, but I really like the look of the post grid format and was hoping to use it, but just add buttons. Let me know what you think. Thank you.
-ChrisIn forum: Virtue ThemeIn reply to: post excerpt styling
In forum: Pinnacle ThemeIn reply to: News style page for Pinnacle
Hi Hannah, thanks for the reply. Yes I have tried the blog template layout but cannot get the look the client wants. This is what she is looking for in a news page: https://www.coreconsultantsgroup.com/news/ as you can see there is a sidebar with custom content. Then there is a category menu (purple colour background) below the header. Then there is the recent news slider linked to the items on the right side of the slider. Below that again there is a grid of 3 recent post thumbnails and heading extracts below those 3 are another 6. Then below that is a random selection of 9 fullwidth post exerpts with a thumbnail pic and then the rest of the posts with only text exerpts.
If not exactly the same I would appreciate help in getting the page to look as near to her current page as possible please.
Regards, JanekIn forum: Pinnacle ThemeIn reply to: News style page for Pinnacle
Hi Janek,
Are you just wanting your posts more in a list rather than a grid? Have you tried using the blog page template? See here- http://docs.kadencethemes.com/pinnacle-premium/templates/blog-page-template/
Let me know if you’re stuck on something!Hannah
In forum: Virtue ThemeIn reply to: Add/embed Javascript to posts
There would be different scripts for different pages.
Example: The code I included before is to have a grid of products from Commission Junction appear on a page…or post in our situation.
Then on another page there would be a different code producing different results.In forum: Virtue ThemeBuilding and affiliate site and tried to add a grid display creates at Commission Junction. It ( CJ ) gave me a JavaScript to post on the website.
<script type=”text/javascript” language=”javascript” src=”*Login to see linkHowever when adding this to a post nothing appears. Yes, I did enter it in the Text editor and not Visual, however from reading what I have I realize this is more of a WordPress issue than Virtue.
I can’t be the first person to run into this so thought I would ask for the most Virtue theme compatible solution?
Thanks
FrankIn forum: Virtue ThemeTopic: post excerpt styling
In forum: Virtue ThemeIn reply to: Staff Pages with Own Blog Posts
Per your suggestion, I resaved permalinks. Still have the problem. I went to the website on a different computer and also had the “read more” links loop back to the staff page instead of the blog post page. When you said you couldn’t recreate the problem, did you mean the links worked properly for you or that when you added a blog grid to a staff page on another site, the read more links worked properly?
And another question based on looking at the staff grid page. Since I have added the blog posts to the staff post page, they also display on the staff grid page and the other staff members no longer show up. I know I can set the “Use Staff Excerpt or Content” setting to “Excerpt”, but is there a way to leave it on Content so that the staff grid page will show a full bio, but at the same time have the blog grid only display on the staff post page?
In forum: Virtue ThemeIn reply to: Staff Pages with Own Blog Posts
Hi Brandan,
One option for this is to use the staff grid page template ( http://docs.kadencethemes.com/virtue-premium/templates/staff-grid-template/ ).
To get the staff members posts to show in the single staff post you can create blog categories for each of your staff members and assign each members posts to their category. Then you can use blog shortcodes to display the certain posts for each staff member. Here is a shortcode example:[blog_grid orderby=date items=6 columns=3 cat=joe-smith]
So you would paste the shortcode with the correct category in the individual staff posts. Does that make sense?Hannah
In forum: Virtue ThemeHello. I’d like to have a page that resembles a staff grid (or ideally, is a staff grid), where a viewer can click on the staff’s photo or name and be taken to a page with the staff photo at the top and blog posts written only by that staff member display. So, to hopefully explain better, multiple staff members each write blog posts, and each has his or her own page with his or her photo and blog posts. Could you direct me how this might be done using Virtue? Thanks.
In forum: Virtue ThemeHi,
I want to make Read More links on grid item page link directly to client page (not to whole testimonial page). I am trying to modify page-testimonial-grid.php and make something like this:
if($postlink) {
echo '<a href="'.$clientlink.'" class="kadtestimoniallink">';
echo wp_filter_kses($thelinktext);
echo '</a>';
}but it don’t work…
In forum: Virtue ThemeHi Robin,
Your homepage cannot be both a static page and a latest post page, however, there are workarounds! One option is to use the home widget area. Enable it about Page Content in your Homepage Layout Manager (Theme Options > Home Layout) then you can add a visual editor widget (or whichever) from Appearance > Widgets.
Another option is to set your page as a static page and add your latest posts via shortcode like this:[blog_grid orderby=date items=4 columns=3]
Hope one of those options works for you!Hannah
In forum: Virtue ThemeIn reply to: post grid widget images blurred
May 22, 2017 at 10:22 pm #146334Hey
You are adding this css:.imagegrid-widget img { min-width: 100px; min-height: 75px; }The output for the post grid is images that are 80×50 So by adding that css you are effectively stretching out the images and thus getting the blur.
You can either remove that css so your images will stay with the output size or use a child theme to create your own widget or there may be a plugin that you like the style of better?
Ben
In forum: Virtue ThemeIn forum: Virtue Theme -
AuthorSearch Results


