Subscribely Theme Languages?

Discussion in 'Subscribely v2 WordPress Theme' started by acousticrev, Jul 1, 2013.

  1. acousticrev

    acousticrev Guest

    Joined:
    Jun 29, 2013
    Messages:
    14
    Likes Received:
    0
    I am creating a site in the Russian language with this great theme. Menus, posts and pages accept Russian cyrillic script, but there is a big problem in the slider area which doesn't accept Russian text. Is there a fix for this? Also I notice that the first two slider buttons have a nice green panel around the text, but the last 3 don't (I am using all 5 parts of the slider). Can this be fixed. Finally, many thanks for a great theme.
     
  2. acousticrev

    acousticrev Guest

    Joined:
    Jun 29, 2013
    Messages:
    14
    Likes Received:
    0
    PS: Sorry I posted this in the 'Colorway section', but I didn't see any entry for 'Subscribely'.
     
  3. acousticrev

    acousticrev Guest

    Joined:
    Jun 29, 2013
    Messages:
    14
    Likes Received:
    0
    Strangely, the slider button accepts Russian Cyrillic text.
     
  4. acousticrev

    acousticrev Guest

    Joined:
    Jun 29, 2013
    Messages:
    14
    Likes Received:
    0
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the Theme directory > Js directory > custom.js file and remove the cufone code given below from that file.
    Code:
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Follow the link given below for reference.
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/

    This will solve your issue, if not then please specify your issue with the help of screenshot images that which text you want to change and
    also send us your website link so that we can check and will provide you the exact solution.
     
  6. acousticrev

    acousticrev Guest

    Joined:
    Jun 29, 2013
    Messages:
    14
    Likes Received:
    0
    Many thanks for your reply, but there is no custom.js file there in either the js directory in wp includes or the one in wp admin. Here is a screenshot of the problem area. In the slider on the homepage.
    [​IMG]
     
  7. Gourav

    Gourav Support Staff

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

    I think you are searching custom.js file in your WordPress js folder not in a theme js folder, That's why you are unable to find it, Search it in your theme directory.

    Also check the link given above, it will helps you to find custom.js file in the right direction.
     
  8. acousticrev

    acousticrev Guest

    Joined:
    Jun 29, 2013
    Messages:
    14
    Likes Received:
    0
    Yes, sorry, that was dumb of me. So I found the right file and removed: Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');

    So the code looks like this now. However, it still doesn't let me use Cyrillic script in the slider, except in the slider button. See screenshot above in this thread. The address of the site is http://www.billdod.ru

    /*--------DDsmoothmenu Initialization--------*/
    ddsmoothmenu.init({
    mainmenuid: "menu", //menu DIV id
    orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
    classname: 'ddsmoothmenu', //class added to menu's outer DIV
    //customtheme: ["#1c5a80", "#18374a"],
    contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
    });

    jQuery(window).load(function() {
    jQuery('.flexslider').flexslider({
    animation: "slide"
    });
    });
     
  9. acousticrev

    acousticrev Guest

    Joined:
    Jun 29, 2013
    Messages:
    14
    Likes Received:
    0
  10. Gourav

    Gourav Support Staff

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

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:
    FTP Details:

    Send this information on our email at [email protected]

    We will check your issue.
     

Share This Page