motard
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite installation problemsMy htaccess seems to be fine, well at least is the one generated by wp.
And since i can log in to my main site, Grupo Beijaflor without no problem, well I am not going to bother with the other problem.
Thx for your help Bet 😀
Forum: Networking WordPress
In reply to: Multisite installation problemsHi Bet. Thx for your reply.
I have already solved part of the problem. My first problem I still haven’t manage to fix but the second one is fixed.
I added the following to wp-config
define('CONCATENATE_SCRIPTS', false );and that allowed the resources to load correctly.
Forum: Networking WordPress
In reply to: Multisite problemsHello Axel13.
Thank’s for your reply.
Before your reply, I figured that maybe I didn’t have the enough permissions. So, since I have access to the sites database I created a user with enough permissions, and now I can access wp-admin of the entire network.
And I confirm that this is a multisite install, that http://www.lizgarden.pt is the main site and new.lizgarden.pt is a secondary site.
So now what I need to do is turn new.lizgarden.pt into the main site, (and changing it’s url to http://www.lizgarden.pt), and turn the old main site into a secondary site (changing it’s url to something like old.lizgarden.pt).
Unfortunately I still don’t know how to do this, but I will keep looking.
Best regards,
MotardForum: Themes and Templates
In reply to: Overwrite index.php cssI fixed it. I am still learning and i just discovered that if i use
.slider-wrap .custom-slider-right-sider, it works. I mean that this rule overwrites the one in index.php.Because when i was just using
.slider-right-sider, it would be strike out. I am writing this CSS in style.css.Although I solved my problem, I still don’t understand from where this CSS found in index.php is coming from.
But i wanna thank you for your quick answer. It’s my first time posting something in a forum like this, and I am surprised at the feedback given by you.
And sorry if my post is a bit confusing. Thx a bunch.
Forum: Themes and Templates
In reply to: Overwrite index.php cssThis is the class I need to change:
.slider-right-siderIn the homepage, header section, the orange button on the right side saying “FREE CONSULTANT”. Try to Inspect element.
It says that that rule is in (index):561
And if you do View Page Source, in line 561 there it is.