• Resolved Bennn

    (@bennn)


    I initially was using the storefront theme and now using deli, i just installed deli when the new upgrade was done and it affected what i have done that was when i knew i need a child theme.

    Please do you have deli child theme? I will need help with the deli child theme.

    Thank you so much.

Viewing 15 replies - 1 through 15 (of 15 total)
  • I’m not really sure what you’re asking?

    You can download the Deli child theme here: https://www.ads-software.com/themes/deli/

    I recommend using our Theme Customisations plugin to make any changes/modifications to a child theme.

    Thread Starter Bennn

    (@bennn)

    Thank you jameskoster, i already downloaded the deli child theme but when you did your upgrade your footer credit came back after I removed it with css, so I thought to avoid such changes after upgrade i may have to use a child theme for deli.
    I am using jetpack plugin do I still need your Theme Customization plugin?

    Ah I see. You cannot create a child theme of a child theme I’m afraid.

    If you’re using Jetpack and want to make CSS changes then I’d recommend just using the CSS module in Jetpack. If it’s enabled you should be able to access it via the Customizer. For any PHP modifications I recommend the Theme Customisations plugin.

    Cheers.

    Thread Starter Bennn

    (@bennn)

    Thank you jameskoster for your prompt response, I understand better now and I will do just that. Thanks again.

    After you download, and install Master Ninja Koster’s Customization Plugin, add the following code:

    add_action( 'init', 'custom_remove_footer_credit', 10 );
    
    function custom_remove_footer_credit () {
        remove_action( 'storefront_footer', 'storefront_credit', 20 );
        add_action( 'storefront_footer', 'custom_storefront_credit', 20 );
    } 
    
    function custom_storefront_credit() {
    	?>
    	<div class="site-info">
    		&copy; <?php echo get_bloginfo( 'name' ) . ' ' . get_the_date( 'Y' ); ?>
    	</div><!-- .site-info -->
    	<?php
    }

    in here: (click the link to open the image)
    https://i.imgur.com/UQxixB5.png

    Thread Starter Bennn

    (@bennn)

    Hello James,

    Hope you have been good. I have installed the Theme Customization plugin but can’t seem to see anywhere to make Php customization after installing the plugin or how do i go about it so i don’t lose previous customization whenever i upgrade.

    @ Brad Griffin, is theme customization same as Master Ninja Kosher’s customization plugin?. I clicked on the link you sent “https://i.imgur.com/UQxixB5.png&#8221; and saw that this is edit plugin file but when i opened the theme customization file, i did not see where to paste the code, you said i should paste the code right here but no arrow pointing to where to paste it, please clarify.

    waiting for your responses.

    Thank you,

    Benn.

    @bennn the readme states where you should put your customisations ??

    Thread Starter Bennn

    (@bennn)

    Hello Jameskoster, i have been waiting to hear from you, thank you so much for responding. I have gone to read the readme again and it states this below:

    == Usage ==

    * Add any CSS snippets to custom/style.css. This file is found in this plugin.
    * Add any PHP snippets to custom/functions.php. This file is found in this plugin.
    * Add any JS snippets to custom/custom.js. This file is found in this plugin.
    * Add custom top level template files (page.php, single.php etc) to custom/templates/. You will need to create the templates folder.
    * Activate the plugin.

    Which means i have to add the codes through the plugin editor for the various files, correct?

    I want to add the code sent by Brad Griffin now and then update to Deli version 2.0.0, I did not update because i don’t want to lose any customization.

    Thanks.

    Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hi Bennn,

    To add the code that Brad created for you which is PHP you should add that code to the plugins custom/functions.php file.

    Once you have added the code you can upload the plugin to your site via FTP or similar.

    I hope this helps.

    Thread Starter Bennn

    (@bennn)

    @stuart, thank you so much. I uploaded the plugin to my site first, added the code to the plugins custom/functions.php file and updated/saved.

    @brad and @jameskoster thank you so much for your support, you are all great people!

    Benn, you’re in big trouble. I am also using Deli theme and Woocommerce. Now I realised I made my biggest mystake. Quit that child theme until is not too late. If you need, I can give you 20 resons to do it. For me is too late.
    You will see, any step you make can be your last mistake, you never can go back.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @nicu-danciu, Can you elaborate on the actual issue with using a Child Theme? 20 reasons would be great.

    Thread Starter Bennn

    (@bennn)

    @nicu Danciu, i am sorry you are having issues using Deli theme but i think its a great theme with great support because whenever i post here on my issues someone is always here to assist.

    You need to relax, don’t think you made a mistake using Deli, I will advise you open up a support thread on your issue, and then wait for assistance.

    You know Deli is a child theme of Storefront and already has the images set. I looked at your site and obviously something is wrong with the image alignment. I am sorry I can’t figure out what it is but you have friends here on the forum who can, all you need do is to post a new thread on your issue.

    Wishing you the best!

    @bennn
    Thank you, Benn. Obviously, either I want it or not, I will keep openning support threads and wait for assistance. Sometimes I receive it almost instantly, sometimes I do not receive it at all.
    Also I want to say I start to believe that the main issues are in Woocomerce Sort&Display. I must say that I tried yesterday with another theme…and the problems on Product Page are even bigger.

    @andrew Nevins
    Sorry I’ve been talking like this. I was just upset that I need to waste so much time with this issues instead to concentrate on the main problems of an ecommerce site.
    Again, my excuses. I know you’re doing all your best to answer all these questions on the forum and I realise that sometimes it take time to find solutions for everybody.

    Pls I just downloaded the deli theme on my site and I want to know how to remove the background footer at the bottom of my site (around the footer). thank you. also very urgently I noticed that my logo doesn’t show on the mobile version of my site. my site is https://www.jaracake.com
    thanks a lot for your help in advance.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Deli Child Theme’ is closed to new replies.