Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • in reply to: Body font applying to heading fonts #36060
    slurmzmckenzie
    Member
    Post count: 11

    I reapplied the 1.1 theme files and the problem is still there. Ive fixed it for the time being with customer CSS for lato 300.

    @font-face { 
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/nj47mAZe0mYUIySgfn0wpQ.ttf) format('truetype');
    }

    If you’re testing it on your own you need to make sure that the body font and footer font are set to another font. I’ve got Menu set to 700 weight and body to 400 and headings to 300. It is successfully applying the 300 weight in the CSS but it is not loading the font so it is not displayed as 300 weight. You won’t notice it if you also have the body text set to the same font because then the font will be successfully loaded.

    in reply to: Body font applying to heading fonts #35816
    slurmzmckenzie
    Member
    Post count: 11

    yeah I’ve got the newest version. If this line loads them in order of what they are set in the font options area (header, body, menu) the it seems like its trying to load one of the fonts just as ‘google’.

    google: { families: ['Lato:400', 'google', 'Lato:400', 'Vidaloka'] }

    I’ll try uploading the 1.1 files again and see what happens.

    in reply to: Hidden the underline in the menu links #35677
    slurmzmckenzie
    Member
    Post count: 11

    you could search for nav#main-navigation .menu > li > a span.nav-line in the style.css file and comment out the whole class.

    Although then you won’t have a line under the currently open page either.

    in reply to: Dante Feature Request #35675
    slurmzmckenzie
    Member
    Post count: 11

    You could add into the color customiser section something for the highlight colour. It’s a small thing but a nice touch.

    E.g.

    ::selection {
    background-color: #FF0084 ;
    }
    ::-moz-selection {
    background-color: #FF0084 ;
    }
    in reply to: Body font applying to heading fonts #35668
    slurmzmckenzie
    Member
    Post count: 11

    I have changed the font’s to lato but hasn’t made a difference.

    in the header its got:

    <!--// GOOGLE FONT LOADER //-->
    		<script>
    			var html = document.getElementsByTagName('html')[0];
    			html.className += '  wf-loading';
    			setTimeout(function() {
    			  html.className = html.className.replace(' wf-loading', '');
    			}, 3000);
    			
    			WebFontConfig = {
    			    google: { families: ['Lato:400', 'google', 'Lato:400',  'Vidaloka'] }
    			};
    			
    			(function() {
    				document.getElementsByTagName("html")[0].setAttribute("class","wf-loading")
    				//  NEEDED to push the wf-loading class to your head
    				document.getElementsByTagName("html")[0].setAttribute("className","wf-loading")
    				// for IE
    			
    			var wf = document.createElement('script');
    				wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
    				 '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    				wf.type = 'text/javascript';
    				wf.async = 'false';
    				var s = document.getElementsByTagName('script')[0];
    				s.parentNode.insertBefore(wf, s);
    			})();
    		</script>
    

    but it is not loading the 300 weight that I’ve got set for the headings

    in reply to: Body font applying to heading fonts #35667
    slurmzmckenzie
    Member
    Post count: 11
    This reply has been marked as private.
    in reply to: Dante Feature Request #34966
    slurmzmckenzie
    Member
    Post count: 11

    could there be different variations for the main menu design, such as different the ability to set an item as highlighted (useful for a login/signup button)

    e.g. like on the design for the “try it” button on this site https://getbase.com/tour/

    in reply to: Button Hover Text #34965
    slurmzmckenzie
    Member
    Post count: 11

    meant to post that in the feature request thread…

    in reply to: Button Hover Text #34940
    slurmzmckenzie
    Member
    Post count: 11

    could there be different variations for the main menu design, such as different the ability to set an item as highlighted (useful for a login/signup button)

    e.g. like on the design for the “try it” button on this site https://getbase.com/tour/

Viewing 9 posts - 1 through 9 (of 9 total)