nimmalareddy
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Wrong IP address retrievedThe last digits are 85 instead of 67 (67 is my old server) (Though same host)
Forum: Plugins
In reply to: [LiteSpeed Cache] Issue with QUIC CDNrandom subdomain like
origin : xxx.xxx.xxx.xxx
as A record
Thank you @bradbrownmagic for the information. Rolling back to php 7.3 for the time being.
Am also waiting for this feature, please update the plugin if possible.
Currently am using this https://www.ads-software.com/plugins/post-type-archive-mapping/ but i prefer Atomic if it can do that.Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Custom fields on QeuryLol..
I’ll wait till the next secret update instead of testing now ??
Please release Hooks and filters list on your website along with certain usage scenarios for noobs like me ??
Thanks for the amazing work.- This reply was modified 5 years, 3 months ago by nimmalareddy. Reason: For hooks
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Fix for Blocksy themeYour approach seems more logical.
I can simply include content short code ( [custom-field id=”content”]) within the template am creating via your plugin.Thanks for clarifying.
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Fix for Blocksy themeNow it adds this line within the <section> tags
<?php custom_post_types_get_custom_template(); ?>
but deletes the following, without which content area is not displayed (it’s only showing custom field data).
<?php get_template_part( 'template-parts/content', get_post_type() ); ?>
Both lines should stay. Please check.
Thanks for pushing updates as needed.Forum: Plugins
In reply to: [Themify Event Post] Display end date for same day eventLatest update took care of Schema issue. Thanks.
I have created a new post on the post type i created. Am able to edit those posts in Gutenberg. But if i insert any “Re-usable blocks” in the post content, am unable to load it on front end. If i convert them to local block, it shows up good. What could be the issue? My setup? or the plugin?
Another issue is, i don’t see the the panel to set custom taxonomy for custom posts in edit screen (I can do it via Quick edit under custom posts list). (I’ve already set the taxonomy linked to my custom post).- This reply was modified 5 years, 4 months ago by nimmalareddy. Reason: Added taxonomy issue
You are amazing… All good now.
It works great as is. A feature request just in case you want to add some features- repeater field set or conditional fieldsForum: Plugins
In reply to: [Custom post types, Custom Fields & more] Template for AstraYes it’s working. You are awesome.. Thanks a lot.
Am having the same issue. Unable to set END DATE.
As a work around, you can edit as HTML and edit date fields (twice. Once in the top, that displays and once in schema area on the bottom).
First you make sure rest of the areas are filled. Edit it as HTML in the end.