Armoros
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Decode] Sidebar ALWAYS OPEN on Kindle FireProbably a stupid effort by me to help, but found this link, http://www.dummies.com/how-to/content/the-kindle-fire-hd-options-bar.html
Forum: Themes and Templates
In reply to: [Decode] Etsy Social IconGreat Scott 🙂
Forum: Themes and Templates
In reply to: [Decode] Etsy Social IconSorry to hijack this thread, but what about a reddit icon too.
Forum: Themes and Templates
In reply to: [Decode] Problems creating child themeThank you Steven for your help, i will do this since is a good idea.
Is this line enough to put in Functions.phpfunction decode_remove_styles() { wp_dequeue_style( 'decode-font-stylesheet' ); }Should i add somewhere on the above lines, the font Oxygen.
Thank youForum: Themes and Templates
In reply to: [Decode] Problems creating child themeI just saw the above post, but i didn’t dequeue the Oxygen font or something else, and my theme works great. I just use this in my Functions.php:
<?php function load_fonts() { wp_enqueue_style('googleFonts', 'http://fonts.googleapis.com/css?family=Noto+Sans&subset=latin,greek'); } add_action('wp_enqueue_scripts', 'load_fonts'); ?>And this in my Style.css:
body, button, select, textarea { font: 400 87.5%/1.5 Noto Sans, Verdana, Arial; }Is that OK? or I must dequeue also the Oxygen font and do what Brett done?
Thank youForum: Themes and Templates
In reply to: [Decode] Decode 2.8.4, functions.phpYes Scott, of course, it works fine now 🙂 Thanks for your help, and your great theme.
Forum: Themes and Templates
In reply to: [Decode] Change fonts, Greek characters.Thank you Scott, i will follow the steps on than link.
Forum: Themes and Templates
In reply to: [Decode] google fontsHi i have a slight issue with the fonts too, i have my site in 2 languages, is it better to use Google fonts or @font-face?
If i use Google Fonts what and where i must put the code? I use the code that google provides but no luck, i want to use droid sans, but nothing change.Thank you for any help and congratulations for your theme.