Page 83 of 85 FirstFirst ... 33738182838485 LastLast
Results 821 to 830 of 842
  1. #821
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by Steg Rainger View Post
    As stated in previous thread im totally new to all this and feel like im learning a whole new language.
    My last and final issue im struggling with is the brands tab and removing it.

    I found the html
    </li>


    <li class="brands-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand -->

    <ul >
    <?php

    But im not sure of how much or how little to remove.
    I have tried a couple of options with undesired effects of putting things out of line

    Thanks in advance
    In your stylesheet.css file at the bottom add this:

    .brands-li{display:none;}


    Thanks,

    Anne

  2. #822
    Join Date
    Feb 2016
    Location
    Virginia
    Posts
    1
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Hello

    My website has this template and I believe it is the responsive one. My webmaster has left me in dire straights by messing up the template somehow and will not answer any messages, texts, etc. I can still see my website, but when I try to go to my zencart this is the message I am getting:

    1146 Table 'teresasc_zc1.TABLE_ADMIN_PAGES' doesn't exist
    in:
    [SELECT @sortorder:=max(sort_order) FROM TABLE_ADMIN_PAGES ;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I know nothing about all of this - this is why I had a webmaster doing it for me.

    Can anyone give me any ideal what I can do to be able to access my zencart and get this message taken care of on my website.

    Thanks

    Teresa

  3. #823
    Join Date
    Aug 2009
    Location
    Longs, SC
    Posts
    626
    Plugin Contributions
    2

    Default Re: Sheffield Blue Template Support Thread

    It sounds like a missing define. In the includes folder check the file database_tables.php. There should be a line in there define('TABLE_ADMIN_PAGES', DB_PREFIX . 'admin_pages');. If not add it.

  4. #824
    Join Date
    May 2016
    Posts
    188
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Firstly, I'd like to say thank you for allowing us to use your template freely. You're awesome.

    Now, I'm having a bit of an issue. I tried to create a new field for when customers register on my site but I messed up. I went to phpmyadmin, went to customers on my DB and inserted a row. This instantly messed up the site so I removed the row and then the site began to work again but now every time I click login or register I get this error - "An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed."

    I click okay and then it just proceeds as normal. Any ideas on how to fix it?

    The other issue I'm having, I edited the social media links for the footer by following the instructions on "http://www.picaflor-azul.com/demos/install/readme/responsive_sheffield_blue_readme.html" and now it's doing this - https://gyazo.com/9d9a3c1a108e0c8dcae5509f7b728b9d

    Using the newest version of Zen Cart and the newest version of your template.

    Hope you guys can help me out as I'm new to this.

    Cheers,

    Ash.
    Last edited by CSGODeimos; 27 May 2016 at 07:20 PM.

  5. #825
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,846
    Plugin Contributions
    11

    Default Re: Sheffield Blue Template Support Thread

    ash,
    with regards to your JSON error review these links:

    https://www.zen-cart.com/showthread....75#post1311675

    where drB points you to this thread:

    https://www.zen-cart.com/showthread....html-Not-found

    with regards to the footer, i would re-look at the posted notes. your code is being interpreted as literals as opposed to html. you can possibly post what you did here, and i'm sure someone could let you know where you went adrift.

    good luck!
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #826
    Join Date
    May 2016
    Posts
    188
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by carlwhat View Post

    with regards to the footer, i would re-look at the posted notes. your code is being interpreted as literals as opposed to html. you can possibly post what you did here, and i'm sure someone could let you know where you went adrift.

    good luck!
    Thanks for those threads, hopefully that will help.

    As for the footer problem, I did as advised on the instructions for customizing the template. I went to Tools < Flexible Footer Menu and then selected the blank field shown here - https://gyazo.com/71451a60d07c59d8d36a10e4b4ad61b1

    All I did was change the links to both Facebook and Twitter. After I clicked update, I refreshed the site, the little icons were gone and I was left with it not picking up the HTML.

  7. #827
    Join Date
    May 2016
    Posts
    188
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Fixed the footer, it was an issue with changing it via tools<flexible footer. For some reason, when I inspected element, the code was mumbled so I went into the database and manually re-entered the code. All the icons are showing now and it's working fine.

    Still having issues with "An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed."

    I can still create customers, I can still login so I have no idea why this is popping up. Really confused.

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by TeresaDelosh View Post
    Hello

    My website has this template and I believe it is the responsive one. My webmaster has left me in dire straights by messing up the template somehow and will not answer any messages, texts, etc. I can still see my website, but when I try to go to my zencart this is the message I am getting:

    1146 Table 'teresasc_zc1.TABLE_ADMIN_PAGES' doesn't exist
    in:
    [SELECT @sortorder:=max(sort_order) FROM TABLE_ADMIN_PAGES ;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I know nothing about all of this - this is why I had a webmaster doing it for me.

    Can anyone give me any ideal what I can do to be able to access my zencart and get this message taken care of on my website.

    Thanks

    Teresa
    I believe that this error means that you do not have that table in your database. Maybe you are on version 1.3.9x or lower? If so, you should upgrade to the latest version 1.5.5a.

    Thanks,

    Anne

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by CSGODeimos View Post
    Fixed the footer, it was an issue with changing it via tools<flexible footer. For some reason, when I inspected element, the code was mumbled so I went into the database and manually re-entered the code. All the icons are showing now and it's working fine.

    Still having issues with "An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed."

    I can still create customers, I can still login so I have no idea why this is popping up. Really confused.
    Try copying the includes/templates/responsive_classic/jscript/jscript_framework.php file to your template override/jscript folder.

    Thanks,

    Anne

  10. #830
    Join Date
    May 2016
    Posts
    188
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Try copying the includes/templates/responsive_classic/jscript/jscript_framework.php file to your template override/jscript folder.

    Thanks,

    Anne
    Hi Anne,

    Thanks for responding, I fixed that issue. It was something to do with left-over code in the database so that's sorted. I'm having another issue now. Whenever I create an account and go to update customer settings (as that customer) and I change something, click submit, it takes me to a blank white page and never loads.

    Any ideas?

    Thanks,

    Ash

 

 

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 Column issues on Product Listings with Sheffield Blue template
    By wmorris in forum General Questions
    Replies: 4
    Last Post: 15 Apr 2016, 10:01 PM
  3. Replies: 5
    Last Post: 30 May 2014, 02:43 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. Gingham Blue Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 9
    Last Post: 17 Apr 2009, 10:19 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR