gVectors Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] Need help with 2 things about plugin styles.@sneesel,
Go to Dashboard > Forums > Settings > Styles Tab and insert the below code in Custom CSS Code Field:#wpforo #wpforo-wrap #wpforo-menu { position: sticky !important; top: -1px !important; z-index: 9999999999 !important; } div#page.site { overflow: visible !important; }
Forum: Plugins
In reply to: [wpForo Forum] Need help with 2 things about plugin styles.Hi @sneesel
Problem #1 – You Can Hide wpForo Menu from Dashboard > Forums > Settings > Features Tab and Use wpForo Menu shortcodes to add them to your primary menu with Custom Link` URL Field:
Problem #2 – Mobile Browser Have Hard Cache, Open Your Website with Incognito and you will see that the code is working.
- This reply was modified 3 years, 5 months ago by gVectors Dev.
Forum: Plugins
In reply to: [wpForo Forum] Is it possible to disable profile pages?Hi @juliamb,
You want registered Users but without profile page?Forum: Plugins
In reply to: [wpForo Forum] Top menu behaviour@thecatim,
Go to Dashboard > Forums > Usergroups, edit the needed usergroup and uncheck Front – Can view members, Front – Can view profiles checkboxes.Forum: Plugins
In reply to: [wpForo Forum] Layout issueHi @thecatim,
I don’t follow you, please explain with more details.Forum: Plugins
In reply to: [wpForo Forum] Hide Newest Member and RSS from GuestsHi @cassihl
Insert the below CSS codes in Custom CSS Code: Field from Dashboard > Forums > Settings > Styles Tab.#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p span:nth-child(2) { display: none !important; } span.wpf-feed-forums, span.wpf-feed-topics { display: none !important; }
Forum: Plugins
In reply to: [wpForo Forum] No forum is showing upHi @noorulamin25,
You mean`
1. You can’t see any Forum in Dashboard > Forums > Forums ?
2. Or they exist in Dashboard > Forums > Forums but not in the Forum page?Forum: Plugins
In reply to: [wpForo Forum] Incorrect translation@dkanika,
wpForo has only English language pack, you can translate them manually by editing the phrase. Or you can use a translation plugin like Loco translate, but I don’t know how good would that kind of plugin do his job.Forum: Plugins
In reply to: [wpForo Forum] Lost all my forumsHi @greenbridge,
The only way is to contact your hosting providers and ask them to provide you their last backup of your site.Forum: Plugins
In reply to: [wpForo Forum] How to remove margin in the navigation?@heathcliff2013 ,
Insert the below CSS code in Custom CSS Code Field from Dashboard > Forums > Settings > Styles Tab.
#wpforo .ion-ios-arrow-down::before { display: none !important; }
- This reply was modified 3 years, 6 months ago by gVectors Dev.
- This reply was modified 3 years, 6 months ago by gVectors Dev.
- This reply was modified 3 years, 6 months ago by gVectors Dev.
Forum: Plugins
In reply to: [wpForo Forum] How to remove margin in the navigation?Hi @heathcliff2013,
This is a CSS issue, please give us your forum URL.Forum: Plugins
In reply to: [wpForo Forum] Top Posters (Widget + Filter in Members)@mistergeko,
Sorry, we don’t have an ETA for now.Forum: Plugins
In reply to: [wpForo Forum] Top Posters (Widget + Filter in Members)Hi @mistergeko,
Our dev team is now working on wpForo’s new big update, so there are going to be a lot of changes in the Rank system in the new 2.0 update, However I will send your suggestion to our Dev team that they could put it under consideration.Forum: Plugins
In reply to: [wpForo Forum] Ability to change some titles etcHi @obertscloud,
For changing visual, you will need a custom developer.
All layout in wpForo have like button,
In Dashboard > Forums > Settings > Forum Accesses Tab, you can choose which accesses type can have the right to see private posts.Forum: Plugins
In reply to: [wpForo Forum] WPFORO Plugin CustomizationCheck The Link:https://select2.org/getting-started/basic-usage
- This reply was modified 3 years, 6 months ago by gVectors Dev.