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,161 through 20,180 (of 29,722 total)
  • Author
    Search Results
  • #90468

    Hey James,
    Are you using the latest version of the theme? Where are you seeing this notice? Could you post a link to your site?

    Hannah

    In forum: Virtue Theme

    In reply to: Testimonial Excerpt

    #90463

    Hey Melanie,
    There’s actually a built in option for this. In your testimonial post edit page open the Screen Options tab on the top right of the page and select Excerpt. Then an excerpt box should open below and you can add your custom excerpt.
    Hope that helps!

    Hannah

    #90454

    Hey guys. Is anyone else having problems with switching from Visual to Text when adding/editing portfolio items? It works just fine with Posts or Pages and it worked less than 24 hours ago but now it just stopped working. I have the latest version of WordPress and the theme and plugins are all up to date. Is this a temporary glitch perhaps?

    Thank you in advance!

    –Fran

    #90443

    Hi,
    I have three questions:

    1. I have been wondering if it is possible to make a product filter, in which you’ll only see the categories. After you click on the category subcategories for that exact category will then be shown.
    The link below shows a screenshot of how I want it- there’s a box with categories, and then after you click on one of the categories another box shows up.

    2. Is it possible to get the additional information below the short description and the price?

    3. What CSS should i use to change the font size of the title “product description”.

    Hope somebody can answer my questions. Thanks

    #90435

    Thanks Ben, the post options image height worked great for the single post, however when I use the grid column shortcode it does this:
    http://www.shelleyruns.co.za/wp-content/uploads/2016/04/screenshot.png

    “the blog layout you are using calls for images that are landscape” Is there any way to change this? How can I get my thumbnails to automatically be square?

    Thanks a mil!

    In forum: Virtue Theme

    In reply to: Testimonial Excerpt

    #90432

    You can add a custom excerpt into each testimonial post. Then show the excerpt on your homepage and the full content on the testimonial page.

    Ben

    #90431

    Hey,
    So the blog layout you are using calls for images that are landscape. 410×270 and with your css it’s making it only 250 wide but with that layout it’s supposed to be landscape images.

    The reason your other images are square is that they are not at least 410px wide so it the image isn’t large enough for the crop size then they are just outputted as is.

    What you can do is use the blog grid shortcode instead of the home blog then your images will be outputted as square.

    
    [blog_grid columns="2" items="4"]

    as for the single post page in the post settings you should see a width and height.. there set the width and height to be the same. For example add 600 in each.

    Ben

    #90428

    Hello, I’m having a bit of trouble with the blog featured images on my site http://www.shelleyruns.co.za. For new posts, the latest blogs on the home page are making the image landscape even though the image set as featured image is square (700px). Then, the featured image on the actual blog post is cropping itself to landscape too, rather than show the whole image, see: – the original image is greater in height. It seems only when I upload a square featured image does it show the full image (

    The only CSS coding I have added is to make the width of the ones on the home page 250px:

    .home_blog .imghoverclass img {
    max-width: 250px;
    max-height: 250px;
    }

    My settings in Theme Options > Blog as follows:

    Blog Post Summary Default: Portrait Image
    Blog Post Head Content Default: Image

    Please help, it’s doing my head in! 🙂

    Thanks!

    #90401

    1. It’s using the latest posts. You have the page content enabled. The options are different so you won’t see “in your home blog settings you can set the columns to two” it defaults to 2 when showing the “latest posts” module in free if there is no sidebar.
    Premium also has the option to change the layout of the page content, something that free doesn’t.

    Ok the screen shot really helps here… In your home blog settings see how you are only showing “uncategorized” posts (which you don’t have any). You need to leave the “limit posts to a category” blank or on select. or you truly just want to show one category then select a category that has posts in it.

    2. Sounds good

    3. As a developer I just strongly suggest that being 6 months behind is a bit different then a guinea pig. Especially since security is the main reason for many updates. It’s the biggest most common way people’s sites are compromised.

    4. Thanks, I’m not sure I understand what you’re asking though, or meaning. The order determines what order items are added to the home page. So icon menu would show first in this image. Is that what you didn’t know?

    Ben

    #90397

    1. then why is your free theme demo showing two posts next to each other with smaller thumbnails than what I have?
    2. I will tomorrow when I have more time
    3. I don’t like to be WP’s guinea pig, I like to wait until my plugins are ready for the latest WP version; I’ve had issues with this in the past; but yeah, I’ll have a look tomorrow too about upgrading WP
    4. Ok try this link instead

    #90380

    Ok, there has to be an error in your php error logs when you try to access the status page. That is what we need. You have so many plugin it’s hard to trouble shoot based on plugins.

    The link you had posted above was working for me for a while just tried again and now it’s not working.

    So since your the only one with this issue I have to assume there is something odd with your setup. I have also tested activating a basic theme you still can’t access the woocommerce pages… so even if you remove this theme the issue stands.

    If you want I would be happy to look at your error logs for you but for that I would beed ftp access or access to cpanel.

    Ben

    #90360

    Try setting your permalink to Post Name. Does that work?

    Hannah

    #90349

    Ben,

    My grid size for all devices (desktop, notebook, tablet, and mobil) are all set as “Auto Size”

    Under the “slider settings” tab in Revolution Slider I just filled in the slider title and short code area, everything else I left as its default options.

    How can I go about posting a temp login for you?

    Sorry, I’m a bit new to this whole thing!

    Best,
    Zachary Thornburg.

    #90345

    What is your grid size? If you are using a custom grid size for mobile turn that off.

    Else can you post a temp login?

    Ben

    #90342

    Hey,
    I think you’re referring to the sidebar. You can edit/remove the sidebar content from Appearance > Widgets. Or if you want to remove the sidebar altogether you can select a fullwidth template for you blog posts from Theme Options > Blog Options.

    Hannah

    #90341

    Problems I found:

    1. In portfolio page, I created Two Column Offset Left, and in second column I entered

    <div class="pcbelow">
    <h3> Info </h3>;
    <ul class="portfolio-content disc">
    <li> Item </li>
    <li> Item </li>
    <li> Item </li>
    <li> Item </li>
    <li> Item </li>
    </ul>
    </div>

    It’s very good, but in frontend html, below content, another empty

    <div class="pcbelow">
    <ul class="portfolio-content disc">
    <!--Portfolio-content-->
    </ul> </div>

    automatically is showing, even on empty page content !?

    Here is the screenshot

    2. On portfolio page, navigation “portfolionav clearfix”, clicking on grid icon, non-existing page appears. ( I was created several portfolio pages, same type )

    (I have alredy opened topic at wordpress support forum about these problems for Virtue free.

    Thanx

    #90328

    1. What do you mean by right order? There is documentation on the home page here: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    2. In your theme options > home layout. Enable “latest posts” then in your home blog settings you can set the columns to two.

    Or if you want to keep using the main loop with the page content you can change the layout on the bottom of your theme options > home layout page.
    Ben

    #90326

    Hey,
    In each post you can click “screen options” make sure that discussion is checked, then you will see a place down the page where you can enable or disable comments.
    In the theme options > blog options you can hide the date. If you don’t want tags to show on your posts just don’t assign any tags.

    In your apperance > widgets you can look in the 4th footer column. There you have a custom menu widget with no menu assigned that is your resources text just remove that widget.

    Ben

    #90313

    Well, If you have a verctor icon for behance you can add it using this plugin: https://wordpress.org/plugins/svg-vector-icon-plugin/

    Then once it’s added post a link to a test page where you have that icon added into teh page through the plguins shortcode.

    Once I have that info code from the source then you could write out a custom text widget where you add everything manually.

    But note that this will mean you won’t have an interface anymore of social links.

    Ben

    #90310

    I fixed the pbm, it was about getting the right order of things in the home layout in the theme options. Too bad there wasn’t any documentation about that. Could’ve saved me a lot of time. Did I overlook it (where can I find it?) or does it not exist?

    Now I’m wondering how to customize the layout of the featured posts on the home page. As you can see here, my posts excerpts appear on 1 line each and below each other. How can I have smaller thumbnails and have 2 post excerpts next to each other like in the Virtue demo..?

    Thanks.

Viewing 20 results - 20,161 through 20,180 (of 29,722 total)