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

    In reply to: A few tweaks

    #77882

    Hey,

    I corrected the default highlight colour…. so all the colour issues have been solved. The following issues need a few tweaks:

    1. On the individual product page …
    a)I would like the product attributes to run the whole length, like the Add to cart/ Enquiry / Wishlist buttons.
    b) I would like to remove the categories option below the SKU.

    (link to the page is posted above)

    2. a)I added the SSL picture near the footer credits. How can I make it smaller in size?

    b) Also, it doesn’t seem to show in the dutch version of the site. How can I add it there?

    #77843

    Is there a way to exclude ‘Featured’ tagged posts from the Latest Posts displayed on the home page?

    #77838

    Hey! Would you mind posting a link so I can see the exact slider that you’re talking about? Then I’ll write you some CSS to accomplish this.

    Thanks!

    #77830

    Hey,
    “Hide the title for this item” isn’t something in the theme or wordpress are you using a plugin for that?

    would you only like to hide the title on one or a couple pages? If so post a link to those pages and I can help with that.

    Ben

    #77825
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Post Top Spacing

    #77824

    Thank you so much! I probably should have asked for help sooner but I was being stubborn. At one point I tried tweaking the .single-article css but I was missing the .post header part afterwards. SO glad this is finally solved.

    In forum: Virtue Theme

    In reply to: Post Top Spacing

    #77809

    Hey,
    You can add this css:

    .single-article .post header {
        padding: 0;
    }
    .single-article article {
        margin: 0;
    }

    and for the bottom you can add this css:

    .single-footer {
        padding: 0;
        margin: 0;
        border: 0;
    }
    

    Ben

    #77804

    Hi Cathal,
    Are you using the latest version of the theme? Can you post a link to your site?
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: Staff info display

    #77803

    Sure. can you post a link?

    Ben

    #77798

    Hey,
    Not sure what you mean. Can you post a url and login?

    If you have all the plugins installed then it shouldn’t be visible. It would only appear if some need to be updated or some are not installed.

    Ben

    In forum: Virtue Theme
    #77797

    Hey,
    either option is fine. If your using the theme gallery just add this to your shortcode: imgwidth="100" imgheight="100"

    If you want to change the css of the wordpress gallery just post a link.

    Ben

    In forum: Virtue Theme

    In reply to: Sticky Post Disappears

    #77791

    [blog_posts items="8" cat="article" word_count="28"]

    That shortcode should look to see if your using a sidebar and if you are switch to a single column layout. Your using the sidebar right?
    I may have to update this a little bit to have a control override.

    In your theme options > advanced settings add this:

    .home_blog > .row > col-md-6 {
        width: 100%;
    }

    Ben

    In forum: Virtue Theme
    #77788
    This reply has been marked as private.
    In forum: Pinnacle Theme
    #77785
    This reply has been marked as private.
    #77781

    What happens if you remove index.php from your permalink structure?

    What happens if your just use post name for the permalink structure.

    Ben

    #77775

    Hey,
    You can hide it with css. Just post a link I can help with that. Or if you trying to change the link then you can use a filter through your child theme.

    In functions.php add the below code to remove the “Add to Cart” external link button:

    remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );

    Then add this code to create your own button:

    add_action( 'woocommerce_after_shop_loop_item', 'kt_woocommerce_template_loop_add_to_cart', 10 );
    
    function kt_woocommerce_template_loop_add_to_cart() {
        echo '<a href="' . get_permalink() . '" class="button kad-btn headerfont kad_add_to_cart add_to_cart_button">
                Read More
              </a';
    }

    Ben

    In forum: Virtue Theme

    In reply to: customize image menu

    #77773

    Hey,
    So I think pagebuilder is still your best bet. That or you can create a gallery and use this plugin to link to pages: https://wordpress.org/plugins/wp-gallery-custom-links/

    Just post a link if you need help customizing.

    Ben

    #77767

    Good Afternoon,

    I’m trying to add post categories to the menu but none of the options will open. The categories tab shows but I can’t select an item to add to the menu as it doesn’t dropdown. Only the pages tab will open. The custom links tab is stuck too so I can’t use this to get around the issue in the sort term.

    I’ve tried deactivating the plugins we don’t usually use in case one of these is causing a problem but the issue remains.
    Any ideas?

    Thank you,
    Anthony

    #77743

    Hi Ben

    It wasnt set to that, I have changed it, but it doesnt seem to make a difference.

    The shortcode [portfolio_posts columns=”4″ items=”50″] displays an additional portfolio, rather than have any impact on the Home Portfolio Full Settings.
    The portfolio full nav isotope filter buttons also no longer work if I use that shortcode.

    You may not remember, but you have helped me before with supplying code so that I can filter a different category from my home page:

    <script type=”text/javascript”>
    jQuery(document).ready(function ($) {
    $(‘#portfoliowrapper-home’).isotopeb({ filter: ‘.photobooths’ });
    $(‘#options .option-set’).find(‘.selected’).removeClass(‘selected’);
    $(‘#options .option-set’).find(‘a[rel=photobooths]’).addClass(‘selected’);
    });
    </script>

    Can any additional code be added to the above to allow me to override the 20 limit of the Home Portfolio Full Settings?

    Many Thanks
    Paul

    In forum: Virtue Theme
    #77738

    I love the premium upgrade. I have been trying to lessen the space above my new parallax banners on full width posts all day. I completely went through my themes custom css to see if the gap was some kind of padding or margin that I added before, and then I tried every CSS snippet I could find on other topics. I also thought it might be the spacing on the page builder but it can’t be the page builder settings because the same banner shows up exactly how I want on pages. So the extra space is entirely post related and appears to be there because of head content but I can’t figure it out and I am now at my wits end as to what I am missing.

    This page is an example of how much space I want above my title banner:

    And this post shows the space that I am trying to bring upwards:

    I am also trying to remove the grey line and spacing on the bottom of post pages.

Viewing 20 results - 21,561 through 21,580 (of 29,722 total)