Close

Profile: Support

Avatar

User posts

10 years ago

core wrote:
Hello,

I've enabled the Anywhere Sliders, and configured one slider.
When I go back to the public store I get an screen saying:
We're sorry, an internal error occurred....

I've tried reinstalling the plugin, but I get the same error.
I've tried different widget zone names, same error.

What could be the problem or can I find more info in a log?

Kind regards,
Jeroen


Hi Jeroen,

Can you please provide some more info on that:

1. What version of the plugin do you use.
2. Have you performed upgrade from a previous version or you have the plugin installed on a specific version that had not been upgraded.
3. What is the error message that you receive :
You can find out by looking at your administration -> system -> log and tell us the error description. If you are not able to open the administration, you should edit your Web.config file as shown below in order to see the error displayed when you try to open the page.

<customErrors defaultRedirect="errorpage.htm" mode="Off">
      <!-- We handle all 404 errors in "PageNotFound" method of "CommonController". But let's have it here anyway. -->
      <error statusCode="404" redirect="filenotfound.htm" />
    </customErrors>

The word in bold is the one that should be changed!

Looking forward to your reply!

Bugs
10 years ago

Craft wrote:
Hello! When product list viewmode set to "list", there is no any block with page numbers navigation, in grid mode all work perfectly. Can you fix it?


Hi Craft,

Thank you for your feedback!

We have fixed that. You can download the theme again and replace the Themes/Electroncis/Content/css/styles.css and Themes/Electroncis/Content/css/980.css files with the ones from the downloaded package.

Best Regards!

fakeplacebo wrote:
Hi there;

"Subscribe to our newsletter" box is, capitalizing first letters while writing. For example, it makes an email address [email protected].

I tested on default clean also and I didn't experienced same issue.

I'm sure that missing a point, but could not explain and decided to ask you.


With Best Regards



Hi,

Thank you for your feedback!

We have fixed that. In order to integrate the fix just edit the Themes/NeoFashion/Content/css/styles.css file as shown below:

.newsletter-subscribe-block input[type="text"] {
  text-transform: capitalize;
  width: 312px;
}

The line in bold is the one that should be removed.

Best Regards!

10 years ago

JonJJ wrote:
Hi support

I've recently bought the NeoFashion Responsive Theme and are currently making Topic pages for it.

My question is if I can use any css classes to apply my content to make it responsive in the same way that you have for the products pages or product details?

Example:
What I would like to have on my topic page is 2 columns (div's) with 50% width.
Text in 1st column and image in the 2nd column.

Now when I resize my browser to fit a mobile device, I would like to have the 1st column to 100% width and the 2nd column to 100%. So the end result will have the text on top and the image below it.

Are there any classes in the theme that are already responsive to help me achieve that result?




Hi JONJJ,

The functionality that you described will not require any specific class to apply, just make the width 100% on a smaller device and when having a display:block, the two elements will be placed one below another.

In the case for a desktop version you will need to have width:50% and either float or display: inline-block on the two divs, so that you will have two columns with width:50%.

Hope that helps!

10 years ago

cicciuzzo wrote:
hi

I did a update version of nopcommerce core... but the tab in detail page not see.

The new plug-in should be visible in @Html.Widget("productdetails_before_collateral") ..

The plug-in is active, but I noticed that if you do not like and activates the graphic theme and Jquery.

You help me?

hi


Hi,

I am not sure that I understand you completely. Do you mean that you have upgraded to version 3.2 and the Nop Quick Tabs are not visible. Have you run the 7Spikes upgrade script.

If you can provide a url with the issue we can investigate and see what might be wrong!

Best Regards!

10 years ago

Hi,

The error with the "FacebookChannel.cshtml" view is related to another plugin which should have a view called "FacebookChannel.cshtml". You see our plugins as they register their paths for their views in the base route provider and when a view is missing all registered view locations are searched including the ones from our plugins. But the actual warning is that another facebook plugin is looking for the specified view and could not find it. Please check your facebook plugin if it works properly.

Best Regards!

Bugs
10 years ago

dcooneyca wrote:
I have upgraded from 3.10 to 3.20 and now two of my three stores do not work properly I get the following message.

The controller for path '/' was not found or does not implement IController.


Hi,

Can you please modify your Global.asax file by adding an empty space at the end in order to trigger full application restart.

If the issue still exists you can send us the error message from your System -> Log.

Best Regards!

AjaxFilters
10 years ago

violabg wrote:
I'm actually testing your demo site, yes every other browser is ok.


Hi,

We did manage to reproduce the error. It occurs only in IE 8 and we are going to investigate it.

Thanks again for your feedback!

10 years ago

Hi Joster,

This is really strange and maybe they are some old entries in the resources. They should have values "Carousel 2D Settings" and "Carousel 3D Settings".

Can you please let us know if there are still warnings so that we can investigate it further.

Thanks for your assistance!

Best Regards!

10 years ago

mattprice1707 wrote:
Thanks mate,

That was what I was looking for. Don't know what I was doing before! To customize the colours for the filter which now shows, is there a certain css file that needs altering or are there options to do that in the full version.

Cheers

Matt


Hi Matt,

Which colors do you exactly mean! You can change the overall colors of the filters from the Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/DefaultClean/Content/AjaxFilters.css styles or if you have your own theme you can create such folder in the Themes folder of the plugin and place the same files there and modify them.

Best Regards!