gkoper
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Reloaded] Error messageDear Abonnefoy
That indeed worked well, albeit that the replacement required is
<?php $arrayTmp = array('avi', 'flv', 'wmv', 'mov', 'mp4', 'webm', '3gp', 'ogg'); $srcTAb = explode('.', $imageSrc); if (in_array(end($srcTAb), $arrayTmp)) { ?>
Thank you for the suggestion.
Ger
Forum: Plugins
In reply to: [Simple Download Monitor] Error messageThanks in advance, Ger
Forum: Plugins
In reply to: [WP Code Prettify] Color changesArggggh, this could have been solved much quicker: just use
<code>
withoutclass="prettyprint"
.Forum: Plugins
In reply to: [WP Code Prettify] Color changesOK, I found the solution following your suggestion.
I looked up the GitHub entry and found all possible attributes.
Added them to change the color to same.Thanks for the help,
Ger
Forum: Plugins
In reply to: [WP Code Prettify] Color changesDear Soli,
That worked, so far so good.
Now I’d like all “prettified”text to be of the same color.
Thanks in advance,
Ger
Forum: Plugins
In reply to: [WP Code Prettify] Color changesThe code reads
<!-- wp:paragraph --> <p>Vervolgens moet het bestand aan PRO-GEN bekend worden gemaakt met de <code class="prettyprint">RESTORE</code>-optie vanuit het hoofdscherm <code class="prettyprint">PRO-GEN Hulpprogrammas</code>. </p> <!-- /wp:paragraph -->
Somthing with the message editor.
Forum: Plugins
In reply to: [WP Code Prettify] Color changesOK let me isolate the part. In HTML code it is
<!– wp:paragraph –>
<p>Vervolgens moet het bestand aan PRO-GEN bekend worden gemaakt met de <code class=”prettyprint”>RESTORE-optie (vanuit het hoofdscherm <code class=”prettyprint”>PRO-GEN Hulpprogrammas). </p>
<!– /wp:paragraph –>and you can see the effect here:
https://blog.gerkoper.nl/uncategorized/test/Hope you can find what it is,
Ger
Forum: Fixing WordPress
In reply to: Adm issues with different home and site domainsThere came more issues, I will use another solution
Forum: Fixing WordPress
In reply to: Adm issues with different home and site domainsDear Cybernetics Security
Thanks for your suggestion, I did not think of this neither did I know about it.
I entered the lines
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);in wp-config.php
and repeated the actions.
No log file appeared as far as I can see. I understand a “debug.log”-file should appear in the wp-content folder.
Ger
Forum: Plugins
In reply to: [Slideshow] Add images from external url or CDNHi Stefan
It would be a wonderful option for me too. I can store images freely at various sites but storing them in the provider’s space gets expensive …