André Leonardo
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] [:en] [:] Tags don't workHi,
I’ve already solved the problem.
Instead of:
[:en]Text[:pt]Texto[:]
I’ve writed this:
<?php _e('[:en]Text[:pt]Texto[:]')?>
Forum: Plugins
In reply to: [font-resizer] Font-Resizer conflict with WordPress BackendOk, i will make a few more tests to try to figure out what’s happening.
Thanks.
Forum: Plugins
In reply to: [font-resizer] Font-Resizer conflict with WordPress BackendHi,
WP: 4.4.2
Plugin: 1.3.2
Theme: https://www.mvpthemes.com/flexmag/Everytime i activate the plugin this message appears on the firebug:
“NetworkError: 404 Not Found – https://e-global.pt/wp-content/plugins/font-resizer/js/jquery.cookie.js?ver=4.4.2”
TypeError: jQuery.cookie is not a function
var savedSize = jQuery.cookie(‘fontSize’);I’ve confirmed that the file “jquery.cookie.js” is in the folder.
I’ve tried to reinstall it but the problem persist.Thanks
Forum: Plugins
In reply to: [qTranslate X] Secondary menu doesn't has been translatedAny idea what it can be?
Forum: Plugins
In reply to: [WP-Polls] ReferenceError: poll_vote is not definedHi,
I’ve changed some settings of my minification plugin and solve the problem, thanks for your help.
Regards.
Forum: Plugins
In reply to: [WP-Polls] ReferenceError: poll_vote is not definedSorry, here’s the link: https://sandbox.fluiddo.com/anglobal/
Right Sidebar, bottom.
Forum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] Hiding TickersHi,
When i change the status from “Published” to “Draft” the ticker disappear. It’s that what you need?
Forum: Plugins
In reply to: [WP-Polls] Reset poll for everyone can vote againOk, that’s what i need to know.
I’m making some tests with CSS to get the poll like how i need it.
I think that’s important to have an option to reset completely the poll, when i’m programming i need to see how it looks like before and after voting.
Thanks, for your help.Forum: Plugins
In reply to: [Breadcrumb NavXT] Change some page linksThanks for your help.
I’ve created some category pages because they are different from each other, maybe it’s not the right way to do it, but it was the solution that i’ve found at the moment. I only started to use wordpress 2 months ago.Hi,
After talking with the theme developers, they release a new theme version that resolved the problem.
Thanks.
Forum: Plugins
In reply to: [footnotes] Footnotes:How to Solve?I’ve made some tests on my website and i can’t figure out how to solve that, i thought if we forced the class width it will look ok.
Sorry, i’ve tried.
Forum: Plugins
In reply to: [footnotes] Footnotes:How to Solve?For Example. Didn’t resolved the problem?
Or try withmax-width:200px !important;
Forum: Plugins
In reply to: [Easy Footnotes] Referencing a footnote twice in a postHi,
I’m looking for a plugin that combine identical references in the same number. I found many users with the same need and i still doesn’t found a plugin that made this.
It’s perfect if you can apply this feature in your plugin
Thanks
Forum: Plugins
In reply to: [footnotes] Footnotes:How to Solve?Do you try to establish a fixed width for the class “footnote plugin index” ?
Forum: Plugins
In reply to: [footnotes] Combine identical footnotesHi,
I’ve found a temporary solution to combine identical references in the same number.
The first time i repeat the reference i put this code with the reference number, but if you make some changes to the post, you have to verify if the numeration still equal.
<sup><a href="#footnote_references_container">(1)</a></sup>
Additionally I forced the color for these links to look like the original ones:
sup a { color:#444 !important; }
For now, for me, this solution resolves the situation.