Jackie Boy
Forum Replies Created
-
Hi Josh, I just wanted to let you know I have successfully installed your storefront child theme and the footer text has been modified as per our previous discussion. Many thanks for this you have been a great help, and I am going to reference your work in my Final Year Project documentation and also put a thanks in my “Acknowledgements” section within my final report.
On another note I want to apologise for asking you about the Dynamic Pricing plugin, I just wanted your opinion but I have since found a section within the plugin docs that covers moving it to another site so I should be able to manage it on my own.
Once again thanks for all your help 🙂
I’v figured it out, it’s a sud-directory i need and I’m watching a vid on Youtube now on how to do it. Thanks for your help so far you have been great 🙂
lol I bet it is, i’vmanaged to do it myself using other themes but I just couldn’t seem to get it working this time lol.
I’v had a look at your child theme starter and it’s a really helpful resource. But before I implement your fix I need to correct a different issue in which I have made a bit of a school boy error i’m afraid.
In my haste to get my project finished I started working on my main url, when infact I believe I should be using a subdomain I believe it is called.
I’m working on “jackieboydesigns.co.uk” when I should be working on “jackieboydesigns.co.uk/FYP”
Is that a new subdomain I need? And if so are they easy to set up? Do I just contact my web hosting provider?”
Also I was kindly given permission by WooCommerce Team to use a premium plugin called “Dynamic Pricing” with a single site license, if i uninstall from my original url then re-install on the new subdomain name will it still work do you think?
I really like how you have included the functions.php file with the code already included for changing the footer text. Very thoughtful indeed 🙂
will do thanks very much. i am looking at your starter pack now, very good idea and i’m sure it will be very helpful 🙂
thanks josh will check it out 🙂
I have posted a request at the help centre so hopefully i will get help from there, but any replies here would be much appreciated.
I also tried Luke’s method which would probably be ideal for me but again my whole site went blank. I don’t understand what I am doing wrong, as I am just following the instructions stated here in this thread.
There is obviously a step or two missing which may seem obvious to an experienced developer but I am just a beginner/novice and could really use the help.
I am hoping for a speedy reply as I don’t have a lot of time to get my project finished. Thanks in advance 🙂
Hi Guys, I’m having the exact same problem as described here. I am doing my Final Year Project for my degree at university and I have to demonstrate I can modify the theme and make my own version of Storefront.
I have created a child theme and so far I just have a style.css file in it which imports the styles from the parent theme but also allows me to make changes to the css.
When I add the function.php file with the modified code suggested by MJepson my site just goes blank. My function.php file now looks like this:
<?php
/**
* storefront engine room
*
* @package storefront
*//**
* Initialize all the things.
*/
require get_template_directory() . ‘/inc/init.php’;/**
* Note: Do not add any custom code here. Please use a child theme so that your customizations aren’t lost during updates.
* http://codex.ww.wp.xz.cn/Child_Themes
*/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”>
© <?php echo get_bloginfo( ‘name’ ) . ‘ ‘ . get_the_date( ‘Y’ ); ?>
</div><!– .site-info –>
<?php
}Please can you help me fix this issue, or better still help me to edit the footer so it displays modified text from this:
Storefront designed by WooThemes
To this:
Child Theme designed by Jackie Boy
Forum: Plugins
In reply to: [Compare Products for WooCommerce] Compare feature not workingIt’s after 2am now so I am going to read back through the documentation from the beginning to see if I can figure this out. Maybe I am doing something wring but I am unable to edit the 2 test products I have inputted so far, it’s clear I need the Pro version for that but I am unfortunately not in a position to get Pro just yet. My project is a proof of concept for my final year project at university as I am studying a website & multimedia degree. this project is for my degree and the pro version would help defo help. is there any chance i could use the pro version for a couple of months til the end of my current academic year which finishes in July 2015 if I put a thankyou in my website and documentation? I will also rate 5 stars and you never know, if my project is successful i may be able to set my site up for real and make some money. then i would obviously contribute to the developer and purchase the plug-in in the normal way. Anyway, thanks for your help and If you can spot any problems from the information I gave you in the last message please let me know. Kindest regards.
Forum: Plugins
In reply to: [Compare Products for WooCommerce] Compare feature not workingHi Steve,
Thanks very much for your reply. Yeah I have checked through your documentation but unfortunately I don’t have the Product Comparison option in the WooCommerce admin area. My WooCommerce Admin area contains the usual options of: ORDERS, COUPONS, REPORTS, SETTINGS, SYSTEM STATUS, and ADD-ONS but there is no PRODUCT COMPARISON option as highlighted in your documentation. I also checked the new WC COMPARE admin area which was created when I installed the Comparison Plug-in but the only options I have there are: CATEGORY & FEATURE, PRODUCT MANAGER, SETTINGS & STYLE but no PRODUCT COMPARISON option.
Is it relevant if I tell you i am only working on a project, I will not actually be selling things on my website. I just want it to display some products and allow users to compare products to find the best deal. Also will this compariosn plug-in be compatible with the DYNAMIC PRICING add-on from WOOCommerce which I am hoping to use on my website.
Forum: Plugins
In reply to: Error Connecting to JetpackI never got any replies on this but i was helped out by the jetpack support team 🙂