chinmoy29
Forum Replies Created
-
Forum: Plugins
In reply to: [AgentPress Listings] Rename Additional FeaturesCurrently there have no filter for it. You can install any .PO file editor and edit the language file. After editing the file you will upload it on server.
Forum: Plugins
In reply to: [AgentPress Listings] Rename Additional FeaturesI would like to change the “Additional Features:” to “Great For:”
You can do this by editing the language file. “agentpress.po” file is locating in languages folder.
For 2nd option you will create new shortcode. All custom code will go to functions.php file
I updated the plugin. Download the latest version now.
Forum: Plugins
In reply to: [Extended Featured Widget] custom post type for featured postsFree version is not supporting the CPT. Checkout the pro version here https://pwdtechnology.com/extended-featured-content-widget/
Forum: Plugins
In reply to: [AgentPress Listings] Meta information on listingsAre you created any custom field for last updated time at property details section?
Forum: Plugins
In reply to: [Testimonials] Table view not displaying with shortcodeTable layout is not available in free version.
Forum: Plugins
In reply to: [Testimonials] Not showing upWhich shortcode are you using?
Forum: Plugins
In reply to: [Testimonials] Missing spot to upload imagesClick on “Screen options” at top right and enable the checkbox of featured image. Hope that it will solve your issue.
Forum: Plugins
In reply to: [Extended Featured Widget] Make styles as genesis featured postIf you want new styling then you will add the css in style.css file.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] How do header images function in Twenty FifteenYou regenerate the thumbnail by Force Regenerate Thumbnail plugin. Hope that this will solve your issue. Recommended featured image size will be 825×510
02) How to remove featured image from the post ?
RE: open the single.php and change it
<?php // Post thumbnail. twentyfifteen_post_thumbnail(); ?>
By
<?php if( ! is_singular('post') ) // Post thumbnail. twentyfifteen_post_thumbnail(); ?>
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Remove the sidebar background-colorsite url please
Forum: Plugins
In reply to: [Testimonials] categories not workingAll details are here https://supports.pwdtechnology.com/forums/topic/categories-not-showing-correctly/
Forum: Plugins
In reply to: [Testimonials] Remove PaginationOpen the testimonials.php file and remove the following line (line no 65)
$tm .= tm_pagination($testimonials);
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentI think that problem is in functions.php or header.php file. this file is fine and there have no problem