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: Pinnacle ThemeIn forum: Virtue ThemeFebruary 19, 2021 at 2:31 pm #263725
I want to show an image for each posted on the archive page. For each of the three posts with the Festival Class category, I selected on “Portrait Image Slider” for the Post Summary. That worked! None of these posts have feature images, so I was pleased that it picked up the photos otherwise at the top of the page.
I tried the same thing for my Weekly Class category, and that method didn’t work. I read this article that said that the post must also have images in the post slider images box. So I added those, and that worked.
Now tackling my Camps category, I scroll through and see that some posts are showing and image, and others aren’t. I’ve done nothing to the Post Summary setting, nor have I added any post slider images.
Why are images showing for some and not others? Thanks.
In forum: Kadence ThemeIn reply to: Sidebar customization
Hey,
Thanks for reaching out!
1. You can use this css:.primary-sidebar.widget-area .widget-title { font-size: 20px; font-family: sans-serif; }2. Kadence doesn’t add widgets as our other themes do, but you can use a plugin like which allows you to build a reusable block but then add it to a page via a shortcode:https://wordpress.org/plugins/reusable-blocks-extended/
3. This post explains a way to do this: https://www.wpbeginner.com/plugins/how-to-create-a-sticky-floating-sidebar-widget-in-wordpress/
Hope that’s helpful!
Hannah
In forum: Virtue ThemeTopic: Widgets.php with child theme
Hello Everybody,
I’m using Virtue as a child theme. I changed a couple of pages within the child theme process, everything is perfect!
But I can’t modify the file widgets.php. it’s located in /lib/widgets.php.
It appears that the child subfolder “lib” doesn’t override the parent subfolder.
Is there any idea to make a correction in this php?
Any add_action to add to the function file?Thanks for your help!
In forum: Kadence ThemeIn reply to: Elements Conditional Message in Order Review
February 19, 2021 at 8:05 am #263716Hey,
Any clue on how to trigger a notification update whenever the address changes?
You would need to hook into the javascript trigger and run an ajax function and then with the ajax return output a notice if needed or remove the notice. This would all happen in javascript because the page isn’t reloading. It’s more complex.
jQuery( document.body ).on( 'updated_checkout', function(){ // Do something here });Ben
In forum: Kadence ThemeIn reply to: WooCommerce Product Catalogue Archive Title
February 19, 2021 at 7:38 am #263715Hi Karla,
Thanks for you quick reply 🙂
I just replicated the issue on a very fresh installation (WordPress 5.6.1, Kadence 1.0.14, WooCommerce 5.0.0):
I haven’t added any products so I can’t see the code generated by the single product pages.
Thanks!
In forum: Kadence ThemeIn reply to: Display sidebar for tablet screens
February 19, 2021 at 5:46 am #263709I appreciate the response. Here is an image of what I am trying to do. I would like the sidebar to stay on the right side of the page in the desktop and tablet.
This code –
@media (max-width: 768px) {.widget-area { display: none; } }Just says says the widget area to disappear if the screen size is smaller than 768 pixels
In forum: Membership ForumsIn reply to: Modal block not showing up on selected page
Hello Sharon,
Thank you for reaching out to us.
Unfortunately, if you’re using the Modal block of the Kadence Blocks plugin, there is no option to automatically show it on page load. You’ll either need to use its button trigger or a custom open link trigger. For the popup that you want, you may want to take a look at the Kadence Widget Dock plugin.
Hope this helps and let us know if we can assist you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Display sidebar for tablet screens
February 18, 2021 at 10:46 pm #263691Hi,
For the pages, set your Default Page Layout in Appearance > Customize > Page Layout. See – https://share.getcloudapp.com/kpu76ZRJ.
For blog posts, set your Default Post Layout in Appearance > Customize > Blog Posts > Single Post Layout. See – https://share.getcloudapp.com/12uoPlQ8.
These steps will display your sidebar in desktop down to mobile view.
To hide it in mobile view, add this CSS code:
@media (max-width: 768px) {.widget-area { display: none; } }Let me know how it goes.
Regards,
ChitoIn forum: Virtue ThemeMy website: *Login to see link shop page is not working correctly. I have set up categories and when I select audio cd nothing appears and it shows 2 pages. When click on the second page it goes back to all categories. there should be one audio cd. also audio books there should be 2 audio books and only one appears on the page.
In forum: Virtue ThemeIn reply to: Scroll issues – intermittent
In forum: Virtue ThemeTopic: Scroll issues – intermittent
Good evening.
A few customers have been reporting problems scrolling down the page on our checkout and home pages. The problem seems intermittent and not confined to one browser. I have just updated to the latest plugins, wordpress and woocommerce but i managed to replicate the issue again. Any ideas?In forum: Kadence ThemeFebruary 18, 2021 at 10:12 am #263675Hi,
I was trying to set the WooCommerce Archive Title Bar (background image, overlay, H1 color, min-height, etc.) via the customizer (WooCommerce > Product Catalogue > Archive Title) and I noticed that there seems to be few errors in the “post-type-archive-product” HTML code :
<section class="entry-hero -archive-hero-section">
<div class="entry-hero-container-inner">
<div class="hero-section-overlay"></div>
<div class="hero-container site-container">
<header class="entry-header -archive-title">
<h1 class="page-title archive-title">Page Title</h1>
</header>
</div>
</div>
</section>I have experimented with some few changes and it works for me :
<section class="entry-hero product-archive-hero-section">
<div class="entry-hero-container-inner">
<div class="hero-section-overlay"></div>
<div class="hero-container site-container">
<header class="entry-header page-title">
<h1 class="entry-title">Page Title</h1>
</header>
</div>
</div>
</section>Could you please take a look?
Thanks!
-
This topic was modified 5 years, 2 months ago by
Nomad's Team. Reason: Formatting
In forum: Kadence ThemeIn reply to: Video background zooms in the video
Hello,
Thank you for reaching out to us.
The background video will be set to cover the whole width and height of the row block so it is possible that some portion of it will be ‘zoomed’. However, the screenshot you sent is too much. For us to check further, can we have a link to the page, the browser, and its version you’re using when you saw the issue?
Kind Regards,
KarlaIn forum: Kadence BlocksIn reply to: Kadence Form Pro – Logs
Hello Robert,
Right now, we do not have a built-in option for that. You may log a feature request regarding this on this page. Please note that the development team may consider adding a request once it has enough votes and there is no ETA of when it’ll be available.
Regards,
KarlaIn forum: Pinnacle ThemeHi,
on my Homepage http://www.lobolmo.de I have a portfolio carousel with the title “Was wir machen” (german). On english site I translatet to “What we do” through the theme definitions > homepage layout. In the frontend it displays “Was wir machen” on the english page. Any hints what to do?Polylang 2.9.2, Pinnacle 2.4.15
Thanks Michael
-
This topic was modified 5 years, 2 months ago by
Michael.
In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: Double Image Issue with Advanced Gallery
In forum: Kadence ThemeTopic: Sidebar customization
Hello!
I have a couple of questions about customizing sidebars in Kadence pro theme.
1. Can you please help me with css selector to change the heading font settings for the sidebar? I also want to be able to change a background of some of the elements inside the sidebar. What css selector should I use?
2. I used Virtue theme and it had lots of widget options for the sidebar. Are there any options similar to Virtue Image menu and Virtue info box in Kadence theme?
3. I dont want to have a sticky sidebar (it adds a scroll to it), but instead I want to let the sidebar behave as always and once the user scrolls page lower than the sidebar content, let the last item in the sidebar (contact widget) remain sticky on the page. Can I use hooked elements to achieve this? Do you have any articles explaining how it works?
Thank you!
In forum: Membership ForumsI must be doing something wrong. I created a modal block on the member homepage. I followed the tutorial, *Login to see link But still doesn’t work. I want the popup to show up immediately when someone goes to that page. And I don’t want a link button to open modal. Your help appreciated ASAP.
-
This topic was modified 5 years, 2 months ago by
Sharon.
-
This topic was modified 5 years, 2 months ago by
-
AuthorSearch Results




