Forum Replies Created
-
AuthorPosts
-
mohsinMember
Hi,
Many users who we convince to go with GENESIS instead of non-genesis WP, they look at homepage of studiopress and Instantly want that testimonials feature. LOL
Can we request to studiopress team to please release the plugin if possible..
If it is released as Genesis only plugin for the genesis community that will be great πThank you
January 24, 2014 at 9:00 am in reply to: Top Menu in Header Right Widget Area Disappears on Category Pages #86811mohsinMemberI see there was a custom code in functions file.. i commented the code and it fixed the issue..
thanksJanuary 24, 2014 at 8:51 am in reply to: Top Menu in Header Right Widget Area Disappears on Category Pages #86810mohsinMemberHi,
Any help or input please?
I am still unable to find the cause or fix to this π
Thanks in advance!
MmohsinMemberHi Brad,
Thanks for your response. Sorry for the delayed response. I am Using Minimum theme and i putting this code in functions file.
No, not that code, but the code behind that block, means second block...
/** Modify the Genesis content limit read more link */
add_filter( 'get_the_content_more_link', 'custom_read_more_link' );
function custom_read_more_link() {
return '... [Continue Reading]';
}mohsinMemberHi Brad,
Thanks for your reply. Sorry site is not live yet.
I have not modified the code. I am using the code as it is from this page:
Still giving me error!
Parse error: syntax error, unexpected T_STRING
December 27, 2012 at 3:58 pm in reply to: Need Help Displaying Manual Excerpts for Custom Post Type #7749mohsinMemberHi Travis,
Wow this worked. Thank you so much for your help. π
Thank you @WP_Smith for your time and help.
Regards,
Mohsin
December 27, 2012 at 3:34 pm in reply to: Need Help Displaying Manual Excerpts for Custom Post Type #7745mohsinMemberHi,
Thank you for your response. I am not sure if plugin will help in this situation, as we have already have all CPT code in place and templates ready. Also we have other CPTs with custom stuff on their archives pages so i am little scared to use plugin at this stage as it can conflict with other stuff.
As most of the CPT archives have auto excerpts.. so thats great... i have only issue with this one particular CPT, which have manual excerpts inside it..but not outputting it on archive pages and still showing auto-excerpts which as per wp rules should only be considered if no manual excerpts found...
I have tried to have empty arhive tempalte file for this CPT by having only GENSIS(); inside it.. Do not know where i have messed it up or any Genesis function which may need to be filtered/changed...
Thanks for all the support.
December 24, 2012 at 1:57 pm in reply to: Need Help Displaying Manual Excerpts for Custom Post Type #7313mohsinMemberHi ,
Thank you for your reply. Β Yes i am adding it manually from the functions.php file.
I do have added that support in CPT function, and i see box in the admin panel, where we have added the custom hand crafted excerpts, our challenge is to display them at the front-end in the theme.. In the front-end , Genesis is showing auto excerpts and not checking/considering the manual excerpts before going to display the auto-excerpts.. what could be the solution to this please?
Thank you,
Mohsin
-
AuthorPosts