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
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.
Thanks for your help -- All worked but the search.
I cleared the URL database, and rebuilt and still the same error 🙁
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.
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
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.
Hi fairscan
The multiple colors was working fine in your site now: http://i.imgur.com/tFeTuH3.png
For “colours” attribute, you have to settings in back-end of your site as bellow screenshots:
http://prntscr.com/926bvd
http://i.imgur.com/uwO5zMF.png
Have a look and contact me if you need further assistance.
Regards,
Mall.
They are two different attributes… not the same.
You should be able to select multple of the one attribue. EG. under Colour- select both blue and black.
demo screenshot: http://imgur.com/CNJOPqW
Hi fairscan,
As is said, For your custom attribute named “colours”, you have to settings in back-end of your site as bellow screenshots:
http://prntscr.com/926bvd
http://i.imgur.com/uwO5zMF.png
(Example: settings with colors attributes)
Regards,
Mall.
Does the filtering support multiple select or does it have to be dropdown?
Hi fairscan,
Does the filtering support multiple select
Yes, you can see this at our demo: http://prntscr.com/9273×6
or does it have to be dropdown?
=> No at this time in Ub Shop By extension.
Regards,
Mall.
Also I try to look at your documentation for quick view plugin -- but there is none…. I have enabled quickview but button does not show.
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.