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 'child theme'

Home / Forums / Search / Search Results for 'child theme'

Viewing 20 results - 121 through 140 (of 6,404 total)
  • Author
    Search Results
  • #286386

    It appears that all my ‘theme options’ pages are blank on the Android version. I have already tried disabling all plugins and switched to the main (not child) theme to check for conflicts, but unfortunately, I haven’t had any success. Do you have any thoughts or suggestions on how to troubleshoot this issue on the Android platform? If needed, I can provide temporary login credentials for further assistance.

    In forum: Kadence Blocks

    In reply to: Animations

    #286375

    Currently, there’s no animation setting for the Advanced Slider block. You can have Fade / Slide transition type.

    Yes I mean the fade or slide animations have never worked for me for some reason?

    Use a child theme to enqueue your JS file.

    When I set scroll animations nothing happens. Aos is never being loaded into the page, I have to manually enqeueu aos. Surely this is not normally required. Why would aos no get loaded when I set the animations?

    In forum: Kadence Blocks

    In reply to: Animations

    #286360

    Hi there,

    Currently, there’s no animation setting for the Advanced Slider block. You can have Fade / Slide transition type.

    You can add other Kadence Blocks that have animate on scroll feature — here’s an example using the Section block: https://share.zight.com/12uQlbzb

    Use a child theme to enqueue your JS file. Add the wp_enqueue_script inside the existing function in the functions.php file from the Kadence child theme.
    * Kadence child theme: https://www.kadencewp.com/child-themes/
    * WordPress enqueue scripts: https://developer.wordpress.org/reference/hooks/wp_enqueue_scripts/

    Hope this helps, and let us know how I can assist further.

    Best,
    Chito

    #286358

    Hi!

    This might still work but it requires customizing/overriding the default WooCommerce template. If you want to try this out, make sure to use a child theme and do not add the customizations directly to your theme files.

    Refer to these posts:

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

    Regards,
    Karla

    #286244

    Just to let you know: I’ve got a console log error on the Child builder Generate page: ‘e.indexOf is not a function’, triggered by ‘child-gen.js’ file in the plugin. Somehow $(window) does not have a load function. There is no error when using $(window).on( ‘load’ , function(){}); instead of $(window).load(function(){});

    This error occurs in my custom build Kadence child. There is no error when selecting the default Kadence Theme as my theme …

    #286112

    For those who have the same issue, you need to add a code snippet (use a plugin or edit functions.php file in a Child theme):

    add_filter( 'kadence_blocks_pro_webhook_args', function( $args ) { 
       $headers = array( 
          'Content-Type' => 'application/json' 
       ); 
       $args['body'] = json_encode( $args['body'] ); 
       $args['headers'] = $headers; 
       return $args; 
    } );

    …Now I’m getting a 400 response, saying “Summary or Text is required”

    I’ll update this when I find the solution

    #285971
    This reply has been marked as private.
    #285909
    This reply has been marked as private.
    #285899

    Hi
    I’m developing a child theme of Kadence for my site. The site has a custom post type ‘resource-page’. For the home page of my site, I would like to adjust the existing Kadence template which displays a list of posts on the homepage, so that it only displays my Resource-page CPT instead. Which file(s) from Kadence would I need to edit in my child to achieve this?

    #285873

    Could you please help me with this issue…..
    I have a critical error on my woocommerce product page when I update it to php 8.2 & have the virtue child theme operating at the same time.
    The issue lies with this code that is interfering with it working correctly.
    I am testing it on a staging site, mentioned below.

    #285719

    I don’t use any of editor plugin I just disabled blocks through functions.

    Site was installed at the time Gutenberg entered WordPress, so I continued with the classic one. Clients are not really willing to learn in a new editor, but it’s time.

    I solved the problem by editing/creating new template and placing it in the Child Theme.

    It’s a bit strange that one part of the theme has and another doesn’t have an option for the same thing, which I noticed after many years of using this really great theme.

    As a user experience, I think the calendar tooltip for time/date is not transparent, little bit ​unusable, as a result users can’t see dates in Blog Grid !

    Anyway, thanks for the advice and help Chito

    All the Best,

    Dejan

    Browser-Preview-tmp-2

    #285649

    Hi!

    Could you send us the code of your child theme? The error is pointing to the code inside its functions.php file on line 5. You can send that to us using Pastebin.

    Regards,
    Karla

    #285628

    Hi!
    I don’t use reusable blocks or patterns at all yet.
    Kadence Version: 1.1.43
    Kadence Blocks version 3.1.19

    What I’ve done:
    1. Stopped Laragon and completely cleared “php_errors.log”

    2. Launched Laragon and started working on the site.

    3. About 30 minutes later the same problem occurred

    4. I opened “php_errors.log” and it turned out to be completely empty.

    5. I decided to check the PHP error record. To do this, I opened function.php of my child theme and removed the first letter from the very first function (unction child_enqueue_scripts()). I saved function.php and reloaded the site page. An error was displayed:
    Parse error: syntax error, unexpected identifier "child_enqueue_scripts" in F:\laragon\www\secondsite\wp-content\themes\kadence-child\functions.php on line 5

    6. I opened “php_errors.log” and saw three lines of errors (I am attaching a screenshot). That is, errors are recorded in “php_errors.log”. However, if a problem occurs with YoastSEO, no errors occur in the PHP. Therefore, I simply have nothing to send you in “php_errors.log”…

    errors3

    • This reply was modified 2 years, 7 months ago by 270378.
    #285625

    Is there a way to set the excerpt length on posts? I tried adding code to the child theme functions.php which did not work. And adding it to the kadence theme torched my site! So I took it out.

    Any help would be appreciated!

    #285576

    OK, I’m using woocommerce within a child theme and Kadence, on this install i’ve noticed that the message alerts and some of the buttons are using theme colors, but not the theme colors I’d pick, is there a way of changing these within the customizer, (I can’t see anything), or is .css changes to only way.
    Note, I don’t want to change the button colors of the site, just those in WC.

    #285573
    This reply has been marked as private.
    #285563

    Hi there,

    There isn’t a way to have left and right sidebars in Kadence.

    What I can suggest is to use a 3-column Row Layout block as a template. As for the mobile layout, you will need custom CSS for this – here’s the code you can add in Row Layout’s Custom CSS:

    @media (max-width: 767px){
        selector > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) {
            order: 1;
        }
        selector > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(1) {
            order: 2;
        }
        selector > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(3) {
            order: 3;
        }
    }

    Here’s a video for reference: https://share.zight.com/6quwkpNk

    You can create that template via the Kadence Hooked Element and pull the content dynamically:
    https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/

    Does that work for you? If not, you can vote to this feature request for archive pages:
    https://www.kadencewp.com/kadence-theme/feature-requests/provide-left-and-right-sidebar-layout-for-archive-pages/

    For single posts/pages, you can submit a new one.

    Let me know if you need further assistance.

    Best,
    Chito

    In forum: Kadence Theme

    In reply to: How to remove Schema?

    #285541

    Hi there!

    Are you using a child theme?

    If not, add the code snippet using another plugin. Here’s our guide about it – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-add-a-custom-filter-or-function-with-code-snippets/.

    Please let us know if we can help you further with this.

    Regards,
    Karla

    #285472

    Hi there!

    Currently, post features such as post navigation and similar posts cannot be enabled in Custom Post Types (CPTs). There is an active feature request related to this, you can also add your vote here. However, please note that we cannot give an estimated date for when this will be added.

    Your child theme PHP template override is cool. If you want a workaround without using a child theme, you can add a hooked element to mimic the related posts section. However, this will not give the exact algorithm that the theme uses for the default navigation and similar posts.

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

    You can follow these steps to create something similar to Related Posts:

    1. Element’s Placement Settings, select After Content.
    2. Element’s Display Settings, select Single [CPT name].
    3. Then, add the Post Grid/Carousel block. On its settings, enable “Show Unique”.
    4. Select the correct post type as well, and categorize them by a specific taxonomy.

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

    Regards,
    Karla

    #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, 8 months ago by wykananda. Reason: Spelling mistake
Viewing 20 results - 121 through 140 (of 6,404 total)