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)

designguru 10-28-2014 10:21 AM

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

Originally Posted by PhilJ
Just enforces what I said. Sorry, but I know when a person is out to cause trouble and I won't stand for it.


I have absolutely no idea what happened that the person who answered got in rage like that. There are only two things that come to my mind that could have made you feel offended. But even then I'm only guessing.

1. If you felt offended by my support requests I would have prefered to got told: "I'm not able to provide more support, sorry" instead of not answering and then exploding with "people like you make me sick", "I know exactly who you are" "don't work with me". In my opinion it is very rude and I never experienced answers like that before.

2. Improvement ideas. I tried to make your template even better by suggesting and sharing ideas. You might have felt offended by these or felt pressure to provide all these things but I can only guess.

I thought that updating and interacting on the reboot thread to make it an even better template might could be also a good thing and advertising for you. I ordered many items from you but understand that this doesn't mean a thing. I would have appreciated to be told that no support is available or no ideas are desired instead of the harsh words I was being told.

I will not bring up any ideas anymore but In my opinion no person should be treated that rude.

As I can not contact you I write all this here:
I wish you the best and thank you for all the help.

PhilJ 10-28-2014 10:39 AM

Re: X-Cart - reBOOT - Responsive Template
 
I apologise designguru, move on.

You can contact me anytime.

Freakmode 10-28-2014 12:26 PM

Re: X-Cart - reBOOT - Responsive Template
 
Is it possible to keep the full site on a tablet (either Ipad mini or Nexus 7) so it does not go responsive

PhilJ 10-28-2014 01:39 PM

Re: X-Cart - reBOOT - Responsive Template
 
If you can edit the CSS media queries, then it is possible.

Freakmode 10-28-2014 02:02 PM

Re: X-Cart - reBOOT - Responsive Template
 
No probs worth an ask. back to the drawing board

xtech 10-28-2014 10:21 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
Can you please look into my pending ticket?

Thanks,
xtech

PhilJ 10-30-2014 04:00 AM

Re: X-Cart - reBOOT - Responsive Template
 
Bootstrap was just updated to v3.3.0.

v3.x users can easily upgrade using this file.

Both demos are now using it.

elmirage001 10-30-2014 03:44 PM

Re: X-Cart - reBOOT - Responsive Template
 
Great idea. Excellent implementation by Phil! I did have to do 2 things.

I changed the "i" to an "a" in the file name. function.gravitar.php --> function.gravatar.php and I had to paste the file into notepad and then save. I seemed to have some hidden control characters which kept the function from working.

Thank you so much! Works Great!

Paul



Quote:

Originally Posted by PhilJ
ok, here's how...

1) Upload the attached file, function.gravitar.php, to include/templater/plugins

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

Replace...
Code:

    {$t.testimonial}
With...
Code:

    <img src="{gravatar email=$t.email rating='PG' size='80'}" alt="{$t.name}" style="float:left;margin:0 10px 10px 0">

    {$t.testimonial}

    <div class="clearing"></div>

Default icon size is 80 pixels. To adjust, edit size='80'.

To set your own default icon (for those who submit testimonials and have not registered a Gravitar icon), instead use...

Code:

    <img src="{gravatar email=$t.email rating='PG' size='80' default='http://www.yourstore.com/skin/reboot/modules/Testimonials/images/default_avatar.jpg'}" alt="{$t.name}" style="float:left;margin:0 10px 10px 0">

Then upload your default_avatar.jpg image to skin/reboot/modules/Testimonials/images/

3) In skin/reboot/modules/Testimonials/testimonial_add.tpl

After...
Code:

<input name="email" type="text" id="email" maxlength="255" class="testimonial_input" placeholder="Required" required>
Insert...
Code:

<span style="font-size:12px">{$lng.lbl_testimonial_gravitar}</span>

4) Apply SQL patch...

Code:

REPLACE INTO xcart_languages SET code='en', name='lbl_testimonial_gravitar', value='If you have a <a href=\"https://gravatar.com/site/signup/\" target=\"_blank\">Gravitar icon</a> associated with your email address, we will display it next to your testimonial.', topic='Labels';

5) Run a template cleanup.

Demo here. More info on the plugin here. More info on the icons here. Very useful and could be used elsewhere around your store :)


PhilJ 10-30-2014 03:53 PM

Re: X-Cart - reBOOT - Responsive Template
 
Paul, thanks for spotting the typo (!), updated the post :)

Freakmode 10-31-2014 10:59 AM

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

Originally Posted by PhilJ
No (Sorry there is no way)

Edit: If you can edit the CSS media queries, then it is possible.


Do you have an example of code to edit?


All times are GMT -8. The time now is 03:13 PM.

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