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)

Vacman 12-27-2014 10:08 PM

Re: X-Cart - reBOOT - Responsive Template
 
Got it! - Thanks.

New question. Captcha is not displaying any images. The directory is set to 777, but it is empty..?

PhilJ 12-29-2014 05:23 AM

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

New question. Captcha is not displaying any images. The directory is set to 777, but it is empty..?
Perhaps check the GD library is loaded in Admin > Tools > Summary

If you like, post a support ticket and I'll take a look.

Vacman 12-29-2014 07:46 AM

Re: X-Cart - reBOOT - Responsive Template
 
Yes it is and it is functioning on my live site:

GD bundled (2.1.0 compatible)

I will open a ticket.

PhilJ 12-29-2014 12:59 PM

Re: X-Cart - reBOOT - Responsive Template
 
Get the reBOOT template for only $99! (usually $199)

Coupon code - XREBOOT3100

Be Quick, Offer Ends Midnight, January 1st 2015

Pitak 12-29-2014 08:21 PM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, I upgraded reBOOT v3.0 to v3.3 last night and now the Countdown works with html codes. I guess it must be something with my end. Everything is working fabulous.

As I've mentioned before, reBOOT template's value is much much more than what Phil is selling it for, especially with the holiday discount. For any one who's considering, just jump into it. You'll be glad you did. :)

Phil, for the testimonial addon, when I click on the next page, is it possible to let the page scroll to the top so that visitors can read the next testimonials right away instead of manually scrolling up? Thanks. <3

PhilJ 12-30-2014 05:14 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Pitak, thank you for your kind words.

Quote:

Phil, for the testimonial addon, when I click on the next page, is it possible to let the page scroll to the top so that visitors can read the next testimonials right away instead of manually scrolling up? Thanks. <3

In skin/reboot/modules/Testimonials/testimonials.tpl

Around line 90, before...

Code:

    });
</script>


Insert...

Code:

    $('div.pagination a').click(function() {
        $('html, body').animate({ scrollTop: 350 }, 'fast');
    });
    $('select.perPage').click( function(e) {
        e.preventDefault();
        setTimeout( function() {
            $('div.pagination a').click(function() {
                $('html, body').animate({ scrollTop: 350 }, 'fast');
            });
        }, 250);
    });


Pitak 12-30-2014 06:15 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks, Phil. The above code works perfectly. Just the way I wanted it to be. :)
Unfortunately it only works when there are 10 testimonials/page. ;)

PhilJ 12-30-2014 06:25 AM

Re: X-Cart - reBOOT - Responsive Template
 
Pitak, code updated above :)

elmirage001 12-30-2014 05:13 PM

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

Originally Posted by PhilJ
Pitak, code updated above :)


Thank you Phil and Pitak, Works great! I had noticed that before but forgot about it.

Thank you Phil for your responsive reBOOT Masterpiece! We had our best Christmas season ever in number of sales and dollars. With the number of mobile sales we had I'd hate to think how much we'd have lost without reBOOT.

Anyone not taking advantage of Phil's reBOOT sale deserves a lump of coal next year :-)

Paul

PhilJ 01-03-2015 04:00 PM

Re: X-Cart - reBOOT - Responsive Template
 
1 Attachment(s)
If anyone is using the Wordpress Blog addon with reBOOT, has recently updated Wordpress to v4.1 and found it breaks the blog, unzip and upload the attached to /blog/wp-includes

Should you wish to disable WP automatic updates, add this line of code in your wp-config.php file...
Code:

define( 'WP_AUTO_UPDATE_CORE', false );


All times are GMT -8. The time now is 04:09 AM.

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