Broken Single Product page - by knguyen2015

This topic has 42 replies, 6 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson

  • Avatar: knguyen2015
    knguyen2015
    Participant
    April 29, 2016 at 12:52

    Please take a look at the featured product on the homepage. The title is too large. It’s the font size. But there is no option to set it.

    The single page is broken. No idea why.

    Here is the url:
    http://www.thedogshirts.com/
    http://www.thedogshirts.com/product/never-underestimate-an-old-woman-with-a-pitbull-t-shirt-2/

    41 Answers
    Avatar: stan
    Stan Russell
    Participant
    April 29, 2016 at 13:37

    Hello knguyen2015,

    1) please add following css code to your custom.css file:

    h2.title{
      font-size:20px;
     }
    h3 {
      font-size:18px;
    }

    Here is video tutorial how to create custom.css file:
    https://youtu.be/Qok2zRedRMY

    You may set any values you want.
    2) Please provide us with admin credentials for your site in Private content. We need them to investigate the problem.

    Regards,
    Stan Russell.

    Avatar: knguyen2015
    knguyen2015
    Participant
    April 29, 2016 at 14:55

    Thanks. I’m going to send it now.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 29, 2016 at 15:30

    Hello,

    Have you updated woocommerce folder in wp-content/themes/legenda directory and uploaded original “woocommerce” plugin folder?
    You must never reload the files in wp-content/themes/legenda/woocommerce directory. They are modified by our developers to align Woocommerce templates with the theme design.
    The only folder that you can update is wp-content/plugins/woocommerce. Woocommerce plugin files are stored in there. The directory wp-content/themes/legenda/woocommerce contains the files that are modified by theme developers.

    Please give us FTP credentials.

    Regards,
    Eva Kemp.

    Avatar: jmunger
    jmunger
    Participant
    April 29, 2016 at 17:24

    I have the same problem. Could it be related to the WordPress 3.5 update? It seemed to be working fine before. The product page and home page of the shop seem broken.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 29, 2016 at 18:10

    Hello @jmunger,

    As I see the pages are working fine.
    What issues are you experiencing?

    Regards,
    Eva Kemp.

    Avatar: jmunger
    jmunger
    Participant
    April 29, 2016 at 19:04

    The layout has changed; I can’t see the picture for the product, and everything is aligned on the absolute left. The tabs aren’t working either (Description, Information complémentaire)

    Avatar: jmunger
    jmunger
    Participant
    April 29, 2016 at 19:18

    Sorry, it seems to a cache problem; it’s back to normal now. Forget what I said! Thanks!

    Avatar: knguyen2015
    knguyen2015
    Participant
    April 29, 2016 at 21:26

    here it is

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 30, 2016 at 08:50

    Hello @jmunger,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 30, 2016 at 08:51

    Hello @knguyen2015,

    Please make full backup of the site and we’ll try to reupload theme for you.

    Regards,
    Robert Hall

    Avatar: knguyen2015
    knguyen2015
    Participant
    April 30, 2016 at 13:17

    Already. Please go ahead. Thanks!

    Avatar: knguyen2015
    knguyen2015
    Participant
    May 1, 2016 at 06:14

    I also got this warning

    \nWarning: Permission denied in /path/legenda/framework/theme-functions.php on line 4367

    function etheme_store_tweets($file, $tweets) {
        ob_start(); // turn on the output buffering
        $fo = fopen($file, 'w'); // opens for writing only or will create if it's not there
        if (!$fo) return etheme_print_tweet_error(error_get_last());
        $fr = fwrite($fo, $tweets); // writes to the file what was grabbed from the previous function
        if (!$fr) return etheme_print_tweet_error(error_get_last());
        fclose($fo); // closes
        ob_end_flush(); // finishes and flushes the output buffer;
    }
    
    function etheme_pick_tweets($file) {
        ob_start(); // turn on the output buffering
        $fo = fopen($file, 'r'); // opens for reading only
        if (!$fo) return etheme_print_tweet_error(error_get_last());
        $fr = fread($fo, filesize($file));
        if (!$fr) return etheme_print_tweet_error(error_get_last());
        fclose($fo);
        ob_end_flush();
        return $fr;
    }
    Avatar: knguyen2015
    knguyen2015
    Participant
    May 2, 2016 at 10:23

    I updated the theme and fixed some. Now it’s working better but please take a look at the cart. It is in mess.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 3, 2016 at 09:22

    Hello @knguyen2015,

    Please delete “woocommerce” folder in the directory wp-content/themes/legenda/ and reupload it from a new theme package.

    Best regards,
    Jack Richardson.

    Avatar: knguyen2015
    knguyen2015
    Participant
    May 3, 2016 at 15:24

    Did you override my work? It was broken again. I copied it.

    Avatar: knguyen2015
    knguyen2015
    Participant
    May 3, 2016 at 15:47

    I reverted it back. Please don’t reupload it again. Pls check the cart issue only. Thanks!

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 3, 2016 at 16:00

    Hello @knguyen2015,

    We didn’t do anything on your site.
    What exactly is broken?
    Do you mean variations are moved left?

    Best regards,
    Jack Richardson.

    Avatar: knguyen2015
    knguyen2015
    Participant
    May 3, 2016 at 16:05

    Sorry i copied the wooecommerce from plugins to the theme and got it broken.

    Yep. Can you check the cart? It wasn’t in order like the demo.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 3, 2016 at 16:38

    Hello @knguyen2015,

    You must never reload the files in wp-content/themes/legenda/woocommerce directory. They are modified by our developers to align Woocommerce templates with the theme design.
    The only folder that you can update is wp-content/plugins/woocommerce. Woocommerce plugin files are stored in there. The directory wp-content/themes/legenda/woocommerce contains the files that are modified by theme developers.

    So remove “woocommerce” folder in wp-content/themes/legenda directory and reupload it from the theme package.

    Best regards,
    Jack Richardson.

  • 1 2 3
    Viewing 20 results - 1 through 20 (of 42 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.