
Fleiding
Fleiding
About
- Username
- Fleiding
- Joined
- Visits
- 295
- Last Active
- Roles
- Member
Comments
-
It's a work in progress, so I disabled the password for you to view: http://www.robengels.nl/pu/wp/
-
Recent articles is fine, but recent comments is still in English. Or is this a server setting as well?
-
I'm sorry to ask so many questions, but could you please tell me where I can change the language for the Recent Comments widget? http://i.imgur.com/Oo7ojW1.png As you can see the month is still in English, but I want it to be in Dutch. The Recent P…
-
I think that must be the case. Thanks!
-
Thanks, works like a charm!
-
http://i.imgur.com/vRv2pj6.png Somehow when I'm browsing my site on my mobile phone in landscape, the featured images doesn't fill well. On tablets it's working as it supposed to.
-
Just one other question: How can I remove the link and zoom buttons from the featured images on the homepage and related posts: http://i.imgur.com/5TQcDks.png
-
I'm sorry, I already found the solution. Just added this to my CSS:.single-post .single-photo-wrapper { display: none; }
-
No problem!
-
I want something like this: http://i.imgur.com/ZJx0jwT.png Thanks for the css, you're awesome :)
-
And I think I found a bug. I'm using the text logo now and on my homepage everything looks great, but once I open a post or page the font changes to a normal URL. Homepage: http://i.imgur.com/4mdCfWm.pngPost/page: http://i.imgur.com/bWfpzBZ.png
-
Thanks, that did the trick! One final question: is it possible to have the menu below the header using the Stack Left header? So on top you have the logo and submenu, in the middle the header image and below the menu.
-
Thanks, that did the trick. Only the problem with point 3 of my previous comment and we're done. :)
-
I'm using this css now, but the only problem left is that the menu still doesn't display correctly #Header .top_bar_left { left: -35px; }#Header .top_bar_right { right: -35px; } http://i.imgur.com/YLDLaJ3.png And for some reason, this doesn't work …
-
1. This is what I get now: http://i.imgur.com/UGqqHp8.png 2. Thanks! 3. This is what you see when you don't have the rights to edit comments: http://i.imgur.com/PKiHX0J.pngThis is what you see when you do have the rights to edit comments: http://i.i…
-
I also noticed that when you want to comment or edit a reply the text overlaps each other: http://i.imgur.com/EGnHhTQ.png Beantwoorden is Dutch voor Reply and Bewerken for Edit.
-
I changed made a change in theme-functions.php, but now there is some white space: http://i.imgur.com/JhvcC9v.png Is it also possible to move the text a little bit up so it matches the featured image?
-
I'm using the Classic header at the moment. I removed the search icon and now it fits on my MacBook. But is still like to move the logo more to the left and the action button more to the right: http://i.imgur.com/rC8s8OI.png
-
Link to my test website: http://www.pokemonunited.nl/pu-v2/How we would like it: https://i.imgur.com/bF4QraJ.png Thanks!
-
I tried it but I like it more the way it normally is. Thanks for your help!
-
This is how it looks on my iPad: http://i.imgur.com/lpZJuQl.jpg http://i.imgur.com/Zm80MA9.jpg It is okay like this but since I'm using some non-responsive widgets I would like to use the mobile phone version on tablets als well.
-
This is the situation at my mobile phone at the moment (portrait and landscape): http://i.imgur.com/oYIVV7M.png http://i.imgur.com/cL1K213.png I would like to have that on tablets as well. Now, the sidebar appears at the right side of my blog posts.
-
I think this did the trick. .single-post #Subheader { display: none; }