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'

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 20,621 through 20,640 (of 29,722 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Blog issues

    #86150

    Hey Derwin,
    Are you able to post a link so we can see how things are set up?
    Thanks!

    Hannah

    #86148

    Hi,

    My website:

    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:
    3. Products image in shop page – same as above while each product page is working fine:

    I have re-newed the .htaccess file & the problem persist.

    Please help

    Tang

    #86143

    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:

    And this is the page with the Virtue: Post Grid widget that I want to style differently:

    Where it says ‘More accessories’ I want the title centered and showing icons just like the blog page grid.

    In forum: Virtue Theme

    Topic: Blog issues

    #86139

    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.

    #86116

    You would have to do an override since the large menu isn’t designed for the header style. Can you post a link.

    Ben

    #86107

    another quicky Ben, is it possible to remove the link to author from the code (not css) but functions so as not to hav eloads of 301s to home page from every post.

    cheers

    In forum: Virtue Theme

    In reply to: Blog Date Color

    #86097

    You can add this css:

    .postmeta.updated {
        color: white;
    }

    Ben

    In forum: Virtue Theme
    #86090

    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

    #86086

    That 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

    #86040

    Hi Roland,
    Do you mind posting a link?
    Thanks!

    Hannah

    #86033

    Hi Josefin,
    Many people use this plugin with Virtue theme without issue. Have you tried deactivating your other plugins to see if any are interfering? Could you post a link to your site?

    Hannah

    #86023

    Hi

    At my site homepage ( 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
    Dayle

    In forum: Virtue Theme
    #85986

    Virtue is now running on 3.5.3. You can follow the link Ben posted to update.

    Hannah

    #85969

    1. 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

    #85959

    Hey Cotizo,
    You would need to do this with css. What size are you wanting? Do you mind posting a link?

    Hannah

    In forum: Pinnacle Theme

    In reply to: Anchor Link Icons

    #85958

    Hey Frankie,
    Can you post a link?
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: Full width footer

    #85940

    1. 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 Theme

    In reply to: Home Page Video Image

    #85930

    Hey,
    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

    #85923

    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 Theme

    In reply to: Creating a portfolio

    #85914

    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

Viewing 20 results - 20,621 through 20,640 (of 29,722 total)