Jump to content

Copernican Theory

Members
  • Posts

    55
  • Joined

  • Last visited

Profile Information

  • Location
    Northeast USA
  • First Name
    Roger
  • Last Name
    Andersen

Copernican Theory's Achievements

Newbie

Newbie (1/14)

3

Reputation

2

Community Answers

  1. Plutten - I have the same issue and did not get it solved. HOWEVER, I found a work-around that works very well - read about it here: https://www.prestashop.com/forums/topic/443039-backoffice-session-timeout-since-i-am-using-the-latest-releases-i-cannot-setup-a-proper-time-limit/page-2 Hope this works for you.
  2. I searched for and downloaded an 'auto-page refresher' extension for my Opera browser. In order to prevent getting logged out I did as cyanoxide does and open a separate PS backoffice tab and set that to refresh at 10 minute intervals. I can then go about my business on another PS tab and work on my shop uninterrupted. I tested this and it works great. I'm pretty sure they make these for all browsers and some browsers may have this built in already. If you use Opera it's called Page-AutoReload and you can set the intervals in increments of your choosing. Remember to log out when your done working. Hope this helps
  3. Would this work for PS 1.6.1.7 in the United States?
  4. That worked. BUT, after some testing I find I cannot make the review section to display unless there is at least one item to download (I moved the Reviews below Downloads). The Review area does not show in the FO, and up near the cart where it says to Write a Review if I click to do that I get this popup: 'The requested content cannot be loaded. Please try again later.' Other products that have downloads work perfectly. Testing further, I created a new product without features, accessories or downloads (attachments) and I get that error, but if I make one download available it works great. It seems the review is contingent upon having a download now. Perhaps I did not put the Page-Product-Box in the correct place? I put it right under <!--end Download -->
  5. Thank you, Logical I switched the More Info with the Data Sheet. Now just have to move Review to the bottom, however the product .tpl file does not have the word 'review' in it (searched the file) so i'm kinda lost as to what I need to edit.
  6. Right now my product page displays in this order: Data Sheet More Info Reviews Accessories Download I would like to rearrange them to display in this order: More Info Data Sheet Accessories Download Reviews Where might I configure this? oops PS 1.6.1.7 Default Theme with changes by me
  7. On lines 90 through 101 there are some minimum width rules already there: @media (min-width: 1200px) { .share { position: relative; top: -350px; } } @media (min-width: 992px) and (max-width: 1199px) { .share { position: relative; top: -260px; } } @media (min-width: 768px) and (max-width: 991px) { .share { position: relative; top: -245px; } } I changed all the above for minimum width to be 250px But the problem remains. So then starting on line 111 (under the responsive area) I added 250px minimum widths for each @media entry. There were no minimum entries here before but there are some rules there that say width: 100% or 50% or 33.33%. I didn't touch those. Here's that code starting at line 110: /**** responsive code ******/ @media (min-width: 250px) and (max-width: 992px) { #columns table#product_comparison tbody tr td.td_empty span { font-size: 14px; } #columns table#product_comparison tbody tr td.product-block { padding: 14px; } #columns table#product_comparison .button.ajax_add_to_cart_button, #columns table#product_comparison .button.lnk_view { font-size: 14px; } } @media (min-width: 250px) and (max-width: 767px) { #product_comparison table, #product_comparison thead, #product_comparison tbody, #product_comparison th, #product_comparison td, #product_comparison tr { display: block; } #product_comparison thead tr { position: absolute; top: -9999px; left: -9999px; } #product_comparison tr { overflow: hidden; } #product_comparison tr:last-child { border-bottom: none; } #product_comparison tr:last-child td { border-bottom: none; } #product_comparison td { border: none; position: relative; white-space: normal; float: left; width: 33.33%; } #product_comparison td.td_empty { width: 100% !important; clear: both; } #product_comparison td:last-child { border-bottom: none; } #product_comparison .comparison_feature .feature-name { width: 100%; float: none; clear: both; } } @media (min-width: 250px) and(max-width: 480px) { #product_comparison td { float: none; width: 100%; } #product_comparison .comparison_feature td { float: left; width: 50%; } #product_comparison .comparison_feature .feature-name { width: 100%; clear: both; } #product_comparison .comparison_feature .product-name { width: 50%; float: left; display: block; } } Seems to work except when I view it on the PC responsive (largest) view. I tried various minimum sizes but there is no change. I am testing this by reducing the browser window. I tried different browsers and screen resolutions, too. And what can I use to copy the line #'s when copying code? This is C&P'd from Notepad++.
  8. Will that affect the Responsive aspects of the theme? If so, I think I'll just leave it be. PS 1.6.1.7 Default theme with changes
  9. I'd like to remove two items (Discounts and Gift-wrapping) plus their surrounding boxes in the order_conf.html file. I don't want to mess anything up by just hacking away at it. Here's what I'd like to remove: I've figured out how to remove the words but am unsure about their container boxes. I don't want to mess up any formulas (not sure if that's how this works so therefore my post). Thank you
  10. Unfortunately, no - store's not live, it's in maintenance.
  11. I am having a similar issue, but it's with the Comparison display. When comparing two products the images remain the same size, but when comparing 3 or more they display at various sizes. I have another thread going about this issue here: https://www.prestashop.com/forums/topic/484841-product-comparison-table-wrong/ Thought I'd ask as it seems your solution to this thread might also work for the Comparison table. If this could work, what file am I looking for, Comparator.css? Yes, I know - 1 thread, 1 question. You could answer in my linked thread if you think this would solve that issue. Cheers
  12. Well, after trying numerous title / short descriptions alterations I find it's impossible (for me) to get the comparison table to display correctly and this issue is definitely NOT SOLVED. I have almost identical product names and you can see the some of the short descriptions are the same and the table still does not display as it should. Two of the items (1 and 3) are a bit different than 4 and 5 and that's not really a big deal but 2 is just an unspeakable abomination. What can I do to correct this? The image is the same file in all (800x800) although if I download the pics to my PC they are 250x250.
  13. Thank you, Logical. This seems to be exactly what I'm looking for. I've got another week or two (hopefully) before I go live and this will certainly come in handy. Liked and Solved!
×
×
  • Create New...