Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
thank you for your reply. I found a solution for the problem you can close. I need to copy from second description field to first one. Pages and Images on sites are stay same then.
Best regards DietmarHi Rikard, yes correct – the image description I want to have in the code – which is normal to see too if entered at the images.
I dont think it is default – need to check. So this is normal with enfold that this is not to read in the html code?Hi I have installed “Enable Media Replace” and “WP Fastest Cache”.
Hi all images on page – just here an example – https://gesundmitschlaf.com/wasseradern-finden-app/
I worte descriptions on all images which are not displayed in html source code for seo.
Is this normal with using Enfold?Hi Vinay, thanks for your reply and letting me know.
Hi Basilis, thanks for your reply. I you get an reply from your developer let me know.
Best regards DietmarHi Rickard, all right – got it. Thanks for letting me know and this tipp!
DietmarHi Rickard, thank you for your reply and letting me know.
For example – it would be nice to have on mobile menu the logo on top to see – just for feedback.
> How can I make the last Menu point in a Box as you have in the Enfold-Restaurant Theme “Reservations”?
Thanks DietmarHi Rikard,
I would like to make an animated countdown as you have right now in the enfold theme BUT now I HAVE TO choose an end-date. Without an end-date the countdown is not working right now. This would be good if you could improve in your theme yet.Means I want to set 15min in that animated countdown only after the page opens.
After 15min the countdown needs to show only 00sec – not have to start again.
After the 15 min I will make a redirection to another page with another tool – independent of the animated countdown.
If I write “countdown theme wordpress” in google I find some but I would like to avoid another plugin if possible with enfold.You know what I mean?
- This reply was modified 5 years, 7 months ago by pumpmakers.
Hi Rikard, thanks you can close it.
Hi Jordan, thank you – it works!
March 10, 2019 at 1:08 am in reply to: Enfold: Link > mobile number / phone number in header #1076861Great – yes its working. Thanks
Hi Mike, thank you for the code. We could integrate it and it is working now.
Best regards
DietmarHi Mike, thanks I know – Im not adding manually – its from Theme the Review area.
Here is the link Victoria: https://stuck-marketing.at/
In the middle are 2 reviews to find with link to their webpages.
Looking foward to your reply.
Best regards
DietmarJanuary 11, 2019 at 11:01 am in reply to: How to remove header-title "Posts / Beitraege" on Tag overview Page #1052681Hi Rikard, this case is working fine – you can close it.
Thanks DietmarJanuary 11, 2019 at 10:58 am in reply to: How to remove "Read More / Weiterlesen" Button / Link from Page AND CODE #1052678Hello Rikard, I just wanted to let you know that we found the solution for it. For everybody who want to make it too find here my description – you can close this support case – Thanks for help!
How to remove Read More Link on Tag & Category Overview Page including the link in source code which is an improvement for SEO of this pages:
1) Quick CSS Entry:
.tag .read-more-link, .category .read-more-link {
display:none;
}2) Hide or remove line 465 in postslider.php /*xxx */
Folder: enfold/config-templatebuilder/avia-shortcodes/postslider/* $permalink = ‘<div class=”read-more-link”><a href=”‘.get_permalink($the_id).'” class=”more-
link”>’.__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”></span></div>’; */3) Hide or remove two code lines in loop-index.php /*xxx */
Folder: themes > enfold > includes > loop-index.php and find this code (there should be 2 of it, line 302 and 315):
/* echo ‘<div class=”read-more-link”>‘.__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”></span></div>’; */4) Rewrite line 76 in loop-index.php
Folder: themes > enfold > includes > loop-index.php
OLD LINE
/* $current_post[‘content’] = $blog_content == “excerpt_read_more” ? $current_post[‘content’].'<div class=”read-more-link”>‘.__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”></span></div>’ : $current_post[‘content’]; */
NEW LINE
$current_post[‘content’] = $blog_content == “excerpt_read_more” ? $current_post[‘content’].’ ‘ : $current_post[‘content’];That’s it ;)
January 10, 2019 at 9:32 pm in reply to: Loading standard font at start before the new uploaded font #1052513Hello Victoria,
thank you for your reply. Yes I have seen this possibility to set the font also from your theme.
The point is a bit different – I need to improve the load speed at page start at mobile devices.
Google describes this as follow:
You can make use of the CSS “font-display” function to make sure that the text is visible to users while loading web fonts.
This would save more than 1 sec. load time at page start on mobile devices.If we would add “font-display: auto;” in the file where you have the code for the font – then we could improve the speed and usability of the page as described in that article (https://developers.google.com/web/updates/2016/02/font-display)
Can you let me know the code file for loading the fonts, or how to place in QuickCSS that this is “font-display auto”?
Thanks Dietmar
January 10, 2019 at 9:23 pm in reply to: How to remove header-title "Posts / Beitraege" on Tag overview Page #1052511Hi Victoria, oh sorry I might be wanted to make a note there. Its working now.
Thank you very much!January 10, 2019 at 5:54 pm in reply to: How to remove header-title "Posts / Beitraege" on Tag overview Page #1052394Hi, ok sure – I have deactivated the Cache Plugin now. In private box find the access.
Thanks DietmarJanuary 10, 2019 at 11:25 am in reply to: How to remove "Read More / Weiterlesen" Button / Link from Page AND CODE #1052275Hello Rikard and Digital Essence,
I have found the file and remove this line what was not working again. Then I saw some other read-more parts in that postslider.php file and also removed them completely.
But still showing the “read-more-link” in code on page.
view-source:https://xn--schlafstrungen-2pb.com/category/schlafstoerungen/Do you have any idea where it could be yet?
Done so far:
1) I have removed in loop-index.php the 2 lines from Nikko and
2) also all parts in postslider.php file and
3) I wrote in QuickCSS
.tag .read-more-link, .category .read-more-link {
display:none;
}Thanks Dietmar
PS: Could you forward this to your developer maybe to consider in one of the next updates.January 9, 2019 at 8:25 pm in reply to: How to remove "Read More / Weiterlesen" Button / Link from Page AND CODE #1052078Hi Digital Essence, thank you for your reply. I have checked but could not find this file – in which folder you found it?
Thanks DietmarJanuary 9, 2019 at 8:20 pm in reply to: How to remove header-title "Posts / Beitraege" on Tag overview Page #1052075Hi Victoria, thank you for your reply. I have put it first in Quick Css cleared cache and actualized but did not work.
Then I also add in custom CSS and also cleared cache and browser but still not working.
See here: https://xn--schlafstrungen-2pb.com/tag/gesund-schlafen/
The header “Beiträge” should be get removed.You have another idea?
Thanks DietmarJanuary 9, 2019 at 12:38 pm in reply to: How to remove "Read More / Weiterlesen" Button / Link from Page AND CODE #1051786Hello Nikko,
thank you for your reply. I have removed both lines from the file. Cleared Cache and actualized browser but it is still in see here for example:
https://xn--schlafstrungen-2pb.com/category/radiaesthesie/erdstrahlen/erdstrahlen-abschirmen-entstoeren/This link-line should be removed from Code if there is no Read More Button on Page anymore:
<div class=”read-more-link”>Weiterlesen<span class=”more-link-arrow”></span></div>It would be good to get this out via the Enfold Child theme otherwise I need to change it again at all updates if it works.
Shall I put the 2 lines in again?Best regards
Dietmar- This reply was modified 5 years, 10 months ago by pumpmakers.
January 9, 2019 at 9:41 am in reply to: How to remove header-title "Posts / Beitraege" on Tag overview Page #1051662Hi Rikard, sorry I changed the tag name that was the reason. The link is working again.
https://xn--schlafstrungen-2pb.com/tag/maenner/
Please check and let me know how to remove it.
Thanks DietmarJanuary 8, 2019 at 9:36 am in reply to: How to remove "Read More / Weiterlesen" Button / Link from Page AND CODE #1051296Hello Rikard, thank you for your reply. It is no more showing “Weiterlesen / Read more…” now but in the HTML code of page is still the link:
<div class=”read-more-link”>Weiterlesen<span class=”more-link-arrow”></span></div>
How can I remove this line from code too?
Thanks DietmarJanuary 8, 2019 at 8:39 am in reply to: How to remove header-title "Posts / Beitraege" on Tag overview Page #1051283Hi, the very first word on top of page “Beiträge” it is. Thats an automatic header text. You see?
October 31, 2018 at 10:52 am in reply to: How can I add in Blog the area "This could be also interesting for you" #1028409Hi Rickard, thank you for your reply. I have done it without this feature now.
Im fine thanks.October 29, 2018 at 9:22 pm in reply to: How can I add in Blog the area "This could be also interesting for you" #1027753Hi yes I have seen this post before too – I wanted to have it same with layout editor than with the standard editor like in the picture – so exactly same is not possible as I found out. Thanks
Great – big thank you Rikard – it works perfekt!!
September 17, 2018 at 10:57 pm in reply to: No Layer Slider Picture / Header on Blog Page to see #1011010Hi, yes Im fine with using it – its actually better because other slider is already old and for update I need to buy something.
-
AuthorPosts