Tubal
Forum Replies Created
-
Forum: Plugins
In reply to: [Mobile Detector] [Plugin: Mobile detector] direct to specific cssThere are several ways to serve CSS files in WordPress so paste the code you use and I’ll edit it to show you how I’d use this plugin, ok?
Cheers,
Túbal
but rather shuffles the order of the posts that appear on each archive page.
Yes, that’s the intended behavior.
Is there a way to get it to randomize ALL posts within a category so that different posts can appear on the first archive page?
Not with this plugin.
Regards,
Túbal
Hi dkartuzinski,
Yes, Riloadr works with CDNs, no problem!
Adaptive Images by Matt Wilcox is not compatible with CDNs because it requires a server capable of executing PHP (and a bunch of other dependencies) and CDNs are meant to deliver static resources only.
You can optionally use a notifier app such as this one for MAC OS X: https://psionides.github.com/Gitifier/
Hi OleVik,
I’m the author of Riloadr. Keep up the good work with the wordpress plugin!
To keep Riloadr in sync with your WordPress SVN, you may find this solution helpful: https://stackoverflow.com/a/772881/1273027
Regards,
Túbal
Hi Paul,
Why would you like to remove the message? It’s only shown when Flash is required to play a video and it’s not supported/installed. Youtube uses this technique too and shows the same message.
Forum: Plugins
In reply to: [Sort Query Posts] [Plugin: Sort Query Posts] Not working with PaginationHi Stacey,
If pagination is used, don’t use my plugin, use the query_posts() function.
I’ll add this question to the documentation.
Túbal
Forum: Plugins
In reply to: [Youtube shortcode] [Plugin: Youtube shortcode] It screwed up my DashboardGreat! Thanks for your patience!
I will send you another version, probably tomorrow, to test some improvements in your “hostile environment” ??
Thanks again,
TubalForum: Plugins
In reply to: [Youtube shortcode] [Plugin: Youtube shortcode] It screwed up my DashboardEmail sent!
Forum: Plugins
In reply to: [Youtube shortcode] [Plugin: Youtube shortcode] It screwed up my DashboardOK, thank you!!
I’m modifying the plugin.
I’ll let you know when it’s done. However, I’d like you to test it before release so how should I send you the modified plugin?
Forum: Plugins
In reply to: [Youtube shortcode] [Plugin: Youtube shortcode] It screwed up my DashboardNote that you must clear the browser cache every time you want to test this.
Forum: Plugins
In reply to: [Youtube shortcode] [Plugin: Youtube shortcode] It screwed up my DashboardMake this test (I promise this is the last thing I’ll request you to do):
1) Make a backup of the .htaccess content
2) Remove this code from it & save the file:RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule ^(.*)$ index.php [F,L] AddType application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml
3) Restore the plugin mod we did earlier so it looks like this:
// Register our TinyMCE Script function add_tinymce_button_script($plugin_array) { $plugin_array['YoutubeShortcodeMargenn'] = plugins_url('tinymcebutton.js.php?params='.$this->get_pop_up_params(), __FILE__); return $plugin_array; }
4) Test again the visual editor
If I’m right the Youtube button should appear.
Forum: Plugins
In reply to: [Youtube shortcode] [Plugin: Youtube shortcode] It screwed up my DashboardOne last favor: Could you paste the contents of your .htaccess file?
Forum: Plugins
In reply to: [Youtube shortcode] [Plugin: Youtube shortcode] It screwed up my DashboardUmm…it’s not going to be that easy I’m afraid.
I must test and change quite a few things to avoid that 404 error under every possible scenario.
I’ll let you know!Forum: Plugins
In reply to: [Youtube shortcode] [Plugin: Youtube shortcode] It screwed up my DashboardI keep researching but I think I’ve already found the issue.