Page 26 of 77 FirstFirst ... 1624252627283676 ... LastLast
Results 251 to 260 of 766
  1. #251
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Admin Issue after moving site

    Yikes I've got 6 different IDs listed in the configuration_group for ZX Slideshow Configuration by ZenExpert... Can I delete some of these? I currently have two instances of Zen Slideshow in the Configuration Menu.

  2. #252
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Admin Issue after moving site

    Quote Originally Posted by balihr View Post
    How on earth did you manage to get that?! Take a look at the screenshot attached to se how you're supposed to register the admin page. You will have to take a look in your database to find the actual DB entry ID in configuration_group table and replace the two instances of XX with your IDs.
    If the page key is already taken, just add 2 at the end (zxSlideshow2) or something like that.
    Thanks Balihr,

    I resolved this by using your earlier post mentioning this:
    Page Key: zxconfig
    Page Name: BOX_CONFIGURATION_ZX_SLIDESHOW
    Page Filename: FILENAME_CONFIGURATION
    Page Parameters: gID=YOUR_CONFIGURATION_GROUP_ID
    Menu: Configuration
    Display on Menu: Check
    Sort Order: YOUR_CONFIGURATION_GROUP_ID

  3. #253
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: Admin Issue after moving site

    Quote Originally Posted by kcb410 View Post
    Yikes I've got 6 different IDs listed in the configuration_group for ZX Slideshow Configuration by ZenExpert... Can I delete some of these? I currently have two instances of Zen Slideshow in the Configuration Menu.
    You have 6? Hehe, seems like you didn't install it properly. Well, here's what you can do: go to your admin section and manually enter the URL to be something like https://kcbgraphics.com/*********/co...ion.php?gID=XX and see which of those 6 IDs works. Then go and register your page.

  4. #254
    Join Date
    Sep 2010
    Location
    14k gold jewelry online store
    Posts
    37
    Plugin Contributions
    0

    Default Re: Admin Issue after moving site

    I used zx-slideshow to new version of zencart, it works perfect on PC, I can see the slides,however when I view the website on Ipad or Iphone, the slides are only showling half, anyone has same issue, or anyone can help me, thank you so much.

  5. #255
    Join Date
    Sep 2010
    Location
    14k gold jewelry online store
    Posts
    37
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Yes, it works for me on new ZENCART version 1.5.1, the only issue right now I have is the slides did not show full slides on IPAD.

  6. #256
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: ZX Slideshow official thread

    Hi Balihr. I've had your awesome mod working on a 1.3.9h store just fine for several months thank you. However I have just installed it on a 1.5.1 that I'm having a play around with. All works fine except the configuration setting true/false to enable or disable the slider. I have seen a previous post in this thread and added the 'true' as suggested yet I still cannot switch the slider off via the configuration area. it's a testing site but I'd really like to get it sussed. www. tkdcombat. co. uk

  7. #257
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by picandnix View Post
    Hi Balihr. I've had your awesome mod working on a 1.3.9h store just fine for several months thank you. However I have just installed it on a 1.5.1 that I'm having a play around with. All works fine except the configuration setting true/false to enable or disable the slider. I have seen a previous post in this thread and added the 'true' as suggested yet I still cannot switch the slider off via the configuration area. it's a testing site but I'd really like to get it sussed. www. tkdcombat. co. uk
    Sorry for my late reply, I was sick and wasn't online...

    Since you're displaying categories on your main page, did you fix the tpl_index_categories.php or just tpl_index_default.php ?

  8. #258
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Sorry for my late reply, I was sick and wasn't online...

    Since you're displaying categories on your main page, did you fix the tpl_index_categories.php or just tpl_index_default.php ?
    it's good to see you back, I hope your better now?
    This is the piece of code I have in tpl_index_categories.php

    PHP Code:
    <!-- begin edit for ZX Slideshow -->
    <?php 
    if($this_is_home_page) {
        if (
    ZX_SLIDESHOW) { ?>
        <?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/zx_slideshow.php'); ?>
    <?php 
    }
    }
    ?>    
    <!-- end edit for ZX Slideshow -->

  9. #259
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by picandnix View Post
    it's good to see you back, I hope your better now?
    This is the piece of code I have in tpl_index_categories.php

    PHP Code:
    <!-- begin edit for ZX Slideshow -->
    <?php 
    if($this_is_home_page) {
        if (
    ZX_SLIDESHOW) { ?>
        <?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/zx_slideshow.php'); ?>
    <?php 
    }
    }
    ?>    
    <!-- end edit for ZX Slideshow -->
    I guess it was me who gave that code you used...

    Try this instead:
    Code:
    <?php
    if($this_is_home_page) {
            if (ZX_SLIDESHOW_STATUS == 'true') { ?>
            <?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?>
    <?php }
    }?>

  10. #260
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Not too sure what went wrong but I got a bordered white box after install on 1.39h with the following plugins
    (recover cart, edit orders, ty package tracker, SEO URLS, Sitmaps XML, Image Handler 2)
    The ZX SlideShow is set on flase in my admin.

    No files were overwritten so this is strange to me. Am I overlooking something?
    Thanks for the help if someone can shed some light.

    Here is the site:
    http://gelcandleswholesale.com/

 

 
Page 26 of 77 FirstFirst ... 1624252627283676 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3668
    Last Post: 7 Jun 2025, 11:33 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  4. Frontpage Slideshow [support thread]
    By sport_billy in forum All Other Contributions/Addons
    Replies: 108
    Last Post: 10 Jul 2014, 12:41 PM
  5. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08: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