Search Results for 'wpml'
-
Search Results
-
Hi,
I’m currently running a store with woocommerce and some other plugins like wpml. I wanted to create a forum for members for the shop, so just people which are registered to the shop can see the forum.So far the installation went fine and I created a forum with the private attribute. Members can see the forum BUT keymaster don’t. Which leads to the problem that I, as a keymaster, can’t administrate the forum.
Is there any solution for that problem?
Hello,
I’ve a caching(?) problem and I’ve no idea how to solve it.
I use bbpress on a single website in a multisite wordpress installation with the
[bbp-forum-index]
bbcode on a custom page as front page.
Now I realised that then I’m moving topics or deleting some of them the topic- and post-counter as the freshness column doesn’t update. There still seems to be a topic but then clicking on the forum there isn’t.
My first suspect is the cache but after smashing the F5 button and manually clearing the browser cache it’s still there. Also topics deleted a long time ago are still in the freshness column but not in the topic- and post-counter.
We’re not using any caching plugins. The only thing that comes near a caching plugin is the plugin wordfence that has a caching option, but that function is disabled. I also deactivated the plugin but nothing changed.Now I’m quite confused. Does someone know of any problems with following plugins?
What I’ve tried:
– deactivating wordfence
– use the Twenty Fifteen theme instead of evolve (on a test page same result if I move topics between different main categories or parent forums)What I use:
– WordPress 4.3
– bbPress 2.5.8
– evolve theme 3.4.3 with a child theme
on http://hackish.codes/hcforum/
test website: http://hackish.codes/testpage/These plugins are active together with bbpress (on both the test website and the productive forum):
– Breadcrumb NavXT 5.2.2
– Redux Framework 3.5.7
– Wordfence Security 6.0.15
– WPML Multilingual CMS 3.2.6 (active on multisite but deactivated through the WPML intern deactivation)
– WP Statistics 9.5.3
– BuddyPress 2.3.3
– WP Hide Admin Bar 2.0
– Orbisius Child Theme Creator 1.2.8Topic: Logout then profile in nav
I am working on this website, I added this code (below) to have the profile redirect to our dashboard using WPML. The nav however is out of order, and I do not know how to arrange this nav.
So we have Home | About us | Logout | Profile
The profile is added by the code in the function.php (below), which means it is not arranged by the menu section on the WP. I have a conditional navigation. So when not login, I got Register | Login only. Once I login I have Home | About us |
So the logout and the profile are added by the code below. How do I arrange it that the logout will be at the end?
add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' ); function my_nav_menu_profile_link($menu) { if (!is_user_logged_in()) return $menu; else $current_user = wp_get_current_user(); $user=$current_user->user_login ; $profilelink = '<li><a href="' . bp_loggedin_user_domain( '/dashboard' ) . '">' . __('Profile') . '</a></li>'; $menu = $menu . $profilelink; return $menu; }
Please and thank you,
Topic: Error creating a group
Hi,
When I go to create a group in the front end;
1) I enter group name and description;
2) I insert the name and description of the group I want to create
3) If i press next step, i am faced with a Wp error page asking: βSi Γ¨ davvero sicuri di voler far questo?β, clicking on the “riprovare” me page not found.The group is not created.
I installed WordPress 3.8.5 with the theme Avada version 3.6.1 of ThemeFusion.
The main plugin installed are: bbpress (version 2.5.6), buddypress (version 2.2.1), wpml, GEO my WP (version 2.5 with add-ons: Groups Locator, Xprofile Fields, Post Types Locator and Members Locator) and U BuddyPress Forum Attachment.
Thanks in advance
Matteo
Topic: Languages in bbPress
In my site I use two languages, English an Dutch. It took me a lot of time to get it running but after the install of the bbPress Multilingual plugin it seems fine. I have a translated forum.
However the content of the topics are nit visible in both languages. Only in English or in Dutch. That depend on the page the topic is created. What I want is 1 forum, shown in the English AND in the Dutch site with the same topics.
I’m running Worpress 4.1, bbPress 2.5.4, bbPress Multilingual 0.9. The translation is managed by WPML.
Your advice please.
Hi, I am building a multilingual website using WPML. I also need to attach a forum to the website and I have never used BBpress before. My question before I start is: Should I install BBPress on a sub domain or is there no performance or security gains to be had by doing this? Is it better to add BBpress into the main WP install?