Gommero can't write greek

Discussion in 'Gommero WordPress Theme' started by aplusa, Oct 31, 2013.

  1. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    I can't write greek on header, h1,h2,h3,h4,h5,h6. The greek fonts shows up only in h1, when I read them in a responsive layout. The same problem in colorway theme. On the other hand, regal theme haw no problem with greek fonts.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to js > custom.js present in your theme directory and remove the cufon code from there

    For Gummero Theme remove the code given below

    Code:
    //Cufon Replacement in heading
    jQuery(document).ready(function() { 
        //Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
        Cufon.replace('h1, h2, h3, h4, h5, h6,#menu li a');
    });
    For ColorWay Theme remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');    
    Also check the link for reference
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/


    This will solve your issue.
     
  3. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    Hello again,
    I solved the problem with greek fonts by entering the code you gave me, but now, the slider doesn't work! When we leave the slider blank it shows the photo as you see in the attachment file. When I try to upload photos they are being placed one under the other. Plz help!
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Firstly upload the slider images from your dashboard ( Appearance > Theme Options > Slider Settings )
    and then share us your website link so that we can check your issue and provide you the exact solution.
     
  5. aplusa

    aplusa Guest

    Joined:
    Jun 11, 2013
    Messages:
    39
    Likes Received:
    0
    Dear Piyush,
    I just solved the problem with the sliders, by removing this part of code mentioned below
    //Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Cufon.replace('h1, h2, h3, h4, h5, h6,#menu li a');
    });

    instead of
    //Cufon Replacement in heading
    jQuery(document).ready(function() {
    //Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Cufon.replace('h1, h2, h3, h4, h5, h6,#menu li a');
    });

    Thanks.
    -----------------------
    Now i have another issue for you.Upon creating a gallery page, and then adding text for which I want to have inserted before the photos,
    the text extends outside of the page area (not aligned). This problem also exists in responsive layout. Plz help.
    Thanks.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page