Forum Replies Created
-
AuthorPosts
-
GiuseppeParticipant@kyagi
- 10 Topics
- 21 Posts
Thanks Manhatan,
solved with some search on bbpress forum with this php snippet added to theme function.php file.function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = array( 'content_css' => '/wp-content/themes/mytheme/css/tinymce-editor.css', ); return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
Here the topics : https://bbpress.org/forums/topic/styling-body-text-in-the-tinymce-editor/
April 19, 2021 at 17:51 #29202GiuseppeParticipant@kyagi- 10 Topics
- 21 Posts
I’ve solved with Content Aware Sidebar Pro Plugin from https://dev.institute/wordpress-sidebars/
It’s fully compatible with Gorgo Theme ..
I think can be useful to other user with same need.February 6, 2021 at 16:42 #28659GiuseppeParticipant@kyagi- 10 Topics
- 21 Posts
I’ve created 8 buddypress group (see image group.jpg)
I need a custom sidebar for every group instead of “group”, “members” and “Recently active member” (in sidebar.jpg are yellow).
For example i would to see News, Post, Event related to the group.
I’m able to create custom sidebar with widget (see widget.jpg) but I don’t know how to add this to the group page, the url of the buddypress page are like this :
https://www.transdairy.net/groups/transdairy-nano-biotech-living-lab-aua/February 1, 2021 at 19:16 #28415GiuseppeParticipant@kyagi- 10 Topics
- 21 Posts
Thanks so much @themodactyl, at the end I’ve changed host with cpanel and ssd hdd, gorgo theme is superfast now. I’ve also added “Buddypress Docs” and “The Events Calendar” Plugins that I need and all is perfect with all plugins activated.
With the other host there are some incompatibilities diffcult to diagnose.
Now I can focus on developing the project.Kind Regards,
GiuseppeNovember 4, 2020 at 12:44 #25796GiuseppeParticipant@kyagi- 10 Topics
- 21 Posts
Hi,
hosting provider tell me:at the webserver level there is no problem of slowness or of any other kind, I invite you to install the plugin indicated above for cache management.
following our analysis, it is possible to optimize the site by installing wp fastest cache (very light and functional plugin), enabling all possible compressions, optimizing the images through the http://www.compressor.io tool, verifying that all the plugins and the core of WordPress are up to date and that there are no obsolete plugins as they can create enormous slowness.Regards,
GiuseppeOctober 30, 2020 at 12:22 #25166GiuseppeParticipant@kyagi- 10 Topics
- 21 Posts
Hi @themodactyl,
I’ve uninstalled all the third party plugins (updraft, wordfence, ).. I use only one plugin for maintenance mode is Maintenance Version 3.97 by WebFactory Ltd, uninstalled for testing,
The problem persist, I don’t use any php snippet, I’ve cleared browser cache and for now I don’t use any cache system.
The host use Php7.4, Mysql is Percona Server (GPL), Release 38.14, Revision 7e0e1cc
In that host I’ve a tons of wordpress site that works well also ecommerce with high products number.In site Health Info SERVER DETAIL:
Server architecture Linux 3.10.0-862.2.3.el7.x86_64 x86_64
Web server Apache
PHP version 7.4.10 (Supports 64bit values)
PHP SAPI cgi-fcgi
PHP max input variables 1000
PHP time limit 900
PHP memory limit 256M
Max input time 60
Upload max filesize 50M
PHP post max size 30M
cURL version 7.72.0 OpenSSL/1.0.2k-fips
Is SUHOSIN installed? No
Is the Imagick library available? Yes
Are pretty permalinks supported? Yes
.htaccess rules Your .htaccess file contains only core WordPress features.October 27, 2020 at 16:49 #25056 -
AuthorPosts