X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

Freakmode 07-02-2015 04:45 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil - how do I remove lazy loading of category images?
Product images are very quick now but still get spinning disc and delay on cat images.

Thanks

PhilJ 07-04-2015 07:54 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Phil - how do I remove lazy loading of category images?

Edit skin/reboot/customer/main/subcategories_t.tpl replace...

Code:

<img class="lazy" src="{$AltImagesDir}/spacer.gif" data-src="{get_category_image_url category=$subcategory}" alt="{$subcategory.category|escape}" />
with...
Code:

<img src="{get_category_image_url category=$subcategory}" alt="{$subcategory.category|escape}" />
reBOOT v4 will use a different lazy loading technique. Planning to release v4 mid July.

johngwms 07-14-2015 05:02 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil

How can I make reB3.51 WordPress Post Titles have an H1 Tag?

At the moment my posts do not have H1 defined and Google never seems to pick them up.

PhilJ 07-14-2015 05:15 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi John, on blog pages, it should already be a H1, but for blog page listings, edit /blog/wp-content/themes/alienship/inc/template-tags.php

Find line 150, replace...
Code:

$entry_title = sprintf( '<h2 class="entry-title"><a class="entry-title" title="%s" rel="bookmark" href="%s">%s</a></h2>', the_title_attribute( 'echo=0' ), get_permalink(), $title );
With...
Code:

$entry_title = sprintf( '<h1 class="entry-title"><a class="entry-title" title="%s" rel="bookmark" href="%s">%s</a></h2>', the_title_attribute( 'echo=0' ), get_permalink(), $title );

Freakmode 08-04-2015 02:22 AM

Re: X-Cart - reBOOT - Responsive Template
 
Removed - just my inability to read

johngwms 08-04-2015 02:38 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil

That fix works but unfortunately it also converts all blog titles on the blog home page to H1 tags also. It seems that the is_singular() funtion on line 146 is not functioning as it should.

mendyo 08-04-2015 09:06 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil,

I am updating my site and want to know if I need to purchase an update to go from 2.32 to the latest version. I believe you are very close to releasing the latest version 4.7.3. Do you have an availability date?

Please let me know what I need to do ASAP as my developer needs to know how to proceed.

Best,

Mendy Ouzillou

elmirage001 08-05-2015 08:23 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by mendyo
Phil,

I am updating my site and want to know if I need to purchase an up to date to go from 2.32 to the latest version. I believe you are very close to releasing the latest version 4.7.3. Do you have an availability date?

Please let me know what I need to do ASAP as my developer needs to know how to proceed.

Best,

Mendy Ouzillou


Hi Mendy!

Phil is testing now. You can keep up to date here --> https://www.xcartmods.co.uk/reboot/#tab3
Quote:

reBOOT v4 nearly ready, coming early August ...

5th August - Final testing / optimization in progress ...
So should be very soon :-)

Hope this helps!

Paul (The Meteorite Exchange, Inc.)

mendyo 08-06-2015 06:54 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thank you Paul. I did see that and was hoping for a more definitive date.

My developer is stuck until I can get the latest release which seems well worth waiting for.

Mendy

PhilJ 08-06-2015 10:07 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi All, it will be released on Monday 10th. Apologies to everyone for the delay, but better to be safe than sorry.

I'm just finalising the product page and the header layouts. I'll be optimising, documenting and testing all weekend in readiness for Monday.

PM me or go on my live chat for a preview link.

Settings

Vacman 08-07-2015 06:02 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, I had a customer bring up something that I had not realized.

How can I add a "Shopping Cart" or "Checkout" button in the head of each page the customer is on? Ideally the button would only show up on each page once the customer has actually added something to their cart.

This may be a basic function that I don't have enabled... not sure.

PhilJ 08-07-2015 09:26 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Carl, please post a ticket with your store details and I'll take a look. You can actually place multiple minicarts anywhere, I'll show you how.

PhilJ 08-07-2015 10:18 AM

Re: X-Cart - reBOOT - Responsive Template
 
The demo for the new reBOOT is available here :)

Template Settings / Category Page / Product Page / Shortcodes / Widgets / Captions & Animations / Audio & Video / Blog / Testimonials

Please note that the theme previewer adds some overhead, it's not intended for a production store. Plus, I have pretty much enabled all the features.

I still have some things to do, but any feedback is welcome.

Installation steps have been cut down by at least half, including addons.

Full feature list coming soon.

Vacman 08-07-2015 11:57 AM

Re: X-Cart - reBOOT - Responsive Template
 
I'd like to order the girl in the white bikini.... ;)

Freakmode 08-08-2015 06:56 AM

Re: X-Cart - reBOOT - Responsive Template
 
What will be the upgrade cost Phil?

Looks very good and the products now load super quick.

Well done, you have put some hours into that.

PhilJ 08-09-2015 12:28 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks Freakmode, from Aug 10th...

Single domain licence without addons - $149, free updates for 3 months, $39 after that
Single domain licence with addons - $199, free updates for 3 months, $39 after that
Unlimited domain licence - $499, free updates for 6 months, $39 after that

The Unlimited domain licence can also be purchased and downloaded immediately via Gumroad.

An affiliate scheme is also available.

TA 08-09-2015 05:20 AM

Re: X-Cart - reBOOT - Responsive Template
 
This theme looks awesome! Tons of features. Good job Phil!

PhilJ 08-09-2015 08:01 AM

Re: X-Cart - reBOOT - Responsive Template
 
Changelog

ITVV 08-09-2015 09:45 AM

Re: X-Cart - reBOOT - Responsive Template
 
Sounds amazing - looking forward to the release.

Well done PhilJ and thanks for all the amazing work and value that you give us.

Kind regards

ITVV

chamberinternet 08-09-2015 11:00 PM

Re: X-Cart - reBOOT - Responsive Template
 
The template looks the bomb! Very nice work Phil!

magicant 08-09-2015 11:41 PM

Re: X-Cart - reBOOT - Responsive Template
 
The demo of V4 looks AMAZING - I cannot wait to get this running on my 4.7.3

Will it be compatible with the Video Slider you implemented for me last time?

Great work...

All the best
Anthony
www.magicworld.co.uk

PhilJ 08-10-2015 12:16 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Anthony, adding videos has been made a lot easier, see here. It also supports local MP4/WEBM and you can add your YouTube feed anywhere with one line of smarty.

The homepage slider also supports videos. If you need a custom video slider, I can sort that out for you no problem.

Products can have up to 5 videos also.

Soft-Reseller.com 08-10-2015 04:27 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hello Phil,
Many many congratulation on releasing such a great update.
I was regularly visiting your site to see any info about the upcoming version.
Today morning when I saw Version 4 and then click demo...
Really speaking a loud WOW shocked every one working on their screens.
Really Great Effort results a Great Template.
Best Regards

magicant 08-10-2015 04:32 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks Phil... yes love the video options... might have to take you up on some custom to get the video player to work like my existing site with playlist on the right that I can control from the admin but awesome... Let me know when I can start downloading V4 and if there is anything I need to do.

All best A

Freakmode 08-10-2015 04:56 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil is the new V4 only compatible with 4.7x?

We are on 4.6.6 and don't really want to be upgrading to 4.7

PhilJ 08-10-2015 09:54 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Phil is the new V4 only compatible with 4.7x?
Yes, it's built on v4.7.3. You might get away with earlier v4.7.x versions, but it's not going to work on v4.6.x and earlier I'm afraid.

I'm sending out updates now, so feel free to request them, quoting your order ID.

TA 08-10-2015 01:31 PM

Re: X-Cart - reBOOT - Responsive Template
 
This template is extremely nice! It is packed with features and easily modified to suit your store. Pure awesomeness!

Thanks Phil!

Freakmode 08-11-2015 04:28 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks Phil

Have tried all morning to upgrade our dev from 4.6 to 4.7 and it simply won't upgrade so it looks like we are stuck on V3. :(

PhilJ 08-11-2015 04:54 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Freakmode, it's seldom an easy job to upgrade, especially with customised stores. You might need someone to take care of the upgrade for you. I'll be available in a week or so for custom work.

Freakmode 08-11-2015 05:48 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
Hi Freakmode, it's seldom an easy job to upgrade, especially with customised stores. You might need someone to take care of the upgrade for you. I'll be available in a week or so for custom work.


Cheers Phil

We have been upgrading Xcart ourselves for the past 12 years so we have done a few, but I can't even patch the database and start with a clean install this time.

Frustrating to say the least.

PhilJ 08-14-2015 12:57 AM

Re: X-Cart - reBOOT - Responsive Template
 
Well, looks like you've solved any issues you were having now.

Features list added, finally :)

elmirage001 08-14-2015 12:39 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by johngwms
Hi Phil

That fix works but unfortunately it also converts all blog titles on the blog home page to H1 tags also. It seems that the is_singular() funtion on line 146 is not functioning as it should.

Hi John and Phil,

We were having the same issue on the blog home page with no H1 but all other pages are showing H1 just fine. We use the Yoast SEO Plugin recommended by Phil.

I've been working on this on and off for a little while and I think I've found a solution today. The code below will add your WordPress Tagline as an H1 on your blog's homepage.

In file /blog/wp-content/themes/alienship/index.php

add the following red line of code as shown below
Code:

<?php
/**
 * The main template file.
 *
 * @package Alien Ship
 * @since Alien Ship 0.1
 */

get_header(); ?>

        <div id="primary" class="<?php echo apply_filters( 'alienship_primary_container_class', 'content-area col-sm-8' ); ?>">

            <?php do_action( 'alienship_main_before' ); ?>
            <main id="main" class="site-main" role="main">
           
            <h1><?php bloginfo('description'); ?></h1><br />
           
                <?php if ( have_posts() ) {

Hope this helps!

Paul

PhilJ 08-15-2015 01:04 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks Paul, that may not be necessary in the new reBOOT v4.7.3, as I have ensured that every page has a H1 tag, which are taken from the <TITLE> tag and right up in the <HEADER> where they ought to be.

If you disable CSS in your browser, you'll get a better idea.

elmirage001 08-15-2015 06:13 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
Thanks Paul, that may not be necessary in the new reBOOT v4.7.3, as I have ensured that every page has a H1 tag, which are taken from the <TITLE> tag and right up in the <HEADER> where they ought to be.

If you disable CSS in your browser, you'll get a better idea.

Hi Phil, I just checked your 4.7.3 demo and the H1 tags work perfectly :-) Thank you for that!!

Now, do I work on my astro images or reBOOT, images or reBOOT... I just don't know what to do? 8O

Thank you again!

Paul

PhilJ 08-17-2015 11:27 PM

Re: X-Cart - reBOOT - Responsive Template
 
For those who have upgraded reBOOT to the Aug 10th v4.7.3 release, please download this file and unzip to skin/reboot/css/themes

Some additional CSS overrides were necessary.

TA 08-18-2015 05:24 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, Is that only for upgrades? Or does it apply to all installs?

PhilJ 08-18-2015 05:34 AM

Re: X-Cart - reBOOT - Responsive Template
 
Just for people who installed the very latest release, you included :)

TA 08-18-2015 05:46 AM

Re: X-Cart - reBOOT - Responsive Template
 
Done! Thanks!

PhilJ 08-21-2015 06:01 AM

Re: X-Cart - reBOOT - Responsive Template
 
Wordpress v4.3 was just released and working fine on reBOOT. For anyone who's upgraded, unzip and upload this to /blog/wp-includes

Bluemonk 08-24-2015 02:09 AM

Re: X-Cart - reBOOT - Responsive Template
 
Could someone please let me know how to put in custom colors for the menu, dialog, and panel boxes in the newest Reboot release?

If there is a way to assign custom colors to the primary, success, info, warning setting, that would be great.

Thank you


All times are GMT -8. The time now is 08:20 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.