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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Blog issues
In forum: Virtue ThemeTopic: Content not showing up
March 16, 2016 at 11:39 pm #86148Hi,
My website: *Login to see link
Following content not showing up:
1. Home layout contents – I move my mouse around & links appeared (can be clicked in) but there is no Home layout contents showing up in home page
2. Blog image & Post Excerpt in Blog Page – same as above while individual post can be entered: *Login to see link
3. Products image in shop page – same as above while each product page is working fine: *Login to see linkI have re-newed the .htaccess file & the problem persist.
Please help
Tang
In forum: Virtue ThemeTopic: Virtue: Post Grid Styling
Hi – I have some blog grid style pages which are set to only show posts from a certain category. On certain posts I want to add a widget to show a grid of icons from one of these categories using the same styling as the blog grid post images. Using selectors I was able to match the grid images perfectly to my site and I would like a specific category icon grid in widget form that can also be customized with other selectors in exactly the same style. It seems like the solution might be to use the Virtue: Post Grid widget but so far this does not do what I want. Even while using a full width row in pagebuilder it makes the icons in the Post Grid show up really tiny, blurry and cropped horizontally. I want larger icons maybe two to four across preferably just as they appear on the blog grid. Is there any way to target how these show up through custom css?
This is an example of the styling and post grid style I want to match for the widget: *Login to see link
And this is the page with the Virtue: Post Grid widget that I want to style differently: *Login to see link
Where it says ‘More accessories’ I want the title centered and showing icons just like the blog page grid.
In forum: Virtue ThemeTopic: Blog issues
Ok… so I created a new blog post.I add text to the visual editor as well as a featured image.
I add the image slider (flex slider) to the head content and post slider images and publish.
(1) part of the text shows up in a rectangular box with a link to ‘show more’ but this link goes nowhere.
(2) The slider images don’t show up
(3) The permalink still shows homepage link
Help please.In forum: Pinnacle ThemeIn reply to: Center logo with menu on side
March 16, 2016 at 2:04 pm #86116You would have to do an override since the large menu isn’t designed for the header style. Can you post a link.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Blog Date Color
In forum: Virtue ThemeTopic: Blog Date Color
Hello! How do I change the font color for my blog post dates? I’d like the font color to be white. My site is http://www.sbcreativecontent.com
Thanks,
Jennifer
In forum: Virtue ThemeMarch 16, 2016 at 11:17 am #86086That is inside http://schema.org/BlogPosting
and while the structure tool tells you errors read around a bit because it’s not exactly correct. Blog posts and news posts are treated the same to google currently in terms of if you want rich snippets showing in a search, but for most a blog post shouldn’t show as a new article.
You can go back and forth on this a lot and I’ve done a lot of reading. In terms of what a theme would control and add there is only so much I feel comfortable with. Past that you would need to use a plugin if you want to make specific claims with your post about being news articles.
You should update your theme version from 3.3.6 to 3.5.4 https://www.kadencewp.com/manually-updating-a-theme/
Ben
In forum: Virtue ThemeIn reply to: Variations & Swatches and Remove add to cart button
In forum: Virtue ThemeIn reply to: Problem with Google Maps plugin
In forum: Virtue ThemeTopic: Blog Summary Border
Hi
At my site homepage (*Login to see link under the heading “GET INSPIRED. GET INFORMED. GET THE LATEST FROM F&F.” you will see the latest blog posts with a very thin, almost unnoticeable grey border.
I am wondering if there is a way I can make the border around my blog summary thicker and/or a different colour.
Thank you in advance
DayleIn forum: Virtue ThemeIn reply to: Disable Built-In Lightbox
In forum: Virtue ThemeIn reply to: Portfolio sidebar menu – home page
March 15, 2016 at 5:25 pm #859691. You would need to use add a function like this:
function kad_sidebar_on_portfolio_archive($sidebar) { if (is_post_type_archive('portfolio')) { return true; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_on_portfolio_archive');Note that for portfolio grid page templates you would need this:
function kad_sidebar_on_portfolio_grid($sidebar) { if (is_page_template('page-portfolio.php')) { return true; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_on_portfolio_grid');2.
The reason they are not the same size is because your images are too small.. https://www.honeybees.nz/wp-content/uploads/2016/03/beekeeper-with-attitude-2.jpg
They are not at least the size needed and thus can’t be all sized the same.
Ben
In forum: Pinnacle ThemeIn reply to: Primary Menu Font line size
In forum: Pinnacle ThemeIn reply to: Anchor Link Icons
In forum: Virtue ThemeIn reply to: Full width footer
March 15, 2016 at 12:35 pm #859401. You have an open div on the home page that you need to close. Looks like it may be in your home content. Hard to tell from the front end.
2. I’m only seeing one post with not much text. When you have a lot of content the home layout would only show part of it.
You can hide the text though by adding this css:
.home_blog .postcontent { display: none; }But the layout wouldn’t be good. I suggest using the blog grid shortcode then using css like this to hide the text, it would make for a better layout:
shortcode:
[blog_grid orderby=date items=4 columns=2]css:
.home #kad-blog-grid .blog_item .postcontent { display: none; }3. add this css:
.home .panel-grid:only-child .siteorigin-panels-stretch { margin-bottom: 0 !important; }Ben
In forum: Virtue ThemeIn reply to: Home Page Video Image
March 15, 2016 at 12:11 pm #85930Hey,
The featured image is all the shows when your using the theme options > home layout > latest post. That post output format is image or no image. There isn’t an option there for a slider or video. It’s designed to be basic and isn’t not designed to show the post summary setting.If you want an image to show with your post there then you need to set a featured image.
Now you can use a differnet blog output format like what you see here: http://themes.kadencethemes.com/virtue-premium/blog/
Or here: http://themes.kadencethemes.com/virtue-premium/blog-grid-three-column/Those pull the video right into the summary output.
You can use both of those on your home page by either making the home page your “latest post page”
or by using a blog shortcodes: http://docs.kadencethemes.com/virtue/#shortcodes
See here for more info: https://www.kadencewp.com/creating-a-home-page-with-virtue/
Ben
In forum: Pinnacle ThemeTopic: Installing child theme
Hi Hannah, I have started building my site with Pinnacle and have the design and pages and posts done with some custom CSS. I feel stupid because I forgot to install the child theme before starting, can I install it now and keep my site looking the same or will it break it? Thanks, regards, Janek
In forum: Virtue ThemeIn reply to: Creating a portfolio
Glad things are working with your portfolio. If this happens again I would suggest changing your permalink setting to Post Name as a test.
There isn’t an option to add content under the portfolio grid, but you could use a portfolio grid shortcode then add whatever you wanted underneath. The shortcode would look like this:[portfolio_posts orderby=date columns=4 items=12 cat=photos]
Hope that’s helpful!Hannah
-
AuthorSearch Results


