Forum Replies Created
-
AuthorPosts
-
DorisEdwardsMember
The snippet is the Comment Link
a) I copied (raw)
b) pasted into html editor
c) copied from there
d) pasted into php function at the very end, see imageThe site is no longer accessible and I need to recopy (via FTP) the original function.php
This is how it looks when copied from html editor
//* Modify the comment link text in comments
add_filter( 'genesis_post_info', 'sp_post_info_filter' );
function sp_post_info_filter( $post_info ) {
return '[post_comments zero="Leave a Comment" one="1 Comment" more="% Comments"]';
}Kind regards, Doris
DorisEdwardsMemberThank you Brad for getting back to me so quickly.
I have indeed copied the raw version. I am not on my first code snippet, working with Genesis for nearly 5 years. I've used several today, always with the same procedure. This particular one was copied at the end of the function.php with raw.
Unless I am mistaken, there might be a problem with the code?
Anyway, thank you very much. Kind regards from Geneva Switzerland. DorisPS
I will try copying it raw once more, pasting into an HTML Editor first, and then recopying pasting it into the function php. But I usually do not need to do that.DorisEdwardsMemberThank you Brad for your answer. I am still a little confused. Premise is not mobile responsive, right? But the new Minimum Pro child theme is, right? So, do I replace my existing Landing Page created with Premise with a new Landing Page, using the Landing Page template in Minimum Pro. And redirect my existing Landing Page to the new one? This ensures an overall coherence of styles. What do you think? Or am I making my life too complicated?
Thank you. Kind regards, DorisDorisEdwardsMemberWOW Christina, you are wonderful!
Thank you very much, it works just fine.
Kind regards, DorisDorisEdwardsMemberPeter, I continued working on this particular style sheet adjusting some colours and resaving it (several times). It now applies the button alignment in all browsers. Thank you very much for your help. Much appreciated. Kind regards, Doris
DorisEdwardsMemberThank you very much for your quick response. The code you gave works great in Firefox but not in Safari (iPhone and ipad ) and it doesn't apply to Chrome and Internet Explorer 11 either (I did clear the cache).
Why do you think this would be? Thanks for your continued help. Kind regards, Doris -
AuthorPosts