Font glitch on pages

Discussion in 'ColorWay WordPress Theme' started by aclaytonbrown, Dec 24, 2012.

  1. aclaytonbrown

    aclaytonbrown New Member

    Joined:
    Dec 3, 2012
    Messages:
    6
    Likes Received:
    0
    Hello,
    When I click prom page to page on my site, the page title starts out bolded and then un-bolds. Why is it doing this?

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > Custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');    

    Sending image for reference

    [​IMG]


    This will solve your issue.
     
  3. aclaytonbrown

    aclaytonbrown New Member

    Joined:
    Dec 3, 2012
    Messages:
    6
    Likes Received:
    0
    it still glitches. here is what my custom js looks like right now..

    /*-----------------------------------------------------------------------------------*/
    /*IMAGE HOVER
    /*-----------------------------------------------------------------------------------*/
    jQuery(function() {
    // OPACITY OF BUTTON SET TO 50%
    jQuery('.one_fourth a img').css("opacity","1.0");
    // ON MOUSE OVER
    jQuery('.one_fourth a img').hover(function () {
    // SET OPACITY TO 100%
    jQuery(this).stop().animate({
    opacity: 0.75
    }, "fast");
    },
    // ON MOUSE OUT
    function () {
    // SET OPACITY BACK TO 50%
    jQuery(this).stop().animate({
    opacity: 1.0
    }, "fast");
    });
    });
    //Slider
    // JavaScript Document
    jQuery(window).load(function(){
    jQuery('#slides').slides({
    effect: 'fade',
    slideSpeed: 600,
    fadeSpeed:350,
    generateNextPrev: true,
    generatePagination: true,
    preload: true,
    preloadImage: 'img/loading.gif',
    play: 5000,
    pause: 2500,
    hoverPause: true,
    crossfade: true
    });
    jQuery( '#slides .pagination' ).wrap( '<div id="slider_pag" />' );
    jQuery( '#slides #slider_pag' ).wrap( '<div id="slider_nav" />' );
    });
    //DDsmooth
    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(function() {
    jQuery('.social_logo a').tipsy();
    });
    jQuery(function() {
    jQuery('a.zoombox').zoombox();
    });




    i only deleted what you told me and it still glitches when i go page to page.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  5. aclaytonbrown

    aclaytonbrown New Member

    Joined:
    Dec 3, 2012
    Messages:
    6
    Likes Received:
    0
    The link is acbpartners.co
     
  6. 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:

    Send this information on our email at [email protected]
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Support mail sent.
     

Share This Page