Page 1 of 2 12 LastLast
Results 1 to 10 of 1514

Hybrid View

  1. #1
    Join Date
    Dec 2015
    Posts
    9
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hello! I was wondering how I would go about adding another tab to the main page box, where the Newest, Featured and Specials tabs are. I am wanting to add a tab for upcoming products- I realise I can add this section below the tabs box but I need it to be more noticable, so an extra tab would be ideal. Please dumb-down instructions as much as you can, as my PHP knowledge is limited Thanks!

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by EmmaThePoly View Post
    Hello! I was wondering how I would go about adding another tab to the main page box, where the Newest, Featured and Specials tabs are. I am wanting to add a tab for upcoming products- I realise I can add this section below the tabs box but I need it to be more noticable, so an extra tab would be ideal. Please dumb-down instructions as much as you can, as my PHP knowledge is limited Thanks!
    There is no easy way to do this. Take a look at one of the tabs that is currently there and then apply the changes to the upcoming products. I would recommend looking at featured products and the related files.

    Thanks,

    Anne

  3. #3
    Join Date
    Dec 2015
    Posts
    9
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by picaflor-azul View Post
    There is no easy way to do this. Take a look at one of the tabs that is currently there and then apply the changes to the upcoming products. I would recommend looking at featured products and the related files.

    Thanks,

    Anne
    Hello again, sorry for the late response! I tried making another tab for upcoming products by looking at the Featured tab as a guide, but I haven't been able to get anything to work. I noticed that in the tpl_categories_index.php file calls the tpl_modules_featured_products.php file for the featured products tab, but there is no similar page for upcoming products. Your advice lead me in the right direction... I just don't think my PHP skills are good enough to figure this out on my own. If it's not too much trouble, would you be able to walk me through the steps in order to create a new tab with upcoming products? If this is too big of an ask I understand, but thanks for your help so far.

  4. #4
    Join Date
    Jan 2014
    Posts
    51
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hi Anne

    Im not running any mods apart from your template and UK basic mail which just adds files to the shipping module so it can't be an issue regarding other mods.

    Website is http://www.thegreatgiftshop.co.uk ( its the links in the footer, all product/featured that are throwing the error)

    One thought I did have which was when trying a couple of your templates, I did upload the .sql file from the all business to the database. Ive seen somewhere Sheffield blue should have its own .sql patch but its not included in the .zip file provided in the downloads section of this website.

    I guess this might be the issue? if so where can i get the proper .sql file from.

    Just to reiterate, everything works fine when i switch back to classic template.

    Kind regards.

    John

  5. #5
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Bronco78th View Post
    Hi Anne

    Im not running any mods apart from your template and UK basic mail which just adds files to the shipping module so it can't be an issue regarding other mods.

    Website is http://www.thegreatgiftshop.co.uk ( its the links in the footer, all product/featured that are throwing the error)

    One thought I did have which was when trying a couple of your templates, I did upload the .sql file from the all business to the database. Ive seen somewhere Sheffield blue should have its own .sql patch but its not included in the .zip file provided in the downloads section of this website.

    I guess this might be the issue? if so where can i get the proper .sql file from.

    Just to reiterate, everything works fine when i switch back to classic template.

    Kind regards.

    John
    You need to check your logs folder for errors and correct them or post them so that we can take a look.

    These links are working fine in the template demo.

    Thanks,

    Anne

  6. #6
    Join Date
    Oct 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hello in reference to a .sql file. Is there one for Responsive Sheffield Blue.
    Thanks
    Niko

  7. #7
    Join Date
    Jan 2014
    Posts
    51
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    You need to check your logs folder for errors and correct them or post them so that we can take a look.

    These links are working fine in the template demo.

    Thanks,

    Anne
    Hi Anne

    I Already did afew posts ago



    [18-Jan-2016 10:09:40 UTC] PHP Fatal error: 1109:Unknown table 'p' in field list :: select count(p.products_id) as total ==> (as called by) /home/leisurel/public_html/thegreatgiftshop/includes/classes/split_page_results.php on line 87 <== in /home/leisurel/public_html/thegreatgiftshop/includes/classes/db/mysql/query_factory.php on line 155


    The above is what is being logged in the logs folder....no other errors.

    Regards,

    John

  8. #8
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by gearheadniko View Post
    Hello in reference to a .sql file. Is there one for Responsive Sheffield Blue.
    Thanks
    Niko
    No, this template has an auto installer.

    Thanks,

    Anne

  9. #9
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by EmmaThePoly View Post
    Hello again, sorry for the late response! I tried making another tab for upcoming products by looking at the Featured tab as a guide, but I haven't been able to get anything to work. I noticed that in the tpl_categories_index.php file calls the tpl_modules_featured_products.php file for the featured products tab, but there is no similar page for upcoming products. Your advice lead me in the right direction... I just don't think my PHP skills are good enough to figure this out on my own. If it's not too much trouble, would you be able to walk me through the steps in order to create a new tab with upcoming products? If this is too big of an ask I understand, but thanks for your help so far.
    I would recommend hiring a pro to do this type of programming ;)

    Thanks,

    Anne

  10. #10
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by EmmaThePoly View Post
    Hello again, sorry for the late response! I tried making another tab for upcoming products by looking at the Featured tab as a guide, but I haven't been able to get anything to work. I noticed that in the tpl_categories_index.php file calls the tpl_modules_featured_products.php file for the featured products tab, but there is no similar page for upcoming products. Your advice lead me in the right direction... I just don't think my PHP skills are good enough to figure this out on my own. If it's not too much trouble, would you be able to walk me through the steps in order to create a new tab with upcoming products? If this is too big of an ask I understand, but thanks for your help so far.
    Did you find a solution? If not, I'll be happy to upload mine.

    Thanks,

    jpda

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg