Jump to content

tonycajjo

Members
  • Posts

    46
  • Joined

  • Last visited

About tonycajjo

  • Birthday October 12

Profile Information

  • Location
    CT, USA
  • Activity
    Freelancer

tonycajjo's Achievements

Newbie

Newbie (1/14)

6

Reputation

1

Community Answers

  1. temporary fix: i removed form-control from the drop down class, on line 344 of product.tpl i'll have to do this for the date ones on the registration page, and anywhere else drops downs are. but there is something in the form-control css that is messing this up. dunno yet.
  2. any update on this? i'm having the same issue. i can confirm that the demo page does work properly, so it must be something we did with css or whatever.
  3. On lines 83, 89, 105 i removed the touchstart that came after 'click' and that menu seem to be working for me now. My menus were only one deep though so i'm not sure if it matter. regardless my top menu seems to be working.
  4. thanks for posting that, i'll continue over there. Solution: file: .../themes/THEME_YOU_DID_CHOOSE/js/modules/blocktopmenu/js/blocktopmenu.js On lines 83, 89, 105 i removed the touchstart that came after 'click' and then my menu seems to be working for me now. My menus were only one deep though so i'm not sure if it matters. regardless my top menu seems to be working.
  5. you can also visit with iphone, it must be something i messed up for the smaller resolution screens in the css.
  6. I'm having trouble with my main menu drop down. I use Responsive Design View to test. I have the same problem on my android browser and think if i fix it it will also fix the other drop down menu problems i'm having on the stock android browser. any help would be appreciated. how to replicate the problem: first way: visiting the site via android browser. second way using firefox: have the developer tools installed and view the site in Responsive Design View (https://developer.mozilla.org/en-US/docs/Tools/Responsive_Design_View) change the width size to something smaller that 767px you will then see that when you click on the top horizontal menu it does not stay expanded. website: www.cigarbandsunlimited.com thank you -tony
  7. when you change orientation or browser size, the jqzoom will be in the wrong spot. so i've added the following code to products.js to fix the jqzoom popup location when you orientation changes. if (window.DeviceOrientationEvent) { window.addEventListener('orientationchange', function() { location.reload(); }, false); } the only problem is that is a crude way of fixing a simple problem. i tried to add the following code but it doesnt work. (to set the parameters based on borwser size) how can i get the .js to reload or how do i cahnge the code below to get it the jqzoom settings to be set again. if (window.DeviceOrientationEvent) { //set jqZoom parameters if needed if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled && window.innerWidth >= 768 && window.innerWidth <= 992) { $('.jqzoom').jqzoom({ zoomType: 'reverse', //innerzoom/standard/reverse/drag zoomWidth: 255, //zooming div default width(default width value is 200) zoomHeight: 205, //zooming div default width(default height value is 200) xOffset: 21, //zooming div default offset(default offset value is 10) yOffset: 0, title: false, position:'right', imageopacity: 0.2, showEffect: 'fadein', hideEffect: 'fadeout', }); } if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled && window.innerWidth > 992 && window.innerWidth <= 1200) { $('.jqzoom').jqzoom({ zoomType: 'reverse', //innerzoom/standard/reverse/drag zoomWidth: 325, //zooming div default width(default width value is 200) zoomHeight: 225, //zooming div default width(default height value is 200) xOffset: 21, //zooming div default offset(default offset value is 10) yOffset: 57, title: false, position:'right', imageopacity: 0.2, showEffect: 'fadein', hideEffect: 'fadeout', }); } if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled && window.innerWidth > 1200) { $('.jqzoom').jqzoom({ zoomType: 'reverse', //innerzoom/standard/reverse/drag zoomWidth: 400, //zooming div default width(default width value is 200) zoomHeight: 275, //zooming div default width(default height value is 200) xOffset: 21, //zooming div default offset(default offset value is 10) yOffset: 71, title: false, position:'right', imageopacity: 0.2, showEffect: 'fadein', hideEffect: 'fadeout', }); } } any suggestions? i want to implement the same code for browser resize: $(window).resize( function() { //set jqZoom parameters }
  8. I was having an issue with the Theme Configurator Images Not resizing right as i changed the width of my browser. what would happen is they would not resize then move below but not be sized to fit properly to the width of the page. this is a fresh install of 1.6.0.5 so i dunno if i did something or if it a bug in the CSS (if you can call it that), or maybe some of the other tweaking i did messed it up. i ended up having to change the hook.css file from the original to the following: (i added a new hooks.css file under my theme in the /css/modules/themeconfigurator/css/hooks.css /* Home hook CSS */ #htmlcontent_home ul { margin: 0 -5px; } #htmlcontent_home ul li { padding: 0 5px 10px; } @media (max-width: 479px) { #htmlcontent_home ul li { width: 100%; } } #htmlcontent_home ul li img { max-width: 100%; height: auto; } @media (max-width: 479px) { #htmlcontent_home ul li img { min-width: 100%; } } #htmlcontent_home ul li.htmlcontent-item-5 { width: 66.6667%; } @media (max-width: 479px) { #htmlcontent_home ul li.htmlcontent-item-5 { width: 100%; } } /* Top hook CSS */ #htmlcontent_top { float: left; width: 33.4%; max-width: 391px; padding-left: 10px; } @media (max-width: 767px) { #htmlcontent_top { width: 100%; max-width: 100%; padding-left: 0; padding-top: 0px; } } @media (max-width: 767px) { #htmlcontent_top ul { margin: 0 -5px; } } #htmlcontent_top ul li { width: 100%; margin-bottom: 10px; } @media (max-width: 767px) { #htmlcontent_top ul li { float: left; padding-left: 5px; padding-right: 5px; width: 50%; } } #htmlcontent_top ul li:last-child { margin-bottom: 0; } #htmlcontent_top ul li img { max-width: 100%; height: auto; } /* Left hook CSS */ /* Right hook CSS */ /* Footer hook CSS */
  9. thanks for the response, i dunno if you should post the email on there but thats for someone else to decide. so to anyone else reading this: so how come i have to connect with https?
  10. yea, i tried all that. even tried from my android phone. when i click on lost password, just for hahas, it changes to a small blank white box and nothing happens.
  11. what you find out? i'm having the same issue and havent gotten anywhere.
  12. just checking in to see if anyone has ever tried to change the wording on that payment section. I do not see it in translations, and could not find it in any code. i must be missign it.
  13. I am using prestashop 1.5.4.1 and when i change the shop name the old one still shows up in some places. For emaple when you go to choose a theme is says choose a theme for "the old shop same" another location is in the horizontal top menu, when you can choose categories to display it shows the category then the old shop name. Then i noticed in the database, under PS_SHOP you will see name and that does not get updated when you change the shop name. Update that, and you will be good to go.
  14. For some reason when a customer changes their address the payment methods disappread and the following warning is show in the payment methods. No payment method is available for use at this time. i cannot find where this comes from. i want to change the message to say Refresh your browser. cause when you refresh the browser the payment methods show back up. i could not find where this message originates from. does anyone know or have a way i can figure it out with fire bug or something.
×
×
  • Create New...