wizlove
Forum Replies Created
-
Hi @mediavine,
In the meantime, through some more testing, I have found that both issues, the display problem in WP dashboard and the buttons not appearing on the websites, were caused by the AdBlock plus Firefox extension. When turned off, everything shows as usual.
Maybe this will help others having the same issues.
Thanks anyway for your follow-up !
Thanks, @micropat, you were right, an extension was blocking the display of the buttons.
I have whitelisted my site in this extension to fix the issue. I understand that this display problem may happen for visitors using Firefox and that same extension, but that’s part of how the internet experience can be customized.
Thanks for your help, @micropat .
It seems to be a problem specific to Firefox. I run the latest Firefox version, 106.0.4. It works with Chrome, the buttons shows after a post.
Did you have other reports by other users that AddToAny does not work under the current Firefox version?
You can see the bug, for example, on this post : https://kindnessandcompassion.org/welcome/
Any suggestion that could fix this incompatibility issue ?
Thanks !
Since my site is currently in management mode, please use the following link instead of the one above, which may not work: https://www.dropbox.com/s/yy45nx5iinjjgmt/ADDtoAny%20Buttons%20missing.jpg?raw=1
(To the moderator: sorry, I may have misinterpreted the Forum Guidelines when searching about how to edit a post. I found the following article, “How can I fix typos? Users can edit a post for up to 60 minutes from the time of submission. After that, the post can only be edited by a moderator.” This article is poorly written, because it seems to suggest, if interpreted that way, that a post can be modified by a moderator if we reach to one. So, unjustified juxtaposition of two affirmations that shouldn’t be linked at all, judging by your reply)
Forum: Themes and Templates
In reply to: [Nisarg] Front page “READ MORE” buttonsThanks for answering, Goldfishflake, but I have found the solution.
There was another statement about REED MORE in the functions.php file, line 197 .
I have modified to
return ‘…<p class=”read-more”>‘ . __( ‘ Lire la suite…’, ‘nisarg’ ) . ‘<span class=”screen-reader-text”> ‘. __( ‘ Lire la suite…’, ‘nisarg’ ).'</span></p>’;
Et voilà! It now shows as “Lire la suite…” on bottom of my posts, on homepage ??
I did not reverse my previous change in the content.php file, so maybe the 2 changes are needed for this adjustment to work, I have no idea, the cascade and priorities in templates and commands are still a kind of mystery to me.
For those who are even newer to theme editing than I am, i used the editor in WordPress dashboard, at appearance/editor, and have accessed the file, listed in theright sidebar, and modified them. Of course, like suggested everywhere, I have made back up copies of any file I tried to modifiy, in case it would have went bad.
I think now I will create a child theme. I have already done 4 small adjustments in the last few days, like this one, and I wouldn’t want to have to do this all over in the event of a theme update.