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 - 881 through 900 (of 6,404 total)
  • Author
    Search Results
  • #240740

    Good morning,

    My Ascend Child theme is suddenly causing a critical error on my website ( ). The only way I could access the site was by clicking on the WordPress recovery mode link. Once I changed over to the parent Ascend theme the site started working again fine. I checked the style sheet for the Child theme and nothing has changed and I’m not sure how to troubleshoot this. Any help would be greatly appreciated!

    Kindest regards,

    Jennifer

    In forum: Ascend Theme
    #240627

    Hey,
    You would need to add that into the functions.php of your child theme. You can download a child theme from here: https://www.kadencewp.com/child-themes/
    Hope that helps!

    Hannah

    #240424

    I am using Virtue Pro and trying to change the margin-bottom for default P tag.
    I have added below CSS into my child theme but not working.

    .entry-content p {
    margin-bottom:30px;
    }

    My website

    #240389

    Hi

    We are using Events calendar + the pro version of the plugin, and a child theme

    the default template seems to not be returning the events sidebar. i have located the function:

    add_filter( ‘kadence_display_sidebar’, ‘kt_tribe_sidebar’ );
    function kt_tribe_sidebar( $sidebar ) {
    if ( tribe_is_event_query() ) {
    return false;
    }
    return $sidebar;
    }

    Unclear why this would fail?

    #240318
    This reply has been marked as private.
    #240286

    Hi Lukas,
    There isn’t a built in way to change the portfolio project default, sorry. Not unless you wanted to add a custom function into a child theme. Let me know if you want to go that route and I can have Ben write up the specific function.

    Hannah

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240261

    I am back into the server by sftp.

    I believe it’s my styles.css file that’s causing the problem. I changed the name of virtual-premium-child them to virtual-premium-child-old, and created a new virtual-premium-child directory. I placed the newest copies of these files in that server directory:

    style.css
    WholesalePage.css
    function.php

    When I tried to install that, I found two identical instances of the same error as in this screen shot.

    https://gyazo.com/f5b7a56e5295963dfc02cfb40e5af23e

    I opened style.css and found it was no longer formatted. I added this header

    /*
     Theme Name:   Virtue Premium Child
     Theme URI:    http://example.com/virtue-premium-child/
     Description:  Virtue Premium Child Theme
     Author:       John Doe
     Author URI:   http://example.com
     Template:     virtue_premium
     Version:      1.0.0
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout
     Text Domain:  virtue-child
    */
    
    /* Theme customization starts here
    -------------------------------------------------------------- */

    and I was then able to select it as my site theme, but WP wasn’t able to parse the code. Not sure what happened. Here’s what the unedited version of style.css looks like.

    /* Theme Name: Virtue - Premium - Child Theme URI: http://example.com/ Description: Child theme for the Virtue theme Author: Dave Burrows Author URI: http://www.meadowcroft-dyeworks.com Template: virtue_premium Version: 0.1.0 */#wwof_product_listing_table select { width: 400px; }.product_item .product_price{display:none}.product_item .kad_add_to_cart,.product_item a.button{display:none}div.product .woocommerce-tabs ul.tabs li.additional_information_tab{display:none}.cart-contents .icon-basket:before { display:none;}.cart-contents i.icon-basket { width: 24px; background: url(http://meadowcroft-dyeworks.com/images/bag.png) no-repeat; height: 24px; margin: 0 auto; padding-right: 27px !important; padding-bottom: 8px;}.custom-icon-home {width: 44px;background: url(http://meadowcroft-dyeworks.com/images/home.png) no-repeat;height: 32px;margin: 0 auto;}.custom-icon-home:hover {width: 44px;background: url(http://meadowcroft-dyeworks.com/images/home-hover.png) no-repeat;height: 32px;margin: 0 auto;}.custom-icon-about {width: 33px;background: url(http://meadowcroft-dyeworks.com/images/about.png) no-repeat;height: 32px;margin: 0 auto;}.custom-icon-about:hover {width: 33px;background: url(http://meadowcroft-dyeworks.com/images/about-hover.png) no-repeat;height: 32px;margin: 0 auto;}.custom-icon-contact {width: 31px;background: url(http://meadowcroft-dyeworks.com/images/contact.png) no-repeat;height: 32px;margin: 0 auto;}.custom-icon-contact:hover {width: 31px;background: url(http://meadowcroft-dyeworks.com/images/contact-hover.png) no-repeat;height: 32px;margin: 0 auto;}.custom-icon-account {width: 31px;background: url(http://meadowcroft-dyeworks.com/images/account.png) no-repeat;height: 32px;margin: 0 auto;}.custom-icon-account:hover {width: 31px;background: url(http://meadowcroft-dyeworks.com/images/account-hover.png) no-repeat;height: 32px;margin: 0 auto;}.custom-icon-yarn {width: 26px;background: url(http://meadowcroft-dyeworks.com/images/yarn.png) no-repeat;height: 32px;margin: 0 auto;}.custom-icon-yarn:hover {width: 26px;background: url(http://meadowcroft-dyeworks.com/images/yarn-hover.png) no-repeat;height: 32px;margin: 0 auto;}a:active {color: #008000;text-decoration: underline;}a:hover {color: #FF0000; /* red - doesn't display correctly */text-decoration: none;}a:link {color: #8a84a5; /* blue - displays correctly */text-decoration: underline;}a:visited {color: #261d3f; /* aqua - displays correctly */text-decoration: underline;}.product .kad_add_to_cart {text-transform: none;}#topbar-search #searchsubmit, .form-search .search-icon, #topbar-search input[type="text"], .topbarmenu ul li a {color: #493F66;border: medium;}#topbar-search input[type=text]:-moz-placeholder {color: #B6B6C5;background: #EDEDF7;}#topbar-search input[type=text]::-moz-placeholder {color: #B6B6C5;}.product_item .price { display: none;}

    There’s not a lot of code here. I’m gonna try to figure it out. WholesalePage.css looks fine:

    /**
    * Product Listing Table
    *
    * Minimal default styling for the product table
    */
    #wwof_product_listing_ajax_content .processing-overlay,
    #wwof_product_listing_table_container .processing-overlay {
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    #wwof_product_listing_ajax_content .loading-icon,
    #wwof_product_listing_table_container .loading-icon {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        width: 35px;
        height: 35px;
        background: url('../images/ajax-loader.gif') no-repeat top left;
    }
    
    #wwof_product_listing_filter {
        margin-bottom: 1em;
    }
    
    #wwof_product_listing_table tr th {
        padding-bottom: 0.5em;
        padding-top: 0.5em;
    }
    
    #wwof_product_listing_table tbody tr td {
        min-height: 10em;
        display: table-cell;
        vertical-align: middle;
    }
    
    .wwof_product_listing_item_thumbnail {
        vertical-align: middle;
        margin-right: 10px;
    }
    
    #wwof_product_listing_table .variable_price .price {
        display: none;
    }
    
    /* Product listing actions column */
    #wwof_product_listing_table .product_row_action .spinner {
        display: none;
        background: url('../images/spinner.gif') no-repeat scroll 0% 0% / 20px 20px transparent;
        opacity: 0.7;
        width: 20px;
        height: 20px;
        margin: 2px 5px 0px;
    }
    #wwof_product_listing_table .product_row_action .spinner.success {
        background-image: url("../images/check_icon.png");
    }
    #wwof_product_listing_table .product_row_action .spinner.error {
        background-image: url("../images/error_icon.png");
    }
    
    /**
    * Popup
    *
    * Default styling for product details popup
    */
    .fancybox-skin {
        padding: 25px !important;
    }
    
    .wwof-popup-product-details-container {
        display: block;
        width: 100%;
    }
    
    .wwof-popup-product-images {
        float: left;
        width: 38%;
    }
    
    .wwof-popup-product-images > img {
        max-width: 100%;
    }
    
    .wwof-popup-product-images .gallery {
        margin-top: 10px;
    }
    
    .wwof-popup-product-images .gallery img {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 40%;
    }
    
    .wwof-popup-product-summary {
        float: right;
        width: 58%;
    }
    
    .wwof-popup-product-summary .product-title {
        margin-top: 0;
    }
    
    .wwof-popup-product-summary .product-price {
        margin-bottom: 25px;
    }
    
    .wwof-popup-product-summary .product-rating {
        margin-bottom: 25px;
    }
    
    .wwof-popup-product-summary .product-rating .star-rating {
        font-family: star;
        font-size: 1em;
        height: 1em;
        line-height: 1em;
        overflow: hidden;
        position: relative;
        width: 5.4em;
        float: left;
        margin: 0.5em 4px 0 0;
    }
    
    .wwof-popup-product-summary .product-rating .star-rating:before {
        color: #e0dadf;
        content: "sssss";
        float: left;
        left: 0;
        position: absolute;
        top: 0;
    }
    
    .wwof-popup-product-summary .product-rating .star-rating span {
        float: left;
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        top: 0;
    }
    
    .wwof-popup-product-summary .product-rating .star-rating span:before {
        content: "SSSSS";
        left: 0;
        position: absolute;
        top: 0;
    }
    
    select {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        width: auto;
    

    I’ve got the child theme running again, but it’s still not right.

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240258

    We can hold off until Monday sometime. I don’t have a full day on Monday, so that’ll work. In the meanwhile, I’ll figure out how to ftp into the server again, and do some more homework to try to catch up with where I was when I last looked at those things.

    If by access you’re asking if I can open those files, I can. The content of the custom product page tabs is in the pho file; I can also open and edit that. The text it included for those custom tabs needs to be revisited anyway.

    The error I’ve been getting about the child theme read either exactly the same as what I quoted you yesterday or very nearly the same thing. I don’t see that error right now.

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240253

    Are you able to access the content within your style.css and wholesale.css? If so, you can copy them and paste them into a new child theme.
    What was the warning you had been seeing in your admin?
    The developer will be available tomorrow (Sunday) evening or Monday morning to help you with setting up a new child theme and restoring anything that was lost. Let me know if I can do anything for you in the meantime!

    Hannah

    In forum: Virtue Theme

    In reply to: favicon

    #240251

    Hi yes i have checked. i can also view my favicon in an open tab. but favicon is not being shown in google search results. the site is http://www.ponponi.co.il child theme might have something to do? Css? i have no idea how to fix this..

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240249

    I found the file and two others in a directory on my HD labeled virtual-premium-child. They are:

    functions.php
    style.css
    wholesale.css

    I don’t see an upload in this forum for files, but if you need them, we can figure out something. I’m reading about Kadence child themes. I have a poor memory for stuff like this, but that page is what jarred my memory and allowed me to find these. I don’t code, but I can muddle through the CSS without too much difficulty. At very least, it’ll remind me of all the things I aimed to correct with it. Some of them are so obvious now that they’re all displaying (or not) again. It’s hideous.

    There was something wrong with the child theme I had been using, though. There had long been a warning in my admin that I didn’t understand and didn’t know where to go for help. The error I sent yesterday has displayed in my admin for maybe a year or more. It worked, though, so I didn’t touch it. I’m very okay with trying to build it again. I’m reading your documentation. I’m not even sure I know how to log in to the server by ftp anymore, though.

    A big question is, if I do rebuild the child theme, and I’ve pretty much decided to do that, do I delete the child theme directory on the server? (If I can figure out where it is again, that is).

    I like the design aspects of this stuff, and Gutenberg is very intuitive once you know what a particular block is capable of doing. I love the tricks and tools this theme gives me, and with a little effort, WP does so much for my site so easily. I’m not good at the technical stuff. It’d daunting, intimidating, and there’s a constant fear that something’s going to be broken.

    As an incidental, my fears are well founded. Some years ago, I hired someone to do some work on the site. Among other things, he advised that he delete a bunch of no-longer-used images from my media directory. I approved that. He misused his plugin, and deleted the ones that should have been saved and visa versa. By the time he told me about his mistake, a sufficient number of days had passed that the relevant backups had rolled off. They were unrecoverable. It has taken years to recover from that, and probably cost me 200 man hours at the very beginning. I had the images on my HD, but they each had to be uploaded and associated again with the correct product pages. WP doesn’t make a job like that, with what was then some 800 product pages, easy. It almost cost me everything. I am again remembering that with a theme, though, my data isn’t disturbed.

    So as I think this through and put the emotion of that former mishap in it’s place, I think I over-reacted. I apologize.

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240247

    Everything was as intended until you told me to switch from the child theme to the theme. I understood you to say that my child theme was saved. I don’t understand why it can’t be put back as it was.

    I’ve spent hours working on my home page last night and this morning. How to save that work before we go to any sort of backup? It’s at Pages|Home in my admin. My website has a backup installed. You asked for access to my admin, and you have that. I really just don’t know enough to even answer these questions with much intelligence. If you would please just go in there to see what’s there, perhaps we can move forward more efficiently. Before I do anything in my site, I watch videos and/or read articles so I have a clue. Right now, I have no clue, and that’s really got me twisted up inside.

    ETA: I remember saving a php file to my drive when the child theme was newish, but I don’t recall it’s name. I think it contained the child theme configurations or similar. It’ll be whatever it would called by default. If I had it’s name, I could probably find it. Would that file help?

    • This reply was modified 6 years, 6 months ago by Dave.
    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240232

    Sorry for the struggle! We will absolutely help you in whatever capacity to get things working as you want.
    It looks like your broken child theme is still installed, but not activated.

    I’m not adding anything to the child theme.

    I would not have asked you to delete your child theme if I thought you had added anything to it. Your host should be able to do a backup for you so I would suggest reaching out to them first. If they’re unable to help you I can have our developer walk you through the process of setting up a new child theme and re-adding anything that has been removed. I apologize for any inconvenience!
    Let me know what you need from us!

    Hannah

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240210

    Hmm. Try doing a fresh install of the theme. You can download from here: https://www.kadencewp.com/my-account/my-api-downloads/
    You could also have a plugin conflicting. If uploading a fresh version of the theme does not work I would suggest deactivating your plugins to test if any are conflicting.
    As for your child theme, I suggest deleting that and starting over if you feel you need one. You can download from here: https://www.kadencewp.com/child-themes/

    Hannah

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240206

    Thanks. Okay, this is on that page:

    Broken Themes
    The following themes are installed but incomplete.

    Name Description
    Virtue – Premium – Child Theme URI: http://example.com/ Description: Child theme for the Virtue theme Author: Dave Burrows Author URI: http://www.meadowcroft-dyeworks.com Template: virtue_premium Version: 0.1.0 Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.

    WP doesn’t give me the option to go back to the child theme or whatever I had been using of it. Still no shrink.

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240196

    I’m not adding anything to the child theme. I’ve never even been sure it’s set up correctly. I really don’t know a lot about using one.

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240195

    Can you tell me what you’re adding into your child theme?

    Hannah

    In forum: Virtue Theme
    #240179

    I don’t suggest two pagebuilders so best to add with php in the function file of your child theme, would look like this:

    /**
     * Display Simple Product SKU, in WooCommerce loop pages, after item name
     *
     * @return 	void
     */
    function simple_product_sku_before_loop_item_title(){
    	global $product;
    	$type = $product->product_type;
    	$sku = $type == 'simple' ? $product->get_sku() : '';
    	echo $sku;
    }
    add_action( 'woocommerce_shop_loop_item_title', 'simple_product_sku_before_loop_item_title', 30 );

    Ben

    In forum: Virtue Theme
    #240166

    Hello:
    I always use Page Builder by SiteOrigin since it is what I know, I can also activate Kadence Woocommerce Elementor and continue using Page Builder by SiteOrigin, or to use Kadence Woocommerce Elementor I must deactivate and delete Page Builder by SiteOrigin.
    I created a child theme of the Virtue Premium theme.
    I have no problem touching some CSS or PHP.
    Thank you.

    In forum: Virtue Theme
    #240078

    You can do this with our elementor extension for woocommerce. It allows you to create custom loop options for how you want products to be output.

    Otherwise you would have to use custom child theme or snippets plugin and hook in the sku. How comfortable are you with adding a little code through either of those means?

    Ben

Viewing 20 results - 881 through 900 (of 6,404 total)