cognitus
Forum Replies Created
-
Hello, now there is new error:
Fatal error: Uncaught Error: Cannot use object of type TNP_User as array in [redacted]/wp-content/plugins/wp-multilang/includes/integrations/class-wpm-newsletter.php:86 Stack trace: #0 [redacted]/wp-includes/class-wp-hook.php(324): WPM\Includes\Integrations\WPM_Newsletter->save_profile_20() #1 [redacted]/wp-includes/plugin.php(205): WP_Hook->apply_filters() #2 [redacted]/wp-content/plugins/newsletter/subscription/subscription.php(489): apply_filters() #3 [redacted]/wp-content/plugins/newsletter/subscription/subscription.php(178): NewsletterSubscription->subscribe2() #4 [redacted]/wp-includes/class-wp-hook.php(324): NewsletterSubscription->hook_newsletter_action() #5 [redacted]/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #6 [redacted]/wp-includes/plugin.php(517): WP_Hook->do_action() #7 [redacted]/wp-content/plugins/newsletter/plugin.php(299): do_action() #8 [redacted]/wp-includes/class-wp-hook.php(324): Newsletter->hook_wp_loaded() #9 [redacted]/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #10 [redacted]/wp-includes/plugin.php(517): WP_Hook->do_action() #11 [redacted]/wp-settings.php(717): do_action() #12 [redacted]/wp-config.php(96): require_once(‘/home/ambition/…’) #13 [redacted]/wp-load.php(50): require_once(‘/home/ambition/…’) #14 [redacted]/wp-blog-header.php(13): require_once(‘/home/ambition/…’) #15 [redacted]/index.php(17): require(‘/home/ambition/…’) #16 {main} thrown in [redacted]/wp-content/plugins/wp-multilang/includes/integrations/class-wpm-newsletter.php on line 86
Forum: Plugins
In reply to: [WP Post Styling] [Plugin: WP Post Styling] Doesn't work anymoreOkay, sorry ?? we found a mistake, after updating our version the styles from our pages edit section was removed, but we added them again and somehow they work again ??
by the way, thank you for answering (:
Forum: Plugins
In reply to: [WP Post Styling] [Plugin: WP Post Styling] Doesn't work anymoreNo, the plug-in in the admin panel works fine (settings, styles library and etc), but the problem is that styles aren’t rendered in public pages.
Forum: Fixing WordPress
In reply to: How to add WordPress posts to different website?Well i think i didn’t explained myself very clearly. I want my new wordpress blog (or to be more specific – only it’s posts) integrate into my existing php website as a news page without altering our layout as much as possible. I’m using php-include function, which allows me to insert news.php page into my index.php page. And I’m asking if there is any possibility to do the same with wordpress posts?