JanaReddy Mareddy
Forum Replies Created
-
Forum: Plugins
In reply to: [Publish To Apple News] Plugin Not able to detect the settingsthis is problem with *.papi config file issue. It will be a great help if we provide the link how to prepare the configuration file in the admin panel backend , where we have upload option to upload the file.
I got some inputs from here https://ww.wp.xz.cn/support/topic/create-papi-file/
Forum: Plugins
In reply to: [Publish To Apple News] Plugin Not able to detect the settingsHi,
I am making this ticket as resolved, i have searched here and there and got the solution.
Forum: Plugins
In reply to: [Publish To Apple News] Plugin Not able to detect the settingsTeam ,
any update on this please
Forum: Plugins
In reply to: [Simple Local Avatars] is there a way to Completely disable gravatars@anovatis yes “show avatar” checkbox should be selected to play with all these options
Forum: Plugins
In reply to: [Simple Local Avatars] is there a way to Completely disable gravatarsThank you for the support
Forum: Fixing WordPress
In reply to: Having an issue on author feed on WP 6.4Team,
any update on this please.
Forum: Fixing WordPress
In reply to: Having an issue on author feed on WP 6.4Hi @darerodz i have made PHP version to 7.4.33. On this version the feed is working fine.
My doubt is if its problem with PHP version my live site is running on PHP8.1 but on this version the feed is working fine.
https://spearswms.com/author/robert-amsterdam/feed/
Live Env is PHP8.1 and WP 6.1 on this combination feed is working fine.
On lower branch we are continuing with PHP8.1 but tries to update to WP6.4
Forum: Fixing WordPress
In reply to: Having an issue on author feed on WP 6.4Hi @darerodz team have reverted to WP6.1 on lower branch . sorry for that.
now we have upgraded lower branch to WP6.4 please check the author pages on the lower branch
Except this author feed all are working fine
as per little debug it seems in feed.php on line number 720 max() command having issue , its expecting array but date string is passing.
- This reply was modified 2 years, 6 months ago by JanaReddy Mareddy.
can we add CDN for S3 bucket like cloudFront if yes can you please share the steps. i have not seen the option in the free plugin
Forum: Plugins
In reply to: [W3 Total Cache] can we change the cache folder pathafter defining the given code define( ‘W3TC_CACHE_DIR’, WP_CONTENT_DIR . ‘/cache’ ); the error chmod 777 /code/wp-content/cache is gown away.
below errors still exist
Execute next commands in a shell:
cp /code/wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php /code/wp-content/advanced-cache.php
mkdir /code/wp-content/w3tc-config
chmod 777 /code/wp-content/w3tc-configForum: Plugins
In reply to: [Pantheon Advanced Page Cache] cache not cleringfunction clearImageCDNCache( $post_ID ) { $allImages = []; $attachments = get_attached_media( 'image', $post_ID ); $uploads = wp_upload_dir(); $imgFolderpath = str_replace( '/code/', '/', $uploads['basedir'] ); foreach ( $attachments as $att_id => $attachment ) { $full_img_url = wp_get_attachment_metadata( $attachment->ID ); $basename = $full_img_url['file']; $short = basename( $basename ); if(!empty($basename)){ $ImgFolder = str_replace( $short, '', $basename ); $allImages[] = $imgFolderpath . '/' . $basename; $attachment_meta = get_post_meta( $attachment->ID, '_wp_attachment_metadata', true ); foreach ( $attachment_meta['sizes'] as $key => $info ) { $allImages[] = $imgFolderpath . '/' . $ImgFolder . $info['file']; } } } if ( function_exists( 'pantheon_clear_edge_paths' ) && !empty($allImages)) { $cacheresp = pantheon_clear_edge_paths( $allImages ); } } add_action( 'post_updated', 'clearImageCDNCache', 10, 1 );Forum: Plugins
In reply to: [WP Solar] how to index a custom post meta values into elastic.Hay, i got little bit idea by exploring the options, as we are using co author concept those details will be saved in author taxonomy.
correct me if i am wrong, but i am having a problem on this 2.2 page , i am not able to see save options button on this page .
i am not having any JS error on console and i am using WP6.1.1 and PHP 7.4
Thanks for update.
I will try to find and send you the Error log.
FYI i am checking on WordPress Multisite Environment.
Hope you have tested the same on Multisite Environment
Yes, i have tried to add STR.
after click on save Settings button the page getting reloaded and nothing is displayed in the list.
FYI please check attachments
- This reply was modified 3 years, 9 months ago by JanaReddy Mareddy.
- This reply was modified 3 years, 9 months ago by JanaReddy Mareddy.
Hi,
thanks for quick reply.
still we are not able to add Simple Text Responses
The error Your server’s MySQL version is **5.5**. MySQL version 5.6+ is required for Simple Text Responses to work. remains exist on dashboard
below are the DB version we have.
`MariaDB [pantheon]> SELECT @@version;
+——————–+
| @@version |
+——————–+
| 10.6.8-MariaDB-log |
+——————–+
1 row in set (0.325 sec)MariaDB [pantheon]>

