danielwerner
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Don't understand! Error with wildcard dns?It works now. I contacted my host, apparently the wildcard dns zone-file was corrupt. Weird.
Thanks though! Hope this helps anyone else with the same issue.
Forum: Networking WordPress
In reply to: Don't understand! Error with wildcard dns?Yep, it’s installed in a subfolder on the ftp (I mean, it’s not the root), but not on the domain. Won’t that work? Because I’ve managed to get it to work before, I just reinstalled because I needed to update everything (I figured it was easier to just reinstall).
I use WP 3.4.2 and the site is it’s own domain, just https://multiuser.com (as an example).
Will that work in 3.5 you mean? It should be here soon, so I can hang on a few days?
Forum: Networking WordPress
In reply to: Don't understand! Error with wildcard dns?This is what my DNS record (via cpanel) looks like:
multiuser.com. 14400 IN A *server IP*
localhost.multiuser.com. 14400 IN A 127.0.0.1
mail.multiuser.com. 14400 IN CNAME multiuser.com
https://www.multiuser.com. 14400 IN CNAME multiuser.com
https://ftp.multiuser.com. 14400 IN CNAME multiuser.com
webdisk.multiuser.com. 14400 IN A *server IP*
multiuser.com. 14400 IN TXT *a bunch of different parameters*
*.multiuser.com. 14400 IN A *server IP*
webdisk.*.multiuser.com. 14400 IN A *server IP*Actually, you can disable the different addons really easy.
Click Jetpack in your dashboard.
Click “Read more” on the plugin you want to disable.
Click “Disable”/”Deactivate” (dunno what it’s called since I have the swedish language pack).Forum: Fixing WordPress
In reply to: Set padding on widgetsHmmm, I tried that now, and I know that the code works (tried inputting 30px and the padding was longer). Although when I input 0px there is still some px padding, probably because of my setup in the Atahualpa theme options. So it’s the atahualpa padding PLUS the CSS padding… And I guess I can’t input “-3px”, right? ??
I hope I don’t have to input different css-codes for every single widget, or is there some code I could input that involves all widgets?
Forum: Fixing WordPress
In reply to: Set padding on widgetsGreat! It works now! Thanks alot! ??
The only problem is that I’ve set a 7px padding on the widget headlines, via the Atahualpa options, and that includes all widgets. So now it’s 10 + 7px on the widgets above (tag cloud and statpress).
Thoughts? ??
Forum: Fixing WordPress
In reply to: Set padding on widgetsOh, sorry, my URL is https://www.danielwerner.se
As you see, “Bes?k” and “Etiketter” has no padding.
I don’t mean to be lazy here, I’m just very scared to tamper with the code. ?? Could you please look through the code and help me with what to change?
Thanks!