![]() |
Re: X-Cart Smart Template v4.4.x
@ Soft-Seller post 228
The iframe you have is inside a table. Keep the width=100% for the iframe and add same (width="100%") for the table container |
Re: X-Cart Smart Template v4.4.x
Quote:
Hello Thank you for your reply. where I will find this table container. I have tried but didnt find anywhere. regards Kashif |
Re: X-Cart Smart Template v4.4.x
Quote:
|
Re: X-Cart Smart Template v4.4.x
Quote:
It's the one you are inserting the iframe in <table cellspacing="0" cellpadding="0" summary="Description"> <tbody><tr> <td class="descr"><iframe height="1500" frameborder="0" align="center" width="100%" |
Re: X-Cart Smart Template v4.4.x
I use this script for IFRAME's - it auto resizes the frame height according to the content, so no need for fixed height...
http://www.phpmix.org/iframe_height_auto_resize http://www.phpmix.org/iframe_height_auto_resize/iframe_height_auto_resize_the_code Example usage... Code:
{* IE7 Compatibility *} |
Re: X-Cart Smart Template v4.4.x
Quote:
Hello In my post http://forum.x-cart.com/showpost.php?p=309710&postcount=228 I raised a problem I was facing. I write the problem again so it may help anybody facing the same. --------------------------------------------------------------------------------------------- In detail description of a product I am using iframe. The details with simple details shows in full Tab space. http://www.soft-reseller.com/eshop/WinRAR.html http://demos.soft-reseller.com/x-cart/forum_pics/description_without_Iframe.png and where I use iframe and call a webpage there it shows like this http://www.soft-reseller.com/eshop/AVG-PC-TuneUP-2011.html http://demos.soft-reseller.com/x-cart/forum_pics/description_with_Iframe.png --------------------------------------------------------------------------------------------- I want to say Thanks to cflsystems who helped me and gave me idea to solve the problem. in File "tabs.tpl" in "custom" Folder line No. 55 "<table cellspacing="0" cellpadding="0" summary="{$lng.lbl_description|escape}">" add width="100%" i.e "<table cellspacing="0" cellpadding="0" width="100%" summary="{$lng.lbl_description|escape}">" this will solve the problem. Thanks cflsystems for help. And PhilJ really great Template I love it there are some issues initially and that might be due to my very little knowledge in php but I know this Template will give my site a very impressive look. Best Regards to both of you. Soft-reseller.com |
Re: X-Cart Smart Template v4.4.x
Hello, can someone please tell me how to resize this drop-down list that I am using below. Someone was so kind to share this code to create this drop list for my product categories but for some reason it will not re-size the width automatically to show the full category names and the names are being cut off on the right hand side. List works great, just needs to be wider and I have no idea where to start.
<select name="listCategories" onchange="window.location=this.options[selectedIndex].value"> <option value=""><font class="VertMenuItems">Select A Product Category</font></option> {foreach from=$categories_menu_list item=c name=categories} {if $c.order_by < 899 && $c.product_count ne 0} <option value="home.php?cat={$c.categoryid}">{$c.category} </font></option> {/if} {/foreach} </select> I created a template called dropdown_categories.tpl and I have placed it here on my header page: <div id="st_menu_container"> <div id="st_menu"> {if $config.Smart_Template.st_horiz_menu eq "Y"} {include file="custom/horiz_categories.tpl"} {else} {include file="custom/dropdown_categories.tpl"} {/if} </div> </div> -------------------------------------------------------------------- Inside my css the style is set to: #st_menu_container { float: left; width: 42%; } #st_menu { margin-right: 0px; } These settings do nothing for the size though. Thank you for your help and time. Shareen |
Re: X-Cart Smart Template v4.4.x
Code:
|
Re: X-Cart Smart Template v4.4.x
Phil, Thank you so much! You have made my day because I have been stuck on this for weeks. Thanks again! Take Care!
|
Re: X-Cart Smart Template v4.4.x
I would like to know if there is a way to increase the size of the logo field and drop everything else down a bit. I would like to use a logo that does not fit in the current logo space at the moment and everything up there seems to be bunched up and crowed. I would like to change my logo and and more space between logo and main page area.
|
Re: X-Cart Smart Template v4.4.x
Hello
I am facing a little issue. when I open my webpage it do not shows the Title. Only shows "Your Company Name" http://demos.soft-reseller.com/x-cart/forum_pics/Page_Title_1.png But on all other Pages such as Categories and Product page it shows the Title. http://demos.soft-reseller.com/x-cart/forum_pics/Page_Title_2.png Please Help Best Regards Kashif Rashid |
Re: X-Cart Smart Template v4.4.x
hi soft reseller
RE: Unable to display the Default site 'Title' tag after editing. try this link http://bugtracker.qtmsoft.com/view.php?id=38978 look for DIFF_54453.patch then apply the patch (scroll to bottom of page) |
Re: X-Cart Smart Template v4.4.x
Quote:
Hello Dear Open Thank you very much. You have solved my issue. It took 1 minute to install the patch "DIFF_54453.patch" at http://bugtracker.qtmsoft.com/view.php?id=38978 Thanks again Best Regards Kashif |
Re: X-Cart Smart Template v4.4.x
Hi Phil,
I want to add flash banner to my Home page. But i call the html page from Home.tpl. So where do i add the flash script? Thanks, |
Re: X-Cart Smart Template v4.4.x
Quote:
|
Re: X-Cart Smart Template v4.4.x
Hi Phil:D
As you are about, any chance you could sent us the slider files, want to give the Nivo a go see if it is any smoother. Sorted the pre-order issue out, you were spot on of course so no need to worry about that. But if you could give me a shout when you have 5 mins:D |
Re: X-Cart Smart Template v4.4.x
Euribada and Mr G ...
Quote:
skin/smart_template/custom/tabs.tpl You have to reorder the blocks of code in the upper half. Then apply <li class="selected"> to the first item. Eg. Code:
Quote:
Here is a fix for the Colorbox not loading in IE... Add the following CSS code to skin/smart_template/css/altskin.css Code:
|
Re: X-Cart Smart Template v4.4.x
Anyone wanting to easily add a Facebook 'Like' button...
In skin/smart_template/custom/common.tpl At the end, insert... Code:
After... Code:
Code:
<iframe src="http://www.facebook.com/plugins/like.php?href={$php_url.url|escape:"url"}&layout=standard&show_faces=true&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:30px; margin-top:10px"></iframe> Source | Demo I don't have a Facebook account, so I can't test it personally :) |
Custom custom ;) 404 error page
I've read the manual about customizing 404 error pages.
However, I would like my 404 error page to be like (not the same as) a static page, where my custom 404 error message is within the skin, rather than an empty page like it is for the /xcart/skin/common_files/404/404_en.html page. That would be cool! 8-) Also, I do NOT want to do a redirect from the 404 error page either with a meta refresh or a 301 redirect. (Google doesn't like those. Google it.) I don't think I want to use some iframe :-& either. The html files for XC static pages (example: /public_html/skin/common_files/pages/en/privacy_statement.html) don't include the necessary includes to display the containing skin/page structure. They are "called" from its parent php file somewhere. Perhaps if I knew where the parent php file was, I could clone and modify it and put it in the /xcart/skin/common_files/404/ folder and it would accomplish this task? TIA! |
Re: X-Cart Smart Template v4.4.x
1 Attachment(s)
|
Re: X-Cart Smart Template v4.4.x
Smart Comments has been updated for v4.4.2.
You can demo it here, feel free to test. Admin now gets notified by email of new comments. The comments interface has been tidied up. It's free to all purchasers of the Smart Template (one license only). If you'd like updated files, PM me with your order ID and store URL :) |
Re: X-Cart Smart Template v4.4.x
Quote:
|
Re: X-Cart Smart Template v4.4.x
PHIL,
How to include an alternative price for Featured Products and New Products? Klemens |
Re: X-Cart Smart Template v4.4.x
Klemens, for example with the carousel featured products...
skin/smart_template/custom/featured_carousel.tpl After... Code:
Code:
|
Re: X-Cart Smart Template v4.4.x
PHIL,
Thanks. Works great on carousel featured products, however nothing on New Products. Klemens |
Re: X-Cart Smart Template v4.4.x
Hi Phil - I don't think I have the social bookmarks enabled or loaded somehow - was it added after I installed this? Or did I just miss it in the template options somehow?
Thanks! |
Re: X-Cart Smart Template v4.4.x
Great Template. Horrible Customer Service. I will post my experience regarding customer service shortly.
|
Re: X-Cart Smart Template v4.4.x
Quote:
Dear Henry I dont know what happens with you but I never face any problem. I have discussed very small issues to other problems which are not related to Smart Template. And always found him helping and timed. Yes some times as he mentioned in one of his post he face lots of tickets at same time and to solve problem and satisfy everyone takes some time. Give him little time and contact him again hope your problem will be solved on priority. I am in favor of him because he helped me so much and beyond limits. Regard |
Re: X-Cart Smart Template v4.4.x
Quote:
I am glad you have had a good experience, I unfortunately have not. I have actually had to hire an outside developer to take care of the issues we were having because of no response from Phil. As far as the template itself I think it is great. In my case though there was no support, free or paid, for this product. Again I cannot say enough good things about the product, but I don't have anything positive to say about the support. |
Re: X-Cart Smart Template v4.4.x
Quote:
What kinds of problems did you have, sounds to me like you purchased a template, what wanted a complete site mod. Most of the times it is not the templates fault, but other mods you have. I also did not see a post in this forum for help |
Re: X-Cart Smart Template v4.4.x
Quote:
Hi Duramax, You are correct, I did purchase a template and there was nothing wrong with the template itself. I had Qualiteam do an upgrade from 4.4.1 to 4.4.2 and there were some issues after they were finished. I also had a few modifications that needed to be done. I have the advanced filter mod that needed to be visible on the left menu and help with a live chat button code installation. These issues were no fault of Phil or the template. I did post a request to hire someone on the 4th to help me correct these issues but I did not get a response. Phil did contact me after my post here regarding a lack of support and we agreed on a price to have him sort out some of the issues we were having, but I have not heard from him since. The times that I have chatted with Phil he does seem very nice and he has gotten good reviews here on the forum, which is one of the main reasons I purchased from him. With that said though there has to be in my opinion better communication. The support tickets that I did submit have never been answered. I do not know the whole story as to what Phil's situation is and I guess I should give him the benefit of doubt. Would I recommend this template to anyone? Yes, as long as you do not need any modifications done or if you do you are experienced enough to do it yourself or have someone you know that can do it for you. In my particular case I am not experienced enough, nor do I currently have enough time to performing the modifications that I needed therefore when Phil did not reply it left me in a difficult situation. I would have preferred to have hired Phil do the modifications needed since this is his software and he knows it better than anyone else. He does advertise custom work at an hourly rate on his web site. In the end I was able to find someone to do the necessary modifications that I needed at a very, very reasonable hourly rate. |
Re: X-Cart Smart Template v4.4.x
Henry, it's unfortunate what's happened with your site (which is another story) I understand your frustration, but as I told you, my workload is high at the moment. I gave you instructions to send me the relevant files to install, but nothing materialised from you. Maybe I should have communicated better. As of now I am not accepting any additional custom work until existing projects are cleared. I'm glad you have found another developer, best of luck with your store.
I take your criticism and will improve on this in future. Now can this thread be put back on topic please? Thank you. |
Re: X-Cart Smart Template v4.4.x
Quote:
Hi Phil, My apologies for getting this thread off topic. Take care Phil and hopefully you get caught up soon. Thanks, Henry. |
Re: X-Cart Smart Template v4.4.x
Using Smart Template and would like to change One Page Checkout width to 970. Can anyone lead me to the correct file? Thanks!
|
Re: X-Cart Smart Template v4.4.x
Looking to install a "Free Shipping" logo on the product detail page when free shipping is selected from the product management screen in the admin.
I have done this on 4.1.7 but not quite sure how to do this with the smart template on 4.4.2 Thanks for any input. |
Re: X-Cart Smart Template v4.4.x
Use the webmaster mode to find the template you want to modify
|
Re: X-Cart Smart Template v4.4.x
Steve, tried for the longest searching through webmaster mode with no avail. Eventually I'll find it... Thanks!
|
Re: X-Cart Smart Template v4.4.x
To use Webmaster mode, you need to have popups unblocked for your site, or you will not see the template list. After the list popup happens, and the page you are on show green fonts where they normally aren't, slide to the part of the page you want to know about. Then slowly run the cursor over the popup list. You will various parts of the screen get frames around them as you move the mouse. A part of a page can be controlled by more than one template, but usually you want the one that frames the smallest piece of your area of interest. After you think you've got the right template, click. X-Cart will open the template in the editor.
|
Re: X-Cart Smart Template v4.4.x
Quote:
I have also an issue with this. As far as I can tell I have read through the postings and not come across this issue. Basically I want to change the logo.png to be larger (at least increase the width to more than 480) I have looked in the .css files (as far as I can tell) and cant figure it out. When I do inlclude a logo.png with a larger width it gets cropped back to 480. Please let me know how to proceed |
Re: X-Cart Smart Template v4.4.x
Quote:
You can adjust the logo size in the css file for the theme you are using. skin/smart_template/custom/themes All the .css files are in this folder. |
All times are GMT -8. The time now is 01:20 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.