Page 52 of 96 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 953
  1. #511
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Winchester Responsive - categories menu

    Quote Originally Posted by cliffvt View Post
    OK I made it work myself. For anyone else wishing to do make the hide categories plugin work with the responsive templates, this is what I changed:

    in includes/classes/categories_ul_generator.php around lines 43 to 48

    I changed:
    PHP Code:
     $categories_query "select c.categories_id, cd.categories_name, c.parent_id
                                            from " 
    TABLE_CATEGORIES " c, " TABLE_CATEGORIES_DESCRIPTION " cd
                                            where c.categories_id = cd.categories_id
                                            and c.categories_status=1 " 
    .
                                            
    " and cd.language_id = '" . (int)$_SESSION['languages_id'] . "' " .
                                            
    " order by c.parent_id, c.sort_order, cd.categories_name"
    to:

    PHP Code:
    $categories_query "select c.categories_id, cd.categories_name, c.parent_id
                                            from " 
    TABLE_CATEGORIES " c, " TABLE_CATEGORIES_DESCRIPTION " cd," TABLE_HIDE_CATEGORIES " cde
                                             where c.categories_id=cd.categories_id and c.categories_id=cde.categories_id and cd.language_id='" 
    .  (int)$_SESSION['languages_id'] . "' and c.parent_id= '0' and c.categories_status='1' and cde.visibility_status < 2 OR cde.visibility_status IS NULL;
                                            " 
    order by c.parent_idc.sort_ordercd.categories_name"; 
    An voila! the hidden categories do NOT show up under the "Category" menu heading.

    CAUTION: After install of the plugin you have to physically edit each of your categories and save them, whether or not they are hidden.

    Cheers

    Cliff
    I am happy that you figured it out ;)

    Thanks,

    Anne

  2. #512
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,106
    Plugin Contributions
    11

    Default Re: Winchester Responsive - categories menu


  3. #513
    Join Date
    Aug 2015
    Location
    Valencia Spain
    Posts
    17
    Plugin Contributions
    0

    help question Re: Winchester Responsive product display

    Hello and thank you for a beautiful and easy to use responsive theme. Along with the lastest update do zen I added your theme to bring the site into the new age of responsive.

    I have found your documentation pretty extensive and useful. Found just about everything I needed to edit without a problem EXCEPT:
    The product display pages.
    There is a variation to them and I am not that happy with it.
    I have put 2 jpg screen grabs
    I really like the layout of the right image example (the tabbed product display) but find, for no reason I can figure out, the layout changes to what is shown in the left image page example for many other product pages in the same category. I notice the product name is below the image of the section without the tabs and is on top of everything on the tabbed. It is another thing I like with the tabbed version.
    Both examples are of digital download files and are in the same category. In fact the right image here is found after looking at the non-tabbed one on the left when using the next button.
    I really love how you use the tabs to give information rather than have them scroll the screen .
    How can I make sure all products use the tab layout as shown in the image on the right (tabbed display)???


    Rick
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	page1example.jpg 
Views:	53 
Size:	49.8 KB 
ID:	15489   Click image for larger version. 

Name:	page2example.jpg 
Views:	53 
Size:	44.4 KB 
ID:	15488  

  4. #514
    Join Date
    Aug 2015
    Location
    Valencia Spain
    Posts
    17
    Plugin Contributions
    0

    Default Re: Winchester Responsive product display

    Quote Originally Posted by videoseconds View Post
    Hello and thank you for a beautiful and easy to use responsive theme. Along with the lastest update do zen I added your theme to bring the site into the new age of responsive.

    I have found your documentation pretty extensive and useful. Found just about everything I needed to edit without a problem EXCEPT:
    The product display pages.
    There is a variation to them and I am not that happy with it.
    I have put 2 jpg screen grabs
    I really like the layout of the right image example (the tabbed product display) but find, for no reason I can figure out, the layout changes to what is shown in the left image page example for many other product pages in the same category. I notice the product name is below the image of the section without the tabs and is on top of everything on the tabbed. It is another thing I like with the tabbed version.
    Both examples are of digital download files and are in the same category. In fact the right image here is found after looking at the non-tabbed one on the left when using the next button.
    I really love how you use the tabs to give information rather than have them scroll the screen .
    How can I make sure all products use the tab layout as shown in the image on the right (tabbed display)???


    Rick
    I noticed the URL's that work right are like this
    /shop/index.php?main_page=product_info&cPath=5_11&products_id=14

    The ones that do not operate right have urls like this:
    /shop/index.php?main_page=product_music_info&cPath=5_11&products_id=71

    I am not sure why some concerts have different urls except entered by different people and something not checked properly. But they should all display with your fabulous tabs. So... how?

  5. #515
    Join Date
    Aug 2015
    Location
    Valencia Spain
    Posts
    17
    Plugin Contributions
    0

    Default Re: Winchester Responsive product display

    I think I found the fix, at least it seems to be working for me.
    I copied tpl_product_info_display.php to a new file called tpl_product_music_info_display.php AND IT WORKED!
    I guess I have to create that file for all different types of products?
    It now seems to fix that issue. Did I do this right or will it break later? I am not sure my logic worked here or just luck.
    Rick

  6. #516
    Join Date
    Jul 2009
    Posts
    103
    Plugin Contributions
    0

    Default Re: Winchester Responsive - create new custo0mer not working

    Anne

    On our site at https://ticketbasket.co.uk/index.php?main_page=login suddenly when a customer clicks on "SIGN UP" it just doesn't work - everything else works, including logging in, but just no new customers can sign up.

    I am not sure where to look - have tried everything I can - anyway you can help please? It worked fine before, not sure why it stopped now.

    Cheers

    Cliff

  7. #517
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,106
    Plugin Contributions
    11

    Default Re: Winchester Responsive - create new custo0mer not working

    Just a quick guess is that the form is holding on to an old Zenid

  8. #518
    Join Date
    Jul 2009
    Posts
    103
    Plugin Contributions
    0

    Default Re: Winchester Responsive - create new custo0mer not working

    Quote Originally Posted by dbltoe View Post
    Just a quick guess is that the form is holding on to an old Zenid
    Thanks for trying - but I am not sure what that means? I even tried turning off split login, still no joy. Worst is it worked fine up to a day ago..

    Thanks

    Cliff

  9. #519
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,106
    Plugin Contributions
    11

    Default Re: Winchester Responsive - create new custo0mer not working

    Take a look at the page using something like firebug for Mozilla's Firefox. You'll find a Zenid that never changes. That id is used by Zen Cart to identify who is currently using the system. If it is not correct, things won't work correctly. Pick out the first eight digits and see if the developers toolkit will find the hard-coded item.

  10. #520
    Join Date
    Jul 2009
    Posts
    103
    Plugin Contributions
    0

    Default Re: Winchester Responsive - create new custo0mer not working

    Appreciate the help but I honestly think it has something to do with jquery... I see the slider on the homepage is also now sitting at the bottom of the page and has lost it's sliding ability.... But I will try your suggestion too, thanks.

 

 
Page 52 of 96 FirstFirst ... 242505152535462 ... LastLast

Similar Threads

  1. v154 Winchester Black Responsive Template
    By picaflor-azul in forum Addon Templates
    Replies: 497
    Last Post: 24 Apr 2023, 09:29 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. 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
  4. v154 Where do I find the images for sliders, using Winchester Responsive Black
    By zbdude in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2016, 12:00 AM
  5. v153 Winchester Responsive - Trouble resizing carousel size?
    By hols.club in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2014, 05:09 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