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 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 5,841 through 5,860 (of 53,646 total)
  • Author
    Search Results
  • #260589

    I’m trying to change the product loop titles h2 to h4, but the remove_action does not seem to work.
    Now I have two titles for the products on the shop page, one h2 title and h4 title for each products.

    I added the following code in kadence child functions.php
    // Changing product loop titles from h2 to h4
    remove_action( ‘woocommerce_shop_loop_item_title’, ‘woocommerce_template_loop_product_title’, 10 );
    add_action( ‘woocommerce_shop_loop_item_title’, ‘ChangeProductsTitleHTag’, 10 );
    function ChangeProductsTitleHTag() {
    echo ‘<h4 class=”‘ . esc_attr( apply_filters( ‘woocommerce_product_loop_title_classes’, ‘woocommerce-loop-product__title’ ) ) . ‘”>’ . get_the_title() . ‘</h4>’;
    }

    #260587

    Hi,

    Please find below the link, there you will see one custom blog page, which is set on the Home page. Everything works fine until I click on the category, once I click on any category from any post it is taking me to the default post archive page. Please advise how can we ignore the default blog page while we have already created a custom blog page. Thanks

    https://rcynoc.com/

    #260584

    Hi Ben, yeh I could give your second idea a go. How can I get it so that embedded videos automatically play once you reach a certain part of the page? or alternatively, how can i get it so that videos auto play in general. The ones I’ve put on so far need to be clicked.

    #260579
    This reply has been marked as private.
    #260574

    Hi,

    I think the following problem I have is dual fold.

    The first part is my understanding what parts of page settings really over-ride global settings as I appear to be thwarted over-riding various global settings in page settings, such as page title size and so forth. But my specific problem (slightly related to this) is that I can’t get either setting to set the site background to grey and the content background to white (even if I set both settings exactly the same). Due to this I’ve had to do it with CSS which nearly works exactly as I need. However there’s one issue, in that the main content area background white colour doesn’t bleed into the padded left and right side of the content area so it looks odd.

    Can you please advise how I can make the content area left and right padded areas white also

    #260566

    Sounds like you’re wanting the featured page template effect for your portfolio posts. Sorry, there isn’t a function for that within a portfolio post. You could use the sitewide Virtue banner to add an image below your header on all your pages. Though it would be the same image, not unique to the page/post. Another option is to use css to hide the title in your portfolio posts, then add it manually into the page. Let me know if you would like help with that.

    Best,
    Hannah

    In forum: Kadence Blocks

    In reply to: Product carousel issue

    #260562

    Hey,
    thanks, that is a bug. It was caused because of the shop page but it should still work there. I added a little fix on your site and I’ll make sure the next blocks update includes this as well.

    Ben

    #260561

    Hi,
    I have tried to search in forums but was unable to find a solution, How do we center the posts on an archive page? Let’s say if a page is showing 10 posts, and 3 posts per row. The last post will be aligned on left by default but we want to show it centered.

    #260560

    Hey Ben,

    Thanks a lot for answering my questions, much appreciated.

    Yes Gutenberg templates will be treated equally.

    That’s great to hear as I have just started exploring the new block editor and do quite like it.
    I am really excited to hear that single page templates “will be out really soon.”
    Doesn’t matter that the “deleting previously imported” option won’t be coming soon, resetting was just a matter of minutes and worked out well.

    Thanks again and have a nice weekend!

    #260550

    Hey,
    Thanks for posting. Yes Gutenberg templates will be treated equally.

    As for deleting previously imported, this may happen in the future but it’s not coming soon. (you can use a reset plugin). Right now the focus is on adding single pages, which will be out really soon.

    And if you want to reset your site I would suggest using this plugin: https://wordpress.org/plugins/wp-reset/

    Ben

    #260543

    Hello Pamela,

    Thank you for reaching out to us and providing access to your website.

    Upon checking, I saw that there is a blank widget in between the two sliders. If you remove that on the edit page, that should make the sliders next to each other without extra space.

    Hope this helps and let us know if we can assist you further.

    Best Regards,
    Karla

    #260539

    Hello Dennis,

    Thanks for reaching out to us.

    To have a clear view and better assist you with your concern, can we have a page URL where we can see what “Welcome to” you’re referring to?

    Best Regards,
    Karla

    In forum: Pinnacle Theme

    In reply to: sticky post

    #260536

    Hey,
    This is (very strangely I know) how WordPress calculates “posts per page” when sticky posts are involved. I’ve not wanted to add a query to offset for however many sticky posts one might have so for the time being setting it to 2 is the best option.
    Ben

    #260529

    If your homepage is a static page then using a shortcode is best. Unless you’re using the block editor then you could use a block. If you post a link I would be happy to help style the shortcode output.

    Best,
    Hannah

    In forum: Kadence Blocks

    In reply to: Product carousel issue

    #260525

    Hey Chris,
    I believe the shop page settings are conflicting with the gallery setting. Because your shop page is a gallery rather than a page of WooCommerce products, I suggest creating a separate page for your “shop page” as far as the page that is set from WooCommerce > Settings > Products > Shop Page. Does that make sense? Changing that page should restore your correct gallery settings. Let me know if that doesn’t happen!

    Best,
    Hannah

    #260519

    Hi guys

    I asked sometime ago about adding a widget to the footerbase div and you recommended the Widgets on Pages plugin:

    This plugin has now been delisted from WordPress.org as having security issues, so do you know of an alternative plugin that does the same thing?

    Thanks!

    #260517

    Magick can you please create a new topic, I’m not sure I follow what you are asking, in a child page you would configure it’s own block for that page.

    Ben

    In forum: Pinnacle Theme

    In reply to: sticky post

    #260516

    Hello Ewelina,

    Thanks for reaching out to us and sorry to hear you’re experiencing this issue.

    I was able to replicate the problem on my test website, the number of sticky posts is being added to the number of the set posts on the Home Blog Settings. I’ve sent a note regarding this to the developer. We’ll get back to you as soon as we heard back from them. For now, please decrease the posts on the Theme Options to 2, so that the posts on the homepage will still show 3 posts.

    Let us know if we can assist you with anything else.

    Best Regards,
    Karla

    #260515

    Hey,
    The my account page isn’t a theme controlled thing but something woocommerce adds. It’s extendable with hooks and filters but I’m not exactly sure what all you need. Perhaps if I knew what you previously did I could offer a similar solution.

    For example, if you want to hook into the my account login just below the login form you can use a custom hook “woocommerce_after_customer_login_form”.

    Let me know, if you have a screen shot of what you want that would help too.

    Ben

    #260513

    Hello Karla

    Thanks – the video is very excellent. Unfortunately, it didn’t solve the problem. Maybe it is in the css – would you like me to send it to you?
    I received a l o t of help from your team for this page.

    Best, Susanne

Viewing 20 results - 5,841 through 5,860 (of 53,646 total)