zena1939
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing date and author from blog postsWell, for my site I used this code to hide everything I used this code
/*hides author, date of post */
.entry-meta {
display: none;
}but it might be different for yours. Do you use firefox?
Forum: Themes and Templates
In reply to: Removing date and author from blog postsWhat theme are you using?
Forum: Themes and Templates
In reply to: How to change font family in navigation menuFor got to close the link tag. Here is the video about font face
https://www.youtube.com/watch?v=jlwmw-WJ0i4Forum: Themes and Templates
In reply to: How to change font family in navigation menuI got it. You where right about me getting font. I just didn’t understand where I should put it. This video cleared a lot of things up for me.
And I am currently using Jetpack and I was using their CSS editor instead of going into the orignal css stylesheet of minimatica which was a big mistake. Thanks for all your help Andrew!
Forum: Themes and Templates
In reply to: How to change font family in navigation menuI don’t think so.
I tried writing this CSS#primary-nav.nan .menu-change a {
font-family: CalligraffittiRegular;
}@font-face {
font-family: calligraffttiRegular;
src: local(‘calligraffttiRegular’), url(“fonts/calligraffttiRegular.ttf”) format(“truetype”);
font-weight: normal;
}
This is my website.
https://onelookevents.com/Forum: Themes and Templates
In reply to: How to change font family in navigation menuokay I put up a Font Face for calligrafftti Regular. I used the CSS editor on my Jetpack plugin. So what else do I do now.
Forum: Themes and Templates
In reply to: How to change font family in navigation menuForum: Themes and Templates
In reply to: How to change font family in navigation menuThis person did it for her site
https://www.jennifermccuephotography.com.au/Forum: Themes and Templates
In reply to: How to change font family in navigation menuI am trying to change the font to calligrafftti Regular. I’m currently using the font-meister plugin for my fonts.
Forum: Themes and Templates
In reply to: How to change font family in navigation menuI’m using the Minimatica theme. I used firefox inspect tool and found
the id for the navigation bar for the home page div#primary-nav.nanForum: Plugins
In reply to: [JJ NextGen JQuery Slider] fit (resize) NextGen image into sliderAlso the short code for centering the slider images does not seem to be working either.
Forum: Themes and Templates
In reply to: Child Theme does not workOMG!! It worked!!! I even tried it on the minimatica theme and it worked!!
Thank you so much!!I just have one more question
License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Why are these two lines necessary?
Forum: Themes and Templates
In reply to: Child Theme does not workWhat was the name of the plugin that was giving you conflict?
Forum: Themes and Templates
In reply to: Child Theme does not workI used my file manage in my host and this is the file structure
wp-content ->themes->childtwentytwelve
/* Theme Name: Twentytwelve Child Description: Child theme for the twentytwelve theme Author: Your name here Template: twentytwelve */ @import url("../twentytwelve/style.css");
Forum: Themes and Templates
In reply to: [Minimatica] Can't embed youtube videosNevermind just solved my own question. Download the plugin Ulitmate Video Gallery and things are working fine.