xondra
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Upload image problemsI also have that problem and this one:
“The plugin generated 1412 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
But no one answers!
Forum: Themes and Templates
In reply to: [Customizr] Setting a default language of customizrNow my website is suffering of some “personality issues”. Some things are translated into spanish, while others remain in english. For example: http://xondra.co.vu/blog/
Posts published date is in english
Categories and archives in english
Breadcrumbs are in spanishPlease help.
Forum: Themes and Templates
In reply to: [Customizr] Align text on footer widgetsI copied the code for the footers from the skin’s css file and pasted it on “custom css” in the customizit section of the theme.
footer#footer {
color: #fafafa !important;
border-top: 12px solid #e9eaee;
background: #5a5a5a;
padding: 0px;
}
.footer-widgets {
padding: 20px 0px 20px;
}
footer#footer p,
footer#footer a {
font-size: 11px;
line-height: 21px;
color: #fafafa;
margin-bottom: 2px;
text-align: left;
}
footer#footer h3,
footer#footer h4,
footer#footer h5,
footer#footer h6 {
font-size: 22px;
line-height: 26px;
color: #fafafa;
text-align: left;
text-shadow: 0px 0px 0px white;
}
footer#footer .colophon {
margin-top: 0px;
background-color: white;
padding: 10px 20px;
}
footer#footer .colophon a,
footer#footer .colophon p {
color: #5a5a5a;
}
footer#footer .colophon a.back-to-top {
color: #5a5a5a;
}
footer .widget_recent_entries li:after {
border-bottom: none;
}
footer ul,
footer ol {
margin: 0 0 10px 0px;
}Seems to work
Forum: Themes and Templates
In reply to: [Customizr] Setting a default language of customizrThat was very easy. It worked but it’s changing the lang of my dashboard. Isn’t there a way to just set the theme’s lang without changing wordpress (the dashboard) lang?
Forum: Themes and Templates
In reply to: [Customizr] Customizr theme, text-align widgets in footerI have this very same question.I tried adding the text to the footer of a widget but it just doesn’t work. I have a child theme as well, and that child theme has a custom css file but adding code there seems not to override the css of the parent theme, or I’m doing something wrong. Please help!
Forum: Themes and Templates
In reply to: [Customizr] How do I change the language of the theme?The strange thing is that the theme comes with the po and mo files. The only thing it lacks is a button to change the language. At least I go to settings > general and I don’t have options to change the language there. So, do I still have to install poedit? I just want a line of code to use the files I already have.
Forum: Themes and Templates
In reply to: [Customizr] How do I change the language of the theme?Yes, that’s exactly it, ElectricFeet
Forum: Themes and Templates
In reply to: [Customizr] How do I change the language of the theme?Thank you rdellconsulting, but I desire to change only the child theme’s language, not that of my WP install. Cheers!
Sorry, I don’t understand our answer. I know it’s a very good theme.
I figured that I had to create a child theme after much reading. Thankfully I can speak English for all of this, or else I’d be lost 😛
This time around I added a tiny <?php at the beginning of my functions.php file for the child theme, and it worked. The developer is not very clear on this as probably he feels that his users already know that they have to put a beginning and an ending tag to all .php (well, this is mind numbing obvious now, but it wasn’t when I felt that it was a copy-paste thing). Yes, I did begin by modifying the original functions.php file, as you pointed out in his page.
GA says it’s installed and working. Thanks for all your help!
Cheers!Xomdra
Forum: Themes and Templates
In reply to: [Customizr] Google AnalyticsHello everybody. I’m really not knowledgeable in php programming and I haven’t managed to add my Google Analytics code the way Nicolas provided. That is, I don’t know where exactly to put that code and how it should look like, and I keep getting errors in functions.php
I ended up creating a child theme in order not to damage the original, and I think I will keep it that way considering what I’ve read on the advantages of having a child theme for customization.
Thanks in advance!