Jump to content

garywhitling

Member
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by garywhitling

  1. Cheers Al and Noodleman,

    Found this that looks like it would do https://www.sitepoint.com/jquery-refresh-page-browser-resize/

    ======================================================
    
    //refresh page on browser resize
    $(window).bind('resize', function(e)
    {
      if (window.RT) clearTimeout(window.RT);
      window.RT = setTimeout(function()
      {
        this.location.reload(false); /* false to get page from cache */
      }, 200);
    });

    ==================================================

    However, not sure where to paste in

    Noodleman like your idea of using hidden div's to control the desktop layout only 🙂

  2. Hi,

    I was wondering if anyone knows of some code that can be added to "Refresh" the page or the main menu anytime the web browser is resized on a desktop. I don't need this to happen when the site is being viewed on a mobile or tablet, only for the desktop view.

    Basically, I have a problem with a menu layout that doesn't resize it's self correctly when the web browser is resized manually.

    Any Suggestions?

    Regards Gary

     

  3. Hi Coders!

    I am in the need of a couple of modifications.

    The website concerned is http://www.firstchoicemobility.com 

    1. I currently have a large dropdown menu that works fine apart from when the web browser is resized. the text then gathers up on the left hand side. Apparently this is because the coding used (Isotope) for the menu should not be used like that so there is no fix. So I would like a new menu created the same without the browser resizing issue.
    2. The ability to print off or save a PDF of a product page (I have a sample of what i would like the layout to look like)
    3. The ability to re-order images to display on the product page in the order i wish. 

    Please contact me if you are able to carry one or all of the modifications.

    Thank You Gary

    • Like 1
  4. Hi Dnhart29,

    Thank you for the suggestion, unfortunately I have over 2,700 products with roughly 7 images each :-(

    So I am looking for an automated option. I am nearly there with a mod from Havenswift so keeping my fingers crossed with that

    But thanks for having a look and spending the time to reply

    Regards Gary

  5. Hi Brian,

    Great stuff I have just made the changes you mentioned and that helps for now :-)

    Ideally we would like to set the order of the images differently depending on the product page. otherwise we will have to re-name images to get them in-line.

    Are you aware of any mods/plugins that offer this?

    Regards Gary

  6. Hi,

    We were wondering why the Facebook posts are different for cc3 and cc6 (cc3 providing a better post!)

    If we copy the address of a product and simply paste it in to Facebook...The CC3 version also displays the image. The cc6 version doesn't show the image and also captures the Meta Description so all posts are the same, apart from the title of the product.

    We have found the copy and paste of the title in the address bar really handy over the years but seems cc6 has brought this quick way of posting to an end?

    Any suggestions on how to solve this issue would be much appreciated.

    Regards Gary

     

    Screen Shot 2017-11-27 at 20.50.43.png

    Screen Shot 2017-11-27 at 20.51.05.png

  7. Hi Noodleman,

    I tried what you have suggested but now i have the white screen you mentioned before, when trying to view the language file.

    I get this error message when looking in the error log:

    [Exception] /var/www/vhosts/MYWEBSITE.com/httpdocs/classes/language.class.php:246 - Call to a member function attributes() on null

    I have turned off each plugin, one at a time to see if that helps but still no joy :-(

    I am using CubeCart version 6.1.12

    Any Other Suggestions?

  8. Hi,

    I was wondering if it is possible to run two cubecart shops with one PayPal account?

    Anyone doing this? Any Issues?

    One shop is CC3 and the other is CC6

    The CC3 shop is coming to the end of its life but there will be a couple of months when they will both be using the same PayPal account if possible.

    Gary

  9. Hi,
     
    I am looking for someone who has a good level of knowledge of how to limit the damage with google of removing an old website that has been around since 2006 and replacing it with a new version 6 site.
     
    This is a totally new site. However it contains a lot of the same products but with different titles etc
     
    We are wondering what is the best option?
     
    • Replace the current (v3) website with the new one (v6) on the same.co.uk domain name
    or
    • Launch the new website (v6) on the slightly better name.com domain name with redirects from the old site
     
    Concerns
     
    • We don’t want to lose any “presence or good reputation” that has been gained over the years with Google etc. (Products, General website)
    • Does the current domain name have a good ranking with google (Has the old site caused harm to the natural rankings?)
    • Would adding the new (v6) website improve any negative ranking from Google etc? on the old.co.uk domain name?
    • Would creating re-directs from old domain name to the new (v6) shop on new domain name prove to be a better solution?
     
    Any suggestions, Recommendations?
     
    Thank you Gary
     
     
×
×
  • Create New...