frankeee
Forum Replies Created
-
Forum: Plugins
In reply to: [WP LinkedIn Auto Publish] PHP warnings after installation… sorry for the late reply.
After saving the settings – above Errors gone away. But there are new errors in the tab “Profile Selection”:Warning: Undefined array key "profilePicture" in /my-site/wp-content/plugins/wp-linkedin-auto-publish/inc/options-output.php on line 228 Warning: Trying to access array offset on value of type null in /my-site/wp-content/plugins/wp-linkedin-auto-publish/inc/options-output.php on line 228 Warning: Trying to access array offset on value of type null in /my-site/wp-content/plugins/wp-linkedin-auto-publish/inc/options-output.php on line 228 Warning: Trying to access array offset on value of type null in /my-site/wp-content/plugins/wp-linkedin-auto-publish/inc/options-output.php on line 228 Warning: Trying to access array offset on value of type null in /my-site/wp-content/plugins/wp-linkedin-auto-publish/inc/options-output.php on line 228 Warning: Trying to access array offset on value of type null in /my-site/wp-content/plugins/wp-linkedin-auto-publish/inc/options-output.php on line 228 Warning: Trying to access array offset on value of type null in /my-site/wp-content/plugins/wp-linkedin-auto-publish/inc/options-output.php on line 228 Warning: Undefined array key "en_US" in /my-site/wp-content/plugins/wp-linkedin-auto-publish/inc/options-output.php on line 234 Warning: Undefined array key "en_US" in /my-site/wp-content/plugins/wp-linkedin-auto-publish/inc/options-output.php on line 234
To avoid plugin conflicts i deactivated them all. Here are my settings:
PHP Version: 8.0.17 Wordpress Version: 5.9.3 Plugin Version: 7.11 Warning: Undefined array key "wp_linkedin_autopublish_default_publish" in /homepages/37/d583640162/htdocs/dev.conpadres.de/wp-content/plugins/wp-linkedin-auto-publish/wp-linkedin-auto-publish.php on line 306 Do not share posts by default: Share method: simple Currently authenticated: 10/06/2022 Default share profiles: Default share message: New Post: [POST_TITLE] - [POST_LINK] Sharing to post types: ,Post Active Plugins: WP LinkedIn Auto Publish
… ja, genau hat sich anders entwickelt als angedacht ??
.. er hat ein eigenes Script geschrieben, welches das Copyright ausliest. Das Script ist eigenst?ndig – also kein ISC Customizing. Auch handelt es sich um das vom Enfold Theme gesetzte Copyright – hier die Abfrage:
`$query_images_args = array(
‘post_type’ => ‘attachment’,
‘post_status’ => ‘inherit’,
‘posts_per_page’ => -1,
‘meta_query’ => array(
array(
‘key’ => ‘_avia_attachment_copyright’,
‘compare’ => ‘!=’,
‘value’ => ”,
)
),
‘orderby’ => ‘meta_value’,
‘order’ => ‘ASC’
);… ich hab′s programmieren lassen – kenne die Datails daher nicht – sorry.
… danke, das hat sich zwischenzeitlich erledigt.
Forum: Reviews
In reply to: [BackUpWordPress] The latest update crash site.. same problem!
Forum: Plugins
In reply to: [Easy Appointments] Translation not working… yes,
1) go into the translations directory of EA
2) Rename your language (e.g. for german language “easy-appointments-de_DE_formal.po” and “easy-appointments-de_DE_formal.mo”)Forum: Plugins
In reply to: [Easy Appointments] Translation not workingOK – I figuered it out for myself
Forum: Plugins
In reply to: [Responsive WordPress Slider - HG Slider] Slider only loading five imagesHi, I use the latest update, but still have the same problem: Only 4 slides show up! If I will show 5 or more slides the slideshow show nothing at all!
Please help – thanks.
And thanks for this wonderful plugin.