Zen Cart Logo
Forums / All Other Contributions/Addons / Frontpage Slideshow [support thread]

Frontpage Slideshow [support thread]

Views: 31,772

Results 81 to 100 of 109
22 Apr 2013, 7:50 AM
#81
enochian avatar

enochian

New Zenner

Join Date:
Jan 2009
Posts:
33
Plugin Contributions:
0

Frontpage Slideshow [support thread]

Hi

I figured it out by the log file. In the file includes/extra_datafiles/slideshow.php I had to change this:

define('TABLE_SLIDESHOW', DB_PREFIX . 'Frontpage_slideshow');

to this:

define('TABLE_SLIDESHOW', DB_PREFIX . 'frontpage_slideshow');

Note: the 'f' in frontpage should be lower case not upper case

Thanks

22 Apr 2013, 7:53 AM
#82
sport_billy avatar

sport_billy

New Zenner

Join Date:
Jun 2009
Location:
Greece
Posts:
31
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

mcpisik:

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/abc/public_html/abc.co.nz/admin/frontpage_slideshow.php:47) in /home/abc/public_html/abc.co.nz/admin/includes/functions/general.php on line 21

Hi, i can not reproduce this error. There is no trailing space or open <?php tags, and in my admin i see no errors on a fresh install of ZC 1.5. Does it work if you ignore the error? Can you upload images?

22 Apr 2013, 7:56 AM
#83
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

Awesome Enochian! Glad you were having trouble too, thanks for solving it.

22 Apr 2013, 7:58 AM
#84
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

sport_billy:

Hi, i can not reproduce this error. There is no trailing space or open <?php tags, and in my admin i see no errors on a fresh install of ZC 1.5. Does it work if you ignore the error? Can you upload images?
Now that you gave us the edited file correctly and Echion has made the capital letter change, it is working thanks and the error log has stopped happening.

22 Apr 2013, 7:59 AM
#85
sport_billy avatar

sport_billy

New Zenner

Join Date:
Jun 2009
Location:
Greece
Posts:
31
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

Ok thank you both guys for mentioning errors. I could not see them at my end. I will post an updated version now.

22 Apr 2013, 5:18 PM
#86
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

It appears my links for the slide aren't working either.
And now I've had time to add extra slides, it only shows the border outline with no slide image.
If I reduce it to one slide only (like a static image) then it displays.

22 Apr 2013, 7:05 PM
#87
sport_billy avatar

sport_billy

New Zenner

Join Date:
Jun 2009
Location:
Greece
Posts:
31
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

Yes you are correct about the links. In the version i uploaded i forgot to add the option to the configuration at the admin panel. It should be controlled from there.
I will add it to the next update i will submit soon.

Regarding the other issue, i am adding more than 5 images and they are displaying fine. What type of image are you uploading and what size?

If you or anyone else wants to add the functionality of enabling the linking of images you can run this SQL from your admin->tools->install SQL patches

SET @configuration_group_id=0;
SELECT @configuration_group_id:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title= 'Frontpage Slideshow'
LIMIT 1;
(NULL, 'Linkable Images', 'FRONTPAGE_SLIDESHOW_LINKSLIDES', 'false', 'Make the images point to the link provided from the Tools menu', @configuration_group_id, 12, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');
22 Apr 2013, 7:29 PM
#88
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

Just jpg of 50kb or so. Width is 672
I've tried 300 wide, but website scales it to 672

22 Apr 2013, 8:42 PM
#89
sport_billy avatar

sport_billy

New Zenner

Join Date:
Jun 2009
Location:
Greece
Posts:
31
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

I have just fixed the bugs you mentioned and some CSS issues.
I submitted the updated version but i do not know how long it will take for a mod to approve it, so if you wish you can download it from my site here and tell me if there are any other problems.

25 Apr 2013, 2:52 PM
#90
kayne31 avatar

kayne31

New Zenner

Join Date:
Apr 2013
Posts:
2
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

Hello please be gentle as I am new to the forum but I have been searching for a solution to my problem without success and hope someone here can help I am using version 1.39h due to server limitations and I have installed frontpage slideshow version 2.0.2 all seems to be working except the fact that under Admin->tools nothing shows, so no Frontpage Slideshow so I can't add any images?

Just to clarify Frontpage Slideshow does appear under Admin->configuration

25 Apr 2013, 3:05 PM
#91
sport_billy avatar

sport_billy

New Zenner

Join Date:
Jun 2009
Location:
Greece
Posts:
31
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

Navigate to this url in your admin panel and see if the page comes up: ```
admin/frontpage_slideshow.php

Replace 'admin' with your admin folder name.
25 Apr 2013, 3:59 PM
#92
kayne31 avatar

kayne31

New Zenner

Join Date:
Apr 2013
Posts:
2
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

Yes it opens the page fine however if I try to add a slide it says it is successful but on my site I see the caption but no image appears

25 Apr 2013, 4:46 PM
#93
sport_billy avatar

sport_billy

New Zenner

Join Date:
Jun 2009
Location:
Greece
Posts:
31
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

If the images are not displaying at all, it is due to your server's permisions.
You have to make the folder ```
includes/templates/YOUR_TEMPLATE/images/slideshow


It could be also restricted by your .htaccess so you have to check it too.
2 May 2013, 3:46 AM
#94
hapishyguy avatar

hapishyguy

New Zenner

Join Date:
Sep 2011
Posts:
14
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

I am having the problem too.
I am using the picaflour's "all_business" templete. This template has 5 slideshows on the main page and I added 6th myself. I saw this plugin and assume that its easier to add the slideshows this way. So I uploaded the files and when I install the sql file it gives the below error.

"Success 9 statements processed.
Error ERROR: Cannot create table frontpage_slideshow because it already exists
Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details. "

So I guess the table frontpage already exists because of the existing slideshow from the template I am using.

I do get the "Frontpage Slidewow" under the "Configuration" but I do not get "Frontpage Slideshow" in "Tools".

So can someone help if this can be fixed or not and I can get option under "Tools" to use this slideshow.

Thanks

2 May 2013, 7:42 PM
#95
sport_billy avatar

sport_billy

New Zenner

Join Date:
Jun 2009
Location:
Greece
Posts:
31
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

Sorry it seems to be my fault for the admin menu not displaying in 1.3 versions of Zen Cart. There is a missing file.

I will submit the fix right now. Until it gets approved, because it usually takes a few days you can add the missing file manually:

create a file called slideshow_tools_dhtml.php at folder ```
YOUR_ADMIN/includes/boxes/extra_boxes


and add the following code:
<?php /** * Frontpage Slideshow * Slideshow creator for displaying in shop's main page * * @package slideshow * @author Vassilios Barzokas <[email protected]> * @author website www.vbarzokas.com * @copyright Copyright 2011 Vassilios Barzokas * @license http://www.gnu.org/copyleft/gpl.html GNU Public License V2.0 * @version $Id: frontpage_slideshow.php 2.0 2013-04-10 17:50:04Z $ */ $za_contents[] = array('text' => BOX_TOOLS_SLIDESHOW, 'link' => zen_href_link(FILENAME_SLIDESHOW, '', 'NONSSL')); ``` Now you should be able to see the menu under Tools->Frontpage Slideshow
2 May 2013, 7:50 PM
#96
hapishyguy avatar

hapishyguy

New Zenner

Join Date:
Sep 2011
Posts:
14
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

I will see if that works. Will it overwrite or work with the existing slideshow that I have. I am using "all business" template by picaflor. My site is flyhighbuy.com if you want to take a look.

2 May 2013, 8:05 PM
#97
sport_billy avatar

sport_billy

New Zenner

Join Date:
Jun 2009
Location:
Greece
Posts:
31
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

The slideshow library that your template is using is 'easySlider', the one that the previous version of Frontpage Slideshow was using. I downloaded the template but i do not see any code that references to my plugin, so i think that it is not installed by default with the template. I do not know if the template provides option to disable its slideshow, but even if it does not it should not have conflicts with Frontpage Slideshow.

I cannot understand why you are getting that the table already exists, but in order to be sure that it is properly installed you should first uninstall this table (and all other that the plugin uses) by running the 'uninstall_frontpage_slideshow_zencart_1.3.sql' file.

If you have installed version 2.0.2 of the Frontpage Slideshow you just have to add the file i mentioned above, no other changes to files.

2 May 2013, 11:22 PM
#98
hapishyguy avatar

hapishyguy

New Zenner

Join Date:
Sep 2011
Posts:
14
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

I made that file manually like you said and installed it but still there is no "Fontpage Slideshow" under "Tools." I uninstalled using the file you said and then installed again but still there is no luck. I still get the same error "Cannot create table frontpage_slideshow because it already exists"

I am using 2.0.2.....

What do we do...

9 May 2013, 2:46 PM
#99
gkeaney avatar

gkeaney

New Zenner

Join Date:
May 2007
Posts:
5
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

Great plugin. Compliments on the latest improvements. However, I have managed to screw it up. I installed it and all worked properly, then I tried to move the code to tpl_header.php. The goal was to get the slide show running in the header rather than the page/content. I took the code and inserted it and the slide show does run however, the Javascript seem corrupt now. The fade animation is not working and in IE and Chrome, the images jump around.

I am sure I have just overlooked something in trying to move the code. Any chance you could take a look? I'd be happy to pay for you to help me debug.

You can see it here - https://www.sarahsonlineshop.ca

Thanks!

9 May 2013, 3:01 PM
#100
sport_billy avatar

sport_billy

New Zenner

Join Date:
Jun 2009
Location:
Greece
Posts:
31
Plugin Contributions:
0

Re: Frontpage Slideshow [support thread]

I just checked the link you posted in latest version of Chrome and IE10 and also IE7 compatibility mode and it seems to be running smoothly, so i can not see the errors you mention.

Anyway, in order to place the slideshow in other place than the original you have to move this part of the code

<!-- begin edit for Frontpage Slideshow -->
<?php if(FRONTPAGE_SLIDESHOW_STATUS == 'true') { ?>
	<?php require($template->get_template_dir('frontpage_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/frontpage_slideshow.php'); ?>
<?php } ?>    
<!-- end edit for Frontpage Slideshow -->

from includes/templates/YOUR_TEMPLATE/templates/tpl_index_default.php and also the same corresponding code from ```
includes/templates/YOUR_TEMPLATE/templates/tpl_index_categories.php


To the position that you want the slideshow to  appear in those files or other.