Forum Replies Created
-
AuthorPosts
-
January 31, 2018 at 10:27 pm in reply to: Author comments: how to redirect author name to about-me-page instead of archive #905849
thanks, is working fine! Appreciate your help very much!
January 31, 2018 at 10:26 pm in reply to: How to link commentators' gravatars, not only their names? #905848Really? Kidding aside, I got the right hint here – easy, isn’t it?
January 30, 2018 at 10:14 pm in reply to: How to link commentators' gravatars, not only their names? #905184I am not a coder – so what do I have to add where?
January 29, 2018 at 1:37 pm in reply to: How to link commentators' gravatars, not only their names? #904255… and what about the loop-comments.php of ENFOLD?
January 29, 2018 at 11:30 am in reply to: Author comments: how to redirect author name to about-me-page instead of archive #904166thanks, no, only the author name and its avatar should link to the “auther page” and – better – to my own “about-me” page, because I run a single-author-blog.
January 25, 2018 at 3:03 pm in reply to: Tag archive page: how to replace "posts" with h1 headline and tag description? #902864I do not use a child theme – that does not work, if you modify lots of theme files and some snippets don’t work in child themes at all – but no worry, I have my own “system” to record what files I have modified and what not, so that I can safely update the theme, and it works for me since many years with ENFOLD :-)
January 25, 2018 at 2:55 pm in reply to: How to link commentators' gravatars, not only their names? #902862Here again the screenshot: https://i.imgur.com/j7RFumR.jpg
ENFOLD’s comments.php shows nothing about the gravatars and user names.
January 24, 2018 at 4:22 pm in reply to: Author comments: how to redirect author name to about-me-page instead of archive #902210okay, again: how can I make the author COMMENTS in the COMMENT LIST linkable to the author archive OR to the ABOUT ME page?
Example – see comment list:
and YES, I have add an website url (my about page) in the user/admin profile!
(my site is not yet online, so please see the demo link above)- This reply was modified 6 years, 9 months ago by BeeCee.
January 24, 2018 at 2:05 pm in reply to: Author comments: how to redirect author name to about-me-page instead of archive #902137Hi Mike,
I don’t mean the author name below a post, I mean the author name & image/gravatar in the comment list!
I had marked it strong in my post.January 24, 2018 at 1:53 pm in reply to: How to highlight author's comments – but not child comments of it? #902133January 24, 2018 at 1:53 pm in reply to: How to highlight author's comments – but not child comments of it? #902132this is a public GoogleDrive link!
January 24, 2018 at 1:48 pm in reply to: How to link commentators' gravatars, not only their names? #902131I don’t understand your comment – I have posted a screenshot in this post above – as image, linked to a public Google Drive image!!
I’m using Google Drive, click on the screenshot above or here, it is a public link:
https://drive.google.com/file/d/1imwp1xnILAjUAkvqKb3_fF6-GHdSAlvC/viewJanuary 24, 2018 at 1:00 am in reply to: Where to modify the "Recent-Comments-Widget" (not Combo-Widget)? #901774thanks, … and what file please?
January 23, 2018 at 11:43 am in reply to: Tag archive page: how to replace "posts" with h1 headline and tag description? #901385Could you please leave this to me, whether I can work something out or not? I just asked you in which file I need to look at, nothing more, the rest is up to me!
Meanwhile I found this out for my own – and it is simple as it could be, if you know the right file:
The word “Posts” on top of the tag archive page is found in tag.php!
Not in archive.php, not in loop-index.php!
Are you sure you know the theme???I had identified it simply by the h3 tag and a bit of thinking about what file could be responsible for the output of a TAG ARCHIVE, and replaced it with a line:
// echo "<h3 class='post-title tag-page-post-type-title'>".$label."</h3>"; echo '<div style=" margin-top:20px; margin-bottom:40px;" class="hr hr-custom hr-center hr-icon-yes "><span class="hr-inner inner-border-av-border-fat" style=" width:200px; border-color:#f0edee;"><span class="hr-inner-style"></span></span><span class="av-seperator-icon" style="color:#f0edee;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="hr-inner inner-border-av-border-fat" style=" width:200px; border-color:#f0edee;"><span class="hr-inner-style"></span></span></div>';
The result is:
the tag archive page shows the description, NOT the word “Posts” any more as shown in your demo, and in my case I added the avia line to separate the description from the following posts:https://www.dropbox.com/s/wg3wnyeahmlrfny/tagphp.jpg?dl=0
This is “too complex” as you said???
To comment out a single h3 line in tag.php????Hi,
thanks, but as you can see at my code snippet above, I have already done this, see line 340 of my current class-breadcrump.php: https://pastebin.com/fBNzZ5SC
/* Get the path to the term archive. Use this to determine if a page is present with it. */ if ( is_category() ) $path = 'Thema ' . get_option( 'category_base' ); elseif ( is_tag() ) $path = 'Schlagwort ' . get_option( 'tag_base' ); else { if ( $taxonomy->rewrite['with_front'] && $wp_rewrite->front ) $path = trailingslashit( $wp_rewrite->front ); $path .= $taxonomy->rewrite['slug']; }
but in the breadcrumbs this does not appear! I use the newest version of ENFOLD & WP, and my site is not yet online!
January 19, 2018 at 1:48 pm in reply to: Where to modify the "Recent-Comments-Widget" (not Combo-Widget)? #899691I do not use a child theme, so in what file is it located please?
January 19, 2018 at 1:31 pm in reply to: Tag archive page: how to replace "posts" with h1 headline and tag description? #899673sorry, but this is not right; you have marked the description, but what I mean is the word “Posts”:
… and I DO have added a description
(site not yet online):So could you please tell me in which file (archive.php?) and line I can found this output of the word “Posts”?
I haven’t found this in archive.php, but my PHP is not really good, so perhaps I have overseen it.
(No, I do not want to use just display:none, because I want to edit this text)Thanks.
January 18, 2018 at 1:19 am in reply to: Bug at multisite: breadcrumbs show twice the term "blog" at category/tag archive #898831Since I have still the problem, although I am at a new hoster and had installed a fresh WP with ENFOLD 4.2.1 this issue of my first posting here is still a problem.
If someone runs in the same issue, I solved this with this snippet:
https://kriesi.at/support/topic/in-breadcrumbs-always-showing-blog/#post-849466but changed “single” to “archive”:
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if ( is_archive() ) { unset($trail[1]); } return $trail; }
January 17, 2018 at 11:56 pm in reply to: Where to modify the "Recent-Comments-Widget" (not Combo-Widget)? #898790okay, but can you tell me please, what file is assigned for/to the default recent comments widget?
January 16, 2018 at 1:00 pm in reply to: Where to modify the "Recent-Comments-Widget" (not Combo-Widget)? #898004My site is not online yet, but you can check this by yourself just by using the default “recent comments” widget.
I just need to know, how to modify this, so that I can show there date and time of the comment.
And no, I don’t want to use the Combo widget for it.@rsm-dd is this still necessary or maintained?
November 22, 2017 at 11:37 pm in reply to: Where can I choose GERMAN FORMAL language for ENFOLD? #880524I see, thanks, but even a fresh WP download from https://de.wordpress.org/download/ does not have all these languages, and “Deutsch-Sie” also not.
Then I tried the download from https://wordpress.org/download/, there is simply no “languages” folder in wp-content.Where do all these languages come from and where can I get the formal DE file??
:-D you asked for children
@monique
– The theme panel/options are in your left sidebar of the backend: http://screencloud.net/v/rZrXl
– Above “header” in the the theme options are the main menu settings: http://screencloud.net/v/eIitc (in my case “Hauptmenü” – German)@Staubi, we have a good (German) FB group for this, if you’d like to ask there your SEO issue:
https://www.facebook.com/groups/wordpressundseo/bei all deinen Seiten verdeckt der Cookie-Hinweis die Pflichtangaben (Impressum/Datenschutzerklärung) -> abmahnfähig:
https://www.e-recht24.de/news/abmahnung/10373-cookies-banner-abmahnung.htmlJune 20, 2017 at 7:31 pm in reply to: Tab section buttons not working on Firefox after latest updates #810615June 2, 2017 at 12:03 pm in reply to: Add MANUAL (!) excerpt to the "related posts" – suggested snippet not working #802957Great, I got it with the limitation from your snippet here:
and changed there
'columns' => 6,
to
'columns' => 4,
Great, I’m happy with the result, appreciate your help, Ismael!
June 2, 2017 at 11:56 am in reply to: Add MANUAL (!) excerpt to the "related posts" – suggested snippet not working #802954Thank you very much, works fine, Ismael!
Can I limit the related posts below a post
to always only 4 related posts? -
AuthorPosts