Close

Profile: Deni

Avatar

User posts

Hi jkeeler,

This looks to me like there is a JavaScript error. Please make sure you are using the latest version of all files of the plugin and clear your browser`s cache so that the modified files are used.

9 years ago

bulutkartal wrote:
Hi,
Facebook page doesn't show the app tab on mobile and ipad views. Any idea?


Hi, 

As you can see here, page tabs are not supported/shown on mobile devices. This is restriction made by Facebook.
We as developers are not happy too, but they do not plan to support this feature.

chrisADK wrote:
Hi,
Excellent that worked thanks. Is there anyway to make this work with a multi-store site? So that the link is different on each site? Basically need to have a link that points to the other store for both sites.
Like maybe can I put the link in the Motion themes custom CSS per store maybe? Tried but could not figure out the right syntax to use or it does not work.

Thanks Chris


Hi, 

If you want to make the two sites to show links to each other, then your code should look like this:

if (Nop.Core.Infrastructure.EngineContext.Current.Resolve<Nop.Core.IStoreContext>().CurrentStore.Id == 1)
{
  <li>
    <a href="http://www.store2.com" title="Store 2" target="_blank">Store 2</a>
  </li>
}
else
{
  <li>
    <a href="http://www.store1.com" title="Store 1" target="_blank">Store 1</a>
  </li>
}


I hope this helped !

chrisADK wrote:
Hi,
I need to add a link to another store on the right hand side of the the mega menu. Don't really understand the synthax for cshtml so not sure where in the MegaMenu.cshtml file I should put this.
This is the format I need the link to be.
<a href="http://www.store1.com" target="_blank">Store1</a>

Any help would be greatly appreciated.

Thanks Chris


Hi, 

For example find this code:
if (Model.Settings.IncludeForumLink)
{
  <li>
    <a href="@Url.RouteUrl("Boards")" title="@T("Forum.Forums")">@T("Forum.Forums")</a>
  </li>
}


and right after it add your code. But it should follow this structure:

<li>
  <a href="http://www.store1.com" title="Store1" target="_blank">Store1</a>
</li>


I hope this helped !

Bugs
9 years ago

berecan wrote:

Yes, the product remains in the search costs, even when "Call for price" enabled and the price is not visible.


Hi, 

The price is a required field when you edit the product from the administration - it must be a real number.
I have also tested the default nopCommerce filter functionality and the product with "Call for price" is visible after filtration. Its price is taken, although it is not shown to the users.
So, I think this is expected behaviour.

Bugs
9 years ago

berecan wrote:
Price range filter not working with [DisableBuyButton] and [CallForPrice] in database. Please can u fix this or told me how fix this.

Examples:
http://clip2net.com/s/3shAPzx


Hi, 

I have just tested this and it is working fine. 

Maybe the question is what do you expect to see when your product has "Call for price" enabled.

I can suggest you to make all "Call for price" products with price 0.

Bugs
9 years ago

jakubz wrote:
Hi! i have problem with UE VAT number. 

I have disabled VAT UE in admin panel, but still in nop one page checkout i have VAT field? Where can I disable it?

We use 3.6, but we want in january update it to 3.7... 


Hi, 

The plugin requires to always show the EU VAT field if the country is inside the EU.

The field is not required and you can always hide it with CSS if you need to.

9 years ago

jakubz wrote:
Hi! one short question, is this work on azure?


Hi, 

The Rich Blog plugin works fine on Azure.

9 years ago

porcelanosa wrote:
I'm having problem with multiple anywhere sliders, english version is working fine. when i switch to second language, some of the sliders show only 1 image like they dont have any more. When i check html source, only one image is loaded and rest appear only on script on bottom of the page, every image has its captions, can that be an issue of any kind? Chrome is giving following error: "Uncaught SyntaxError: Unexpected token ILLEGAL"


Hi, 

This seems like JS error, that is why the sliders are not working.

I suggest you to raise a ticket, so we can check your site and find where is the problem.

Bugs
9 years ago

Ebrahim wrote:
Hi
I have a problem with anywhere slider 3.5.
Niva anywhere slider effects not true work.Just Fade effect work fine.
other effect have a problem.
when change picture, appear new next picture but in small size on left top corner and play effect on it then finish effect time, orginal picture(larg picture) very fast without effect changed.

I had version 3.4 and this version work fine. but version 3.5 not work corectly.
Please help me.
Sorry for my english


Hi, 

We could not reproduce this behaviour. All the animations seems to work fine. 
Please submit a ticket, providing admin credentials to your site, so we can check what is the issue on your site.