Sanjeev Mohindra
Forum Replies Created
-
Hi,
Thanks for the reply. It was an issue with 1.0.48 and 1.0.48.1 update. I can confirm that it works fine with 1.0.48.2 version. we can close the thread.
Thanks.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Table Of Content Counter Messed UpThanks, this has resolved the issue and TOC looks correct now.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] RSS Feed Links In header@amandato The issue is not about having multiple feeds in the header. The issues are that we do not get any feed link in the header. The blog feed link is removed from everywhere and the podcast feed link is not added. So all the pages in the site do not have a feed link.
What I would like is to Podcast pages to have the podcast feed link and remaining pages to have the blog feed link in the header. I had to write a small PHP function to get this working. The plugin setting does not make any impact.
@benbeecroft Thanks, I will install the update and check. I hope it will work as intended.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] RSS Feed Links In header@thedaysse I have to add custom code to add the RSS link back in the header. Not able to fix it with the plugin support or settings. So you may have to look for a custom code fix for this.
I had an issue with my theme – Genesis Framework also as they have removed the feed redirect settings so I had to remove the redirects with the help of small code in function.php. Here is how to do that (in case it’s needed) – https://metablogue.com/update-redirect-feed-settings-genesis-framework-3-0/
Forum: Plugins
In reply to: [AMP] Images are too large and not adjusting to screen sizeHi @westonruter
Thanks, I have checked the issue reported on the amp-img and looks like it’s already reported. I will also report my finding on the same issue.
Thanks,
SanjeevForum: Plugins
In reply to: [AMP] Images are too large and not adjusting to screen sizeI am able to correct the image resizing issue by removing the center attribute on the images. Display=table tag only comes out if the image has been centered on the page.
After removing the property from the image, it is resizing properly. But this looks like a issue as there will be a need to center the images, if they are smaller than desktop viewport. Those will still look big on mobile screen because of this Display=Table tag.
Please let me know if you need any more information on this issue.
Forum: Plugins
In reply to: [AMP] Images are too large and not adjusting to screen sizeHi,
I checked the CSS and looks like below code is creating the issue.
.wp-block-image .aligncenter { display: table; }
How to change the display tag to block rather than table?
– Sanjeev
Forum: Plugins
In reply to: [Publish To Apple News] Publish Status Not Synced With WordPressHi @kevinfodness,
I have checked the metadata for Apple News. My posts until mid of Oct-17 have Apple news metadata. After that none of the posts have those metadata.
I have published few posts yesterday and I have got the success message on the dashboard that the post got published correctly on Apple News but no metadata was saved. I did not see any PHP errors in the server log. Next time I will try to look for DB errors also.
Anyhow, my blog is due for an upgrade and I am planning to move it next week. Let me see if it still persists in the new environment.
Forum: Plugins
In reply to: [Publish To Apple News] Publish Status Not Synced With WordPressYes, I am publishing the articles from WordPress. It gets published correctly on Apple News, the only thing is that on WordPress it still says ‘Not Published’.
So if we try to make an update to the existing article, it publishes a new copy of that article on Apple News rather updating the same article. I have enabled the debug settings but I am not getting emails for the publish event.
It was working correctly until last month, the only change I have made in the Apple News is deleting a section and addition a new section. Not sure if that’s the cause of this.
I have another blog and it’s working correctly there, so I am still surprised about this issue on this blog.
Hi Cyndi, The plugin is supported and I am using on my active sites. It is working fine with the latest version of WordPress and Genesis, so I have not done any updates.
If you face any issues, let me know and I will update it.
Thanks,
SanjeevThanks for reporting it. It has been fixed in the latest version.
Forum: Plugins
In reply to: [Awesome Shortcodes For Genesis] conflicts with jetpackThanks for reporting it. It has been fixed in Version 1.1.3, please update the plugin.
Forum: Plugins
In reply to: [Author Box Plugin With Different Description] More than one author boxCurrently it does not support multi authors. I have taken a note of this and will try to add this as a feature in next update.
Forum: Plugins
In reply to: [Author Box Plugin With Different Description] Box in different positionHi, Please try the latest update. You have an option to disable the automatic placement and you can place it manually.
If it does not come out at proper place let me know the theme you are using and I will provide the exact instructions…
Thanks,
SanjeevForum: Plugins
In reply to: [Author Box Plugin With Different Description] Global CPT ?Marking it as resolved. Let me know if you need anything more.