![]() |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Yes I like custom modification.If Phil can help me it will be better. |
Re: X-Cart - reBOOT - Responsive Template
xtech, I have no plans to build a custom form builder module for X-Cart. Maybe Qualiteam or someone else can create one for you.
I can build custom forms with database insertion and form data management, on a case-by-case basis. Get in touch for a quote. If you use the Wordpress addon in reBOOT, there's a plethora of form builder plugins available. For example, this form took 5 mins to make, with Ninja Forms. If you want to DIY, you can use the Bootstrap form builder and generate PHP code using a tool like Forms To Go. I have created custom reBOOT form addons with AJAX validation and submission, available here. With basic HTML/JS/PHP skills, they can be extended to your liking. |
Re: X-Cart - reBOOT - Responsive Template
1 Attachment(s)
Fix for email header in reBOOT v3.3 - logo was not displaying correctly.
skin/reboot/mail/html/mail_header.tpl (attached) |
Re: X-Cart - reBOOT - Responsive Template
Thanks Phil !
Any luck on the MaxCDN issue? Paul |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Thank you for the new AJAX Contact Form in v3 ADDONS and all you do!! Paul |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Hi Phil, Is it possible to adjust the timing of the transitions on reboot_ticker? Thanks, Rob
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Within TICKER.owlCarousel({...}); around line 338, adjust... Code:
autoplayTimeout: 3000, |
Re: X-Cart - reBOOT - Responsive Template
Phil, I'm using the Homepage countdown alert today, I'm setting the countdown date/time to the past so that it kinda shows only the expired message.
And I'm getting this after the expired message at the Homepage: {/literal}{$lng.lbl_reboot_countdown_expired_message }{literal} Any idea what's causing this and how to fix it? Thanks and Happy New Year 2015!!! <3 |
Re: X-Cart - reBOOT - Responsive Template
1 Attachment(s)
Quote:
Upload skin/reboot/custom/widgets/home_countdown.tpl Then replace the countdown CSS code in skin/reboot/css/reboot.css with the CSS code in css.txt |
Re: X-Cart - reBOOT - Responsive Template
Phil, when I do the above, my homepage now does not load (it's a blank page). I've cleared Templates/Cache. So I undo the changes and cleared Template/Cache again, and now it's back.
Maybe there's some typos in the code? |
Re: X-Cart - reBOOT - Responsive Template
Strange, I am using the same code here.
Double check that the countdown messages HTML code is valid. Or revert to plain text and see if that fixes it. |
Re: X-Cart - reBOOT - Responsive Template
Hey PhilJ, got a weird one (for me).
When I upgraded to the new one a couple of weeks back, the Testimonials didn't make the migration. I do have the old database however. Is there a way to import those over safely? |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Thanks. <3 |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Hi Carl, open the backup DB in a text editor, locate the testimonials SQL, copy it to a new file, then you should be able to re-patch the current database with that SQL code. If the testimonials SQL lines begin with INSERT INTO, change to REPLACE INTO. |
Re: X-Cart - reBOOT - Responsive Template
OK - I just wanted to be sure that there wasn't something obscure I needed to do. PHPAdmin should work as well.
|
Re: X-Cart - reBOOT - Responsive Template
Actually, I am now confused. When I look at both the old DB and the new one, I see all the testimonials in there, but on my dev site, it is only displaying the giberish "Lorem Ipsum..." ones. Where is it pulling those from?
|
Re: X-Cart - reBOOT - Responsive Template
You need to add the code to auth.php to query the testimonials table (see the testimonials install.txt file).
Otherwise, the footer will just display the hard coded testimonials that are in skin/reboot/custom/footer/footer_content_TR.tpl Is the actual testimonials.php page displaying the correct testimonials? If not, then you'll need to re-add them from the backup database. |
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..? |
Re: X-Cart - reBOOT - Responsive Template
Quote:
If you like, post a support ticket and I'll take a look. |
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. |
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 |
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 |
Re: X-Cart - reBOOT - Responsive Template
Hi Pitak, thank you for your kind words.
Quote:
In skin/reboot/modules/Testimonials/testimonials.tpl Around line 90, before... Code:
}); Insert... Code:
$('div.pagination a').click(function() { |
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. ;) |
Re: X-Cart - reBOOT - Responsive Template
Pitak, code updated above :)
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
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 |
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 ); |
Re: X-Cart - reBOOT - Responsive Template
Jan 7th 2015 - reBOOT v3.4 released (X-Cart v4.6.6)
|
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
How to open newsletter popup box will open only once per visitor in all the pages.Currently it is opening all the time in home page when one refreshed the page.I want to change the behavior.How to achieve that? Thanks. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
I have updated the addon to use a cookie :) You can adjust the number of days before the cookie expires. Demo | Download |
Re: X-Cart - reBOOT - Responsive Template
Hi,
I have also tried it myself and after all success.Thanks for your codes.Thank you very much. Is it possible to improve it further? 1)it is stored in the database but cannot show in newsletter section.So cannot able to extract data from admin news section. 2)Not sending any notification email those who subscribed and also admin. 3)Also how to add name/Mobile No here? How to achieve that? Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
1) I don't follow you there.
2) I've updated the addon. It now has optional email confirmations to Admin / Customer. Also the JS has been moved to an external file. 3) I won't be adding name / mobile number, as those fields do not exist in the xcart_newslist_subscription table. And besides, I doubt many people will want to divulge their phone number details. Demo | Download |
Re: X-Cart - reBOOT - Responsive Template
1 Attachment(s)
Slight modification to the product videos addon, which allows the user to switch between lightboxes and iframes.
See attached - skin/reboot/custom/product_videos.tpl DEMO |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Thank you very much for your update of this addons. I want to tell that Email id that I subscribed has entered into x-cart database but it is not showing on x-cart->News management->Subscriptions list.I want it to display so that I can extract data easily from there for sending email to them. How to achieve that? Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
Ensure you have specified the correct news list ID in the settings in reboot_newsletter_popup.php
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Where to get that list ID?Is it from news.php?mode=subscribers&targetlist=3? Please let me know. Where to customize the email notification template of customer and admin? Thanks again for your great help. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Quote:
|
All times are GMT -8. The time now is 11:11 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.