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

    In reply to: Attributes order

    #69641
    This reply has been marked as private.
    #69639

    Hey! I’m a bit unsure of what you’re asking. Could you please go into a bit more detail or post a link to an example of what you’re trying to accomplish?

    Thanks!

    #69631

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

    Hannah

    #69620

    Hey Gerard,
    Have you tried clearing your mobile cache? Also, note that this only effects mobile devices. It will not take effect when you simply adjust the screen size on a desktop.
    Can you post a link?

    Hannah

    In forum: Virtue Theme

    In reply to: Top and bottom line

    #69618

    Hey Lucas,
    Do you mind posting a link?
    Thanks!

    Hannah

    #69614

    How to disable Blog Posts on the home page?

    #69583

    Hey Sheila,
    How are you adding the slider? Can you post a link?
    Thanks,

    Hannah

    #69575

    I downloaded a Plugin to add a Pinterest Button on each of our blog posts. It wasn’t working correctly, so a disabled and deleted the plugin. Now every picture on my blog posts is sporting a Pinit button. How can I get rid of this button? My blog is gardenthymeblog.com. Thank you.

    #69568

    Ben, I’ve stumbled across an oddity with using this approach. I used this to set the minimum quantity to 2, so I placed a 2 everywhere you had a 0 in your example. But when you go to the View Cart page every quantity displays as 2 regardless of how many items of each product are actually in the cart. When I go to the Checkout page the correct amounts are in the summary at the bottom of the page, but I’m concerned this is going to confuse people. Any thoughts?

    I have the link posted above but you’ll need a wholesale user account if you want to actually see what’s happening. If so let me know and I’ll provide you with one.

    Thanks!

    #69567

    Is there a way to wrap text around the post slider in a blog post?

    In forum: Virtue Theme

    In reply to: Featured Products

    #69549
    <?php
    //Add your custom functions here.
    
    add_filter( 'woocommerce_checkout_fields' , 'kt_custom_override_checkout_fields' );
    function kt_custom_override_checkout_fields( $fields ) {
    unset($fields['shipping']['shipping_last_name']);
    unset($fields['shipping']['shipping_postcode']);
    unset($fields['shipping']['shipping_state']);
    
    return $fields;
    }

    The hook needs to be below the commented line.

    Ben

    #69542

    Hello,
    My website is built using Virtue Premium theme. I have removed all the demo content images from the media library.
    Yet when I post a link to my site on facebook by way of promoting it – Facebook shows some Virtue mountainous theme images and also a load of latin placeholder text.

    Where is it getting this from, and why won’t it show my own images (and text) from the website???

    Help gratefully appreciated.
    Thanks

    In forum: Virtue Theme

    In reply to: Featured Products

    #69536

    Ben, thanks for the prompt answer. I did as you said and the error has dissappeared, but nothing has changed in the shopping form. there are still the same fields.

    <?php
    //Add your custom functions here.add_filter( ‘woocommerce_checkout_fields’ , ‘kt_custom_override_checkout_fields’ );
    function kt_custom_override_checkout_fields( $fields ) {
    unset($fields[‘shipping’][‘shipping_last_name’]);
    unset($fields[‘shipping’][‘shipping_postcode’]);
    unset($fields[‘shipping’][‘shipping_state’]);

    return $fields;
    }

    In forum: Pinnacle Theme

    In reply to: Override Page Titles

    #69526

    Hey, I need a login to see these pages? can you post a temp login?

    Ben

    In forum: Pinnacle Theme

    In reply to: Override Page Titles

    #69518

    Hi Ben,
    I disabled the plugin which was requiring you to login, so you should be able to view my page now. I have three categories set up in wp-idea-stream plugin and the category names do indeed appear as the page title. The two pages below are part of the wp-idea-plugin, however they do not have categories associated with them, nor do they have pages defined for them in wordpress.

    https://blogs.ursinus.edu/ideashare/projects/action/post/
    https://blogs.ursinus.edu/ideashare/projects/

    The first URL above is a form which users can use to submit their ideas. The page title for this page currently appears as “Latest Post”. The second URL lists all of the submitted ideas regardless of the category selected, the page title currently appears as “Ideas”. I found the exact same issue on the support page for one of my the wp-idea-stream plugin with the exception that the issue I found dealt with breadcrumbs as opposed to the page title.

    Here is the link:
    https://wordpress.org/support/topic/theme-breadcrumb

    In forum: Pinnacle Theme

    In reply to: Override Page Titles

    #69515

    Hey,
    Your link just posts to a login.

    The title should be whatever you name the category? Is that not the case of you?

    Ben

    #69514

    1. It’s actually your settings > reading. If you define a page to be your posts page then it will default to the standard loop and override any page template.
    You just need to leave the settings > reading > post page to blank.

    2. Working on a tutorial that gives a good overview on speed tips.

    Ben

    #69512

    I’m doing a home page with a newspaper like layout using PageBuilder. By now I’m using the short code [blog_posts], but it shows the item in the grid with the thumbnail on the left and the excerpt on the right. I’d like to have the full width thumbnail on top (in landscape mode) and the text under the thumbnail without date or, if it could be easier, without the whole meta informations.

    #69508

    I am using Pinnacle Premium with a plugin called wp-idea-stream. I noticed that on a few category pages, the page title is incorrect.

    For example…

    I would like the page title for this page to be Submit New Idea:

    These categories were set up in the wp-idea-stream plugin. Is there a way that I can manually override the page title directly in the php code? Any information you would provide would be greatly appreciated.

    Thanks
    Clif

    #69496

    Hi there, I’d like to display the blog posts grid with thumbnail in the landscape format above the content excerpt (without date), I mean like a newspaper list. Is this possible without break the responsive layout?
    Thanks

Viewing 20 results - 22,501 through 22,520 (of 29,722 total)