rangitoto
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how to add logo and image both in page headerI’m not sure what you want..
Different image in every header?
I would use “firebug” addon in firefox and then try some changes in your header.php (make a copy first)
rangi
Forum: Themes and Templates
In reply to: Another slider in header on every pageHi
I think there are many possible ways…
Maybe something like :
#page-1 { header-image: url(‘https://www.xyz/1.jpg’); }
#page-2 { header-image: url(‘https://www.xyz/2.jpg’); }
…
in the css..(the numbers must be the page id found in the “preview”)
I’m not sure…try! ??
Another guess: there is a plugin for that!
rangi
Forum: Fixing WordPress
In reply to: Display postimage from newest post and from cat x on startpageThank you for this hint! I need a very close look cause this is a bit over my knowledge… ??
Edit: No, can’t do it myself!
<?php if( has_post_thumbnail() ) the_post_thumbnail() ?>
Do I need to change something in this code? How does it know which category?
Sorry for this basic questions…
Forum: Plugins
In reply to: [NewStatPress] Slows the whole website down with 3.5.2same problem. i removed it. now everything is fine.
Forum: Plugins
In reply to: [qTranslate] qTranslate broken after update WP to 3.5 versioninstalling the dev. version from qtranslate solved the problem. I think something is wrong with (gzip?) compression in qtranslate_javascript.php from pastebin (see above).
Forum: Plugins
In reply to: [qTranslate] Content encoding probleminstalling the dev. version from qtranslate solved the problem. I think something is wrong with (gzip?) compression in qtranslate_javascript.php from pastebin (see above).
Forum: Plugins
In reply to: [qTranslate] qTranslate broken after update WP to 3.5 versionHello all!
– I changed the version in qtranslate.php to 3.5
– Then I changed the code in qtranslate_javascript.php with the RAW paste code at bottom from Pastebinqtranslate seems to work fine now but I get the following message in firefox (mac):
“Content-Encoding-Fehler”
(safari works fine)
Any ideas?Thanks in advance
rangiForum: Themes and Templates
In reply to: Need a little CSS-help with menu-colorThank you! ??
Forum: Themes and Templates
In reply to: Need a little CSS-help with menu-colorGreat! It’s done!
I changed it to that and that works fine for me!
.entry-content, .entry-summary { padding: 0 1.625em; }
Many thanks again and have a nice day, this was very helpful for me!
regards
rangiForum: Themes and Templates
In reply to: Need a little CSS-help with menu-colorI think I found the solution!
I changed the width of #content.
/* Right Content */ .left-sidebar #primary { background: none repeat scroll 0 0 #999999; float: right; margin: 0 0 0 -34.4%; width: 100%; } .left-sidebar #content { background: none repeat scroll 0 0 #595959; float: right; margin: 0; padding: 0; width: 70%; } .left-sidebar #secondary { float: left; margin-left: 7.6%; margin-right: 0; width: 20.8% !important;
The only thing I need to change now is the textarea of the main content. The text sticks now on the left side, this shoult be in one line with the main-logo above – or at least 3mm from the border…
Thanks in advance and many thanks to WPyogi for your kind help so far!!!
regards
rangiForum: Themes and Templates
In reply to: Need a little CSS-help with menu-color???Forgive my confusion, I appreciate your help very much!
I have now made the changes live.
regards
rangiForum: Themes and Templates
In reply to: Need a little CSS-help with menu-colorWell, the site is live…here: https://www.albertweber.ch
I tried to make changes, but was not succesfull. Here the screenshot from what I was able to change (but changed back, because it was still not what I want. See text above.): https://www.albertweber.ch/solution/screenshot_new.png
I hope this helps? When you look at the screenshot you can see that I’m quite near the solution.
Regards
RangiForum: Themes and Templates
In reply to: Need a little CSS-help with menu-colorI managed to change it…a bit… ??
I understand now the way how to do, but my CSS-Skills are not sufficient.
Somehow padding has no influence…
This is the acctual CSS:
.left-sidebar #primary { background: none repeat scroll 0 0 #999999; float: right; margin: 0 0 0 -26.4%; width: 100%; } .left-sidebar #content { margin: 0 0 0 0; width: 58.4%; background: #595959; padding: 0 0;; float: right; } .left-sidebar #secondary { float: left; margin-left: 7.6%; margin-right: 0; width: 18.8% !important; }
Here’s the current screenshot: https://www.albertweber.ch/solution/screenshot_new.png
I guess I’m not too far from the finishing line…but…
I’m open to ideas!
Thanks in advance
regards
rangibtw: I use now firebug which looks like a great piece of program (I used “Web Dev. Tools” before, but this was more complicate).
If something is ?crossed out in firebug, I guess it could be deleted in the script?Forum: Themes and Templates
In reply to: Need a little CSS-help with menu-colorOk, thanks in advance, I’ll try that!
Keep you informed about progress… ??Forum: Fixing WordPress
In reply to: WordPress 3.1.1. but still HTTP error with flash-uploadHi esmi
Thanks again but this solution doesn’t work for me at all (as mentioned above).
I tried different OS and Browser. I deinstalled and reinstalled plugins (adobe).
I checked the htacess…
But still no flash upload….
Regards
Rangi