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 - 201 through 220 (of 6,404 total)
  • Author
    Search Results
  • #281930

    Thank you for your reply!

    Yes, I am referring to the titles of the posts listed inside the Similar Posts module. Editing the code as you suggested would solve it.

    Is there any way to implement this override using a custom code snippet or custom CSS (without creating a child theme)?

    Thanks!

    #281924

    Hi there!

    You can change that by adding custom code snippets to your website. For your reference, please read the following knowledgebase articles:

    On the other hand, if you are referring to the titles of the posts listed, you can override the template for it. However, you will need to use a child theme to make sure that your changes will not be overwritten.

    For your reference, the file that you will need to override is the entry_loop_title.php inside the kadence/template-parts/content/ folder. This part of the code exactly – https://share.getcloudapp.com/P8uNOzgg.

    If you are not familiar with overriding templates, I suggest you look for a developer who can help you implement it.

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

    Kind regards,
    Karla

    #281867

    Hi,
    I have disble all plugins, activated kadence theme (no child) so there is no extra css or javascript. As you can see the issue still remains.

    Captura

    With this change the body and header background is white and the menu is also white. So the issue can be seen perfectly.

    #281804

    Hi,
    Thank you for trying to solve the bug.

    I have only tested it in windows. PHP version is 7.4 and all plugins, theme and WordPress are updated. Maybe in the website gastres.com is not updated, but in my develop host it is updated and has the same bug.

    I have changed from child theme to parent theme, without extra css and js and doesn’t solve it.

    In another website I’m developing I’ve been able to solve it. The header has always same background color, white. I added this style:

    .item-is-fixed {
    background: var(–global-palette9);
    }

    I dont’t know why this worked.

    But in gastres.com it has transaparent background and blue color when scroll, and I can’t be able to make it work.

    #281453

    Hi, Tyler!

    We typically add code snippets using a plugin – https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/.

    Could you confirm how you are adding this code snippet to your website? Bonn’s code snippet does not have the “&” character so it is possible that the error is coming from another code snippet. Is this inside your child theme’s functions.php file? Could you send us the whole code inside this file so we can double-check?

    Kind regards,
    Karla

    #281443

    Hi Adam,

    I checked your code, and you can do this without using a child theme and just by using hooks.

    You can use the code here: https://pastebin.com/WiyPfc3P

    Let us know if this works for you.

    P.S
    You can use pastebin.com to share your code. The forum will not accept a message that has custom code in it for security reasons.

    In forum: Ascend Theme

    In reply to: Child theme problem

    #281440

    Hi, Gabi!

    I’m sorry for the delay in getting back to you as we do not have support over the weekends. I’ve replied to your email but I am also sending my answer here as reference for other users that may encounter the same issue.

    In your child_enqueue_styles() function, change the version of the enqueued style. Try using this in your child theme’s functions.php file:
    wp_enqueue_style( 'child-theme', get_stylesheet_directory_uri() . '/style.css', array(), ASCEND_VERSION, false);

    Note: this will use the currently installed Ascend Premium version. You can also replace this with your child theme version.

    The version should be refreshed with every child theme update/change. If you are using the stylesheet for custom code that may change regardless of the main Ascend Premium version, you might want to introduce a version yourself. Or force a refresh by adding a date/time stamp as the version. For reference, you may see this post – https://eggplantstudios.ca/2018/add-timestamps-to-wordpress-enqueued-assets/

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

    Kind regards,
    Karla

    In forum: Ascend Theme

    In reply to: Child theme problem

    #281431

    Hello again,

    I have installed again WordPress from the schratch and added the .cgi-bin folder in public_html, but the child theme css is not aplaying to the site. Dont know what to do more?
    When I make the changes to the theme options they are applayed, but the css is not working.

    #281420

    Hi there!

    I’m sorry for the delay in getting back to you.

    The search.php file inside template-parts/header is for the template of the search popup. Is this what you are trying to customize? If so, could you send us a copy of the code you are trying to add to the child theme that isn’t working?

    I tried it on my own child theme but the changes I do take effect – https://share.getcloudapp.com/E0uRrkY0. Could you double-check whether the child theme or the correct child theme is active?

    Let us know how we can assist you further.

    Kind regards,
    Karla

    In forum: Ascend Theme

    In reply to: Child theme problem

    #281412

    I have installed the Virtue Theme with its child theme, and the theme took the css child theme settings from the Ascend Child Theme.
    I will now install again the Ascend theme and wait for you to maybe check it out.
    Thanks in advance Gabi

    In forum: Ascend Theme

    In reply to: Child theme problem

    #281411

    I have tried to install again wordpress and Ascend Theme with child theme but it is happening again.
    Will try to install Virtue theme now.

    #281406

    Hi Dane,
    I do have a child theme working with other files (Style.css, functions.php, footer.php…) But for some unknown reason, the search.php file inside wp-content/themes/kadence-child/template-parts /header is not being applied to my website.
    I was wondering if for this file something special was needed to apply it, like enqueue it in a special way?

    #281401

    Hi,

    It looks like you’re adding custom code directly to the theme. It is not recommended to add any custom code directly to the theme files. Those changes will just be overwritten once the theme was updated to its latest version. If you want to edit theme PHP files, you will need to use a child theme.

    On the other hand, for easier implementation of the script, you can add it using a code snippets plugin. Here’s a guide you can follow – https://www.wpbeginner.com/plugins/how-to-add-header-and-footer-code-in-wordpress/.

    Hope this answers your question.

    Should you need further assistance, please let us know, and we’re always here to help!

    Cheers,
    Dane

    #281400

    Hello, I have instaled your Ascend Premium Theme and the Child theme at this site.
    I had some problems because the css style from the child theme would not apply to the site.
    Then I deleted all css from the child theme but is still applaying to the site.
    Can you please take a look, dont know what to do?

    #281392

    Hi,

    First I want to thank you for this fantastic theme and support. Thanks to you I have been able to learn and build a lot of things!
    I could need some help modifying the file search.php in the header.

    I am using the following code:
    Search.php
    Your system would not let me put this code in text for security reasons.

    In the original theme and file, this code is working perfectly, but it doesn’t work under my child theme.

    What I did is modified the original file and put a copy in kadence-child/template-parts/header/search.php
    Would you know what I am missing?

    Thanks!

    • This topic was modified 3 years, 4 months ago by alrick516.
    • This topic was modified 3 years, 4 months ago by alrick516.
    • This topic was modified 3 years, 4 months ago by alrick516.
    • This topic was modified 3 years, 4 months ago by alrick516.
    • This topic was modified 3 years, 4 months ago by alrick516.
    #281368

    hi there,
    thanks for making a great theme 😀

    I want to make the product loop layout and order like this (title, review, price and add to cart button)
    sample

    is there possible to make it?
    maybe there is some snippet that I can put on function?
    or maybe override a woocommerce file on a child theme?

    Thanks in advance

    #281238

    Hello
    I’m trying to remove the “Extra profile information for author box” that the kadence theme adds to users profile.
    Tried both solutions that appear in other posts here in the forum (remove action ‘kad_show_extra_profile_fields’ and ‘ascend_show_extra_profile_fields’) using code snippets, tried disabling the theme, deleting the fields via toolset, but they keep coming back.
    Can someone point me to the right direction?

    TThanks in advance
    Regards
    Alex

    ————-
    The code snippet I used:
    ————-

    function my_child_startup() {
    remove_action(‘show_user_profile’, ‘kad_show_extra_profile_fields’ );
    remove_action(‘edit_user_profile’, ‘kad_show_extra_profile_fields’ );
    }
    add_action(‘init’, ‘my_child_startup’);

    function my_child_startup2() {
    remove_action( ‘show_user_profile’, ‘ascend_show_extra_profile_fields’ );
    remove_action( ‘edit_user_profile’, ‘ascend_show_extra_profile_fields’ );
    }
    add_action(‘init’, ‘my_child_startup2’);

    In forum: Membership Forums

    In reply to: Google Fonts locally

    #281222

    Hi overthere!

    New customer here, collecting experience with Kadence and telling you my first impression regarding this topic 🙂

    I can’t urge enough to make this topic a high priority, since GDPR compliance is a thing in Germany and the first verdict$/$entences were stated, which require the visitor to opt in to google maps / videos / fonts etc and website owner are and come under pressure.

    I just installed the https://www.kadencewp.com/kadence-theme/starters/travel-blog/ and tried to get rid of the google fonts. Installed the Custom Fonts Plugin but I found it super tedious to add every single size/style including uploading the fonts. Imagine using 4 Fonttypes with 2 sizes each and italic or bold. Unfortunately this makes this plugin complete unusable for me.

    So I was glad that I could add a snippet in the functions.php of the child theme.

    In the customer I switched all occurences Header/Footer/Single/Archive but then I realised that I had to track down all occurences of the font I wanted to replace, since this could be overwritten on the elements. So for last element on the Startpage I had to go to the post caroussel in there and set the font for “Read More” in the block. Unfortunately it was not in the drop down box of the caroussel block. So I had to set it to System Font. See Bug Report at the end 🙂

    So my Startpage does not load google fonts anymore, but the blog posts do, despite I set everything in the customizer to my custom fonts. For now I fiddled around quite a time (including searching and writing this forum post). And I am really not happy with this solution since this makes your wonderful starter themes and all the ideas and possibilities attached to this a bummer, at least for your german/european customers. In another blog post here a I read that the Ascend Premium theme has the option to load google fonts locally. Kirki Framework does this as well – uses/imports all google fonts locally just with a click.

    If I did oversee something and you know a better approach, please let me know. Otherwise: Please make this a priority topic to add a convenient possibility to store and use Google Fonts locally and hopefully something to switch all occurences of a font in a starter theme in one place.

    Thank you

    Stephan.

    Bug-Report: My Font from the functions.php added via kadence_theme_add_custom_fonts can be chosen in the customizer but not in the block on a page itself. This seems to be true for all the blocks. If I add it with the Custom Font Plugin it is possible. Sidenote: Fonts from functions.php are showing on the first position within the in the customizer font dropdown but not with the categegory “Custom Fonts” opposed to Fonts added via the plugin.

    #281200

    Hi there!

    A child theme is still a separate theme so it has its own Customizer settings. If you want the styles from your parent Kadence theme to be applied to the child theme, you can Export and Import them.

    To ensure that you have something to revert to in case issues arise, create a website backup first. Then, do these:

    • Install and activate the Kadence Starter Templates plugin.
    • Switch to the parent theme.
    • Go to Customizer > Import/Export and click the Export button. There should be a DAT file that will be downloaded to your computer – https://share.getcloudapp.com/WnuD1w7d.
    • Switch to your child theme again and go to Customizer > Import/Export.
    • Then, upload the file you downloaded in #3.
    • Lastly, click the Import button.

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

    Regards,
    Karla

    #281197

    Hello guys, I am having troubbles when activating the child theme, the one that I downloaded from your site and the one that I created myself. The issue is that when I activate the child theme, it does not inherit the parent style. It is not fullwidth, fonts changed, header and footer are broken. When I enter to Appearence-customize, it seems like nothing is set up. This is the first time it happens to me. I am working with Kadence, Starter Templates and Kadence Blocks.

    Do you guys know what could I do to fix this?

Viewing 20 results - 201 through 220 (of 6,404 total)