Kali-LinuxTr.NeT
http://www.kali-linuxtr.net This topic was modified 23 hours, 36 minutes ago by s4dn3s.
View ArticleHelp me remove date and comment from all pages and post.
@guido1975 I can’t find post in php file to remove <div class=”meta”> Thanks
View ArticleReply To: Footer in I.E. 8
Now the footer works perfect in IE 8, but when i visit the site on a mobile device the whole footer is messed up. It shows next to each other, because of added code, but on a mobile version this...
View ArticleReply To: Footer in I.E. 8
Any help with removing the date and comment from this theme? Thanks
View ArticleRecent Posts widget appears twice
In your demo on the single post page and on my site the Recent Posts widget appears again (really large) above the footer. How to fix please? See bottom right of...
View ArticleMenu/Sidebar Issue on iPhone
I haven’t modified my theme all that much, but noticed today that when looking at my site (http://www.jamieflam.com) on my iphone that the menu becomes a drop down menu above my header image, the...
View ArticleReply To: how can i Remove right side of footer?
Theme Options > Custom CSS: #owners {display:none;} #site5bottom {display:none;} Guido
View ArticleReply To: Removing blog link??
Hi, Open php file part.post and remove block that starts with: <div class="meta"> Guido
View ArticleReply To: Help me remove date and comment from all pages and post.
Guess you did look at other forum. If you want to remove meta in Fizz theme you should remove code block that starts with: <header class="clearfix"> In file single and file index Guido
View ArticleReply To: Footer in I.E. 8
Forgot the mobile stylesheet… Add this in same css file underneath @media only screen and (max-width: 767px): .widget_footer {float: left;width: 100%;} Now width of footer widgets is 100% is mobile...
View ArticleReply To: Submenu no longer displaying
Hi, So I notice it does work again? If I look at your header code I notice you removed logo code, why? Because you did add logo in header.. Guido
View ArticleReply To: How to make news headline ticker in front page
I have no idea anymore. Did have some problems with jetpack and stylesheets in the past but you did deactivate it and nothing happened. Last thing you can do is deactivate ALL plugins, refresh page...
View ArticleReply To: Recent Posts widget appears twice
Hi, I think this theme has no sidebar, open file single and remove this: <?php get_sidebar(); ?> Guido
View ArticleReply To: how can i Remove right side of footer?
And part of the default text can be removed via Theme Options > Footer. Guess you did knew that already. Guido
View ArticleReply To: Contact form simple doesn't wanna send email
Hello Guido Yes …but now it woks…something I don tunderstand…maybe cache pb Thanks for your quick support
View ArticleMoving up the info box
How to move up the Info Box on the theme. I want to move like it can be seen the first time you open the website. Thanks
View ArticleHeader image
I change the background image of the theme to my own personal choice of theme but when I click on the other menus, the image still exist on the header. How can I remove it and still see my own...
View ArticleReply To: Header image
Hi, Aha, I notice this too. You can do two things to solve this: Open css file style and remove the background image, check for this: .header-wrapper { background: #333; background-image:...
View Article