Forum Replies Created
-
AuthorPosts
-
Hi,
no, I did not set a “read more” tag.
Best RegardsHi,
thanks, the border is great now.Yes, the read more link is in the paragraph. The second one I have created after hints from here: https://kriesi.at/support/topic/change-text-of-german-read-more-link-weiterlesen/ and other hints in the forum. But I dont know how to get rid of the first one.
Best Regards
Hi,
and I recognize a second task. On the same page the […] appears 2 times. I only want to second one with the link. How can I delete the first?Best Regards
This reply has been marked as private.This reply has been marked as private.Yes! Thanks a lot, Ismael.
Best RegardsHello Ismael,
great, 2. and 3. are wonderful now. At 1. you get me wrong. As I wrote above I want to delete the first (long) arrow. Your code deletes the second arrow. I have send you a screenshot in the private content area.Best Regards,
Great, now it is there. But can you have a look again? That would be great.
1. Now I have to arrows, from which the first one I dont want to have. It is not implemented by CSS, so I cannot delete it. When I do.more-link-arrow {display:none;}
both arrows are getting deleted.
2. How do I get the Read more (“Artikel lesen” in the next line)?
3. How do I delete the 3 dots behind the excerpt? I have triedadd_filter('excerpt_more','__return_false');
but does not help.
Best Regards
- This reply was modified 7 years, 2 months ago by Sigmund.
Hi,
great, now it works! Thanks a lot, Ismael.
Is there a way to show the Read more link also? I have tried the code from Ricard from https://kriesi.at/support/topic/show-the-read-more-link-in-a-new-line-in-the-magazine-element/if($excerpt)$output .= "<div class='av-magazine-content entry-content' {$markupContent}>{$excerpt}<p><a href='".get_permalink($entry->ID)."' class='more-link'>".__('Read more','avia_framework')."<span class='more-link-arrow'>→</span></a></p></div>";
in the functions.php but this does not work.
My whole code for the magazine element in the functions.php is
/* Magazine Layout Startseite */ add_filter('avf_magazine_settings', 'avia_magazine_thumbnail', 10, 2); function avia_magazine_thumbnail($atts, $magazine){ $atts['image_size']['small'] = 'masonry'; return $atts; } add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; } add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1); function avf_magazine_excerpt_new_lenght($excerpt) { $excerpt = 200; return $excerpt; } /* Zeigt Read more unter magazine eintrag */ if($excerpt)$output .= "<div class='av-magazine-content entry-content' {$markupContent}>{$excerpt}<p><a href='".get_permalink($entry->ID)."' class='more-link'>".__('Read more','avia_framework')."<span class='more-link-arrow'>→</span></a></p></div>";
Best Regards
- This reply was modified 7 years, 2 months ago by Sigmund.
Hi Mariusz,
great idea! I tried you code but it did not work. If I interpreted the source code of my index.php correct the js code is not getting loaded. Any idea?Best Regards
Hi,
the server is ok for me. Do you have http or FTP problems?
I have added all code from linked topic but it did not help. I have added manually excerpt also.Hello,
no, the posts are builded without the layout builder.
Best RegardsYes.
Hi Ismael,
thats what I was trying before. I tried it ones again now and the excerpt is not showing.
Can you have a closer look?
Best RegardsAugust 21, 2017 at 2:47 pm in reply to: Change Text of german Read more link ("Weiterlesen") #842025Hi,
the functions.php code did not work. But the tip with the de_DE.po works after I converted it into a de_DE.mo file and uploaded it. Thanks!Best Regards
August 19, 2017 at 3:14 pm in reply to: Change Text of german Read more link ("Weiterlesen") #841273Hi Rikard,
I have tried it with WMPL string translation but did not find the word “Schlagworte”.
Any other idea? Is it coded in the po/mo or can I edit it via functions.php or loop-index.php?Best Regards
SigmundHi John,
well, if I do not use features and/or layout elements the CSS code of these is loaded nevertheless. So I want to clean up the unused CSS selectors. https://unused-css.com/ ist an online tool for that. Do you at Kriesi have any way of doing this?Best Regards
Hi Sarah,
thank you, together with the other code it works.Best Regards
- This reply was modified 7 years, 6 months ago by Sigmund.
Hi Sarah,
thanks, but this code gives the header the background image too and leaves a red bar under the header.
Can you take a look?Best Regards
Hi Sarah,
that works like charm, thank you!
Can you help me with the task to disply this background image on every single bbpress topic also? That would be great.
I have tried
.single-topic .container_wrap_first { background-image: url("image.jpg"); }
but that leaves a small white bar under the header.
Best Regards
- This reply was modified 7 years, 6 months ago by Sigmund.
Hi Jordan,
thanks for the reply.Hi Rikard
You can close the topic.
Best RegardsWorks like charm! Thank you, Victoria.
Hello Victoria,
thanks for helping me.
Best RegardsHi,
thanks @guenni007. I have not tried it yet, because I am afraid of going into the .js files.
Best RegardsHi Nikko,
yes, I was thinking about that, but I want to give it a try. Any advice? I have tried it via CSS…
Best RegardsMarch 4, 2017 at 11:23 pm in reply to: Enfold: bbpress forum? Is this style of forum available via Enfold? #755734Hi Devin,
I am very interested in the bbpress customizations. Do you guys plan to release them?
Best RegardsHi Andy,
silly me. I was not aware that enfold allows different adjustment for different languages. Now it works. Thanks!
Best RegardsHi,
thanks for the reply. Yes, I have contact the WPML team. But so far they don´t have a solution.
Memory Limit was already at 256M.
Best Regards
SigmundI dont know if it is related, but when duplicating a page for WPML translation and “translate independently” the layout is not copied the correct way.
Best Regards -
AuthorPosts