Close

Profile: Boyko

Avatar

User posts

13 years ago

mwoffenden wrote:
The spacing and top-alignment of JCarousel when used in vertical mode with the Nop Electronics Theme is off.  

I did some tweaks to Themes\Electronics\Skins\default-3-items\skin.css to fix most of the issues:

.carousel_holder h2 {
    height: 39px;
    margin: 0px 0px 0px 0px;
    padding: 0 10px;
    background: url('images/block_topbg.png') repeat-x;
    color: #000000;
    display: block;
    font: bold 13px/1.5 Arial,Helvetica,sans-serif;
    line-height: 39px;
    border-radius: 5px;
    text-shadow: 1px 1px 0 #FFFFFF;
    border: 1px solid #d8d8d8;
    z-index: 5;


Hi mwoffenden,

Can you specify in which browser you have issues with the title.
We have a vertical carousel on the demo site and don't see any problems with the title:
http://themes.electronics.nop-templates.com/p/3/hp-probook-4530s

Many thanks

mwoffenden wrote:
I uninstalled Quick Tabs.  Then re-installed.  

After re-install (and configuration) I cannot get them to show up at all.  I cleared the cache and restarted the app.


Hi mwoffenden,

If you uninstall a plugin in any of our themes then the plugin is marked as not integrated in the theme.
As you are using the Electronics theme and you have uninstalled the tabs they a marked as unintegrated. You simply need to integrate the Quick Tabs in the Nop Electronics Theme -> Settings and in the Plugins integration tab to check the Quick Tabs plugin.

Many thanks

13 years ago

119kings wrote:
Dear Sir / Madam

I have just purchased the Nop Ajax Cart, I have succesfully installed on the the deployable file but I was wondering if it was possble to instal within the orignal source code provided by NopCommerce as I will need to make design changes in the css.

Hope this makes sense

Kind regards

Richard


Hi Richard,

We already sent you an email but will write this here, so that the other guys can read it.

When working with the nopCommerce sources, the best way to work with our plugins is to add them in the Plugins folder of your Nop.Web project.
Presentation\Nop.Web\Plugins
Then you can make all your changes there.
When you are done and ready for deployment you can run Deploy.bat and simply
copy the SevenSpikes folders into the deployable Plugins folder.

This is not ideal but it is much simpler than having the sources in the
actual Plugins folder.
As if you add the SevenSpikes plugins into the root Plugins folder where are all other
plugin projects then you will have to make changes in the msbuild to
copy them into the Presentation\Nop.Web\Plugins folder every time you make any changes , which can slow you down. Also you will have to make changes in Deploy.bat to work properly and copy the SevenSpikes plugin folders.

Hope this information is useful!

We will be glad if other plugin users can share any other best practices. We really like to make our plugins really easy to use during development, so any suggestions are welcome and greatly appreciated!

Best Regards

13 years ago

bubli wrote:
Hello,
Is there an estimate date when Nop Fashion Theme for nopCommerce 2.6 will be released?

Thanks!


Hi bubli,

We plan to release all our plugins and themes for nopCommerce 2.6 by Friday July 6th.

Hope this will work for you!

Regards

Prafulla07 wrote:
Hello,

We are using "Nop Instant Search" with NopCommerce version 2.5. It is working perfectly fine but now we are migrating to new version 2.6 of NopCommerce. I have used same steps as of version 2.5 to implement "Nop Instant Search" but unable to install plugins of Nop Instant Search. actually the plugins of Nop Instant Search not showing in the list of plugins. I have refreshed the list but does not show the plugins.

Please provide the solution to new version i.e. for 2.6


Hi Prafulla07,

We plan to release all our products for nopCommerce 2.6 by Friday July 6th.

Hope this will work for you!

Regards

mickk wrote:
Any news on adding a dropdown for all manufacturers?

Hi mickk,

We plan to do this a week or two after the release of nopCommerce 2.6 as we will be very busy upgrading all our plugins and themes for nopCommerce 2.6.
There are a lot of improvements and changes in nopCommerce 2.6 and also a brand new Widget system, so we will also need to change the Header Menu to support it.

Hope this information is useful!

Many thanks

13 years ago

temptator wrote:
hi guys, so what was the cause of a problem?
seems like im haveing same issue


Hi temptator,

First make sure you have the Core SevenSpikes plugin installed and if it is then continue reading below as it is a very rare situation and till now only a few clients have reported it.
The problem was related to how nopCommerce loads plugins.
It was reported to the nopCommerce guys and has been fixed for the upcoming nopCommerce 2.6.
You can read more here:
http://www.nopcommerce.com/boards/t/17455/load-plugins-based-on-their-displayorder-on-startup.aspx

The workaround this problem is to copy the three assemblies from the Core plugin folder (Plugins\SevenSpikes.Core) and paste them in the plugin folder of the plugin that throws the exception. Here are the files:
SevenSpikes.Nop.Core.dll
SevenSpikes.Nop.Framework.dll
SevenSpikes.Nop.Services.dll

Hope this helps!

Best Regards

13 years ago

JonJJ wrote:

Excellent! :-)

The reason I asked is that I could not see from the Quick Tabs screenshots if there was the possibilty of modifying it in another language.

That settles it, we will buy all the plugins. :-)



There is also a free trial that you can play with :)

Hope this helps!

Bugs
13 years ago

Support wrote:

Is it possible to change the pictures for the Slider navigation buttons?


It is possible to do whatever you want.
All the views are open to modifications, so you are not limited to call the sliders with different parameters if you like. You can find all the views files for the sliders inside the plugin folder Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Views\HomePageSliders
To answer your question you can find the images in this folder Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Styles\carousel3d\images and change them if you like.


If you use the 2D version of the slider, which actually uses Coin-Slider then you can read how to change the Next/Prev text in this article
In short you need to modify Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Scripts\coinSlider\coin-slider.min.js on line 28 (search for class='cs-prev'>prev) and change the text with whatever you want and later style it by modifying the .css file Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Styles\coinSlider\coin-slider-styles.css

Best Regards