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 ThemeApril 25, 2024 at 8:07 am #288481
Hi Nathan,
Thanks for the screenshots and link to your website.
I looked for https://peglegtalks.com/wp-content/protect.jpg, but you’ve uploaded it as the og:image.
The page you referenced is a blog archive page, and the image you’re referring to in your screenshots is a post featured image.
Can you please check in Customizer > Posts/Pages > Archive Layout if “Feature” is toggled on? Here’s a video for reference: https://share.zight.com/8LuN4K85
That option will display the posts’ featured images in the blog archive pages.
If the image still does not show up, can you please clear the website cache?
Let us know how it goes.
Best,
ChitoApril 25, 2024 at 7:59 am #288480Could someone help me write a small PHP and HTML code that automatically hides or displays text when it reaches a certain number of words? Visitors should be able to choose to show all the text by simply clicking ‘Show more’ on the collection page. I’m using the Kadence WP theme (free version). I’ve tried some plugins, but they only work on articles and homepages. I even tried coding myself with the help of ChatGPT, but I couldn’t get it to work.
Can someone help me please ! thx a lot !In forum: Kadence ThemeIn reply to: HOMEPAGE ARTICLES slider
April 25, 2024 at 7:39 am #288478Hi there,
Thanks for writing in; I’m here to help.
You’ve made the home page displays your website’s latest posts in Settings > Reading. That makes the home page an archive page.
In the same directory, increase the value of “Blog pages show at most” so the home page displays more posts.
Hope this helps, and let me know if you need further assistance.
Best,
ChitoIn forum: Kadence ThemeTopic: HOMEPAGE ARTICLES slider
April 25, 2024 at 5:46 am #288475Hi, my website is http://www.dossierdifesa.it and I’m using the free version of Kadence WP.
I’ve created my pages and my articles. I’ve put a static HOMEPAGE in which there’s an automatic slider for the articles. However, this is how it looks:
The problem is that the slider only shows 1 article at a time, i’d like to use all the blank space on the side to show other articles as well, at least 3 or 4 articles should be visible before having to press the numbers below.
How can I modify this slider and make more than only 1 article visible in the row?
-
This topic was modified 1 year, 11 months ago by
masevski.ivan.
In forum: Kadence ThemeIn reply to: The homepage is redirected by the author’s URL
April 24, 2024 at 2:43 pm #288473Hey there,
For the Author Link, when the user has a website set in their profile, the author link would use this URL.
Sometimes, this URL defaults to the Website URL, which redirects to the home page. To change this link to view the author’s archive instead, you can remove the Website information from the User’s Profile. You can do this by going to Users > All Users and editing the Author User in question. Then, you can find the Website Field and remove any URL that may be there. Leave it blank, then try saving the changes and see if the Author Archives work for you.
Here’s a screen recording for reference.
Additionally, you should ensure your Rank Math Settings allow the Author Pages. Here is an Article that may help you with the RankMath Author Archive Settings.
I hope this information was helpful to you. Please let us know how we can further help.
In forum: Kadence ThemeApril 24, 2024 at 6:38 am #288470Hi there, I’m using the Kadence theme to rank math in the Medical Pdf Books (*Login to see link Users can access the homepage from the individual article and category sites by clicking on the author URL. When I click on an author in the sitemap, the homepage loads even though I have enabled the author link in the options. Your thoughtful reply would be much valued.
In forum: Kadence BlocksIn reply to: Kadence Blocks “Not supported”
Hello,
i have exactly the same problem. It is only in the backend. If i open a page sometimes the kadence Blocks work normaly and next time after opening the same page it says “kadence block not supported”.
Actual Plugin is Version 3.2.34.
All other elements are although actual.
I have done same on my websiteIn forum: Kadence ThemeIn reply to: Changing page title background colour
April 24, 2024 at 5:13 am #288467Make your videos the best and edit them according to the latest trends. Download the latest version of KineMaster Mod Apk and start professionally editing videos. Kinemaster Pro Apk is the latest Video Editor tool that is getting viral day by day due to its excellent and Unique features. This is the best video editing tool currently available on the internet. If you are a blogger, you can edit your videos to share them on YouTube and other social media pages. Download it today and get all the premium features of this amazing application without any cost.
In forum: Virtue ThemeIn forum: Kadence ThemeApril 23, 2024 at 10:48 pm #288462I am having the same issue. I posted an image to peglegtalks.com/blog and a title below it. I’m using a Kadence theme, WP on Bluehost. The file name is protect.jpg. I can see it in the source but not on the page “Blog” I tried incognito mode to no avail.
In forum: Kadence ThemeIn reply to: Tag page changes
April 23, 2024 at 2:04 pm #288456Hi @riga75,
You can add the following custom CSS to change the alignment for tag page title area:
.tag .entry-hero-container-inner .entry-header { text-align: left; }You can add Custom CSS in your Customizer > Additional CSS: https://www.kadencewp.com/help-center/docs/kadence-theme/how-do-i-add-custom-css/
If you want to make global changes (for all archive pages), you can adjust it easily from the customizer:
1. Go to the customizer.
2. Navigate to Posts/Pages Layout > Archive Layout.
3. Scroll down to find the Post Archive Title Align option.
4. Select the Left title alignment icon.Please refer to this screenshot: https://share.zight.com/DOuEe5bD
To hide Tag title, add the following custom CSS:
.tag h1.page-title.archive-title { display: none; }Let me know if you need any further assistance.
Regards,
ArchitaIn forum: Kadence BlocksThanks. Here’s a page example: https://staging4.zoonomics.org/news-media/
I added this custom css for the header on this page:
.kb-row-layout-id172_0bb4c0-ea::before {
content: “”;
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));
}It works on desktop, but when I view the page on my actual iPhone (not just resizing in the desktop browsing window), the fade is not viewable.
Thanks for helping with this!
In forum: Kadence ThemeApril 23, 2024 at 1:56 am #288446From the beginning, I decided not to show the title in capital letters:
Kadence child > Post / Pages Layout > Custom post types > Archive (Taxonomy name) > Desingn > Post Item Title Font > Inherit (number 3) > Transform > x (button)However, do not change the title on the archive page.
Then I uploaded the styles, but still the title didn’t change.
.post-title, .page-title { text-transform: none !important; }I understood that there must be settings in the blocks somewhere.
Later I browsed Archive template > Section > Info Box > Style > Title settings
and finally I discovered the “Letter case -” button.
Finally, the title is displayed as it should be.
however, I realized that in every object, and there will be ten taxonomies on the page and a lot of interstitial dynamic graphics, you will have to constantly search with that button and turn off the capitalization of the title.
Tell the kadence developers that this is tedious and very cumbersome. It is not possible to make one button in the theme configuration that would globally disable the first letter of the title in capital letters. Now I don’t see a solution, either to make all sorts of styles where appropriate for each block, or to manually constantly change the title in the settings. I also think that the title settings are not everywhere.
-
This reply was modified 1 year, 11 months ago by
laurynas.alfa.
-
This reply was modified 1 year, 11 months ago by
laurynas.alfa.
-
This reply was modified 1 year, 11 months ago by
laurynas.alfa.
In forum: Membership ForumsApril 23, 2024 at 1:54 am #288445From the beginning, I decided not to show the title in capital letters:
Kadence child > Post / Pages Layout > Custom post types > Archive (Taxonomy name) > Desingn > Post Item Title Font > Inherit (number 3) > Transform > x (button)However, do not change the title on the archive page.
Then I uploaded the styles, but still the title didn’t change.
.post-title, .page-title { text-transform: none !important; }I understood that there must be settings in the blocks somewhere.
Later I browsed Archive template > Section > Info Box > Style > Title settings
and finally I discovered the “Letter case -” button.
Finally, the title is displayed as it should be.
however, I realized that in every object, and there will be ten taxonomies on the page and a lot of interstitial dynamic graphics, you will have to constantly search with that button and turn off the capitalization of the title.
Tell the kadence developers that this is tedious and very cumbersome. It is not possible to make one button in the theme configuration that would globally disable the first letter of the title in capital letters. Now I don’t see a solution, either to make all sorts of styles where appropriate for each block, or to manually constantly change the title in the settings. I also think that the title settings are not everywhere.
-
This reply was modified 1 year, 11 months ago by
laurynas.alfa.
-
This reply was modified 1 year, 11 months ago by
laurynas.alfa.
-
This reply was modified 1 year, 11 months ago by
laurynas.alfa.
In forum: Kadence ThemeApril 23, 2024 at 12:55 am #288443Kadence Blocks Pro Adds New Dynamic HTML Block and Dynamic Relationship Options
By David McCan
https://www.webtng.com/kadence-blocks-pro-adds-new-dynamic-html-block-and-dynamic-relationship-options/Kadence Blocks Pro Adds New Dynamic HTML Block and Dynamic Relationship Options
By David McCan
https://www.youtube.com/watch?v=tH2q3yIeTwIACF 6.2: Built-In Bidirectional Relationship Fields and Option Pages
By David McCan
https://www.webtng.com/acf-6-2-built-in-bidirectional-relationship-fields-and-option-pages/ACF 6.2: Built-In Bidirectional Relationship Fields and Option Pages
https://www.youtube.com/watch?v=5RYBlVyYmxYDisplay posts dynamically using ACF Relationship Field as a source?
https://www.kadencewp.com/support-forums/topic/display-posts-dynamically-using-acf-relationship-field-as-a-source/In forum: Membership ForumsIn reply to: Quantity Increment Buttons for WooCommerce
Hi, German!
I’d be happy to help you with this.
Could you confirm which theme are you using? If you’re using the Kadence theme, we have the option to show the quantity buttons, but only on the single product pages. You can find it in Customizer > WooCommerce > Single Product Layout > “Use Custom Quantity Plus and Minus” option – https://share.zight.com/E0ueWRoz
WooCommerce doesn’t have the option to show quantity selectors on the shop page by default. You’ll need to use a third-party plugin to do that.
I do not have specific plugin recommendations, but you can go here to look for other plugins. That is if you don’t want to use a plugin that’s not HPOS-compatible.
I hope this helps. Let us know if we can help you further.
Regards,
KarlaApril 22, 2024 at 10:45 am #288435The archive page displays a dynamic full size featured image. And the cadence lightbox shows a small version of the picture. A picture with a cross on top, visitors have to apply and hit 🙂 How is the game here.
Questions:
1. How to set the archive and single pages to display featured image medium size?
2. How to set the lightbox to display medium size pictures on a mobile phone and full size pictures on a desktop?
3. How to set the lightbox so that there is no cross at all, the picture is displayed on the entire screen, and it turns off when you click on it?
4. And I don’t understand why Cadence shows such small pictures by default in the lightbox settings? The strangest thing is that the size is full size, for me, let’s say, 1080p, but it shows (at the moment I’m watching on a lenovo 12”) a visually small size?
-
This topic was modified 1 year, 11 months ago by
laurynas.alfa.
In forum: Kadence ThemeApril 22, 2024 at 10:29 am #288433Today I made custom post archive.
In template dynamic image i see field:Block > InfoBox > Style > Media Settings > Image > Dynamic Image > Feauture Image > Curent Post > Advanced > Fallback Image URL
I paste fallback image url, but image do not working in archive page.
Please make those windows a little bigger, because I have to play with those bars all the time.
The falback image is displayed on the template page, but its size does not change regardless of whether it is set to full size or thumbnail. It somehow hinders visualization while working.
I don’t understand how to set a dynamic image with wordpress sizes: media, thumbnail, etc. I can only see the settings feature image full size and that’s it.
Archive will contain 10 images, if all of them are feature and full size, the page will take up a lot and will load slowly.
How to make the archive page display a fallback image? maybe there is a possibility to display a picture with css or some other way.
I planned to launch a website exclusively with Kadence and dynamic custom post types content, but due to the lack of fallback images, I can’t.
-
This topic was modified 1 year, 11 months ago by
laurynas.alfa.
In forum: Virtue ThemeApril 22, 2024 at 7:04 am #288431Hi, my logo isn’t appearing on mobile but it’s there on desktop. It’s fine on the homepage but not on any other subpage, e.g. *Login to see link
I found someone with a similar issue in the forum here, but the answer didn’t help me as it said to go to Theme Options > Mobile Header. I don’t have this option, only Logo Options and no differentiation there between desktop and mobile.
I’d appreciate any help!
In forum: Membership ForumsApril 22, 2024 at 4:23 am #288429All working
I just now noticed that there is an icon with a cross 🙂 At first it seemed that you need to choose: Abc. After all, it is logical, the first uppercase letter, the other lowercase. So it’s not clear from the first time.
WORKING IN:
1. Single all page
2. Archive all page
3. Single custom taxonomy page
4. Archive custom taxonomy pageDO NOT WORKING (I don’t know where these settings are):
I create Kadence element, custom taxonomy archive template.
Put adv (image) and title.And I assign it to show “replace archive loop content”. then, on the archive page, it shows nice pictures with links, but the website accepts capital letters everywhere.
I need it to be displayed on the archive page with the right sidebar. Only this setting works.
If I set the archive page to show “replace archive content” – then it shows, say, “Query Loop (Adv) Block” over the entire page at 100 percent and without the right sidebar.
So that you will have to use those styles to remove the design of capital letters from the entire title, that is much easier than constantly folding all the settings, especially when there will be maybe ten or more taxonomies.
-
This topic was modified 1 year, 11 months ago by
-
AuthorSearch Results








