We’ll I have 3 questions
1. How to remove the date only from specific categories
2. How to remove path (home>…..>…) from all posts and categories
3. How to move a little bit up my footer logo, because I think is below the other
http://Www.iserres.gr
Thank you
Hi,
1. Unfortunately the theme doesn’t have an option to remove the date for individual categories and I believe you refer to the date which appears on modules: http://screencast.com/t/m4xfUF2nyJO8 In this case and in order to remove that date you would need to edit the module file you use for you category and for which you want to remove the date. Edit the module file which you can find in the includes > modules folder, like this: http://screencast.com/t/oHyNPCjT
Result: http://screencast.com/t/yKZO8mWzz
2. You can remove the breadcrumbs from here: http://screencast.com/t/q565hatWJ
3. You can use this custom css to target and move the logo, adjust it as you would like: http://screencast.com/t/g6hKn6bJ
.td-footer-wrap .footer-logo-wrap img {
position: relative;
top: -10px;
}
Hope this helps!
Thanks
hi again, thanks for your reply,
1. first i want to remove the dates from this page which use “block 6” http://iserres.gr/%CF%80%CE%B1%CF%81%CE%BF%CF%85%CF%83%CE%B9%CE%AC%CF%83%CE%B5%CE%B9%CF%82-%CE%BC%CE%B1%CE%B3%CE%B1%CE%B6%CE%B9%CF%8E%CE%BD/
2.Second in a post of this page i want the date in header’s picture to be removed http://iserres.gr/cityzen/
3.In my first demo page the weather widget works great with greekcharacters, you can check it here http://www.atantou.com
Now in the http://www.iserres.gr, i make the same changes (insert same greek .po and .mo files) and insert at the wp-config.php the code “define (‘WPLANG’, ‘el_GR’) but the characters still to be english. Also i try to copy all the files from atantou/…./plugins/weather-widjet and install it to iserres/…./plugins/weather-widget but nothing changed. Do you have any idea why this happened??
thank a lot for your answers
-
This reply was modified 11 years by
Atantou.
Hi,
1. Edit the module 2 files and comment the date function like this: http://screencast.com/t/7gyUhCd9EQjm
2. Please edit the post template 4 and comment the date function like this: http://screencast.com/t/SwsuZvtjM
3. Not sure, could be a widget settings or something similar, have tried to ask this question to plugins authors?
Please let me know!
Thanks