gugutz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Suddently getting memory error on admin tasksYeah i fixed my errors, was about to post here to finish the topic.
When i said dreamhost won´t give me support i was meaning to the actual procedure, but you guys did send me the link to the page that helped me fix it.
After i made the folders .php/5.3/ and created the phprc file everything went back to normal.
Thanks for your help. 🙂
Forum: Fixing WordPress
In reply to: Suddently getting memory error on admin tasksStill getting this error.
Dreamhost won´t give me support on this one.Could someone shed a light for me?
Forum: Fixing WordPress
In reply to: Suddently getting memory error on admin tasksI tried adding define(‘WP_MEMORY_LIMIT’, ‘110M’); in wp-config.php, but still getting the error.
Also tried adding a php.ini on the root of my server via FTP and adding the line memory_limit = 110M to it, but that did no good at all.
Am i missing something?
Forum: Fixing WordPress
In reply to: Suddently getting memory error on admin tasksK guess i´ll have to try it anyways.
But it makes me wonder what could have caused a higher requirement of memory usage.
I didn´t do anything new on my network.
Gonna try it and post here later.
Thanks, bro.Forum: Networking WordPress
In reply to: Having problems with multisite subdomains and sharing users dbTopic resolved.
All problems were fixed.Forum: Networking WordPress
In reply to: Having problems with multisite subdomains and sharing users dbThanks so much man
That took care of all my problems.
Just installed the plugin, activated it in the network, and now the users that were already created alredy got imported to my other 2 subsites.
Thanks again, bro.
Forum: Networking WordPress
In reply to: Having problems with multisite subdomains and sharing users dbAnd now it worked. 😀
Thanks so much guys.
I can visit the subsite ok now.One big issue stands though: how to automatically inherit the users, or make all the sites shared the same user db without the admin having to be registering players from one site to another?
Really appreciate the help, thanks again. 🙂
Forum: Networking WordPress
In reply to: Having problems with multisite subdomains and sharing users dbHello, Ipstenu. Thanks so much for your reply, bro.
So, actually that was the first thing i did.
I first created a subsite called pvp.tavernadigital.net, then created the same subdomain on my dreamhost domain panel.But for some reason whenever i visit the site, i just get the standart default Dreamhost page for ‘Coming Soon’ newly created sites.
Its not finding any site to load.
Any idea why this might be happening?Thanks in advance, m8.
Forum: Themes and Templates
In reply to: Child theme CSS changes not showing up on siteThe twenty twelve theme uses the .main class to customize the main content area, which includes the site content and the sidebar.
If you mean the div where the posts are displayed, the class would be .primary, and the posts are article tags
Try adding this to your style.css file and see if it helps.
.primary {
background-color: black;
}Forum: Themes and Templates
In reply to: Twenty Twelve – Sidebar on single posts and Child Theme problemSorry to bump this old thread, but i´m still having this problem with the child theme.
Whenever i make a copy of header.php from the twentytwelve folder to my chyild theme folder so i can edit it, and then upload it to my child theme folder on the server, the design is broken.
The site is currently like that so you guys can take a look.
On this other website i have ( http://www.mia-nina.com ) i can use my custom header.php file without problems, this issue only appear on http://www.tavernadigital.net
I wonder if it would be possible to be some plugin related issue?