Black22
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Page is not scalling when resizing!Thank you, Ginfo for your answer. I really appreciate this, because I almost cried after seeing this.
https://dl.dropboxusercontent.com/u/34906083/site2.PNG
This is what I mean. I checked this in IE and Chrome as well and the same issue. Widget bar is going down below post page. The question is – why scroll bar is not appearing? I asked two more persons to check it and they reported me the same issueWebsite looks great (at least for my skills. I had no idea about php and css 3 weeks ago and with this forum, tutorials I could create something like this, so I’m pretty proud π ) in full screen but after resizing the browser, everything is messing.
Forum: Plugins
In reply to: How to add an URL to image?Hi again,
I have found http://wordpress.org/support/topic/plugin-nextgen-gallery-is-it-possible-to-specify-url-links-in-thumbnails?replies=45 this but not ure is related exactly to the case, because I’m using NEXTGEN as widget feature on the right side of the page.
1. I cleared js box
https://dl.dropboxusercontent.com/u/34906083/1ng.PNG2. Added code line
https://dl.dropboxusercontent.com/u/34906083/2ng.PNG3. And not sure what next..
https://dl.dropboxusercontent.com/u/34906083/3ng.PNGI tried to used a href in description, title, custom link but still doesn’t work. What should I do to make that each picture is linked to different url?
BR,
BlackForum: Fixing WordPress
In reply to: Moving Cloud TagTried to edit single.php with adding <p><?php the_tags(); ?></p> to this file, but still nothing. Which file is responsinble in Twentytwelve for editing what is showing in post?
BR,
BlackForum: Themes and Templates
In reply to: Problem with border-bottomI see. So everything typed in .site-content article and .post works in both ways. Yeah, got it clearly now. I have to write better documentation for this, I guess.
Thank you very much for yourself. I was bashing my head when mistake was for sure mine.
Forum: Themes and Templates
In reply to: Problem with border-bottomAnyone? π It’s quite annoying because php code is rather correct and this theme has something specific.
BR,
BlackForum: Themes and Templates
In reply to: Problem with border-bottomMy apologise
http://serwer1381464.home.pl/autoinstalator/wordpress/ here, there is a link. Top border is clearly visible, but should work for bottom as well.
BR,
BlackInsert Thumbnail navigation with possibility to decide on which side there is navigation and some effects like borders around pictures and I’m your first customer for pro one π
BR,
BlackHello Tom,
Thank you, it was what I wanted. Got nice dev notes as well which can be useful!
I really like your slider, it’s very easy and intuitive, tested a lot of them before and this one I like the most. Sadly it doesn’t have miniatures, but except that, it’s great tool and plugin!
BR,
BlackHello Tom,
I see. However from what I understand, mixing these two things are rather impossible.
Ok, so trying from different approache: Is it possible to change transparency level for entire belt with text? I could set 0.9 transparency level which would do the trick as well.
BR,
BlackHello Tom,
Thank you for answer. Sorry for not being precise in this matter.
By “entire box” I meant that transparent box, not the picture behind it. Would do the trick except the fact, that I cannot change only the text, because with using span style, the text and black belt behind the text is changing as well. And what I would like to make is ONLY the text solid without changing any transparency for black belt behind the text (cause it’s fine.)BR,
BlackForum: Fixing WordPress
In reply to: Removing Gap Between PostsTHANK YOU! It was exactly what I wanted!
Also, thank you for the link. I’m learning css from there, but still pretty new in this
Forum: Fixing WordPress
In reply to: Removing Space Between ButtonsThank you! It was exactly what I was after π Works as blessing.
Forum: Fixing WordPress
In reply to: Removing Space Between Buttonshttp://serwer1381464.home.pl/autoinstalator/wordpress/#
When u see at nav menu, “Strona gΕΓ³wna” and “Video” u see that there is space approx 20-30 px between them. I want to remove it, as I managed how to use IMG button, but they will not fit well with these spaces. Tried to use firebug to find out which component is responsinble for it, but do not see in code that
Forum: Fixing WordPress
In reply to: Removing Space Between ButtonsUsing twelvetwelve theme
Installed FireBug already and were using it a lot, but I’m not certainly sure which exactly padding component is responsible for that. Tried to edit some by child style.css but without luck so far π
I’m pretty new with wordpress, so sorry if this is a dumb question
Forum: Fixing WordPress
In reply to: Changing Size of Logo and Moving Search ButtonHello again,
I managed how to resize the logo by adding to child style.css
.site-header { margin-left: -40px; margin-left: -2.85714rem; margin-right: -40px; margin-right: -2.85714rem; margin-top: -40px; margin-up: -2.85714rem; }Worked great… almost. Because entire header with nav-menu moved to the left.
I guess that’s everything is about to change site-header for something else which exclude everything else like nav-menu. Any ideas about it?