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 '
-
AuthorSearch Results
-
In forum: Kadence ThemeNovember 14, 2020 at 11:40 am #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>’;
}In forum: Kadence ThemeNovember 14, 2020 at 9:23 am #260587Hi,
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
In forum: Kadence ThemeIn reply to: Video Player Inside Mock Display
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.
In forum: Virtue ThemeIn forum: Kadence ThemeHi,
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
In forum: Virtue ThemeIn reply to: Single Portfolio Header Image not displaying
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,
HannahIn forum: Kadence BlocksIn reply to: Product carousel issue
November 13, 2020 at 4:28 pm #260562Hey,
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
In forum: Kadence ThemeHi,
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.In forum: Membership ForumsHey 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!
In forum: Membership ForumsNovember 13, 2020 at 3:49 pm #260550Hey,
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
In forum: Ascend ThemeHello 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,
KarlaIn forum: Pinnacle ThemeIn reply to: Welcome to — get rid of it, how?
In forum: Pinnacle ThemeIn reply to: sticky post
November 13, 2020 at 9:52 am #260536Hey,
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.
BenIn forum: Virtue ThemeIn reply to: Expand amount of blog posts on home post
In forum: Kadence BlocksIn reply to: Product carousel issue
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,
HannahIn forum: Membership ForumsHi guys
I asked sometime ago about adding a widget to the footerbase div and you recommended the Widgets on Pages plugin:
*Login to see linkThis 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?
*Login to see linkThanks!
In forum: Membership ForumsIn reply to: Post Grid/Carousel – Include Subcategories
November 13, 2020 at 6:29 am #260517Magick 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 ThemeIn reply to: sticky post
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,
KarlaIn forum: Kadence ThemeIn reply to: Adding Shortcode to the My Account Login Page
November 13, 2020 at 6:25 am #260515Hey,
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
In forum: Ascend ThemeIn reply to: Size of box and space on each side on mobile
-
AuthorSearch Results


