nadadeda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Troubles on Iphone!I cracked it myself BUT there is still something weird with the landing page. I would assume that it has something to do with the fact that the mouseover function don’t work for I Phone and I pad.
Is there a way to solve this?I also still have 1 other error left saying: “Line 74, column 17: end tag for “ul” which is not finished”.
This is how the code looks:
http://pastebin.com/bgAmWKCyHow do I solve that?
Thanks.
Forum: Fixing WordPress
In reply to: Problem with "article-over" to get "the excerpt…" on first pageI ha forgotten to activate the “Advanced Excerpt” plugin. After I had done that it worked.
Forum: Fixing WordPress
In reply to: How do I remove the sidebar?I solved it, I just removed the sidebar code in the page and single post PHP. Then I ajusted the padding in the CSS sheet under page article.
Forum: Fixing WordPress
In reply to: How do I remove the sidebar?My page is :
http://www.gravityandgrace.se/wordpressForum: Fixing WordPress
In reply to: Moving titel to the right sideThis is how it looks now:
http://gravityandgrace.se/wordpress/?p=792Forum: Fixing WordPress
In reply to: Gallery – can't line the images…I think I solved that too, thanks a lot for your guidence!!!
It’s kind of “temporary” though, I just set the sidebar width to “0”.Forum: Fixing WordPress
In reply to: Gallery – can't line the images…Yes! It worked. I made changed the tex-aligned and it looks good now! And the images displayes fully! MANY THANKS!
Another (maybe complicated?) thing. At the moment I have a side bar on the this single post page that I’d like to remove, then there will be more space for the images even larger images… that would be my wish!Forum: Fixing WordPress
In reply to: Gallery – can't line the images…Sorry, I just realized there’s both php and CSS. I will look into to the CSS’s first and see if I can do it…
Forum: Fixing WordPress
In reply to: Gallery – can't line the images…Thanks again!
Sorry, this is too hard for me to find. 🙂 I have Cleaner gallery activated and I found the editing page, but I can’t figure out what to edit. Here’s the full CSS page: http://pastebin.com/BFLwk7LkThere are also a couple of more CSS pages:
cleaner-gallery/gallery.php
cleaner-gallery/readme.txt
cleaner-gallery/admin.php
cleaner-gallery/readme.html
cleaner-gallery/readme.css
cleaner-gallery/admin.css
cleaner-gallery/license.txt
cleaner-gallery/cleaner-gallery.php
cleaner-gallery/gallery.cssThe first one is the one I posted now.
At the same time, as I have mentioned, I disabled the JQuery gallery… what’s the correlations between those two?
Forum: Fixing WordPress
In reply to: Gallery – can't line the images…yes maybe I do?
There’s something called Cleaner gallery, although I have disable something called JQuery gallery…Forum: Fixing WordPress
In reply to: Gallery – can't line the images…Thanks, but I can’t seem to find a gallery css file… There’s only a style sheet a lot of php’s… Any suggestions?
Forum: Fixing WordPress
In reply to: Gallery – can't line the images…Great!
I’m not sure where I should edit, here’s my code:.gallery {
clear: none!important;
float: center;
}.gallery img {
border: 0px!important;
}.entry {
clear:both;
}.photogalleria {
width: 490px;
}div.photogalleria > ul.gallery_list {
margin-left: 20px;
}.page .article .photogalleria {
width:100%!important;Forum: Fixing WordPress
In reply to: Gallery – can't line the images…See this page as an example:
http://gravityandgrace.se/wordpress/?p=455Forum: Fixing WordPress
In reply to: Problems with the menuAh, I love forums 🙂
Forum: Fixing WordPress
In reply to: Problems with the menuYou were right again! There was a custome menu, and I didn’t know it…
I’m very grateful for your advices, many thanks!