Jump to content

Basix (Bootstrap Responsive Skin)


CubeCart Bot

Recommended Posts

  • 1 month later...

On 4/4/2019 at 10:38 PM, Dani said:

If I buy this template I'm allowed to remove copyright

Hi, sorry for the delay seems i never got alerted to your question.

From my understanding you are free to remove the copyright notice in the footer regardless of what skin/template you use.

It's always nice to promote CubeCart but ultimately that is your decision to make.

Hope this helps,

Chris.

 

Link to comment
Share on other sites

Hello, first the "Basix" template is super and nice looking 👍. I have two questions…

1. When I choose one product - Item that has a few Images… and when I click on image to show fullscreen there is a bug. Image showed up, but there is no way in web browser - how to close the shown image like in "Fundation" basic Skin. You can´t just click on image to close it (also there is no other images showed under) - you have to press ESC on keyboard to exit fullscreen. 

2. My second question is how to remove five stars under product/item list (Product/Review comments are disabled in store settings)? ... Thank you

Link to comment
Share on other sites

47 minutes ago, DCro19 said:

Hello, first the "Basix" template is super and nice looking 👍. I have two questions…

1. When I choose one product - Item that has a few Images… and when I click on image to show fullscreen there is a bug. Image showed up, but there is no way in web browser - how to close the shown image like in "Fundation" basic Skin. You can´t just click on image to close it (also there is no other images showed under) - you have to press ESC on keyboard to exit fullscreen. 

2. My second question is how to remove five stars under product/item list (Product/Review comments are disabled in store settings)? ... Thank you

 

Hi, Glad you like the template.

1) When using a web browser and using the image gallery - in full screen you should be able to find an "X" in the top right corner to close the image. Currently image thumbnails within full screen is not supported - (i opted for a different gallery method but i'll look into it for the next update)  but you can still swipe or click to move to the next image

2) If you opt not to use  ratings/reviews then on the category page you'd need to remove the code from the file due to no known global template varible which checks if its enabled or not (i'll double check this with the CubeCart developers) everywhere else the ratings should be controlled by the main setting in the admin panel.

So, if you want to remove the blank stars from category view then you'd edit content.category.php around line 113 and remove

{if $product.review_score}
	<div class="pr_score">
		{for $i = 1; $i <= 5; $i++}
			{if $product.review_score >= $i}
				<img src="{$STORE_URL}/skins/{$SKIN_FOLDER}/images/star.png" alt="">
			{elseif $product.review_score > ($i - 1) && $product.review_score < $i}
				<img src="{$STORE_URL}/skins/{$SKIN_FOLDER}/images/star_half.png" alt="">
			{else}
				<img src="{$STORE_URL}/skins/{$SKIN_FOLDER}/images/star_off.png" alt="">
			{/if}
		{/for}
		<span class="pr_info text-muted small">{$product.review_info}</span>
	</div>
{else}
	<div class="pr_score">
		{for $i = 1; $i <= 5; $i++}
			<img src="{$STORE_URL}/skins/{$SKIN_FOLDER}/images/star_off.png" alt="">
		{/for}
	</div>
{/if}

 

 

 

Link to comment
Share on other sites

Hi, thank you for your quick reply ... the answer no. 2 solved my problem - THANK YOU! ... but problem no. 1 still exists ... at fullscreen mode there is no displayed "x" in the top right corner and also there is no click to move to the next image... I was thinking about this problem ... did you test BASIX theme in this way (like in my case) ... cubecart is installed in subfolder of the main "public-html" directory? or it is doesn´t meter ... I am asking because of links configured in theme etc. Thank you

Link to comment
Share on other sites

2 hours ago, DCro19 said:

Hi, thank you for your quick reply ... the answer no. 2 solved my problem - THANK YOU! ... but problem no. 1 still exists ... at fullscreen mode there is no displayed "x" in the top right corner and also there is no click to move to the next image... I was thinking about this problem ... did you test BASIX theme in this way (like in my case) ... cubecart is installed in subfolder of the main "public-html" directory? or it is doesn´t meter ... I am asking because of links configured in theme etc. Thank you

Can you send me your web address via private message so i can check it out.

The close option should be there - can you see it on the demo site? nitefox.x10host.com also the next/previous options appear in a bar at the bottom of the full screen page though that might disappear quickly however that can be easily sorted.

thanks

34 minutes ago, Lastwolf said:

I can't figure out what's wrong with content.gateway.php template but it's not auto transferring.

Just looking into it now, will reply to your email shortly.

Link to comment
Share on other sites

 

Bug Report

It has come to light that the Contact form on the Contact Us page is not submitting when Google reCaptcha V2 - Invisible is active. The issue appears to only affect the contact us page and only when the invisible option for Google reCaptcha V2.

It's safe to assume the issue affects all  purchases of Basix prior to today (21st May 2019)

The issue has been fixed for the main package in the cubecart marketplace so will NOT affect any new purchases.

To manually fix the issue please see the solution below:

Solution

File :: skins > basix > templates > content.contact.php

Find the following on approx line 60

<input type="submit" class="btn btn-success g-recaptcha" id="contact_submit" value="{$LANG.documents.send_message}">

Replace it with 

<input type="submit" class="btn btn-success g-recaptcha" id="contact_submit" data-form-id="contact_form" value="{$LANG.documents.send_message}">

And that is all.

Sorry for any inconvenience,

Chris. 

Link to comment
Share on other sites

  • 10 months later...
On 3/18/2020 at 3:11 PM, Corum10 said:

Hi, bought your skin. Very nice but it doesn't change colour. All the options are there and the skin is nice but even after clearing cache it maintains the yellow look.

Cheers

Hi, 

Thanks for purchasing and apologies for the delay in responding, seems no email notification was sent.

You mention "clearing cache" is that CubeCarts cache or your browser cache? Clearing your browser cache will reset the colour scheme to whatever colour scheme is set via the admin settings.

If your site is online, if you send me a private message on here with the link and i'll check it out to see if i can dig a little deeper to see whats going on.

Cheers,

Link to comment
Share on other sites

56 minutes ago, Corum10 said:

Hi my site is robotrax.co.uk (new site), I've set it temporarily to allow Users: Everyone. And yes I always clear cache in Cubecart but also in the browser if I change thengs. Cheers

Hi, 

Thanks for getting back to me.

Based on my findings, the root of the issue comes down to cubecarts cache and human error. Basix was developed following the default structure of CubeCarts default skin which appears to have caused the issue to be inherited by Basix so please accept my apologies and i will clarify the issue with CubeCarts team.

I have  just updated the product in the marketplace now so you should be able to re-install/update the skin or you manually fix the issue by doing the following:

 

access your sites files via your hosting account or preferred method and do the following:

In file skins >  Basix > templates > main.php and skins > Basix > templates > main.checkout.php find the following line

{include file='templates/element.css.php'}

Now, add the following below the above line

{if !empty($SKIN_SUBSET)}
	<link rel="stylesheet" href="{$ROOT_PATH}skins/{$SKIN_FOLDER}/css/cubecart.{$SKIN_SUBSET}.css">
{/if}

 

Now open file skins > Basix > templates > element.css.php and remove the following lines

{if !empty($SKIN_SUBSET)}
    {$css_input[] = 'skins/{$SKIN_FOLDER}/css/cubecart.{$SKIN_SUBSET}.css'}
{/if}

 

and now save and clear cubecarts cache.

 

Any problems let me know and again please accept my apologies for the delay and issue.

 

 

Link to comment
Share on other sites

Hi I have a different issue with this skin which I purchased, now I get a notification that an update is available and although  when I purchased it there was to be lifetime updates, when I click on update it tells me a token will be available after purchase.

When did the free updates stop and if not how do I go about updating without having to purchase it again?

Link to comment
Share on other sites

39 minutes ago, navimaps4u said:

Hi I have a different issue with this skin which I purchased, now I get a notification that an update is available and although  when I purchased it there was to be lifetime updates, when I click on update it tells me a token will be available after purchase.

When did the free updates stop and if not how do I go about updating without having to purchase it again?

Hey,

Apologies for the issue you have encountered.

I can confirm updates remain free for anyone who purchases my skin and that you should still be able to access them as always.

Personally i have no control over the update access so if you can bare with me i will reach out to CubeCart support to see whats happened and try to get that resolved for future updates.

In the meantime if you send me a private message (or email [email protected] ) with your email that you used when purchasing, which version of cubecart you're using and the version of Basix you're using  (you should find it in basix > docs > changelog.txt) and i'll sort you out 👍

 

 

 

Link to comment
Share on other sites

  • 6 months later...

Hi I have a different issue with this skin which I purchased, now I get a notification that an update is available and although  when I purchased it there was to be lifetime updates, when I click on update it tells me a token will be available after purchase.

When did the free updates stop and if not how do I go about updating without having to purchase it again?

The above was posted more than 6 months ago, it has still not been resolved.

I get the notification to update but when I go to update it only takes me to the purchase page.

Are there lifetime updates or not or is it just false advertising?

The last time I brought this up I was sent a link to download and manually update, that is not good enough and it should be automated.

I hope this is resolved soon.

Link to comment
Share on other sites

13 hours ago, navimaps4u said:

Hi I have a different issue with this skin which I purchased, now I get a notification that an update is available and although  when I purchased it there was to be lifetime updates, when I click on update it tells me a token will be available after purchase.

When did the free updates stop and if not how do I go about updating without having to purchase it again?

The above was posted more than 6 months ago, it has still not been resolved.

I get the notification to update but when I go to update it only takes me to the purchase page.

Are there lifetime updates or not or is it just false advertising?

The last time I brought this up I was sent a link to download and manually update, that is not good enough and it should be automated.

I hope this is resolved soon.

Hi, 

I have responded on the other post but just cover the additional stuff here, 

If you log into the extension marketplace, then visit the product page you should be able to download or get a install token.

Lifetime updates are still active and not false advertising, many customers have updated without issue.

There is a automated update option using install tokens, however this method is not recommended if a customer has modified their skin as it will extract the updated skin over the old skin which will/may cause the loss of modifications.

Apologies for any confusion or inconvenience.

Link to comment
Share on other sites

  • 2 weeks later...

There is a CSS rule that is setting the max-height of the logo.

.main-logo img {
  display: block;
  max-width: 100%;
  max-height: 60px;
}

I can't really determine where this rule is at, but it can be overruled by adding a style attribute to the <img> tag:

<div class="col-xs-7 col-sm-3">
  <a href="{$ROOT_PATH}" class="main-logo">
    <img src="{$STORE_LOGO}" alt="{$CONFIG.store_name}" style="min-height: 120px;">
  </a>
</div>

Edit the main.php and main.checkout.php templates.

Edited by bsmither
  • Like 1
Link to comment
Share on other sites

Hey @priceisrightsuperstore 

The store logo is styled by the following classes - .main-logo and .main-logo img  in basix > css > style.css  starting at line 220 which both have a css rule max-height of 60px. So you will need to modify both of those classes to get you desired look. 

The "Shop by Category" tab is 50px so the logo is already exceeding the size tab.

2 hours ago, priceisrightsuperstore said:

I am trying to edit size of my logo. I have tried editing the main.php and clear admin cache but it didn't work. Please help I would like my logo to be at least the size of the Shop by category tab. 

www.priceisrightsuperstore.com/store

Also, after making any changes remember you may need to clear your browser cache as well the site cache.

  • Like 1
Link to comment
Share on other sites

  • 4 months later...

hey all,

Is it possible to add a page to the navigation bar at the top of the page? I am struggling to add to it. I currently have the four option that came with the skin, sales categories, advance search, sales items and gift card.  However, I would like to change the gift card title, as well as add two more pages. I know basic HTML and PHP, but really struggling with this one haha! thank you for the template! 

best,

Lyd 

Link to comment
Share on other sites

We recommend making changes to language phrases in admin, Languages, then click on the language you wish to change.

On the page that shows next, choose the Catalogue group. Find and click on the phrase key 'gift_certificate'. This enables the text entry field for editing.

CubeCart uses "Gift Card" throughout the program. It may be quite the effort to rename everything.

A trick to add items to the Nav bar is to create a Category with no items in it. Comprehensive textual content can be written for it and will be displayed when the visitor views that "category".

 

Link to comment
Share on other sites

44 minutes ago, Lyd2020 said:

hey all,

Is it possible to add a page to the navigation bar at the top of the page? I am struggling to add to it. I currently have the four option that came with the skin, sales categories, advance search, sales items and gift card.  However, I would like to change the gift card title, as well as add two more pages. I know basic HTML and PHP, but really struggling with this one haha! thank you for the template! 

best,

Lyd 

Hi Lyd, 

It is possible to add to the area you mention, however anymore than 3 can cause a layout issue on screens between 768px and 991px (the joys of responsive websites 🙄) you can free up a bit of space by removing the "register" link and just have a login link (theres a register link on the login page and register options during checkout so no biggy)

 

To Add A Page

1) Create a page (Admin > Documents > Create Document)

When you create the document a link should appear in the footer of your site. Make a note of the link.

2) Open basix > templates > box.navigation.php

Add your link (i've used Affiliates as an example) to the bottom of the list.

<li itemprop="name">
  	<a itemprop="url" href="http://exmaple.com/CubeCart/affiliates">Affiliates</a>
</li>

and save.

NOTE! The navigation file gets cached so you will need to clear your sites cache if you have the cache enabled. (You should have a Clear Cache button in your admin header)

 

Remove Register Link (OPTIONAL - Upto you if you want to)

basix > templates > box.session.php

Find and remove

<li itemprop="name"><a itemprop="url" class="parent-link" href="{$STORE_URL}/register{$CONFIG.seo_ext}">{$LANG.account.register}</a></li>

 

Edited by NiteFox
  • Like 1
Link to comment
Share on other sites

Hi Nitefox,

Brilliant thank you! it worked, however, when I remove it from the footer/information bar at the bottom it then removes the content when I click on the new button made on the navigation bar. Do i need to write a new style for the new page?  

also, 

One of the category already in use, I would like top make into a page on the navigation bar. how do I move the content linked to the category to a new page linked to the navigation bar? 

many thanks, Lyd 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...