Thread: Sidebox issue

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Mar 2024
    Location
    Lufkin, Tx
    Posts
    36
    Plugin Contributions
    0

    Default Sidebox issue

    Greetings!

    I recently went to define pages editor to change the categories for my sidebox, define_homepages_v1.php and I changed the category of "beauty and health" to "beauty" - linking it to my beauty products page and when I did that now my homepage says that the slideshow is not found and banner manager id is not valid; however I didn't change any code or any banner or banner id. I'm sending screenshots to show what's on my screen. My site is www.cedargroveherbs.com/new (i'm working on a new store), and I'm using ZC Version 1.5.8. I'm also including pictures of what the slideshow and banner originally looked like. Should I send a pic of the source code for the define_homepages_v1.php? *I changed the category back to how it was before I changed it to see if that would fix the problem but it still says slideshow not found and banner manager id is not valild.

    Click image for larger version. 

Name:	Screenshot 2024-03-28 162049.jpg 
Views:	293 
Size:	22.1 KB 
ID:	20544Click image for larger version. 

Name:	Screenshot 2024-03-28 162101.jpg 
Views:	293 
Size:	37.4 KB 
ID:	20545

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

    Default Re: Sidebox issue

    You have me confused and I lived in Lufkin at one time.

    The information in the Categories sidebox is determined by the actual categories in the admin.

    The define_main_page is something totally different and cannot dictate which categories are present in the sidebox.

    I'm afraid we're going to need a little more information to sort this one out.

  3. #3
    Join Date
    Mar 2024
    Location
    Lufkin, Tx
    Posts
    36
    Plugin Contributions
    0

    Default Re: Sidebox issue

    Quote Originally Posted by dbltoe View Post
    You have me confused and I lived in Lufkin at one time.

    The information in the Categories sidebox is determined by the actual categories in the admin.

    The define_main_page is something totally different and cannot dictate which categories are present in the sidebox.

    I'm afraid we're going to need a little more information to sort this one out.
    Cool! I've been here for 20 years. Believe me, it's not your fault that this is confusing. I think it's the way this new template "NEON" was designed. I have categories already created in my categories in admin. However, on the sidebar I wanted to link the categories to the pages (because I'm not using their fashion categories, I'm creating a Herb & Metaphysical store). Maybe seeing this code from the define_homepage_v1.php will help. Sh*ts crazy! I'm scared to make any changes to the define editor pages because this is the second time I've had a problem. I made a change 2 days ago to the define_information_links.php in the define editor (which only showed bullet points with no words), in an attempt to add my blog link and all the links disappeared on the website. I fixed it, but I didn't fix the way they originally had it, I just wrote the names of the pages and linked them to my pages (privacy_policy, Conditions of use, site map, etc.). It looks the same on the site, I just know they had it set up a different way originally behind the scenes.

    <div class="home_supermarket">
    <section class="slider_section supermarket_slider sec_ptb_50 clearfix" data-background="images/wt_images/backgrounds/bg_13.jpg">
    <div class="container">
    <div class="row justify-content-lg-between">
    <div class="col-lg-3">
    <div class="alldepartments_menu_wrap">
    <div class="alldepartments_dropdown show_lg collapse" id="alldepartments_dropdown">
    <div class="card">
    <ul class="alldepartments_menulist ul_li_block clearfix">
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_01.png" /> </span> <strong>Free Gift Product</strong> </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_02.png" /> </span> <strong>Trending Product</strong> </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_03.png" /> </span> <strong>Discount Products</strong> </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_04.png" /> </span> Beauty &amp; Health </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_05.png" /> </span> Women&#39;s Fashion </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_06.png" /> </span> Smart Phones &amp; Tablets </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_07.png" /> </span> Computing &amp; Gaming </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_08.png" /> </span> Home &amp; Living </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_09.png" /> </span> Diamond </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_10.png" /> </span> Men </a></li>
    <li><a href="#!"><span class="icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_11.png" /> </span> Accesories </a></li>
    </ul>
    </div>
    </div>
    </div>
    </div>

    <div class="col-lg-6">[wtsm_slideshow ID=&quot;1&quot;]</div>

    <div class="col-lg-3">[wtwbm_slider ID=&quot;1&quot;]</div>
    </div>
    </div>
    </section>

    <section class="policy_section sec_ptb_50 pb-0 clearfix bg-light-grey">
    <div class="container">
    <div class="supermarket_policy clearfix">
    <ul class="ul_li clearfix">
    <li>
    <div class="supermarket_policy_item clearfix">
    <div class="item_icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_12.png" /></div>

    <div class="item_content">
    <h3 class="text-uppercase">Free Delivery</h3>

    <p>For all order over $99</p>
    </div>
    </div>
    </li>
    <li>
    <div class="supermarket_policy_item clearfix">
    <div class="item_icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_13.png" /></div>

    <div class="item_content">
    <h3 class="text-uppercase">Safe payment</h3>

    <p>100% secure payment</p>
    </div>
    </div>
    </li>
    <li>
    <div class="supermarket_policy_item clearfix">
    <div class="item_icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_14.png" /></div>

    <div class="item_content">
    <h3 class="text-uppercase">Shop with confidence</h3>

    <p>If goods have problems</p>
    </div>
    </div>
    </li>
    <li>
    <div class="supermarket_policy_item clearfix">
    <div class="item_icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_15.png" /></div>

    <div class="item_content">
    <h3 class="text-uppercase">24/7 help center</h3>

    <p>Dedicated 24/7 support</p>
    </div>
    </div>
    </li>
    <li>
    <div class="supermarket_policy_item clearfix">
    <div class="item_icon"><img alt="icon_not_found" src="images/wt_images/icons/supermarket/icon_16.png" /></div>

    <div class="item_content">
    <h3 class="text-uppercase">Friendly services</h3>

    <p>30 day satisfaction guarantee</p>
    </div>
    </div>
    </li>
    </ul>
    </div>
    </div>
    </section>

    <section class="deals_section sec_ptb_50 clearfix">
    <div class="container">
    <div class="row align-items-center">
    <div class="col-lg-3">
    <div class="supermarket_section_title clearfix"><span class="sub_title text-uppercase">A wide selection of items </span>

    <h2 class="title_text mb-0">Top Flash Deal</h2>
    </div>
    </div>

    <div class="col-lg-7">
    <div class="gray_line">&nbsp;</div>
    </div>

    <div class="col-lg-2">
    <div class="carousel_nav cust-slick-slider align_right" data-target=".supermarket_deals_carousel"><button aria-label="Prev" class="cslick-prev left_arrow5" type="button"></button><button aria-label="Next" class="cslick-next right_arrow5" type="button"></button></div>
    </div>
    </div>

    <div class="supermarket_deals_carousel position-relative clearfix">[wtwbm_slider ID=&quot;28&quot;]</div>
    </div>
    </section>

    <section class="product_section sec_ptb_100 bg_white clearfix">
    <div class="container">
    <div class="row justify-content-lg-between">
    <div class="col-lg-3">
    <div class="supermarket_sidebar_tab mb_30">
    <div class="wrap_heade bg_supermarket_red clearfix">
    <h2>Top Flash Deal</h2>
    <span>A wide selection of items</span></div>

    <ul class="ul_li_block nav">
    <li><a class="nav-link active" data-bs-target="#top_sale_tab" data-bs-toggle="pill">Top Sales</a></li>
    <li><a class="nav-link" data-bs-target="#tv_video_tab" data-bs-toggle="pill">TV &amp; Video</a></li>
    <li><a class="nav-link" data-bs-target="#cameras_tab" data-bs-toggle="pill">Cameras</a></li>
    <li><a class="nav-link" data-bs-target="#audio_tab" data-bs-toggle="pill">Audio</a></li>
    <li><a class="nav-link" data-bs-target="#cell_phones_tab" data-bs-toggle="pill">Cell Phones</a></li>
    <li><a class="nav-link" data-bs-target="#computers_tab" data-bs-toggle="pill">Computers</a></li>
    <li><a class="nav-link" data-bs-target="#accesoriess_tab" data-bs-toggle="pill">Accesoriess</a></li>
    </ul>
    </div>
    [wtwbm_slider ID=&quot;2&quot;]</div>

    <div class="col-lg-9">
    <div class="tab-content">
    <div class="tab-pane fade active bg_white supermarket_product_columns" id="top_sale_tab">[products type=&quot;best_sellers&quot; style=&quot;grid&quot; max_products=&quot;12&quot; show_xxl_columns=&quot;4&quot; show_xl_columns=&quot;4&quot; show_lg_columns=&quot;4&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; show_product_reviews=&quot;false&quot; title=&quot;none&quot;]</div>

    <div class="tab-pane fade bg_white supermarket_product_columns" id="tv_video_tab">[products type=&quot;category_products&quot; category=&quot;120&quot; style=&quot;grid&quot; max_products=&quot;9&quot; show_xxl_columns=&quot;4&quot; show_xl_columns=&quot;4&quot; show_lg_columns=&quot;4&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot;]</div>

    <div class="tab-pane fade bg_white supermarket_product_columns" id="cameras_tab">[products type=&quot;category_products&quot; category=&quot;114&quot; style=&quot;grid&quot; max_products=&quot;9&quot; show_xxl_columns=&quot;4&quot; show_xl_columns=&quot;4&quot; show_lg_columns=&quot;4&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot;]</div>

    <div class="tab-pane fade bg_white supermarket_product_columns" id="audio_tab">[products type=&quot;category_products&quot; category=&quot;136&quot; style=&quot;grid&quot; max_products=&quot;9&quot; show_xxl_columns=&quot;4&quot; show_xl_columns=&quot;4&quot; show_lg_columns=&quot;4&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot;]</div>

    <div class="tab-pane fade bg_white supermarket_product_columns" id="cell_phones_tab">[products type=&quot;category_products&quot; category=&quot;142&quot; style=&quot;grid&quot; max_products=&quot;9&quot; show_xxl_columns=&quot;4&quot; show_xl_columns=&quot;4&quot; show_lg_columns=&quot;4&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot;]</div>

    <div class="tab-pane fade bg_white supermarket_product_columns" id="computers_tab">[products type=&quot;category_products&quot; category=&quot;155&quot; style=&quot;grid&quot; max_products=&quot;9&quot; show_xxl_columns=&quot;4&quot; show_xl_columns=&quot;4&quot; show_lg_columns=&quot;4&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot;]</div>

    <div class="tab-pane fade bg_white supermarket_product_columns" id="accesoriess_tab">[products type=&quot;category_products&quot; category=&quot;142&quot; style=&quot;grid&quot; max_products=&quot;9&quot; show_xxl_columns=&quot;4&quot; show_xl_columns=&quot;4&quot; show_lg_columns=&quot;4&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot;]</div>
    </div>
    </div>
    </div>
    </div>
    </section>

    <section class="advertisement_section sec_ptb_50 pb-0 clearfix">
    <div class="container">[wtwbm_slider ID=&quot;3&quot;]</div>
    </section>

    <section class="bestseller_section sec_ptb_50 pb-0 clearfix bg-light-grey">
    <div class="container">
    <div class="row mb_50 align-items-center justify-content-lg-between">
    <div class="col-lg-5">
    <div class="supermarket_section_title clearfix"><span class="sub_title text-uppercase">A wide selection of items</span>

    <h2 class="title_text mb-0">Bestseller Products</h2>
    </div>
    </div>

    <div class="col-lg-7">
    <ul class="supermarket_tab_nav ul_li_right nav clearfix">
    <li class="nav-item"><a class="nav-link active" data-bs-target="#top_tab" data-bs-toggle="pill">Top 20</a></li>
    <li class="nav-item"><a class="nav-link" data-bs-target="#phones_tablets_tab" data-bs-toggle="pill">Phones &amp; Tablets</a></li>
    <li class="nav-item"><a class="nav-link" data-bs-target="#laptops_computers_tab" data-bs-toggle="pill">Laptops &amp; Computers</a></li>
    <li class="nav-item"><a class="nav-link" data-bs-target="#video_cameras_tab" data-bs-toggle="pill">Video Cameras</a></li>
    </ul>
    </div>
    </div>

    <div class="tab-content">
    <div class="tab-pane fade active bg_white supermarket_product_columns" id="top_tab">[products type=&quot;best_sellers&quot; style=&quot;grid&quot; style=&quot;micro_grid&quot; max_products=&quot;6&quot; show_xxl_columns=&quot;3&quot; show_xl_columns=&quot;3&quot; show_lg_columns=&quot;3&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot; product_class=&quot;btn-icon-text&quot;]</div>

    <div class="tab-pane fade bg_white supermarket_product_columns" id="phones_tablets_tab">[products type=&quot;category_products&quot; category=&quot;142&quot; style=&quot;micro_grid&quot; max_products=&quot;6&quot; show_xxl_columns=&quot;3&quot; show_xl_columns=&quot;3&quot; show_lg_columns=&quot;3&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot; product_class=&quot;btn-icon-text&quot;]</div>

    <div class="tab-pane fade bg_white supermarket_product_columns" id="laptops_computers_tab">[products type=&quot;category_products&quot; category=&quot;152&quot; style=&quot;micro_grid&quot; max_products=&quot;6&quot; show_xxl_columns=&quot;3&quot; show_xl_columns=&quot;3&quot; show_lg_columns=&quot;3&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot; product_class=&quot;btn-icon-text&quot;]</div>

    <div class="tab-pane fade bg_white supermarket_product_columns" id="video_cameras_tab">[products type=&quot;category_products&quot; category=&quot;160&quot; style=&quot;micro_grid&quot; max_products=&quot;6&quot; show_xxl_columns=&quot;3&quot; show_xl_columns=&quot;3&quot; show_lg_columns=&quot;3&quot; show_md_columns=&quot;2&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot; product_class=&quot;btn-icon-text&quot;]</div>
    </div>
    </div>
    </section>

    <section class="advertisement_section sec_ptb_50 clearfix">
    <div class="container">[wtwbm_slider ID=&quot;4&quot;]</div>
    </section>

    <section class="supermarket_feature_carousel tt-carousel-products arrow_ycenter clearfix" data-autoplay="true" data-autoplayspeed="4000" data-item="1" data-item-lg="1" data-item-md="1" data-item-sm="1" data-item-xs="1" data-slick="{&quot;dots&quot;: false}" data-speed="1000">[wtwbm_slider ID=&quot;5&quot;]</section>

    <section class="bestseller_section sec_ptb_100 clearfix">
    <div class="container">
    <div class="row justify-content-lg-between">
    <div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
    <div class="bestseller_wrap">
    <div class="supermarket_section_title mb_50 clearfix"><span class="sub_title text-uppercase">A wide selection of items</span>

    <h2 class="title_text mb-0">Bestseller Products</h2>
    </div>
    [products type=&quot;best_sellers&quot; style=&quot;micro_small_grid&quot; max_products=&quot;3&quot; show_xxl_columns=&quot;1&quot; show_xl_columns=&quot;1&quot; show_lg_columns=&quot;1&quot; show_md_columns=&quot;1&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot; show_product_buttons=&quot;false&quot; show_product_labels=&quot;false&quot;]</div>
    </div>

    <div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
    <div class="bestseller_wrap">
    <div class="supermarket_section_title mb_50 clearfix"><span class="sub_title text-uppercase">A wide selection of items</span>

    <h2 class="title_text mb-0">Top Deals Products</h2>
    </div>
    [products type=&quot;category_products&quot; category=&quot;152&quot; style=&quot;micro_small_grid&quot; max_products=&quot;3&quot; show_xxl_columns=&quot;1&quot; show_xl_columns=&quot;1&quot; show_lg_columns=&quot;1&quot; show_md_columns=&quot;1&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot; show_product_buttons=&quot;false&quot; show_product_labels=&quot;false&quot;]</div>
    </div>

    <div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
    <div class="bestseller_wrap">
    <div class="supermarket_section_title mb_50 clearfix"><span class="sub_title text-uppercase">A wide selection of items</span>

    <h2 class="title_text mb-0">New Products</h2>
    </div>
    [products type=&quot;new_products&quot; style=&quot;micro_small_grid&quot; max_products=&quot;3&quot; show_xxl_columns=&quot;1&quot; show_xl_columns=&quot;1&quot; show_lg_columns=&quot;1&quot; show_md_columns=&quot;1&quot; show_sm_columns=&quot;1&quot; show_xs_columns=&quot;1&quot; title=&quot;none&quot; show_product_buttons=&quot;false&quot; show_product_labels=&quot;false&quot;]</div>
    </div>
    </div>
    </div>
    </section>
    </div>

  4. #4
    Join Date
    Mar 2024
    Location
    Lufkin, Tx
    Posts
    36
    Plugin Contributions
    0

    Default Re: Sidebox issue

    Quote Originally Posted by dbltoe View Post
    You have me confused and I lived in Lufkin at one time.

    The information in the Categories sidebox is determined by the actual categories in the admin.

    The define_main_page is something totally different and cannot dictate which categories are present in the sidebox.

    I'm afraid we're going to need a little more information to sort this one out.
    Cool.. I've been here 20 years.

    Believe me, it's not your fault that it's confusing. I think it's the way the author created the template. Its called "NEON". I have categories created already with all my products. When it comes to the sidebar, in the define_homepages_v1.php the categories that came with the template are for fashion but I'm creating an herb & metaphysical store, so I wanted to change them to reflect my particular categories. However, when I made a change to customize it, the situation occurred. It's bothersome - 2 days ago I went to define_imporant_links.php to customize the links (the page just showed bullet points with no words) and when I tried to add my blog page link it showed the important links gone on the site. It's the way they have the code set up on the define pages editor. How can I show you the code?

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

    Default Re: Sidebox issue

    Over fifty for me but the house is still there.

    It's always best to answer all the questions in the posting tips AND, if possible, give us a link to the site.

    In posting the link to the site, use a format like yoursiteDOTcom until you really want the whole world to drop by.

    With what I'm hearing and a store-bought template, you may have a rough battle ahead.

  6. #6
    Join Date
    Mar 2024
    Location
    Lufkin, Tx
    Posts
    36
    Plugin Contributions
    0

    Default Re: Sidebox issue

    Quote Originally Posted by dbltoe View Post
    Over fifty for me but the house is still there.

    It's always best to answer all the questions in the posting tips AND, if possible, give us a link to the site.

    In posting the link to the site, use a format like yoursiteDOTcom until you really want the whole world to drop by.

    With what I'm hearing and a store-bought template, you may have a rough battle ahead.
    Yeah, I've been having problems with it from day 1, but slowly but surely I have fixed all of them and I'm learning in the process. Plus I have you guys! So I might hang in there. Once I have the site looking good I can leave it as is for a while and take a break. I'm sooo tired lol.

    The site where u can view the problem is www.cedargroveherbs.com/new

  7. #7
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,671
    Plugin Contributions
    123

    Default Re: Sidebox issue

    I *highly* encourage you to have a developer (*) review this template against the list of recommended template fixes in

    https://docs.zen-cart.com/user/templ...plate_changes/

    The Perfectus/Webtwine templates are often based on 1.5.4/1.5.5 and have not been updated since then. This means security holes, accessibility problems, PHP 8 issues, and missing notifiers so plugins fail to work.

    As a general rule, I discourage people from using these templates.

    (*) Not me; someone else.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

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

    Default Re: Sidebox issue

    That template is like trying to get to Diboll on 69. Ain't gonna happen.

    You still haven't answered the posting tips so I'm not sure what version you are using.

    I'd wait till 2.0's release and go with the Bootstrap template.

  9. #9
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,682
    Plugin Contributions
    9

    Default Re: Sidebox issue

    Quote Originally Posted by dbltoe View Post
    That template is like trying to get to Diboll on 69. Ain't gonna happen.

    You still haven't answered the posting tips so I'm not sure what version you are using.

    I'd wait till 2.0's release and go with the Bootstrap template.
    stop pissing on other peoples template choices. either help with their problem or move on.

    all these comments do is chase potential developers from working on this project. less developers means less stores; less stores means less hosting.

    TIS.

    unlike others, i am willing to help people that have templates outside of the norm.

    to start off, when working on your new site, i would turn off whatever URL writer you have on. getting that to work is generally not that hard; but when posting a link as to where your problem might be, it is far easier for someone, who actually knows code, to help when they do not have to decipher what, in fact the page is.

    i think your template looks good, and i would encourage you to continue working on it.

    i would also pay heed to what @swguy said. the security fixes are important.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  10. #10
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,584
    Plugin Contributions
    30

    Default Re: Sidebox issue

    stop pissing on other peoples template choices. either help with their problem or move on.
    all these comments do is chase potential developers from working on this project. less developers means less stores; less stores means less hosting.
    Absolutely.
    The lack of any attractive templates whatsoever forces the brave and determined (to use ZC) to use commercial alternatives, horrendous as they are to those who are familiar with the innards of the code.

    Many "templates" are not just visual mods but a complete site solution including a pile of (outdated) plugins and hacks (that arguably should be in the core to begin with) making "template integration" into a formidable site merge-upgrade nightmare followed, I expect, in many cases by a jump to an alternative ecommerce solution that offers what people think they need.

    Hence supporting these users who persevere in their quest is a Pandoras box of support with problems on multiple fronts, so yes it's understandable to recommend that users stay well away from such packages. But what alternatives are there???

    I sympathise as I am currently going round in circles trying a commercial template vs Bootstrap.
    And getting no work done.
    And getting a lot of pressure from my partner who cannot understand why the hell would I waste my time with this if there are no templates/designers because no-one uses it anymore?
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Category sidebox Issue
    By ntestinfo11 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Aug 2015, 12:03 PM
  2. Sidebox issue in chrome
    By timhersh in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Nov 2011, 06:11 PM
  3. Sidebox Issue
    By KThompson in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Jan 2008, 09:00 PM
  4. Wierd Sidebox Issue
    By deejmer in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 10 Jul 2007, 12:34 AM
  5. Category sidebox issue
    By mikecass in forum General Questions
    Replies: 2
    Last Post: 8 Jun 2007, 02:38 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