The link for the rating does not work.

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Feb 09, 2015 1:52 pm
Reply with quote
Report this post
Hello, I`m using Virtuemart 3.0.2 and i have problems with the prductdetails page. the link for the rating does not work.
User avatar
Fresh Boarder

GK User
Mon Feb 09, 2015 2:20 pm
Reply with quote
Report this post
Could you please verify if it works fine with default Joomla template (Beeze, Protostar)?
User avatar
Moderator

GK User
Mon Feb 09, 2015 4:28 pm
Reply with quote
Report this post
On the other Templates i can see the content from the rating, but in the other temlates are no tabs with links for the rating. So i can´t check out if the tab with the link is working.
User avatar
Fresh Boarder

GK User
Tue Feb 10, 2015 5:53 pm
Reply with quote
Report this post
But does the rating itself work fine?
User avatar
Moderator

GK User
Fri Feb 13, 2015 9:00 pm
Reply with quote
Report this post
No, the ratings do not appear. The vote-plugin is active. As a registered user I can not make any assessment, although in Virtuemart configuration the activate reviewer's system for registered users is active
User avatar
Fresh Boarder

GK User
Mon Feb 16, 2015 10:55 am
Reply with quote
Report this post
So basically - rating works fine with Beeze/Protostar but do not work with our template?
Could you please post an url to your site?
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (so I can see the problem)
3. link to this thread
User avatar
Moderator

GK User
Mon Feb 23, 2015 6:11 pm
Reply with quote
Report this post
Sorry for late response.
I need one more thing - link to a working product where the rating system should show. Please post it via pm.
User avatar
Moderator

GK User
Thu Feb 26, 2015 5:42 pm
Reply with quote
Report this post
Please update VM and template to newest available version - it should fix the issue.
User avatar
Moderator

GK User
Thu Feb 26, 2015 8:12 pm
Reply with quote
Report this post
The updates did not resolve the problem! The problem still exists :(
User avatar
Fresh Boarder

GK User
Sat Feb 28, 2015 1:05 pm
Reply with quote
Report this post
1. You should change cookie info script to use nevest version.
2. I'll ask our devteam why tabbed content doesn't work on your site and let you know as soon as I'll get an answer.
User avatar
Moderator

GK User
Sun Mar 01, 2015 6:29 pm
Reply with quote
Report this post
Thank you! Please read this link https://www.gavick.com/forums/instyle/i ... king-43881. It is the same problem. So teitbite wrote:
InStyle quickstart is using VM 3.0.6. Our demo is using the same version. The only difference is that demo for this template is using joomla 2.5. Please send me an access to ftp and url to site, so I'll try fix the validation error.
User avatar
Fresh Boarder

GK User
Tue Mar 03, 2015 1:02 pm
Reply with quote
Report this post
If so this will be fixed soon and the solution should be included in one of future template releases. I'll write back when I'll know when.
User avatar
Moderator

GK User
Wed Mar 04, 2015 7:38 am
Reply with quote
Report this post
Please add this code:
Code: Select all
/* VirtueMart addons */
jQuery(document).ready(function() {
    var tabs = jQuery('#product-tabs');
    // if tabs exists
    if(tabs.length) {
        // initialization
        tabs.find('li').first().addClass('active');
        var contents = jQuery('#product-tabs-content');
        contents.children('div').css('display', 'none');
        contents.first('div').addClass('active');
        // add events to the tabs
        tabs.find('li').each(function(i, tab) {
            tab = jQuery(tab);
            tab.click(function() {
                var toggle = tab.attr('data-toggle');
                contents.children('div').removeClass('active');
                contents.find('.' + toggle).addClass('active');
                tabs.find('li').removeClass('active');
                tab.addClass('active');     
            });
        });
    }
});

at the end of /templates/gk_instyle/js/gk.scripts.js fie.
It should be fixed with next template release.
User avatar
Moderator

GK User
Wed Mar 04, 2015 6:07 pm
Reply with quote
Report this post
Thank you!! :P
The problem is solved!
User avatar
Fresh Boarder

GK User
Wed Mar 04, 2015 7:50 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron