Close

Profile: jburke

Avatar

User posts

10 years ago

When I enable the quick tabs plugin and show the reviews tab it removes the star rating from up by the product price/add-to-cart button. I have clicked around through the code and cannot figure out how to make the star rating show by the price/add-to-cart button after enabling the quicktabs/reviews. Any idea how I might be able to display the star rating?

Thanks!
JB

10 years ago

Boyko,

The below suggestion appears to have fixed the issue! Thank you for the great support.

Regards,
jburke

Boyko wrote:
Hi jbruke,

Could you add this code into the CloudZoom.css file?

#wrap {
  display: inline-block;
  overflow: hidden;
}


Please let me know if this fixes the issue.

Thanks

10 years ago

I figured out the issue. This certainly didn't exist before, but the problem is the picture its self. The pictures for the non-working ones are smaller size and rectangle. If i simply upload a larger picture and make it square with whitespace it works fine. I'll just update my pictures and all should be well!

EDIT: I just noticed your post above. I'll give that a try before I update the pictures.

10 years ago

It works correctly within the quickview. I'm digging through css and any minor template changes that I have made in the past and don't see anything that stands out. It looks like the cloud zoom overlay is loading off to the left of the image for some reason. Regardless, it was working before I installed 3.1.349.8541. I'll keep looking for a solution. If you have any ideas, please let me know!

10 years ago

I completely removed the cloud zoom folder, cleared the cache, re-installed version 3.1.349.8541 (this morning), restarted the application and still have the same issue. The odd thing is that it is not on all products and I have not made any changes to the template that would affect this.

Please see these:

Messed up: http://www.shinybars.com/1-oz-rand-refinery-lunar-year-of-the-snake-silver-bar-999-fine

Doesn't work at all on the 1st image and has been this way since before the recent issues: http://www.shinybars.com/2013-1oz-american-silver-eagle-brilliant-uncirculated

Works perfectly on this one: http://www.shinybars.com/1oz-avdp-copper-bullion-round-999-fine

10 years ago

I updated to the latest versions of the Ultimate plugin collection. Now my Cloud Zoom is acting crazy. Basically i'm using the "Inside" zoom type. When I try to zoom it only uses about half of the image and the normal image is halfway covered up. Please see what i'm talking about at: http://www.shinybars.com/1oz-silvertowne-trademark-bar-999-fine

If I may add something off topic to this post. I don't know what I did differently than before, but I lost all of my settings from the previously configured ultimate plugin collection to include sliders, jcarosel's, and all setting associated with smart seo, etc.

10 years ago

That did it! Thanks for letting me know. :-) Back in business now.

10 years ago

Thanks! It's good to know that i'm not the only one.

10 years ago

My post was truncated, here's the rest:

Page URL: http://www.shinybars.com/quickviewcatalog/qucikviewdata

The above url is the reported page url. One thing I do notice is that "quick" is spelled wrong in the url. I don't know if this is by design, or if it is causing the problem?

The other error I get is this:

Log level:   Error
The log entry message.Short message:   The controller for path '/Scripts/jquery-ui.min.js' was not found or does not implement IController.
The details for the log entry.Full message:   System.Web.HttpException (0x80004005): The controller for path '/Scripts/jquery-ui.min.js' was not found or does not implement IController. at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Any help with this would be greatly appreciated!

10 years ago

I broke down and upgraded to nop 3.1 I downloaded the new (paid) version of nop ultimate collection. I installed all of the plugins and am having issues with the quickview plugin. After installing, I get the "Quick View" button on my home page products. When I click it, it pops up the lightbox like it is loading then it gives me an error of: "Loading the page failed"  I have already tried the global.asax spaces/re-save thing as well as cleared the cache. Here are the two common errors I get when I attempt to use the quickview plugin and i'm not sure if the .js one is related or not:

Error
The log entry message.Short message:   A route named 'AddProductVariantToCart' could not be found in the route collection. Parameter name: name
The details for the log entry.Full message:   System.ArgumentException: A route named 'AddProductVariantToCart' could not be found in the route collection. Parameter name: name at System.Web.Routing.RouteCollection.GetVirtualPath(RequestContext requestContext, String name, RouteValueDictionary values) at System.Web.Mvc.RouteCollectionExtensions.GetVirtualPathForArea(RouteCollection routes, RequestContext requestContext, String name, RouteValueDictionary values, Boolean& usingAreas) at System.Web.Mvc.UrlHelper.GenerateUrl(String routeName, String actionName, String controllerName, RouteValueDictionary routeValues, RouteCollection routeCollection, RequestContext requestContext, Boolean includeImplicitMvcValues) at System.Web.Mvc.UrlHelper.GenerateUrl(String routeName, String actionName, String controllerName, String protocol, String hostName, String fragment, RouteValueDictionary routeValues, RouteCollection routeCollection, RequestContext requestContext, Boolean includeImplicitMvcValues) at System.Web.Mvc.UrlHelper.RouteUrl(String routeName, Object routeValues, String protocol) at System.Web.Mvc.UrlHelper.RouteUrl(String routeName, Object routeValues) at ASP._Page_Plugins_SevenSpikes_Nop_Plugins_QuickView_Views_QuickViewCatalog__Single_cshtml.Execute() in e:\HostingSpaces\jburke\shinybars.com\wwwroot\Plugins\SevenSpikes.Nop.Plugins.QuickView\Views\QuickViewCatalog\_Single.cshtml:line 44 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) at System.Web.Mvc.HtmlHelper.RenderPartialInternal(String partialViewName, ViewDataDictionary viewData, Object model, TextWriter writer, ViewEngineCollection viewEngineCollection) at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName) at ASP._Page_Plugins_SevenSpikes_Nop_Plugins_QuickView_Views_QuickViewCatalog_ProductTemplate_Simple_cshtml.Execute() in e:\HostingSpaces\jburke\shinybars.com\wwwroot\Plugins\SevenSpikes.Nop.Plugins.QuickView\Views\QuickViewCatalog\ProductTemplate.Simple.cshtml:line 1 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWith