Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #878861

    Hello, please i have a problem with special characters on my website I found that the website works perfectly in chrome but in explorer some characters like š or č are replaced with bold version.

    Another thing im tringo to solve is to hide navigation (next or previous portfolio item) in ajax portfolio
    i used this code but the navigation is still showing
    #top .avia-post-nav { display: none !important; }

    #879074

    Hey,

    1- Please try adding following code to Functions.php file in Appearance > Editor

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,latin-ext";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    a.ajax_previous, a.ajax_next {
        display: none;
    }
    

    I was not able to login to your site due to IP restriction you have. If solutions above do not work for you, please disable restriction temporarily so we can look into it :)

    Best regards,
    Yigit

    #879328

    Awsome it worked! thank you very much

    #879333

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Special characters font problem and disabling navigation in ajax portfolio’ is closed to new replies.