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

    In reply to: Contact Page Icons

    #82986

    Hello David.

    Would it be possible for you to post a link to the site that you’re working on so I can take a look and see why they’re not lining up?

    Thanks,
    Kevin

    In forum: Virtue Theme

    In reply to: Problems Submenue

    #82984

    Hey! Could you possibly post a link to the site that you’re working on so I can get a better understanding of what you’re asking?

    Thanks,
    Kevin

    #82981

    Hello,

    I have a similar problem to the one resolved here –

    The solution in the above post did not work for me though. Does anyone have any other suggestions?

    You can see the problem at and

    Many thanks

    In forum: Virtue Theme

    In reply to: Staff info display

    #82977

    Thank you for your help. I did update the theme, but I am still at a loss.

    I do not see an area to choose “show content” vs “show excerpt”. I do not see a way to make the featured image link to the staff post vs. a lightbox image.

    The excerpt actually displays nicely (with a space between the person’s title and content), but then there is no read more link.

    I am also going to need to display two staff members in one row, centered, and the other 3 in a row below, centered. All photos need to remain a fixed size – I do not want the photos in the row with 2 columns to be larger than the photos in the row with 3 columns)

    Trying to display them by category did not work – those in the “leadership” category did not show up. Only the “Staff” category displayed.

    Please advise, my head is starting to spin with this….

    Thank you so much.

    Heather

    #82972

    Thanks Hannah, I have that option enabled and the “problem” is still occurring for the portfolio items.

    Hi Ben, yes, I apologize for not being clear. My gallery images are working properly. It’s the portfolio page images I’m talking about. Not galleries or images inserted within the page content, but images shared with the slider functionality. On the other link I shared, the portfolio page, I had entered similar caption and alt text, but it is not displaying. I am using the Portfolio slider images section, with image grid for project options.

    Here’s a blog post with a gallery. Captions are working, alt text shows up.

    #82955

    Hi,

    I would like to know if it is possible to randomize the Latest Posts in HomePage and get every time different posts.
    This is the website where I’m trying to do it:

    Thank you.

    #82953

    Hey,
    You would use portfolio types. (like categories).

    Just add types and make sure posts are assigned.

    Ben

    #82952

    Hey,
    You linked to an post with a gallery but mentioned a slider. Can you clarify? With the gallery you would need to add caption text or add this to the gallery shortcode if you want to use the image alt:

    use_image_alt="true"

    Ben

    #82935

    Hi Ben,

    Thanks for the reply. I was actually wondering more about how to add filter categories. Current the only filter visible is “All” and I can’t figure out how to add more categories to my portfolio posts. I tried portfolio tags but it didn’t seem to work. Thanks in advance!

    #82906

    Hi
    I have a site in development, I was deleting pages and posts that I don’t need any longer, at some point I noticed the default Visual Editor was just a blank square, for any post, page or cpt.
    The frontend is working fine. Every other function or feature I have tested is working fine. I cleared browser cache and cookies. I switched browser. Even an incognito window. I checked another WP site I have in the same server and it is perfect. I have a local copy of the site (not fully updated) it shows no problem.
    Anyone has a suggestion to troubleshoot this? I would be thankful.
    Anyway this is a site in development I can remove everything and reload, but for my own peace of mind I would like to know what happened.
    Thanks

    In forum: Virtue Theme

    In reply to: Comment Issue

    #82891

    Sorry for my english but I don’t mean the style of “lascia una risposta” but I want to change “lascia una risposta” in “Com’è andata?”.
    2. I want to delete in this case “3 Risposte”.
    Thanks

    In forum: Virtue Theme

    In reply to: Comment Issue

    #82890

    1. That text styling is controlled by your h3 settings. Go into Theme Options> Typography Settings, and select the options you want for that piece of text. If you want to only effect that on your page, then you’ll need to target it with some custom CSS like this.

    .postid-1827 .comment-respond h3 {
        color: red;
    }

    You’ll just have to choose the styling that fits your site.

    2. I’m not sure I’m seeing what you’re talking about. Could you please explain a bit more?

    Thanks,
    kevin

    In forum: Virtue Theme

    In reply to: Line break on blog

    #82888

    Hey! Can you post a link to what you’re talking about? My demo site wraps lines just fine on blog posts. Are you just using the default text editor for the post?

    In forum: Virtue Theme
    #82875

    Hello, when I create a blog post, the line doesn’t wrap around to a new line. Outside of changing this by adding line break in the code, is there a way to have it break automatically?

    Thanks
    Todd

    In forum: Virtue Theme

    Topic: Comment Issue

    #82874

    Hallo,
    I have 2 questions about my comment section:
    1. How to modify “lascia una risposta” that in english would be “leave a reply” to another phrase.
    2. How to delete the “2, 3, 4, 5 answer” above the comments?
    The page that I want to correct is:
    Thank you for tour support

    #82873

    or post a link. or both 🙂

    In forum: Virtue Theme
    #82869

    Hey,
    did you set the primary color to be white? (theme options > basic styling)

    If so you would need to make it something else so that it stands out from the background.

    If that isn’t the case please post a link.

    Ben

    In forum: Virtue Theme

    In reply to: mobile borders

    #82867

    Please post a link to your site with support requests, thanks!

    Ben

    #82864

    Can you post a link soI can see what you mean? have you first tried deactivating your plugins

    Ben

    #82835

    Hi Robert,

    1. From Theme Options > Product Settings you can add custom tabs to your products then edit/name them from your product edit pages.

    2. You can change the size and position, but there isn’t really an optoin to change the size. Sorry.

    3. This css should work:

    ul {
        list-style: url("urltoimagefile.gif");
    }

    Just add your image url and paste that in your custom css box in Theme Options > Custom CSS.

    4. That is woocommerce default. You would need to use a custom function to change in which case you would need a child theme. Here is a example child theme: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip
    And here are a few good snippets to look at: http://businessbloomer.com/disable-variable-product-price-range-woocommerce/

    5. I think this css will work:

    .select2-container.kad-select .select2-choice>.select2-chosen {
        font-weight: 500;
    }

    6. Can you post a link?

    Hannah

Viewing 20 results - 20,961 through 20,980 (of 29,722 total)