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 Blocks
Hi all.
My Advanced Galleries of type SLIDER are not displaying. I think they’re on the page but being drawn off the page, covered or hidden.
Other galleries and sliders with thumbnails are displaying. I’ve tried turning off any CSS I had in there.Here’s an example. Thanks! *Login to see link
In forum: Kadence BlocksIn reply to: Post Grid list on phone
February 20, 2023 at 10:28 pm #282269Hi There,
Thanks for reaching out to us. We’ll be happy to further assist your concern.
It is possible to display the image on the left on mobile by using Post Grid/Carousel Block, it is a Pro Add-on https://www.kadencewp.com/kadence-blocks/documentation/pro-addon/configure-a-blog-list-with-post-grid-carousel-block/
Add Post Grid/Carousel on your page from block settings Image settings –> disable Move image above post on mobile? Option. Check the screenshot: https://share.getcloudapp.com/ApuvKdN9
I hope this information will be helpful to you, and if you have any further questions, please do not hesitate to reach out to us.
Best Regards,
ArchitaIn forum: Kadence ThemeFebruary 20, 2023 at 9:46 pm #282267Hi There,
Thanks for reaching out to us. We’ll be happy to further assist your concern.
You can change post format from the Theme customize option.
1. Goto customize –> Post/Pages layout.
2. Select Single Post layout
3. From the Title Elements, you can hide/show the element and drag and drop the sequence of elements as your requirement.
4. Select the Meta option, enable show author and show date. It will display the date and author above the content.
5. Scroll down and enable Show Post Author Box? Option. It will show author info below.Check the screencast: https://share.getcloudapp.com/nOuK6rxj
If you want to override the template review kadence/template-parts/content/single-entry.php and Kadence/kadence/template-parts/content/entry_meta.php
I hope this information will be helpful to you, and if you have any further questions, please do not hesitate to reach out to us.
Best Regards,
ArchitaIn forum: Kadence ThemeIn reply to: Move Breadcrumbs above single post title
February 20, 2023 at 9:08 pm #282266Hi Justin,
Thanks for reaching out to us. We’ll be happy to further assist your concern.
By default, Kadence provides you to set Title In content and Above Content. Above content provides you the option to set breadcrumbs above the image along with the title. Check the screenshot: https://share.getcloudapp.com/L1uDnl7m
You can change post format from the Theme customize option.
1. Goto customize –> Post/Pages layout.
2. Select Single Post layout
3. Set Post Title Layout to Above Content. Check the screenshot: https://share.getcloudapp.com/L1uDnl7m
4. From the Title Elements, you can hide/show the element and drag and drop the sequence of elements as your requirement.
Check the screencast: https://share.getcloudapp.com/mXuD94B9If you are using Kadence Pro, then you can create your own layout using Hooked Element pro add-on. https://www.kadencewp.com/kadence-theme/knowledge-base/pro-addon/how-to-use-element-hooks/
– Create a new element add shortcode block using [kadence_breadcrumbs]
– Select element settings –> Placement –> Select Custom hook option from drop down.
– Add custom hook kadence_hero_header and set its priority as 5
– Select Display settings option –> Show On
– Select Single Post option from the dropdown and publish the element. Check the screenshot: https://share.getcloudapp.com/L1uDnly7Make sure to disable breadcrumbs from customize–>Posts/Pages layout –> Single Post layout settings.
Check the screencast to add the breadcrumb element: https://share.getcloudapp.com/kpuA9rlQI hope this information will be helpful to you, and if you have any further questions, please do not hesitate to reach out to us.
Best Regards,
ArchitaIn forum: Kadence ThemeHey!
Just been scowering the theme files looking for where to edit the title/meta details of blog posts, you can see my site here: *Login to see link
Basically just want the date and awthor above and below. If you can just lead me to the correct file to review, I’ve gone through most of the template parts/meta/loop related files in the theme.
Thanks
In forum: Kadence ThemeIn forum: Kadence ThemeIn reply to: Icon Flip Box
February 19, 2023 at 10:35 pm #282256Hi Glenn,
Thanks for reaching out to us. We’ll be happy to further assist your concern.
Currently, we don’t have such a feature available in Kadence theme or Kadence blocks.
After a quick search in our logs, I have found that a feature request has been already made for this to be possible in the future.
You may add your vote or comment on additional information on this page – https://www.kadencewp.com/kadence-blocks/feature-requests/flip-box/. Kindly note that the development team may consider adding the feature requests once it has enough votes.
Please note that we cannot give an estimated date for when this will be added.
[Alternate Solution]
There is a closet workaround to display flip box (that will require you to add custom CSS). You can use Image overlay(Block Pro add-on) or Icon info box block as your requirement.[Icon info box block]
– Add Icon Info Box block to your page and select Media Type from Media Settings. Check the screenshot: https://share.getcloudapp.com/nOuK68rG
– Goto IMAGE HOVER ANIMATION option —> Select Another image on flip. Check the screenshot: https://share.getcloudapp.com/DOulRQY8
– Update the page, Now you have to add few custom CSS to add position to info box and info content. Here is an example:
`
div#kt-info-box_9f4ab2-a9 {
position: relative;
}
.kt-infobox-textcontent{
position: absolute;
top: 50%
}
`
Check the screencast: https://share.getcloudapp.com/z8uGDxR2Note: Once you have added info box, please share page URL for exact css code.
Check this article to add info box:
– https://www.kadencewp.com/kadence-blocks/documentation/block-tutorials/info-box-block/
– https://www.kadencewp.com/kadence-blocks/custom-blocks/info-box-block/[Image overlay: https://www.kadencewp.com/kadence-blocks/documentation/pro-addon/image-overlay-block/%5D
– Add Image overlay block to your block.
– Select overlay settings from Block settings.
Check the screenshot: https://share.getcloudapp.com/bLul1eP4Check the article for image overlay: https://www.kadencewp.com/kadence-blocks/documentation/pro-addon/image-overlay-block/
I hope this information will be helpful to you, and if you have any further questions, please do not hesitate to reach out to us.
Best Regards,
ArchitaIn forum: Kadence ThemeIn reply to: Issue with Yoga Studio Theme header..
February 19, 2023 at 8:54 pm #282254Hi There,
Thanks for reaching out to us. We’ll be happy to further assist your concern.
[I’m getting a big grey header with the homepage title and a set of pixel dimensions.]
To disable the page title Goto customize–>Posts/pages layout –> Page layout –> disable the post title toggle. Check the screencast: https://share.getcloudapp.com/X6uKqODYAlso, please check the page settings of the homepage, sometimes settings are enabled for specific page also. Check the screenshot:
https://share.getcloudapp.com/8Luq2jw9The “pixel dimensions” must be a placeholder image. You should remove the placeholder image from the page settings.
Your menu items are showing distorted and extra (apart from demo). You have to edit the menu items and design.
– Goto WordPress dashboard –> Appearance –> Menus
– Select Primary navigation and remove the menu items not required.
– Goto Appearance –> Customize
– Click “header” under the header settings, you will see one of your navigation areas.
– Double-check the menu selected for primary navigationNote: It is recommended to begin with a fresh installation of WordPress before you import a starter template. The importer is designed for new/empty sites with no content. https://www.kadencewp.com/kadence-theme/knowledge-base/getting-started/getting-started-with-a-starter-template/
If you are still experiencing issues, please share the website URL to have a closer look at where it is displaying.
Or can you send me a temp login using https://wordpress.org/plugins/temporary-login-without-password/
you can post using “set as private reply”I hope this information will be helpful to you, and if you have any further questions, please do not hesitate to reach out to us.
Best Regards,
Archita-
This reply was modified 3 years, 1 month ago by
architabasandrai.
In forum: Kadence ThemeTopic: Icon Flip Box
Hi I am converting a site from the Ascend Theme to the Kadence them, going through all the pages I see one widget that I don’t know what to replace it with, and that is the “Ascend: Icon Flip Box”. Is there an equivalent in Kadence Blocks or the Kadence theme?
Thanks, Glenn
In forum: Kadence ThemeI’ve just freshly installed the Yoga Studio starter template, and I’m really struggling to get it to look like the demo. For some reason, I’m getting a big grey header with the homepage title and a set of pixel dimensions. After playing around with the settings, I can’t seem to get rid of this. Any ideas would be appreciated.
In forum: Membership ForumsFebruary 17, 2023 at 2:33 pm #282247Hey Emanuel,
This was an issue we had earlier today. The problem has been resolved, and you should be able to access the product downloads and API keys page as usual.
Best Regards,
VictorIn forum: Membership ForumsFebruary 17, 2023 at 9:26 am #282245what happened?
In forum: Kadence ThemeFebruary 17, 2023 at 5:58 am #282241Hi there,
The header color of my home page cannot be changed. However, after I initially set it up, it seems to have become stuck.
In Header > Design > Background, I tried different colors, gradients, and images, but nothing changed.
The header does change color if you make it sticky, it goes transparent if you activate transparent it does work (although it retains a border around it which I haven’t looked into removing).
Could the home header color be set in another place?
The website is *Login to see linkIn forum: Kadence BlocksHello!
I am using the Kadence Influencer theme and I am using the form field that came pre-built on the theme home page.
Under Actions After Submit I have MailerLite checked.
I have successfully added the MailerLite API, mapped name field to name, email field to email and selected my “Welcome” group (this is the only group I have created on MailerLite).
The site has been updated and reloaded in a different tab to test.
When I submit an email using the form, the email is successfully added to Subscribers in MailerLite, but it does not put the new subscriber in the designated “Welcome” group.
MailerLite support said that this is a Kadence issue.
Not sure if this is a bug, so I thought I’d start here.
Any help would be appreciated.
Thanks!In forum: Pinnacle ThemeIn reply to: Number of portfolio items
@Chito
thanks for the detailed reponse, if worked perfectly! See the updated site: http://www.casmoor.com
The only two issues I see:
– I can only adjust the items to maximum of 60 portfolio items
– When you hover over the portfolio item you can not see the title. Although I turned it on in the settings and can see it in the preview on the edit page but not on the actual website page.Is there a solution for this?
thanks!
In forum: Pinnacle ThemeIn reply to: Number of portfolio items
February 16, 2023 at 7:18 am #282231Hi there,
The Portfolio Full widget for the home page only has a maximum of 20. What I can suggest is to use Portfolio Grid/Carousel. Here’s a video for your guide: https://share.getcloudapp.com/YEuD77NB
It’s a block from the Kadence Blocks Pro plugin, which is a part of your bundle. Screenshot: https://share.getcloudapp.com/Z4umWWJx
The block has a setting to apply a maximum of 300 for the Number of items/portfolio.
Let us know if this works for you.
Kind regards,
ChitoIn forum: Kadence ThemeIn reply to: clickable featured image – pop into lightbox
February 15, 2023 at 10:14 pm #282227Hi There,
Thanks for reaching out to us. We’ll be happy to further assist your concern.
At this time, we do not have a feature available to enable the Kadence theme featured image to be clickable into the lightbox.
I have submitted a feature request for this. You may add your vote or comment on additional information on this page – https://www.kadencewp.com/kadence-theme/feature-requests/show-featured-image-of-post-page-in-lightbox/
Please note that we cannot give an estimated date for when this will be added.
I hope this helps, and let us know if we can assist you further.
Best Regards,
ArchitaIn forum: Membership ForumsFebruary 15, 2023 at 9:13 pm #282222Hi There,
You can style it as a button with custom CSS
.woocommerce .entry.product a.wp-block-read-more { border: 1px solid #000; padding: 5px; }I added it through page inspect. It will look like this: https://share.getcloudapp.com/X6u5ZLLX
I hope this helps, and let us know if we can assist you further.
Best Regards,
ArchitaIn forum: Kadence ThemeHello team
Hope all is wonderful in your world 😉
Can you tell me
1) if there is a way to enable Kadence theme featured image to be clickable into lightbox (as set in customizer > posts/page layout )
For example, the Featured image here:
*Login to see link2) Is it possible to “link” images in the lightbox, so that a user can scroll between them; example
*Login to see link click on the 1st image to enlarge in lightbox – and then allow user to scroll through the images using keyboard keys / swipe on mobile.Thanks
In forum: Kadence BlocksIn reply to: Form Width Goes Off Screen On Mobile
February 15, 2023 at 7:46 pm #282218Hi Kian,
Kindly provide a URL of the webpage experiencing the issue, so we can examine the code to see why this is happening to your website.
Meanwhile, here are some troubleshooting steps you can try: https://www.kadencewp.com/blog/how-to-troubleshoot-your-website? This will help us rule out these usual causes of WordPress issues, so we can move on to investigating other possible causes of this issue on your website.
We’ll wait for the link to your site, we’ll be more than happy to continue helping until the issue is resolved.
Best regards,
Teejay. -
This reply was modified 3 years, 1 month ago by
-
AuthorSearch Results


