fyllhund
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] qtranslate 2.5.26 is brokenanyone that knows a fix for this?
Qtranslates duplicates content of default language into secondary language after save for me.
Been going through the qtranslate files and still can’t find any solution.
Forum: Fixing WordPress
In reply to: Domain http instead of httpsYou′ll have to go into your database(phpmyadmin) and sort out the (table)_options
Since now it’s pointing to http instead of https and therefore your styles etc might not work.
Look through the options table and tell me if you find it.
If that is not the problem then it’s prob badly configured ( Kinda unlikely but might be)
Forum: Fixing WordPress
In reply to: To hide a page title from the site main navigation menuappearance-menus
Forum: Fixing WordPress
In reply to: Edit page internet explorer (8,9) bug.The culprit is Qtranslate and it seems the html tab doesn’t hide or anything in IE. I guess I′ll have to wait for an update.
Forum: Fixing WordPress
In reply to: Edit page internet explorer (8,9) bug.seems the latest version of qtranslate was the villain. I need it though for the site to be multilingual
Forum: Fixing WordPress
In reply to: Edit page internet explorer (8,9) bug.That is wp 3.3 the only plugin that is installed is qtranslate but i′ll try it.
Forum: Fixing WordPress
In reply to: Blank page if you click on a blogpostAbsolutely correct. I had a custom query destroying things which I forgot about.
Cheers!
Forum: Fixing WordPress
In reply to: My header is fine in firefox but messed up in IEStart by adressing your invalid html code.
it’s prob an unclosed div.
Forum: Fixing WordPress
In reply to: Search bar movement.add this to your css file #cse-search-box {
float: right;
}Forum: Fixing WordPress
In reply to: Width of Twenty Eleven is not 1000 pixels#page { margin: 2em auto; max-width: 1000px; width:1000px; }
and your problem might be bad resolution.
Forum: Fixing WordPress
In reply to: How to do a mirror site in Czechtry the plugin qtranslate. Though you wouldn’t need to buy a new domain for the englishversion. It would be engelishlesson.cz/?lang=en.
It can auto-detect which language the browser has and redirect to the appropriate language aswell as possibility to use flags etc.
I highly recommend it.
Forum: Fixing WordPress
In reply to: How To Make A Simple Edit To A WidgetNo problem. Good luck with the site!
Forum: Fixing WordPress
In reply to: How To Make A Simple Edit To A Widgetwell you already have a .art-blockcontent-body ul li { in your themes css file.
try finding it ctrl f (.art-blockcontent-body ul li
and then insert color : # 000 ; in the css file.
.art-BlockContent-body li {
color: #000000;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 12px;
text-decoration: none;
}inserting it there works aswell.
otherwise in the text widget or whatever you are using insert <style>.art-BlockContent-body li {color:000;}</style>
Edit. Don’t copy the nvm. ??
Forum: Fixing WordPress
In reply to: How To Make A Simple Edit To A Widgetnvm.
.art-BlockContent-body ul li {
color: #000000;
}simply add this or whatever color you want and you′ll see the dates if that is what you mean.
and this seems to be your themes css file.
Forum: Fixing WordPress
In reply to: How To Make A Simple Edit To A Widgetyou had one ?? css ( stylesheet) in the last screenshot