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 - 3,021 through 3,040 (of 53,646 total)
  • Author
    Search Results
  • #280363

    Hi Rainier,

    Thank you for writing.

    1. You can use this custom CSS:
    #containerfooter {display:none}

    2. The footer floats and overlays some page content because of position:absolute CSS. To fix that, you can use this CSS:
    #containerfooter {position: relative;}

    Let us know if you need further assistance.

    Kind regards,
    Chito

    #280362

    Hi Volker,

    Thank you for reaching out to us.

    On your screenshot, it seems to have no active Menu. https://prnt.sc/_gISAILI4WVD

    If you select a Menu in the Theme Options, it will be highlighted as the active menu. https://share.getcloudapp.com/6quGEm1L

    If clicking any menu won’t still show any settings on the screen, can you inspect the page and see if there’s any console errors?
    https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/how-to-view-console-log-errors/

    If the issue persists, kindly deactivate all the plugins except for the Virtue/Ascend/Pinnacle Toolkit and recheck the Theme Options settings.
    https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/temporarily-deactivating-plugins/

    Let us know how it goes.

    Kind regards,
    Chito

    #280361

    Hi there,

    Thank you for writing.

    The Kadence Section block doesn’t affect the alignment of the Form block input and submit fields. Form blocks have their own block settings to customize/style them. If Gravity Form doesn’t have a setting for that, you will need custom CSS. If that would work for you, you can share here the link to the page where the form is and I’d be glad to create the CSS codes for you.

    Kind regards,
    Chito

    #280354

    Hi there,

    Thank you for reaching out to us.

    You can try this method using the Row Layout block: https://share.getcloudapp.com/xQuxLzJL

    Another way is using Kadence Hooked Element and custom CSS. Here’s a screen recording (kindly skip the first 30 seconds): https://share.getcloudapp.com/bLu5pDwJ

    You need to put the below code in the Element > Kadence Blocks Controls > Page Scripts so that the custom code will only run on the pages where the element is added.

    @media screen and (min-width: 1025px){
    #main-header {
    display: none; /*hides desktop header*/
    }
    div#inner-wrap {
    padding-left: 300px; /*pulls the content to the right - must be the same with the element width as shown in the video*/
    }
    }

    Let us know if any of these methods work for you.

    Kind regards,
    Chito

    #280352

    Hi John,

    Thank you for writing.

    I checked the product page and clicked the image but there was only one lightbox that showed up. Here’s a screen recording: https://share.getcloudapp.com/9ZugRKlK

    Perhaps, it’s a browser cache issue. Have you tried checking it in an incognito/private window or in a different browser?

    Kind regards,
    Chito

    #280350

    I’d like a vertical fixed header on the left side of the page like this.

    I’m trying it in a left sidebar, but the sidebar’s <aside> appears after the page content <main> so the tab order for focus is backwards.

    How do I get links in my nav menu in the sidebar to get focus before the content? Perhaps there’s something I can put in functions.php that will reorder the aside before the main?

    Thanks for the great theme. I’m new to Kadence and really enjoying it.

    #280346

    Hi,

    Thank you for reaching out.

    So you added a custom post type with a slug “course”, unfortunately, the “course” slug is reserved for the LifterLMS plugin, a very popular LMS plugin, and Kadence has built-in integration for LifterLMS.

    There are 2 ways to fix the issue.

    1. Change your slug to something else that is not a reserved slug for Kadence. Here is the list of reserved slug:

    'post',
    'page',
    'product',
    'kadence_element',
    'kadence_cloud',
    'elementor_library',
    'kt_size_chart',
    'kt_reviews',
    'ele-product-template',
    'ele-p-arch-template',
    'ele-p-loop-template',
    'ele-check-template',
    'shop_order',
    'jet-menu',
    'jet-popup',
    'jet-smart-filters',
    'jet-theme-core',
    'jet-woo-builder',
    'jet-engine',
    'course',
    'lesson',
    'llms_quiz',
    'llms_membership',
    'llms_certificate',
    'llms_my_certificate',
    'sfwd-quiz',
    'sfwd-certificates',
    'sfwd-lessons',
    'sfwd-topic',
    'sfwd-transactions',
    'sfwd-essays',
    'sfwd-assignment',
    'sfwd-courses',
    'tutor_quiz',
    'tutor_assignments',
    'courses',
    'groups',
    'forum',
    'topic',
    'reply',
    'tribe_events',

    2. If you really want to use that slug, then you need to add this custom code using code snippets: https://kadence-theme.com/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/

    add_filter( 'kadence_customizer_post_type_ignore_array',  'include_course_customizer');
    
    function include_course_customizer( $ignore_post_types ) {
    	
    	if (in_array('course', $ignore_post_types)) {
    		  unset( $ignore_post_types[array_search('course', $ignore_post_types)] );
    	}
    	
    	return $ignore_post_types;
    }

    ​Hope this helps and let us know if we can assists you further.

    Regards,
    Bonn

    #280343

    Hi, Richard!

    Thanks for reaching out to us and apologies for the delay in getting back to you.

    “Now I just need to understand what happens when I delete the plug-in. Does it remove all the associated content, including pages?”
    No, deleting the Kadence Starter Templates plugin will not delete your website’s existing content. All of the ones you imported and modified should stay.

    I hope this helps and let us know if we can assist you further.

    Kind regards,
    Karla

    #280340

    Hi there!

    Apologies for the delay in getting back to you.

    The Kadence Theme still uses the bbPress plugin’s bbp_breadcrumb() function. This is why the option from Customizer > General > Breadcrumbs > home icon link does not take effect on bbPress pages.

    If you want to customize their breadcrumbs, I would recommend reaching out to their support team so they can better assist you. Or you can refer to this forum topic to get an idea of how it can be done.

    I hope this helps and let us know if we can assist you further.

    Kind regards,
    Karla

    #280337

    Does Apple Customer Support help in chat a real person?
    Yes, Apple Customer Support help in chat a real person, and it’s one of its remarkable features. You can go to the Apple Chat page and can talk to a real person, most often there will be a conversation with a live agent. You are likely to get automated responses for simple requests, but a real person will be available if the situation demands.https://www.printerssupportpro.com/apple-wireless-printer/

    #280332

    Hi there!

    Please could you expound more on the issue that you’re having with the featured image? Also, please mention if it is the images showing on the archive layout or single post pages.

    Just to note, the featured images on both the archive and single post page has options to set the image ratio. If you’re referring to the images being “cut off”, it is possible that you’re selecting an image ratio that is not the same as the features images that you’re using.

    To ensure that the images are being shown in their original aspect ratio, select Inherit for the image ratio options – https://share.getcloudapp.com/Kou1JKpz.

    I hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    #280325

    Under Appearance> Customize> Posts/Page Layout> Single Post Layout, there’s an option to “Show Related Posts”. After enabling this it automatically adds similar posts to the bottom of every blog post. It works well but the titles of the related posts are massive, is there any way to change the font size of the related posts?

    The only thing you can customize is the font size of the “Similar Posts” heading above the posts. I am looking to customize the font size of the individual post titles within the section.

    See attached photo.

    Please help!

    #280321

    Hello.

    I have several CPTs on my site. I recently created a new CPT with the slug “Course”. Everything is correct everywhere, but in the Customize/post page layout section, all CPTs are displayed except “Course”. I checked this on 3 different sites. And finally I installed a clean WordPress but the problem still existed. It seems that the problem is exactly with the word “course”. How can I fix this problem?

    #280313

    Hi,

    Sorry if this has been answered before (I have looked but not found…)

    I have recently built a site based on the Kadence theme, and used the one of the starter templates plus the Kadence Starter Templates plug-in to get me going and understand how to achieve what I wanted with some layout elements. All great, and many thanks for all of this!

    But… now the job is done and I don’t need all of the template material on the site now. Now I just need to understand what happens when I delete the plug-in. Does it remove all the associated content, including pages? – I’m mainly asking because I progressively modified the home page to what I wanted rather than start with a scratch page. Now I don’t want to lose it! I can easily delete the media, pages and posts by hand if the plug-in deletion just does the software bits.

    Thanks for your advice

    Richard

    #280307

    Hi Chito

    no problem I hope you are able to find the issue
    I noticed that my logo which is .png as well as the icons on the services page are also now not showing up
    they show as errors in the blocks on the wordpress side but at least these do render on the public side

    It is really annoying to see all these errors

    Thanks

    • This reply was modified 3 years, 6 months ago by teri.
    #280305

    Hello,
    I have a problem with the breadcrumbs “home” link. In Kadence pro theme options, I have set this home link to be an icon (instead of the “home” text). It is working well except inside bbpress.
    You can see the problem here:
    News page, icon working
    Forum page, icon not working
    Is there a way to get the breadcrumbs home icon working also inside bbpress pages?
    Thank you.

    • This topic was modified 3 years, 6 months ago by Omahoung.
    • This topic was modified 3 years, 6 months ago by Omahoung.
    #280299

    Hello, is there a way I can reduce my page header down to 85% to show the hero image beneath it? (link in comment)

    #280294

    Hi, Arjan!

    I apologize for the delay in getting back to you.

    After inspecting the page, the table border around the variation options is coming from another plugin’s styles(wp-configurator-pro). Here’s a screen recording for your reference – https://share.getcloudapp.com/DOurDljL.

    To override the style, add this to Theme Options > Custom CSS:

    div.product form.cart .variations td, 
    div.product form.cart .variations th {
        border: 0;
    }

    If you have any cache on your website, make sure to clear it after saving the changes.

    I hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    In forum: Kadence Blocks
    #280293

    Hi there!

    Apologies for the delay in getting back to you.

    To confirm, are you referring to the Advanced Gallery block of the Kadence Blocks plugin? This block should use the alt values of the images. If you can’t see them on your page, make sure that they are available from the images themselves.

    Here’s a screen recording for your reference – https://share.getcloudapp.com/d5un1g86.

    Also, if you just added them, it is possible that you have cache enabled on your website. Try to clear your website cache and see if the alt texts will be included.

    I hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    #280289

    Hi, Christoph!

    Thanks for reaching out to us.

    To clarify, are you referring to the “Featured Image Ratio” option found in Customizer > Posts/Pages Layout > Single Post Layout? If so, you can choose the “INHERIT” option to make the aspect ratio of the featured image the same as the original image’s aspect ratio. Here’s a screen recording for your reference – https://share.getcloudapp.com/RBuZYBQv.

    “I want this size also to be used for the hero in Kadence. How is that possible?”

    Is this about the “Above Content” title section backgrounds? For this section, there is no option to set a ratio. You can only set a minimum height for them. I recommend using background images that have the same aspect ratio. Or choosing to show the background images as contained, so the whole image will be shown always. However, the look will not be too nice – https://share.getcloudapp.com/qGuxEZky.

    I hope this helps and let us know if we can assist you further.

    Regards,
    Karla

Viewing 20 results - 3,021 through 3,040 (of 53,646 total)