Hestati
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Medicine] Homepage problemyou find it in the css and add * display: none; *
Forum: Themes and Templates
In reply to: [Travelify] Changing Footer Background Coloryou need to change this in the css, if you link me the webpage i can check wich piece of code exactly.
Forum: Themes and Templates
In reply to: [Supernova] How do I change font in Top NavigationYou used calibri as font but instead the browser displays the default font? What is the theme’s name? I wanne play around with it. :c
Forum: Themes and Templates
In reply to: how do i remove the site name and site descriptionHey
Have you uploaded your logo into the theme’s logo settings?
There could be an option wich you need to enable/disable wich states something like any uploaded logo overrides the Title.
Karim
Forum: Themes and Templates
In reply to: [Supernova] How do I change font in Top NavigationThats odd, that would require closer investigation hehe, you are most welcome mate.
Forum: Themes and Templates
In reply to: [Supernova] How do I change font in Top NavigationNice to hear it worked out! Nps!
Forum: Themes and Templates
In reply to: Home Page Slider not showing postsHey
Have you pasted this piece of code into the page itself?
Go to pages and click edit, instead of pasting this code in the “Visual” tab paste it in the “Text” tab.
That should be it.
Karim
Forum: Themes and Templates
In reply to: [Supernova] How do I change font in Top NavigationThis piece of code:
#top_nav li a {
background: url(“images/overlay.png”) repeat scroll right bottom rgba(0, 0, 0, 0);
box-shadow: 2px 1px 6px #000000 inset;
color: #FFFFFF;
display: block;
font-size: 1.1em;
padding: 10px 12px;
text-transform: uppercase;Have you tried adding this:
font-family: Calibri;
Forum: Themes and Templates
In reply to: [Supernova] How do I change font in Top NavigationChange the font in the CSS
Forum: Themes and Templates
In reply to: [Hueman] Center the post ?nice!
Sounds like you need a premium slider plugin, i’m not too familliar with those so maybe you can find something here:
Forum: Installing WordPress
In reply to: Connection reset on Plugin Add and Themes sectionsIf you just installed wordpress try reinstalling it, i don’t think there is a whole lot you could do before you figure this one out. It probably is just a file corruption.
Forum: Themes and Templates
In reply to: [Hueman] Center the post ?Ok first of all, you need to make a child theme if you want to make any adjustments because any updates to the main(parent) theme might undo the changes or worse mess up your layout. If you mess up the child theme its oke because the parent theme is still intact.
I did a quick test in fire bug, find the following line in your css
.post-list .post-row {
border-bottom: 1px solid #EEEEEE;
float: left;
margin-bottom: 30px;
margin-left: -30px;
padding-left: 30px;
position: relative;
width: 100%;and change it to this:
.post-list .post-row {
border-bottom: 1px solid #EEEEEE;
float: left;
margin-bottom: 30px;
margin-left: 0px;
padding-left: 190px;
position: relative;
width: 100%;This is a quick solution that does work
Forum: Themes and Templates
In reply to: [zAlive] Windows 8 / IE10 ProblemHave you tried using IE 11 with Windows 8?
Did you also try out IE 10 in windows 7?
IF possible try checking your website on another machine with windows 8 and IE 10 installed to see if you get the same results.
Also, did this problem occur out of the blue?
karim