Sven Lehnert
Forum Replies Created
-
Forum: Plugins
In reply to: [Front-end Editor] use with buddypressI want to avoid loading the scripts in the admin backend.
But yes, it’s a dirty way, correct is something like this:
if ( !is_admin())
add_action( ‘init’, array( __CLASS__, ‘_init’ ) );was late last night ;-/)
Forum: Plugins
In reply to: [Front-end Editor] use with buddypressIf I change in core.php line 22
add_action( ‘template_redirect’, array( __CLASS__, ‘_init’ ) );
to
if ( !isset( $_GET[‘page’] ))
add_action( ‘init’, array( __CLASS__, ‘_init’ ) );it’s working ??
Forum: Plugins
In reply to: [Front-end Editor] use with buddypressfee-field ? no…
Forum: Plugins
In reply to: [Front-end Editor] use with buddypressHi scribu, thanks for the quick reply, but you link didn’t help me.
I have all the requirements. There is a header and footer with all the needed template tags and the title is exactly the way you want it.
Also if I view the custom post type outside buddypress all is working correctly.
For me it looks like the scripts are not enqueued if it’s not a post or page.
any idea?
Forum: Fixing WordPress
In reply to: two home pages on Custom Community themeHi @amethystz, sorry for the late reply, I do not check the wordpress forums regularly. There is a Forum and FAQ at https://themekraft.com/forums/ where you can find help, if still needed.
Forum: Themes and Templates
In reply to: Broken ThemeHello Wudman,
have you ever installed Buddypress?
All Buddypress themes are broken theme without buddypress activated.
Also Support can be found at https://themekraft.com/forums/
Do you need seo for this pages? I think they are not visible to the public. This are just private sites for a logged in user.
Forum: Plugins
In reply to: [SeoPress] [Plugin: SeoPress] RSS feed empty and messed up titlesHi Jorgo, thanks for reporting. Will be fixed in the next version.
Forum: Plugins
In reply to: SEOPress InstallForum: Plugins
In reply to: [SeoPress] [Plugin: SeoPress] SEOPress breaks flash uploaderHi Moominmama, I found the bug and changed the jquery.
Version 1.0.3 will fix this.thanks Sven
Forum: Plugins
In reply to: [SeoPress] SeoPress InstallHi topracer6969,
Thanks for your feedback, new version 1.0.3 will fix the slash bug.
Also I changed “DELETE SEO FOR BUDDYPRESS” to “Delete SeoPress” and added a javascript alert to make it more secure.Sitemap is a great idea, thinking about it for future releases.
Sven
Hi @ovidiu, thanks for reporting, will be fixed in the next version ??
Forum: Plugins
In reply to: [SeoPress] SeoPress Installif you press delete seo for buddypress, you will delete all settings too.
Just deactivate the plugin, and then delete it from ftpForum: Plugins
In reply to: [SeoPress] SeoPress InstallI found the bug! thanks, new version coming soon.
I think this are the same bugs:
https://buddypress.org/community/groups/seopress/forum/topic/home-page-has-last-posts-meta-tags/could you please use this thread from now on.
It’s the official support group for the plugin.
you can just login on buddypress.org with your www.remarpro.com username and password.thanks sven
Forum: Plugins
In reply to: [SeoPress] SeoPress InstallHi,
I can not tell you a line number, because every theme is different.
But the template files are under wp_content/themes/”yourtheme”.
In the main blog theme folder is a header.php, there must exist
<title> <?php bp_page_title() ?> </title>
In the user blog theme header.php, must exist
<title> <?php wp_title(); ?> < /title>
hope that helps you
Sven