marian.bel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No title appears in articlesThank you virendra930,
now the title is there, therefore I used that code because I didn’t want the page title to be shown at the top of the page.
Is there a way to get rid of the page title but to keep the post title? Actually would be enough to get rid of the page title only in the “Home”, for the other pages it doesn’t matter.
Thank you!Forum: Themes and Templates
In reply to: How tro change drop down menu font color on Twenty twelve themeUnfortunately not even this works.
Thanks anyway for keeping trying!Forum: Themes and Templates
In reply to: How tro change drop down menu font color on Twenty twelve themeStill nothing… ??
Forum: Themes and Templates
In reply to: How tro change drop down menu font color on Twenty twelve themeHi kaniamea,
thanks for replying!
Unfortunately it still doesn’ t work; I start to think I might have changed something in the past that somehow have influence on this new code…could it be?
Here are all the changes I have done in the child theme’s style.css:/*eliminare nome pagina*/
.entry-header {
display: none;
}/*cambiare colore menu bar*/
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
margin-left:-45px;
padding-left: 45px;
padding-right: 40px;
background:#272E60;
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
display: inline-block !important;
text-align:left;
width: 100%;
}/*cambiare colore testo menu*/
.main-navigation li a:hover {
color: #006949;
}.main-navigation li a {
color: #D1D1D1;
}/*cambiare link color*/
a:link {
color:#006949;
}
a:visited {
color:#006949;
}
a:hover {
color:#006949;
}
.site-content article {
margin-bottom: 0;
}
.hentry {
border: none;
}/* Cambiare colore footer line di modo che sparisca con lo sfondo */
footer[role=”contentinfo”] {
border-top: 1px solid #ffffff;
clear: both;
font-size: 12px;/* Cambiare colore drop down menu*/
.main-navigation li a {
color: #272E60;
}Forum: Themes and Templates
In reply to: How to add more links to Twenty Twelve footerThank you leejosepho,
that saved me a lot of time and it worked perfectly!!!!Forum: Themes and Templates
In reply to: How to add more links to Twenty Twelve footerThank you esmi, I already have a child theme I’m working on
Forum: Plugins
In reply to: How to have Tag cloud in the "Home" page without sidebarThank you alchymyth,
the footer widget idea works perfectly, so I don’t need to work on the template! I didn’t know the “conditional widget” plugin.
Thanks again
Forum: Fixing WordPress
In reply to: Fatal error! I can't open the web site anymoreSk_tamilan you were right! I’m so terribly a beginner, I replaced wp-config.php without first modify the fields. I still had the old one saved somewhere, now it works!
Thank you very much to both of you!Forum: Fixing WordPress
In reply to: Fatal error! I can't open the web site anymoreHelp! I re-uploaded all files & folders – except the wp-content folder – from a fresh download of WordPress as you told, but now it doesn’ t load the site anymore!!
Forum: Fixing WordPress
In reply to: Fatal error! I can't open the web site anymoreI restored wp-admin but it still gives the same error message:
Fatal error: Cannot redeclare win_is_writable() (previously declared in /web/htdocs/www.xardinia.com/home/wp-includes/functions.php:1448) in /web/htdocs/www.xardinia.com/home/wp-admin/includes/misc.php on line 557
Any idea?
Forum: Fixing WordPress
In reply to: Fatal error! I can't open the web site anymoreNo sorry I can not enter the wp-admin page!
Here is the message:
Fatal error: Cannot redeclare win_is_writable() (previously declared in /web/htdocs/www.xardinia.com/home/wp-includes/functions.php:1448) in /web/htdocs/www.xardinia.com/home/wp-admin/includes/misc.php on line 557Do I need to restore also the wp-admin folder? I’m nor sure if I changed something in there (Im not working on this website since long) and I fear I will loose some infos.
What should I do?
Forum: Fixing WordPress
In reply to: Fatal error! I can't open the web site anymoreThank you very much sk_tamilan I restored the wp-includes folder and it works again!
Thank you kjodle, useful tool!
And thany you WPyogi, I deleted everything and wrote only those 2 codes. The gray background works perfectly, but not the search widget…it’s still like default. Any idea?
Thank you
Thanks WPyogi!
Ups, I didn’t know about the child theme…now is going to be hard to find everything I already changed. Ok, I will take some time and do everything again ??
I see that there is a #page under /*=Structure, one under /*=Global and so on…which one should I modify and let in the child theme?
Thanks again!