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
In reply to: How to fix lazy loading and TOC?
September 13, 2023 at 12:25 am #285417Hi Sofia,
Thanks for the link to the page.
The images are lazyloaded, but the issue you’ve mentioned didn’t happen on my end – here’s a video: https://share.getcloudapp.com/DOuPWmmE
Which browser are you using? Can you try it on different browsers (I used Chrome)?
Let me know how it goes.
Best,
ChitoIn forum: Kadence ThemeHi there,
I created a new Custom Post Type, however, when I go to the Page Options to change the Page Title Background, there is no option for it.
For the built-in Page/Post design I see the above to edit the Page Title Background. But it is not visible/available for my Custom Post Type.
How do I enable this so I can edit the Page Title Background of my Custom Post Type?
In forum: Kadence ThemeIn reply to: Adding featured image to blog archive page
Hi Chito, thanks so much for sharing the video – it’s super helpful, and really appreciated:)
I followed the steps more than once, but the image still isn’t showing up. I’m completely stumped as to why it won’t show. I used the same settings shown in the video. I’ve attached screenshots which show the settings in the Customizer and the blog page title, where you can see it’s just the archive title, no picture. And also the page settings.
Is there some setting somewhere I should check, which might be blocking this? I’ve searched through everything I can but can’t see what’s causing it.
In forum: Kadence BlocksIn reply to: How to fix lazy loading and TOC?
September 12, 2023 at 8:03 am #285408Hi Chito,
I use lazy loading integrated in Siteground Optimizer https://de.wordpress.org/plugins/sg-cachepress/
Example page: https://toolsmojo.de/chatgpt-texte-umschreiben/Thanks for looking into,
SofiaIn forum: Kadence BlocksIn reply to: Gallery adv – thumbnails
September 12, 2023 at 7:07 am #285407Hi Inga,
The options available in the Thumbnail Image Sizes setting depends on the sizes of the images you selected.
The medium_large 768×0 size looks odd. That option means the image has 0px height.
What theme are you using? Can you try disabling all the plugins temporarily except for the Kadence Blocks, and see if the options in the Thumbnail Image Sizes dropdown would be different?
If you have a plugin that changes the image thumbnail, it would be great to check its settings.
You can also send here the link to your page privately so that I can check the images and will try to replicate it on my test site.
Best,
ChitoIn forum: Kadence BlocksIn reply to: How to fix lazy loading and TOC?
September 12, 2023 at 7:00 am #285406Hi Sofia,
Which lazy loading function are you using to replicate this on my test site?
Can you please provide a link to a sample page, so I can take a look?
Thanks,
ChitoIn forum: Kadence ThemeIn reply to: Adding featured image to blog archive page
September 12, 2023 at 6:36 am #285403Hi there,
That’s because the Blog page is an archive page. You can use the Above Content Archive Title Layout in the Archive Layout and upload the image in the Design tab – here’s a video: https://share.getcloudapp.com/L1u8KLmb
Does that work for you?
Let us know how we can assist further.
Best,
ChitoIn forum: Kadence ThemeIn reply to: Related Posts for Custom Post Type
I was able to get the Related Posts to show for my CPT by:
(a) Copying “single-entry.php” to the child theme as “single-entry-{my-custom-post_type}.php” and modifying:
if ( 'post' === get_post_type() && kadence()->option( 'post_related' ) ) {
to
if ( (kadence()->option( 'post_related' )) ) {(b) Copying “entry_related.php” to the child theme as “entry_related-{post_type}.php”. And then copying the “get_related_posts_args” function from the “single-functions.php” to the “entry_related-{post_type}.php” file. Renaming the function to “custom_get_related_posts_args”. Changing any occurrences of the ‘post’ and ‘category’ in the function to {my-custom-post-type} and {my-custom-taxonomy}. And lastly, calling “custom_get_related_posts_args” instead of “get_related_posts_args” in the file.
Any suggestions for a better way to accomplish any of this are welcome!
It does look like it should be possible to “bake” in this functionality in to the “Customizer | Posts/Pages Layout | (my CPT) Layout” by exposing a user-selectable taxonomy, making the simple adjustment to the entry_related.php page as shown, and modifying get_related_posts_args to use the post type and user-selected taxonomy.
-
This reply was modified 2 years, 7 months ago by
wykananda. Reason: Spelling mistake
In forum: Kadence ThemeIn reply to: Dynamic titles with advanced header
Hi, Daniel!
Could you confirm whether your /blog page shows your latest posts? If so, the blog page isn’t a normal page anymore but an archive page.
Create a duplicate “page header” template or element and set the static “Blog” title for now. Also, set the appropriate element display setting.
When I selected the Page Title, the “Blog” page title is showing but it’s not inside the Text (Adv) block. I’ll send a report about this to our team (https://share.getcloudapp.com/v1unKwNl).
I hope this helps, and let us know if we can help you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Adding featured image to blog archive page
Hi Hannah, thanks for your reply. But as mentioned, this works on all pages except for the Blog archive page. I have these settings set but it makes no difference to the Blog archive page. I’ve double checked the settings are active on the page in the WP editor too.
In forum: Virtue ThemeI am using the latest updates for Virtue theme, wordpress, kadence blocks and kadence blocks pro.
The topbar is working well on all pages, except the home page. It is not showing up there, no matter what I’ve tried.
The only custom css I’ve added was to make the topbar only sticky (css obtained from a kadence support team member in this forum on another thread). The issue pre-existed that addition.
I have a small white line showing across the home page and cannot get rid of it.
I also cannot get the topbar to show up on the Home page.
Would appreciate any assistance.
Thank you.site: cobiography.com
-
This topic was modified 2 years, 7 months ago by
Jen. Reason: added site url
In forum: Kadence ThemeI’ve added a simple Custom Post Type to my site but noticed that Related Posts don’t appear at the bottom for my CTP’s Single Post page like they do for regular Posts (with Related Posts turned on in the Customizer) and I don’t see the option in the “Customizer | Posts/Pages Layout | (my CPT) Layout” for Related Posts . Is there a way that I can activate Related Posts for my CPT so the they will appear at the bottom of my CPT’s Single post pages just like the regular Posts? Perhaps some code I could add to my child’s functions.php file?
Thank you!
In forum: Kadence ThemeIn reply to: Adding featured image to blog archive page
In forum: Kadence ThemeIn reply to: No H1 on homepage when set to display posts
September 11, 2023 at 7:30 am #285374That certainly makes a page title show up. I guess what I am really seeking is a way to add H1 title so SEO is happy, without showing that title on my main page.
Thanks for any help
In forum: Kadence ThemeIn reply to: No H1 on homepage when set to display posts
September 11, 2023 at 7:00 am #285373Hi Jared,
By default, WordPress does not display H1 title if your home page is the blog archive page.
You can add H1 title by creating a Kadence Hooked Element.
* add a heading block to the hooked element editor
* select the Placement you want
* select Single Pages in the Display Settings
* select Individually in the Display Settings and locate your home pageHere’s our documentation for the hooked element:
https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/Hope this helps, and let us know how we can assist further.
Best,
ChitoIn forum: Membership ForumsIn reply to: Very big theme_mods_ with things that are not in use
In forum: Kadence ThemeSeptember 10, 2023 at 10:32 am #285364How can I get an H1 title on my homepage when WordPress is set to display your latest posts? Many numerous SEO tools have reported this error and when I manually checked, this H1 tag is not present on the homepage.
I have over a hundred pages already on site and they are all fine, including with H1 except the homepage or *Login to see link
Thanks for your help and guidance.
In forum: Kadence ThemeUsing the advanced header block in a page header template that shows the applicable page title, when I select page title as the dynamic title, nothing shows up. When I select post title, the page title shows. However, when selecting both page title or post title, nothing shows on the /blog page.
In forum: Kadence ThemeHi, is there a way to get a featured image on the blog archive page to show up? It’s easy enough to do for all other pages by simply setting the featured image in the WP page editor, but for some reason when I set a featured image in the blog archive page it won’t show up. I suspect that this might be just the default functionality of WP, but I’m not sure, so I was wondering if it’s somehow possible to do with Kadence theme.
Thank you!:)In forum: Kadence ThemeSeptember 7, 2023 at 2:14 pm #285341Hi Aaron,
There is no built-in option to change the logo URL, but you can add a custom code snippet to achieve this. As you are using a conditional header on a specific page, you can add is_page() condition to change it on particular page only
Here’s the code:
add_filter( 'kadence_logo_url', 'custom_kadence_logo_url' ); function custom_kadence_logo_url() { return 'https://example.com'; }Here’s an article you can follow to add this to your website – https://kadence-theme.com/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/.
Hope this helps and let us know if we can assist you further.
Best Regards,
Archita -
This reply was modified 2 years, 7 months ago by
-
AuthorSearch Results






