Close

Profile: joster

Avatar

User posts

8 years ago

iliyan.tanev wrote:
Hi,

Unfortunately, we can not provide you with version of the plugin for 3.50. 
We have asked nopCommerce team to add a few things in 3.60 that are not present in 3.50, but needed by the plugin. Hope you understand.


Hello-

I understand what you are saying, however, is it possible for you to share which changesets in the nopcommerce core that were added for 3.60 which your plugin requires? I ask because I have version 3.40 and will not be upgrading, and would gladly(and possibly already have) add those changesets which make it possible to use the RichBlog plugin.

Thanks!

Oh, WOW....I should have disabled CSS bundling minification..maybe I would have also seen the problem!

Thanks a million!

8 years ago

That's a perfect solution.

Many thanks!

I have disabled CSS bundling.
Thanks for looking at it!

Hello-

We recently updated one of our plugins (other developer), and one of it's two views stopped re-sizing for different screen sizes. The plugin changed it's structure a little, but there are still just two main views, but now have some partial views called within them.

The problem seems to be the Side-2 class is not using the alternate stylesheets, like 480.css, etc..and keeps using the 220px definition from the main stylesheet, even when viewed with a smaller device...at least, that's what it SEEMS like...I don't know for sure. I've tried many things but cannot get it to look like it did before.

Here's a normal page on my site which behaves correctly:
http://www.myfootshop.com/shoe-insoles-and-arch-supports


This is the view from the plugin which is still responsive:
http://www.myfootshop.com/article/arthritis-of-the-foot-and-ankle


And here is the plugin view that is no longer responsive:
http://www.myfootshop.com/articles/List/2

Can you see a reason for this problem?

Thanks!



8 years ago

Hello-

I am adding our company logo to our main slider images, and I am wanting to stop the theme-defined logo from appearing on the home page ONLY.

I opened my /Views/Shared/_Root.cshtml and see this variable is defined:

    isHomePage = true;


Further down on same view, I see where the Header page is called:
<div class="home-page-header main-slider-header">
  @Html.Partial("Header")
</div>


But in the Header.cshtml, when I try to reference the "isHomePage" variable:

@if (isHomePage)
        {
@* do not show logo  *@
        }
        else
        {
        <a href="@Url.RouteUrl("HomePage")" class="logo">
            @if (!MvcHtmlString.IsNullOrEmpty(alfrescoLogo))
            {
                @alfrescoLogo
            }
            else
            {
                string storeName = EngineContext.Current.Resolve<IStoreContext>().CurrentStore.GetLocalized(x => x.Name);
                <img title="" alt="@storeName" src="@Url.Content(logoPath)">
            }
        </a>
        }



....I get this error:
The name 'isHomePage' does not exist in the current context

My question is:
Isn't it possible for a partial view to see the variables defined on it's parent/calling document?

If so, on the Header.cshtml, how can I properly refer to the variable created on _Root.cshtml for my conditional code to execute correctly?

Thank you!

 

8 years ago

Stefan wrote:
Hi Richard,

Thanks for the feedback.

I am glad everything is working as expected. It may be some browser version or configuration on your machine.

In any case please let us know if you notice this to happen on other computers as well.

Thanks again.


Hello-

I've just started having this problem as well. We are running version 3.40 of nopcommerce.
SevenSpikes.Nop.Plugins.Core, Version=3.4.1035.13908, Culture=neutral, PublicKeyToken=null
SevenSpikes.Nop.Plugins.JCarousel, Version=3.4.374.12766, Culture=neutral, PublicKeyToken=null 

You can see the behavior here
Customers only see it this way in Chrome browser. With other browsers, it looks OK.

It is the featured products carousel near bottom. It begins with two rows, but with only one item in second row..then as it auto-scrolls, it corrects itself. However..it continues to unnecessarily occupy about 200 pixels of whitespace below it...

Can you recommend how to fix this in the CSS so that it appears consistent regardless of the browser being used?

Thanks!

You're right. I didn't get the point. First you said "technical obstacle"...in my mind, obstacles must be leapt over, bypassed, or conquered. Then you said "technical problem"..problems are meant to be solved.

I initially tried to ask you what changesets to 3.50 were made that prevent you from being able to add the same functionality to 3.40 version of the plugin. In my mind, I do not see why I cannot implement whatever changes were made in 3.50 into my 3.40 version, which would then make it compatible with your newer version plugin...but you did not answer it.

I wish I could edit my replies.....

I don't mean to be obtuse, but my company needs this capability and I must endeavor to find a viable solution. Whatever the cost, and from whomever can provide it. If the version of the product I purchased from you (barely a year old) cannot be easily modified to include the same functionality as newer version, I understand...but it is almost impossible for me to believe that you guys are not capable of achieving it.

I'm fairly certain that your code is obfuscated, and therefore I wouldn't be able to provide another developer with the source code and hire them to make the modification. Right?
So, unless you guys can be contracted to make the modification for me, I must hire another developer to re-create the entire plugin for me....which I'll do if I have to.

Boyko wrote:
I mean...if you are just looking for a way to get paid for adding the feature into an older version, I will pay for the renewal to the license...but I have no intention of upgrading my nopcommerce version number.

Hi Joster,

It is not a matter of paying for it. If we were able to do it we would but as I said it there is a technical problem in nop 3.4 that doesn't allow us to do it there. I don't want to go into technical details as I think you got the point here.


OK, so your company could not even be hired to make the customization because it is too difficult for you?