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'

Home / Forums / Search / Search Results for 'Page'

Viewing 20 results - 1,921 through 1,940 (of 53,646 total)
  • Author
    Search Results
  • #285417

    Hi 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,
    Chito

    #285413

    Hi 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?

    #285409

    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.

    archive-page page-settings Customizer-settings-2 Customizer-settings

    #285408

    Hi 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,
    Sofia

    #285407

    Hi 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,
    Chito

    #285406

    Hi 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,
    Chito

    #285403

    Hi 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,
    Chito

    #285401

    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
    #285395

    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,
    Karla

    #285383

    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.

    #285381

    I 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
    #285380

    I’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!

    #285379

    Hi! You can do this by navigating to Customize > Posts/Pages Layout. Then open Page Layout and make sure “Show Page Title?” is enabled. Then scroll down and enable “Show Featured Image?”
    Hope that’s helpful!

    Kindly,
    Hannah

    #285374

    That 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

    #285373

    Hi 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 page

    Here’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,
    Chito

    #285371

    Hello,

    I still waiting and I remind myself 🙂

    Test page is still available. I did not make any changes and updates. If you consider it as appropriate, feel free to make any changes.

    Thank you in advance.

    #285364

    How 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

    Thanks for your help and guidance.

    #285362

    Using 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.

    #285350

    Hi, 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!:)

    #285341

    Hi 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

Viewing 20 results - 1,921 through 1,940 (of 53,646 total)