trustshot
Forum Replies Created
-
Forum: Plugins
In reply to: WooCommerceThanks, I will post it there.
Please close this one.Forum: Your WordPress
In reply to: UGot-IT – Thanks wordpresssammysimms – You are right about the copyright. Not that the English website version was uploaded like a week or two ago, so there are few fixes that I must do.
Thanks a lot for the feedback.Andrew Nevins – I’m using CEO Ultimate, can I add <h1> tags by using that plugin?
How do I validate my website and what is it good for? I’m getting error related to encoding.
Thanks.Forum: Your WordPress
In reply to: UGot-IT – Thanks wordpressP.S: I would like to get feedback from people if thats possible.
Forum: Your WordPress
In reply to: UGot-IT – Thanks wordpressOK, thanks.
Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerI think you can close this topic ??
I solved my problem in an alternative way.Added these lines in my wp-config file:
define(‘CUSTOM_CAPABILITIES_PREFIX’, ‘wp_’);
define(CUSTOM_USER_TABLE,’wp_users’);
define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);And then fixed permissions problem on my bolgs by replacing this line:
$this->cap_key = $table_prefix . ‘capabilities’;
with
$this->cap_key = ‘wp_capabilities’;So now basically I have common user data base, and I can control individual files & passwords as I wanted.
Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerBahh, I think I won’t use multi site.
I also notice that my Theme My Login plugin reads all the translated information in Hebrew.
So basically when tryin to register on ENG site, it reirects me to the hebrew registration page.And all I needed is just 1 common user data base ??
Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerhttps://codex.www.ads-software.com/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite
Why on this link it says that I actually should have folder per each site?
Sorry for disturbing you with so many questions, it is important for me.Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerFor some reason that plugin doesn’t let me edit my plugin’s CSS’s.
Thats sucks if I cannot edit PHP files of my sub folders :/
Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerWhat I’m trying to say is:
I’m using a forum plugin, lets say it doesn’t matter what is the name of the plugin in that case.I want to change few CSS settings of that specific plugin only for the ENG site (not for others).
For example, if you go to my main site forum:
https://ugot-it.com/?page_id=172And then go to the ENG forum:
https://ugot-it.com/eng/?page_id=13You can notice that the design is a little bit incorrect (missing borders for example).
While if you going to my original ENG folder, from where I did the export, you will see that the forum is fine:
https://ugot-it.com/eng_old1/?page_id=13So what I’m saying is that now I don’t have anymore the ENG plugins folder, how can I change the CSS settings of the ENG forum?
I hope you understood me.
Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerSo what you are saying now is that I cannot modify my ENG forum files?
In my situation this is a sensitive subject sinse the HEB version is all RTL and the English (and future Russian version) are LTR.Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerWell the themes yes, but the forum files for example I dinn’t find.
It looks like everything is virtual folders, because if I try to view the source page of the forum, the path is somehting like ugoti-it.com/eng/wp-cntent/plugins/…The path doesn’t exist, so that is why I didn’t find the forum files.
Thats the only problem for me now ??Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerI solved the categories issue by installing multisite plugin manager and re-enabled it with permissions to all users.
Now back to the PHP/CSS files, where are they located?Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerThanks, everything worked smoothly untill I’ve reached my forum (mingle forum).
For some reason, I cannot create categories and forums.
I think the reason is because there are no tables for my eng forum.Another thing that I wanted to ask.
When you create a sub-site using multisite network, where are the files saved? I did imprt settings etc from my old ENG folderm and now I want to change some PHP file. Where the hell it is located on multisite system?Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerFirst of all thanks a lot for helping me out by the end :).
As I understood, my problem was my custom theme.Before you closing this topic, I would like to ask you few thinks.
Now my EN2 folder will be using my main DB or it keeps using the original DB of the ENG folder (by the end, I imported the ENG site to EN2).
Do I have to do some changes in the DB after completing with the site?
Are there plugins for multisite environment for google sitemap?
Forum: Networking WordPress
In reply to: Multiple sites – 1 users data base, need serious answerI managed to brign back the them, seems like it does work now.,
For some reason, the widgets lost their settings on main website,
On EN2, the website became right to left instead of left to right.