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.
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.
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!
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.
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.