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,541 through 21,560 (of 29,722 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Sticky Post Disappears

    #78094

    Hi Ben,

    I added the code as you instructed, but I am still getting two columns of grid-type blog posts.

    Please see here: http://Worldin360.com

    Just for reference, I am looking to have the blog feed appear as a thumbnail feature image on the left with a title and 28 character excerpt to the right.

    Cheers, thanks for taking the time to resolve this.

    In forum: Virtue Theme

    In reply to: A few tweaks

    #78090

    1. a. I think you are talking about the variation select boxes.. those don’t really work the same way but you can add this css:

    @media (min-width: 1200px) {
    div.product form.cart .variations td.product_value .select2-container.kad-select {
        width: 365px;
        max-width: 400px;
    }
    }

    b.

    div.product .product_meta .posted_in {
        display: none;
    }

    Ben

    #78081

    Okay it’s off. I did not turn it back on until last night after posting here. Do you know a better way to redirect mobile user to a mobile friendly page?

    #78054

    -Copied from this post-

    “Hey,
    It’s an issue with the old api server. Using a newer version won’t have this issue.

    To update just activate a different theme. Remove the version you have upload the latest from here: https://www.kadencewp.com/my-account/
    And activate.

    Ben”

    #78050

    Thanks Hannah. I was using a basic flex slider with only one picture. It seems to have returned so hurrah! I will look up the other links you have included.

    I have another question regarding my other site. I am linking the two but only by an actual link (to see my blog ‘click here’ type of thing). Maybe I will try to incorporate some posts in my main work site but having the link is just okay for now.

    What I would like to do, however, is have the title show the same font and color as my blog as well as have the same picture in the way it looks like on my blog. So basically another flex slider and then different font. This will unify them together better. Is this possible?

    Right now, the blog page on my main work site only has the default font and color as the site itself and the picture is very small.

    My main site is: http://www.robinkickmw.com (blog page)

    And my blog site is: http://www.wine-wanderer.com (title page, obviously) 🙂

    Thanks

    #78049

    Hi there,

    I just activated premium and was quite disappointed as all pictures I put in my events-calendar-events do not show with the post (I posted them as blogs on the front page) but only when I open the event itself… what can I do?

    thanks!

    #78046

    Hey Ryan,
    Have you set captions for your images? If so, they should by default appear in the lightbox. Can you post a link?
    Thanks!

    Hannah

    In forum: Virtue Theme
    #78039

    Hey,
    Can you please post a link?
    1. In Theme Options > Main Settings have you set the logo layout to Center Logo Menus on Sides. And have you also set the correct number of menu items on either side?

    2. This should happen by default. Again, a link would be very helpful:)

    Hannah

    #78037

    Hi,
    On this site… akrasprint.com, I’m having problems with the sidebar shrinking and looking bad on mobile. When I add the css @media (min-width: 992px) It fixes it, but then makes other css code not function properly. For example, in my woocommerce shop page, I have hidden the price for products, and when I add the @media (min-width: 992px) code the price will appear again when viewing the site in mobile version.

    So essentially the @media (min-width: 992px) code fixes the sidebar mobile problem, but creates another problem with the pricing being shown on my store.

    Do you know what I’m missing? Here is all my custom css.. thanks.


    @media
    (min-width: 992px) {
    .page-header > h1 {
    font-size: 0;
    line-height: 2px;
    margin: 0;
    }
    .post-header > h1 {
    font-size: 0;
    line-height: 2px;
    margin: 0;
    }
    #kadbreadcrumbs {
    font-size: 14px; padding-top: 35px; padding-right: 30px; padding-bottom:15px;
    }
    .category .2015-2016-News #kadbreadcrumbs {
    font-size: 14px; position: absolute; padding-top: 25px; padding-right: 40px;
    }
    .main.col-lg-9 {
    width: 78%;
    }
    .kad-sidebar.col-lg-3 {
    width: 22%;
    }
    .tw-recent-posts .excerpt {
    padding-bottom:25px;
    }
    .tw-recent-posts .excerpt {
    border-bottom: solid 1px #0F2674;
    }
    .tw-recent-posts h4 {
    padding-top: 25px;
    }
    .panel-grid-cell .widget-title {
    display:none;
    }
    .kad-sidebar {
    background-color: #f2f2f2;
    padding: 5px 30px 30px 30px;
    }
    .main.col-lg-9 {
    width: 73%;
    }
    .kad-sidebar.col-lg-3 {
    width: 27%;
    }
    .sidebar {
    border-radius: 10px;
    }
    #topbar{
    border-radius: 5px;
    }
    .kad-banner {
    padding-top:30px;
    }
    .single-article .post .entry-title {
    padding-top: 40px;
    }
    .single-article .post .entry-title {
    padding-top: 40px;
    }
    .topbarmenu ul li a {
    color: #000000;
    }
    #topbar-search input[type=text], #topbar-search #searchsubmit {
    color: #000;
    }
    #topbar-search .form-search ::-webkit-input-placeholder {
    color: #000;
    }
    #topbar-search .form-search ::-moz-placeholder {
    color: black;
    }
    #topbar-search .form-search :-ms-input-placeholder {
    color: black;
    }
    #topbar-search input[type=text] {
    border: 1px solid #000;
    }
    #nav-main {
    background-color:#f2f2f2;
    }
    #nav-main ul.sf-menu>li>a {
    border-right: 1px solid #000;
    }
    #nav-main ul.sf-menu>li:last-child > a {
    border: none;
    }
    #nav-main ul.sf-menu>li:first-child > a {
    border-left: none;
    }
    .product_item .price {
    display:none;
    }
    .product_item .notrated {
    display:none;
    }
    .senior-masters .summary .price {
    display:none;
    }
    .woocommerce .quantity
    input.qty {
    display:none;
    }
    .post-384 .summary .price {
    display:none;
    }
    .post-386 .summary .price {
    display:none;
    }
    .post-387 .summary .price {
    display:none;
    }
    .post-246 .summary .price {
    display:none;
    }
    .post-243 .summary .price {
    display:none;
    }
    .post-286 .summary .price {
    display:none;
    }
    .post-285 .summary .price {
    display:none;
    }
    .post-284 .summary .price {
    display:none;
    }
    .post-243 .summary .price {
    display:none;
    }
    .post-330 .summary .price {
    display:none;
    }
    .post-360 .summary .price {
    display:none;
    }
    .post-361 .summary .price {
    display:none;
    }
    #nav-second ul.sf-menu {
    padding-top:15px;
    }
    .home #nav-second ul.sf-menu {
    display:none;
    }
    .about #nav-second ul.sf-menu {
    display:none;
    }
    .classes #nav-second ul.sf-menu {
    display:none;
    }
    .schedules #nav-second ul.sf-menu {
    display:none;
    }
    .florida-pro-kart-series-classes #nav-second ul.sf-menu {
    display:none;
    }
    .contact #nav-second ul.sf-menu {
    display:none;
    }
    .category-2015-2016-news #nav-second ul.sf-menu {
    display:none;
    }
    .shop #nav-second ul.sf-menu {
    display:none;
    }
    .woocommerce
    input.input-text,
    form.checkout
    input.input-text {
    width:50%;
    }
    .checkout .woocommerce
    input.input-text,
    form.checkout
    input.input-text {
    width:100%;
    }
    #nav-main {
    border-radius:5px;
    }

    In forum: Virtue Theme
    #78024

    Hi Susie,
    You can add a set height your posts by adding this height:200 So your shortcode would look like this- [portfolio_posts orderby=name columns=4 items=10 height=200 hoverstyle=default masonry=false lightbox=false]
    See documentation here- http://docs.kadencethemes.com/virtue/#shortcodes
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Portfolio vs gallery

    #78017

    Hi JM,
    Can you post a link so I can better understand how you have things set up?
    From your portfolio post edit page you can set the Portfolio Options to Image Grid then add your gallery images to the Portfolio Slider Images tab.That will give it this look- http://themes.kadencethemes.com/virtue-premium/portfolio/work-space/
    Also see this tutorial- https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/

    Hannah

    In forum: Virtue Theme

    In reply to: Staff info display

    #78010

    Hi Ben,
    Sorry, no that didn’t work. I want the info in the staff grid to display like it does on the staff page/post. With the person’s title (ex. President and CEO) larger/bolder and on a separate line than the bio text.

    Does that help?

    It would actually be nice to have the photo click through to the full bio as well. If that is possible…

    Thanks!
    Heather

    #78002

    Hey,
    Woocommerce and wordpress need those ajax items to run. Those items can’t be cached else the site wouldn’t work.

    I don’t know what the first item you posted is? Plugin? Have you tried deactivating?

    Try rebuilding your minify cache. Are you seeing the error on your front end?

    Ben

    In forum: Virtue Theme

    In reply to: Increase row width

    #78001

    Hi David,
    Do you mind posting a link to your site? You can set as a private reply.
    Thanks!

    Hannah

    In forum: Virtue Theme
    #77991

    Hi Jóhann,
    Do you mind posting a link?
    Thanks!

    Hannah

    #77975

    Hi there.

    In Virtue Premium theme, I can’t get the portfolio items to be the same size on the home page.

    This is the setting:
    [portfolio_posts orderby=name columns=4 items=10 hoverstyle=default masonry=false lightbox=false]

    Also, is there a list of all the parameters for the portfolio_posts shortcode – I’ve had a look all over the place, but can’t find anything.

    Sorry, it’s still on localhost so I can’t share it with you.
    Many thanks
    Susie

    In forum: Pinnacle Theme

    In reply to: page within message

    #77969

    Hannah,

    When i upload your shortcode from within a visual editor i just get the code on the page
    see screenshot below:

    link: http://postimg.org/image/rnstjut3x/

    #77961

    Hello,

    as far as i understand it, it’s not possible in wordpress to have a gallery with filters. Sorting images with filters is only available in portfolios – right?

    To showcase my artwork on one page with filters (b/w, color, food, people…) i tried this:
    – i made a new portfolio
    – then “add media”: a wp-gallery with only 1 image.
    – Project Layout: above
    – Project Options: image

    Result: a portfolio post with the fullsize image, the navigation arrows, the tags and the “featured image”.
    Fine, except for the “featured image”.

    So my questions are:
    1. How can i hide the “featured image” inside the portfolio post?
    2. Is there a better/easier way to build a portfolio which looks/works like a gallery. (Plugin?)

    Thank you
    JM

    #77938

    Hi Debi,
    More than likely there is a conflicting plugin. I would suggest deactivating to test. If there’s no change can you post login info so we can take a look? You can set as a private reply.
    Thanks!

    Hannah

    #77900

    Hello. I followed one of your short guides on how to create a blog after I transferred mine (only partly done) from another theme. And it wiped out my slider, and I have no idea how to get it back. Since I upgraded to the premium theme, I am struggling to know what everything means because so much doesn’t apply to me.

    I am actually interested in a blog similar to your Version 1 theme option on your main site, though even more simple – slider, 3-4 latest posts underneath, older posts that go somewhere else in cyber space, a sidebar on the main page that has archives and that groovy tagline chart which shows which words show up more as they are larger, as well as some other small bits and bobs like “about me”, etc. Not sure how all those things get set up.

    So, any suggestions as how to put the slider back in, as well as a better tutorial on blogs only?

    My site: http://www.wine-wanderer.com

    Thanks so much.

Viewing 20 results - 21,541 through 21,560 (of 29,722 total)