Anonymous447
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Posts Embedded] How to change language ?Open:
.../wp-content/plugins/facebook-posts-embedded/plugin.php
Find:
"//connect.facebook.net/en_US/all.js#xfbml=1"
Change to:
"//connect.facebook.net/fr_FR/all.js#xfbml=1"
Forum: Plugins
In reply to: [footnotes] Problem – Different Sized Paragraphs In FootnotesNevermind, I just realized that your plugin does not support this feature of having more links/info in 1 footnote, because when I add more paragraphs to the footnote, only the first paragraph will be displayed as footnote (number, letter, etc.), while the following ones are displayed as normal text in the post as you can see in the picture in my first post.
It would be a nice feature though. It’s good for adding a source link and also some alternative links to the note in case the first link gets broken for whatever reason. This way you don’t really have to check all your articles for broken links because you know you have added a few alternatives to every footnote.
Because if I add these alternative links to separate footnotes I will have several numbers behind a few keywords which will not look good.
I hope you understand what I mean. Hopefully you will consider this feature in the future. That would be nice.
Thanks anyways!
Forum: Plugins
In reply to: [footnotes] Problem – Different Sized Paragraphs In FootnotesI also just noticed that the paragraphs following after the first one are not displayed in the tooltip.
Thanks in advance!
Forum: Fixing WordPress
In reply to: Empty Categories = Missing Header ImageI could find a solution to the issue by myself.
At first I disabled all plugins to see if this was caused by one of them and the issue was still there. Then I checked the original theme of the one I’m using and still the same result so I checked it on another theme (Twenty Ten) and the issue didn’t occur there, so I knew it was a theme related issue. I did a quick google search for the theme I’m using with the issue I had and stumbled across a topic with the solution of the theme author.
https://forum.graphene-theme.com/graphene-support/no-header-at-not-found-page
The global variable “$post” wasn’t set.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Pinterest doesn't open in new windowI’ve got the same problem.
Forum: Fixing WordPress
In reply to: Bullet Points Mess Up Slider (Slider Clashing With HTML Codes)For #1 I found the following solution:
Add the following to the child theme’s style.css:
.full-sized .slider-content-wrap { margin-left: 10px; }
I still need help for the other 2 problems.