dominicme
Forum Replies Created
-
Forum: Reviews
In reply to: [Recently updated posts widget] Doesn't display anything (4.4.1)You are being rude for no reason at all. I already said it was not because of the plugin but an external issue. I would have removed the review but there is no option to do that.
Forum: Reviews
In reply to: [Recently updated posts widget] Doesn't display anything (4.4.1)The settings are fine, it should be displaying articles that have been edited few days ago. It doesn’t even display the title, this is why this is most likely an unrelated to the plugin. Reading a FAQ is of no use if the issue is not related to the plugin, so I don’t know why you would say it as if it’s something I should have done.
Forum: Reviews
In reply to: [Recently updated posts widget] Doesn't display anything (4.4.1)Looks like it’s an issue that may be unrelated to the plugin. Would delete the review but there seems no option to do that…
Good idea! Also I assume in 1.5 there is no inline option as well as new line at the same time? Is it one or the other or is there a way to specify inline/new line per each tag?
Agh! Not sure why it got disabled, because of rename maybe… It works now ?? Thanks for your help!
Sure, it’s just my blog. Here’s a link with one js tag: link-removed
Ok, so the issue was that the folder is named “WordPress.Enlighter-1.5” and not “enlighter”. Renaming the folder fixes all errors.
There is still no effect visible. The tags appear as text like so even when added in text editor and not visual editor:
[js]test[/js]
<?php wp_head(); ?> is present in WP->Editor->header.php file if that’s the header file you meant. Also I console view I see some extra syntax which should mean it is working but I still dont see any visual change even when font is changed to 22px.
With [js]test[/js] in the post this is the output in chrome console.
<pre data-enlighter-language="js" data-enlighter-theme="standard" data-enlighter-title="" data-enlighter-highlight="" class="EnlighterJSRAW">test</pre>
I also get these 3 errors:
GET https://site.com/wp-content/plugins/enlighter/resources/EnlighterJS.yui.css?ver=4.0.1 (index):53 GET https://site.com/wp-content/plugins/enlighter/resources/EnlighterJS.yui.js?ver=4.0.1 (index):52 GET https://site.com/wp-content/plugins/enlighter/resources/mootools-core-1.4.5-full-nocompat-yc.js?ver=4.0.1
I tried adding the following with no visual effect:
[js]test[/js]
From the documentation on github it should be all that’s required. What am I missing?
I would love to upgrade but it’s up to my hosting company and I am not sure if they will upgrade just because I ask ?? If I use an older version and then upgrade to the latest, will there be issues such as due to different tag naming? If not then I might just use an older version for now. Is version 1.5 the latest to work with PHP 5.2?