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 - 381 through 400 (of 6,404 total)
  • Author
    Search Results
  • #267469

    Hi there !

    First of all I have to mentionne that I’m a pure beginner. I know many people got confronted to the same issue on other forums and websites, but none of the answers were able to help me. Or maybe I just wasn’t competent enough to understand and apply them correctly.

    So here’s my issue:

    I’ve been trying to install a child theme in order to fullfill some small changes on my website. I’ve managed to install it and activate it without any problem. Thing is whenever I try to change something in the style.css the changes doesn’t apply like if the stylesheet were getting overwritten or the path incorrect.

    First thing I try to do was to add this to my function.php :

    function child_enqueue_styles() {

    wp_enqueue_style( 'child-theme', get_stylesheet_directory_uri() . '/style.css', array(), 100);

    add_action( 'wp_enqueue_scripts', 'child_enqueue_styles', );

    Didn’t work.

    Then I added a number at the end
    add_action( 'wp_enqueue_scripts', 'child_enqueue_styles', 15);

    It worked but only for once. I wasn’t able to apply any other changes afterwards.

    I’m a bit lost do you have any idea on how can I get it to work ?

    Thanks,

    RG

    #267450

    Hi there,

    I’m having some issues with the Kadence Child Builder. I was able to build my own child theme with it, but when I went to test it, I noticed it didn’t include any photos (except for the hero image on the homepage oddly). The posts and pages are there, just no photos. Any solutions would be greatly appreciated!

    In forum: Kadence Theme
    #267396

    Hu Kevin,
    Thanks again. That didnt help 🙁

    A little more in detail. I use a child theme. But no css in the style.css of that child theme; I made all changes within the customizer like backgroundcolour and the way the menu works (hover).

    I serve static content from a subdomain, so I use two domains: http://www.mydomain.nl and static.mydomain.nl.

    I made a CPS rule in functions.php: default-src: http://www.mydomain.nl and static.mydomain.nl

    When this line is not activated everything works fine, when I activate it, some style changes dont work.

    In gtmetrix and in the browser inspector in both situations I see the same with no errors.

    So, CPS is blocking something but I don’t no what, I allow mydomain and the static subdomain. Where else can it be served from? And why dont I see it in gtmetrix of inspector? Im confussed.

    kind regards,
    Bas

    In forum: Virtue Theme
    #267289

    Hi Georgina,

    Here are the CSS codes:

    @media (max-width: 780px){
        .kad-topbar-left{display:none;}
        .kad-topbar-right{width:100%;}
        .topbar-widgetcontent .panel-widget-style {
            -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
        }
        .topbar-widgetcontent .panel-widget-style .panel-grid-cell:not(:last-child) {
            margin-bottom: 0px !important;
        }
    }

    Kindly paste them into Theme Options > Advanced Settings > Custom CSS.

    Let me know if this works.

    Regards,
    Chito

    #267262

    Hello,

    Apologies for the delay in getting back to you!

    Please could you add this custom CSS:

    html body .animsition {
        background-image: url(https://[YOUR_DOMAIN_NAME]/wp-content/themes/generatepress_child/bg-tile-dark.jpg);
    }

    I have sent a note regarding this to the development team to see if there is a code snippet you can use to not include the CSS styles for the overlay and site background colors.

    Kind Regards,
    Karla

    #267253

    I looked in my Custom CSS to see if I had disabled the Add to Cart button, but never even noticed that I had created a Child Theme whose ONLY function it was to disable the shopping cart. Wow, do I feel dumb!

    Thanks so much!!

    #267249

    Hello,

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

    Is there a hook to deactivate the design library? I know you can hide it from the edit page but when adding a row layout, it is still present. We’d like to hide it completely.

    You may add this code snippet to hide the button completely – https://pastebin.com/j0mWVWzF.

    For example, if I deactivate forms, I’d want any designs using forms to be hidden as well. Is that possible?

    This is more complex and I don’t think this is possible with the code snippet I gave. You may log it as a feature request on this page.

    Is there a hook to hide all designs except our own?

    You can try to edit the code snippet I gave and use this CSS code instead:

    .kb-prebuilt-library-actions button:first-child {
        display: block;
    }
    .kb-prebuilt-library-actions button {
        display: none;
    }

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

    Best Regards,
    Karla

    #267248

    Hello Mike,

    Thank you for reaching out to us and I’m sorry to hear you’re having this issue.

    Upon checking, there are CSS styles from your child theme that hides the add to cart button – https://share.getcloudapp.com/Wnu0d4ob. Kindly remove or comment out those lines and purge any cache you may have after saving the changes to see if that will fix the issue.

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

    Best Regards,
    Karla

    #267046

    I’ve also just encountered this issue. Thank you for the clear OBJECT CACHE suggestion, Ofer.

    I was building a new site, so here’s what I did:
    – Kadence child theme and basic plugins active (security, seo, caching, backup)
    – Installed and activate Kadence PRO, Kadence Blocks PRO Extension
    – Realized I hadn’t installed Kadence Blocks, so installed and activated
    – Got too many redirects error
    – Changed Kadence Block plugin folder name on server
    – Reloaded Admin and deactivated all plugins, reverted to Twenty Twenty-One theme
    – Reactivated only Kadence Blocks
    – Got too many redirect errors again
    – Went here and tried clear OBJECT CACHE
    – It works
    – Reactivated plugins and Kadence child theme
    – Everything still works

    I’m not sure what in there caused it to need to clear Object Cache, but that fixed the issue.

    UPDATE: Got email from install, with following:

    Error Details
    =============
    An error of type E_COMPILE_ERROR was caused in line 110 of the file /var/web/site/public_html/wp-content/plugins/kadence-pro/kadence-pro.php. Error message: require_once(): Failed opening required ‘/var/web/site/public_html/wp-content/plugins/kadence-pro/class-kadence-theme-pro.php’ (include_path=’.:/usr/share/php’)

    • This reply was modified 4 years, 9 months ago by Chris Whissen. Reason: new details
    Anonymous
    #266902

    Hi Tony,

    Thank you for reaching out to us.

    You can do that by exporting the current theme’s settings and importing it to the new theme. In your case, export from the Kadence theme and import that to the Kadence child theme. Go to the Customizer and look for Import/Export.

    Here is a quick video I made for your reference: https://www.loom.com/share/128ce4abdd4749448a42f4d9d3318ced

    I hope this helps and let us know how we could help you further.

    Kind Regards,
    Michael

    #266901

    Hello

    As I am extending the functionality of my site, I create a child theme on kadence theme, and switch to it. However, all my previous kadence theme settings has been gone.

    What’s the option to migrate the settings over from kadence theme to child theme or in reverse? I hate to redo the setup again.

    Thank you

    #266874

    Hi,

    Where would I edit the Call to Action background image as per the demo content?

    Also, I would like to remove the parallax effect. Is there a way to do it? Thank you.

    <div class=”siteorigin-panels-stretch kt-parallax-stellar kt-panel-row-stretch panel-widget-style panel-row-style panel-row-style-for-22-0″ style=”background-image: url(" background-position: 0% 487.825px; */visibility: visible;margin-left: -445.733px;margin-right: -445.737px;padding-left: 445.733px;padding-right: 445.737px;border-left: 0px;border-right: 0px;” data-stretch-type=”full” data-ktstellar-background-ratio=”0.5″><div id=”pgc-22-0-0″ class=”panel-grid-cell”>

    <div id=”panel-22-0-0-0″ class=”so-panel widget widget_kadence_calltoaction_widget kadence_calltoaction_widget panel-first-child panel-last-child” data-index=”0″><div class=”kt-ctaw clearfix”><h1 class=”kt-call-to-action-title” style=”color:#ffffff; font-size:48px; line-height:1.1; text-align:center; ” data-max-size=”48″ data-min-size=”48″>Want to see all art?</h1><h5 class=”kt-call-to-action-subtitle” style=”color:#ffffff; font-size:20px; line-height:1.1; text-align:center; ” data-max-size=”20″ data-min-size=”20″>Check out all the art by Gail Wood / Novel Rodrigues / Silvia Sunesen.</h5><div style=”text-align:center”>View Now </div></div></div>
    </div></div>

    #266818

    Hello Alexander,

    Please could you send us a link to your website?
    Dominik’s issue seems to have been resolved already.

    If you have any website or server-side caching, please make sure to purge them to see if the issue will be fixed.

    Kind Regards,
    Karla

    #266763

    Thank you @Karla,

    I did try to remove child styles then add it back again, add some stuff.
    I can see now that inspector shows file is loaded, but it shows that style.css is empty, while there are already some definitions as you could see already- on your video.
    Have no idea why?

    Zrzut-ekranu-2021-07-9-o-14-33-02

    Below are my fuctions lines:

    /**
    * Enqueue child styles.
    */
    function child_enqueue_styles() {
    wp_enqueue_style( ‘child-theme’, get_stylesheet_directory_uri() . ‘/style.css’, array(), 100 );

    }

    add_action( ‘wp_enqueue_scripts’, ‘child_enqueue_styles’ ); // Remove the // from the beginning of this line if you want the child theme style.css file to load on the front end of your site.

    Thanks,
    Kind Regards

    #266748

    Hello Dominic,

    Kindly open a new topic for your future inquiries.

    When I go to your website(http://mag.sandboxacai.eu/), I can see your child theme’s style.css file being loaded – https://share.getcloudapp.com/d5uAX5wb. Were you able to sort out the issue already?

    If not, kindly give us the code you have in your child theme’s functions.php file so we can check further.

    Kind Regards,
    Karla

    #266735

    Hi @Karla,

    I have the same issue.
    I followed the instruction you shared but it does not help. Cash was cleaned in browser and on the server, not using any casing plugin, but child css still not being loaded.

    There is a similar topic here where i shared more details:
    https://www.kadencewp.com/support-forums/topic/child-theme-css-worked-for-the-first-edit-after-that-the-communication-stopped/

    Thanks in advance for support,
    Have a good day

    #266694

    Hi Hannah,

    do you think “integrate Custom Icons in Child Theme or Starter Template” is a feature request for Kaence Theme?

    Best,
    Tobi

    #266669

    Hi guys, @Hannah

    I have very similar issue to @visneyart on my test page as well http://mag.sandboxacai.eu/
    Child theme CSS was loaded only once when i removed // in functions.php before add action but later child theme style.css is not being loaded.
    I did the cash cleaning in all 3 webrowsers and on the server stie as well and do not have/use any cashing plugin.
    I tried to add any change in child theme styles just to check if it will finally load… but no results. I cannot figure this out.

    Here are resources I used:
    https://kadence-theme.com/knowledge-base/advanced/what-is-a-child-theme-should-i-install-one-if-so-how/

    Many thanks in advance,
    have a good day

    #266664

    I use a lighbox plugin (FancyBox for WordPress) to get a lighbox that is working with all images in one blog post.
    But Pinnacle adds only to single images the title tag to the link and fills it with the title property of the image.
    In galleries (made with the WordPress standard option to create an image gallery) the title attribute is missing in the href.

    So the lightbox can show the image title only for single images an dis missing this for images out of a gallery.

    Is there an option via the functions.php or within a child-theme to add this behavior?

    Have a look here: to/en/2021/07/02/little-sparrow-on-his-toughest-day/

    Best regards,
    Marc

    #266625

    Hi, The starter template which you can enable as part of the child theme builder would have custom icons. Once you import the custom icons would import.

    There isn’t a built-in way to have a child theme alone include custom icons, you would need to write out all the custom functions that come with Kadence Blocks Pro to make them part of the child theme along with the source of the icons. I hope that clarifes.

    Ben

Viewing 20 results - 381 through 400 (of 6,404 total)