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 - 21,721 through 21,740 (of 29,722 total)
  • Author
    Search Results
  • #76684

    Hey Ronald,
    So the homepage cannot actually take on a page template like blog grid. It is already it’s own template. You would need to use a default template and add your posts via shortcode like this: [blog_grid orderby=date items=12 columns=3]
    See full list of shortcodes here- http://docs.kadencethemes.com/virtue/#shortcodes
    Hope that helps!

    Hannah

    In forum: Pinnacle Theme

    In reply to: my home went blank

    #76676

    Any chance you can post a link to the site that you’re working on?

    In forum: Virtue Theme

    In reply to: Logo div – smaller

    #76662

    Hey,
    Have you already decreased the logo spacing from Theme Options > Main Settings? Can you post a link?

    Hannah

    In forum: Virtue Theme

    In reply to: Hover Zoom …

    #76661

    Hey Rodney,
    Not sure I’m following. Do you mind posting a link?
    Thanks!

    Hannah

    In forum: Virtue Theme
    #76657

    Hey Chris,
    Do you mind posting a link so I can see how you have things set up?
    Thanks!

    Hannah

    #76641

    Hi there,

    I am new to the Virtue theme and finding my way round certain elements. I would like to style the title and descriptions on my Image Menu Items to look as they do on Portfolio posts. So this would mean moving the caption block to the bottom of the image so it is always visible and doesn’t require hovering over to read.

    I wonder if there is any custom css for re-positioning these?

    Hope this makes sense and congratulations on developing such a great theme.

    Paul

    #76637

    In settings, I have set the front page to be a static page and have selected it to be the blog page.

    But the blog posts are not appearing, Only the title “BLOG” and the sidebar are appearing.

    I have already looked through the Settings, Theme Options, Pages and can not figure out how to make the blog posts appear.

    Please let me know how to fix the above issue.

    Thanks!

    #76625

    Hey Ben, this is sorta out of topic but is it possible to rename “Latest Blog Posts” to “Latests News”?

    In forum: Virtue Theme
    #76608

    Hiya Guys

    Got a slight odd feature … if I view a post, my google Hover Zoom extension will expand the image to full screen … however, when I view the post in it’s post grid page, hover zoom does not work

    Any ideas ?

    Cheers, Rodney

    #76589

    Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 992px) {
    .blog #ktmain img {
        width: 250px;
        height: 250px;
    }
    .blog .col-md-7.postcontent {
        margin-left: -50px;
    }
    }

    Does that work for you?

    Hannah

    #76567

    hi!
    I love the look of the blog style set up for the pinnacle theme.
    I do not want to have the blog section of my website as the front/home page, but I do want to use the recent posts carousel on the blog page of my site. I can’t seem to figure out how to do that? or if I can do that?

    Any advice would help! Cheers!

    In forum: Virtue Theme

    In reply to: Styling Primary Menu

    #76564

    Not sure what this means:
    “and that isn’t what I’ve every posted? That wouldn’t have any gradient are you editing or someone else?”

    But Yes, the colours are the same because I don’t want a gradient. I want the buttons to look 3D, bevelled would be great….

    To answer your question yes I see how that’s different….what’s your question got to do with making the buttons 3D and bevelled?

    As I said before it used to be 3D but then something was updated and it suddenly looked flat….

    If there is any Css in there that I can get rid of as its obsolete or might be making it not show as a 3D button let me know and I’ll delete the relevant Css.

    But other than that I’m mostly interested in getting the 3D look of the buttons back…

    Here’s my previous post in case there’s some kind of miscommunication…

    “Not really – they’re so flat. I am sure they used to be more rounded so they looked 3d – it would be really useful if someone could look at the css on there and tell me if any of it is disabled or interfering with the style?

    Basically now they just look like flat items with a shadow underneath (that you can’t really see because of the background header) and I am still trying to achieve the 3d button effect…It was resolved but then an update came along and they went all flat again…”

    Many thanks
    Nic

    In forum: Pinnacle Theme

    In reply to: page within message

    #76563

    Did you try out the shortcode I gave? You can paste it directly into the visual editor within your post page.

    Hannah

    In forum: Pinnacle Theme

    In reply to: pinnacle image menu

    #76562

    Hi Marc,
    Do you mind posting a link to the page? You can set as a private reply.
    Thanks!

    Hannah

    #76527

    Hey,
    Just to confirm there is no limit to posted based on the theme. It would be your servers php settings that would limit.

    I’m not seeing a messy page?

    Ben

    In forum: Virtue Theme

    In reply to: portfolios sliders

    #76526

    Hey,
    1. templates/content-singleportfolio.php

    line 154.

    2. In terms of a default set up I suggest just duplicated your posts. see here: https://wordpress.org/plugins/duplicate-post/

    Ben

    In forum: Virtue Theme

    In reply to: Styling Primary Menu

    #76505

    I am seeing this css:

    ` background-image: -webkit-linear-gradient(top, #dbd8c7, #dbd8c7);
    background-image: -moz-linear-gradient(top, #dbd8c7, #dbd8c7);
    background-image: -ms-linear-gradient(top, #dbd8c7, #dbd8c7);
    background-image: -o-linear-gradient(top, #dbd8c7, #dbd8c7);
    background-image: linear-gradient(to bottom, #dbd8c7, #dbd8c7);`

    and that isn’t what I’ve every posted? That wouldn’t have any gradient are you editing or someone else?

    see how this is different what I have just above?

    background-image: -webkit-linear-gradient(top, #f5f2e4, #cfcbb8);
      background-image: -moz-linear-gradient(top, #f5f2e4, #cfcbb8);
      background-image: -ms-linear-gradient(top, #f5f2e4, #cfcbb8);
      background-image: -o-linear-gradient(top, #f5f2e4, #cfcbb8);
      background-image: linear-gradient(to bottom, #f5f2e4, #cfcbb8);

    Ben

    #76497

    Hey,
    Choose Slider Template – refers only to template sliders. They don’t have anything to do with your normal sliders. Template sliders allow you to use pages or posts to create the slides instead of individually creating.

    Ben

    In forum: Virtue Theme
    #76489

    Thank you, I was able to find the right icon code.

    For the blog date, I am using a child theme but have not really done modifications through that, so I am unfamiliar with it. So will experiment with the layout below and see how it goes.

    I just added a left border on the postdate, and am I figuring out how to shorten it.

    Also, how do I make the “Logged in as Admin. Logout?” in the Leave the Reply section into italics?

    Thanks!

    In forum: Virtue Theme

    In reply to: wp-updates outage?

    #76479

    Another detail (after reading your Support Policy post and in case it helps answer my questions). My WordPress site is molive.org

    As things currently stand, to get the Dashboard working I think I either have to wait for wp-updates.com to come back online or if there is an alternative updater site I need to edit the appropriate files to make the theme look elsewhere for its updater.

    Please advise.

Viewing 20 results - 21,721 through 21,740 (of 29,722 total)