Techzone issues

Hi,
 
I have installed the demo and populated it with data and have several issues:
 

  • Ajax load is not working
  • JMslideshow does not display images that you upload to the folder
  • when you do a search -- it just displays a blank page
  • We would also like the sidebar to be shown all the time -- how would we do this?

I will post server details in private message after this post.

16 answers

Profile photo of Mall Staff 184060.00 $tone November 12, 2015
Public

Hi fairscan,

  • Ajax load is not working

=> Yes, that is a issue of js file at /public_html/skin/frontend/ubertheme/kids/js/jquery.infinitescroll when you setting as the screenshot: http://i.imgur.com/PFupPEk.png
and we will fix this at next release version of this theme.
Also, i have quick fixed to your site and it solved, you can see this at: http://anac.wsbyfs.com.au/shop.html

  • JMslideshow does not display images that you upload to the folder

=> That because the Block Slideshow in kids theme was showing by a Static Block with identifier = ‘ub-kid-slideshow’
and it config to another folder images. You can see this at: http://i.imgur.com/LX2pBa8.png
=> You can change the folder param in that block or remove this param to use the default configuration in back-end of JmSlideShow.
 

  • when you do a search — it just displays a blank page

That because, there is a errors in core_url_rewrite table in the database of your site. 
and the system can not re-index successfully now. You can see this at http://i.imgur.com/Cgaup7W.png
To sole that issue, let’s do by guide at http://magento.stackexchange.com/questions/30992/cannot-reindex-catalog-url-rewrites
(Answer from ‘Guerra’ user)
 

  • We would also like the sidebar to be shown all the time — how would we do this?

=> To show the side bar at all the time, i have created a back-up and edit the js file at /public_html/skin/frontend/ubertheme/kids/js/jm.script.js
find to the block code:

$('.filter-sidebar').on('click', function(){
filterBar(true);
});
$('.close-sidebar').on('click', function(){
filterBar(false);
});

and replace it by code:

filterBar(true);

Have a look and contact me if you need further assistance.
Regards,
Mall.

#3
Profile photo of Mall Staff 184060.00 $tone November 13, 2015
Public

Hi fairscan,
Yes, that because you haven’t re-index the ‘Catalog URL Rewrites’ successfully.
Let’s try truncate the table ‘core_url_rewrite’ and re-index via SSH it by command:

php yourmagentofolder/shell/indexer.php -reindex catalog_url

Let’s do it and contact me if you need further assistance.
Regards,
Mall.

#5
Profile photo of fairscan 510.00 $tone November 13, 2015
Public

I have done this -- several times now. Still the same issue.
 
sh-4.1$ php shell/indexer.php -reindex catalog_url
Catalog URL Rewrites index was rebuilt successfully in 00:00:59
 

#6
Profile photo of fairscan 510.00 $tone November 13, 2015
Public

also -- how do you get the layered navigation/filtering for attributes working? The demo shows you can select multiple colours -- but I have been unable to get this to work.
Any help in this would be appreciated.

#7
Profile photo of Mall Staff 184060.00 $tone November 16, 2015
Public

Hi fairscan,
The JM Quickview extesion working with product compare links HTML mark-up, but your site was using the thir-party extension with named 
Wfs_DisableCompare, this ext was disable the compare links. you can see this: http://i.prntscr.com/21ee64d7060844e28d5c9b7792890838.png
I have temporary disable the Wfs_DisableCompare extension and JmQuickView was working fine in your site.
Have a look and contact me if you need further assistance.
Regards,
Mall.

#16

Please login or Register to Submit Answer

Written By

Comments