Close

Profile: hristo

Avatar

User posts

7 months ago

That's the correct file you are editing. Also your code seems correct.
The .less file is compiled by clicking the "Save" button in the theme administration (on the Native Settings page where the color presets are), you don't have to do anything else.
So if you didn't click the save button, do it now and see if the change will apply.

7 months ago

"I would like that header bar to pick up the color selected in the Native Theme"

To do that, you have to add your element's class name into the Color Presets selectors file.
The file for Native theme is here:

Plugins\SevenSpikes.Theme.Native\Styles\Less\preset.less

Pay attention that there are different sections in that file, some are for text color, others for background color, some for border-color. If you need to change background color only, then add your element only in the "background color" section.

7 months ago

The number of items per row in side grids on Product Details pages is controlled through the "side-grids" class name. The code is in the 1260.css file. Make sure you apply your changes only for resolutions above 1260px, otherwise your will break the layout on lower resolutions. If you put your changes in the same file, you don't need to add additional media queries - the code in that file applies only for resolutions above 1260px.

8 months ago

swarm wrote:
Hi.  Is this still the case because the AboutUs topic does not pull through to the INFORMATION box


No, it's a text resource (string resource) that can be controlled form the administration (go Languages and select the Edit mode for your current language, then use the filter to find it). The system name for that resource is SevenSpikes.Themes.Brooklyn.Footer.Information.Text

Hello.

None of those can be achieved without coding (adding new code or modifying the existing one).

The good news is that it's not necessary to create new icons as the color of the existing ones can be modified by using CSS.

As for the social buttons on Product Details pages, the source code is here: Themes\Pacific\Views\Product\_ShareButton.cshtml

11 months ago

Hello NealC.
As previously explained, we can't help until we are able to inspect the actual website. Until you provide us with a link to your site there is nothing we can do. Even better if you provide us with admin login credentials so we can log into the site and inspect your setup. Of course you have to open a support ticket first, don't post login credentials here on the forum.

The only thing I can think of that may be causing similar problem is if your Product Images Proportion setting is having some invalid value. The setting is inside the "Additional Settings" tab on the Pacific Settings page. The default value is 100.

11 months ago

Hello NealC.

From your screenshot I can tell that your theme doesn't behave like the original Pacific theme. By default all product image containers are "square", no matter what the image inside is and how big it is. Unfortunately I can't tell you more by just looking at a screenshot. You have to provide us with a link to the actual website and admin login credentials, so we can log into the site and inspect your setup. You can open a ticket at nop-templates.com and provide the details there.

Bugs
11 months ago

bluerocksystems wrote:
Categories can not be displayed on the website homescreen if it doesn't have any children categories


Hello bluerocksystems.
We are not able to reproduce your issue, the HomePage categories work normally at our end, both with or without sub-categories.
If you have any modifications on any files, you have to double check that.
If not, please open a support ticket at nop-templates.com and provide us with admin access to the website so we can log in and check the error logs, etc.

Bugs
one year ago

nasser_yacout wrote:
Hello

When Change to RTL the slider images disappear.


Hello Nasser.

Do you have a RTL language properly set up? If you just switch to RTL without having a language that is set up as "RTL" in the administration, there will be no "rtl" direction attribute added to your site, and the slider needs that to display the RTL images properly.

This seems like a device specific problem, probably caused by a browser extension installed on the specific device. The theme renders normally on iPhone at our end. Try to disable your browser extensions, or test on another iPhone and check what's different.