3pepe3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gallery pictures drag and drop not workingnot working and no JS errors… 0 plugins activated
You welcome, I also spent some days trying to understand the new media screen and in lack of documentation the task is very hard.
The 2 best resources that I found where :
https://shibashake.com/wordpress-theme/category/wordpress-tutorials
https://github.com/ericandrewlewis/wp-media-javascript-guideHave a nice day
It works ??
I’m not getting any notice, warning or anything else…
Maybe the next big step on the plugin would be to use the new media upload introduced on WP +3.5
With the new media upload (wp.media()) then it would be possible to add a the new tab on the media upload window where the left sidebar is not displayed (like in the “featured image” or “Customizer options”)… this means showing a top tab where the filter media_upload_tabs is not triggered.Here is a nice video talking about this:
Forum: Plugins
In reply to: [xili-language] Filter admin_side_locale triggers connection was reset.Before being cocky think a little bit…
So if your filter is crashing the server then there must be a reason. So there is not the fault of server, network or WP. This is XL fault.So if we use 3 neurons we can fix this :
First add a variable to xili_language_admin Class
var $loaded = array();
Then fix the method that keeps loading several times the same mo file:function add_local_text_domain_file ( $locale ) { $theme_textdomain = the_theme_domain(); if($theme_textdomain == "") return; $langfolder = $this->xili_settings['langs_folder']; $langfolder = ($langfolder == "/") ? "" : $langfolder; $theme_dir = get_stylesheet_directory(); $dir = "{$theme_dir}{$langfolder}/local-{$locale}.mo"; if( in_array($dir, $this->loaded) ) return; $this->loaded[] = $dir; if (! ( $loaded = load_textdomain( $theme_textdomain, $dir ) ) ) { load_textdomain( $theme_textdomain, WP_LANG_DIR . "/themes/local-{$theme_textdomain}-{$locale}.mo" ); } }
So please use this support threads…
ppForum: Plugins
In reply to: [Network Shared Media (deprecated/unsupported)] Them CustomizerI agree, this would be a great enhancement.
Thanks… and nice work
WHAT???? I thought that only “CodeStyling Localization Preserver” was removed !
This is sad :'(I’m testing loco-translate but it seems that I can’t use third party translation services like google translate or microsoft translate.
:'(((((((((((((((((((((((
Deleted by wordpress? why? this is a nice plugin.
why you don’t keep this plugin on github?By the way @jodamo5, maybe the problem is because the current plugin use the constant WP_CONTENT_DIR instead of WP_PLUGIN_DIR
So to fix this you can open codestyling-localization-preserver/codestyling-localization-preserver.php and replace the line 119, 120 and 272
trailingslashit(WP_PLUGIN_DIR) . '
instead of
trailingslashit(WP_CONTENT_DIR) . 'plugins/
@sowmedia do you have a repository or something ?
Forum: Plugins
In reply to: [WP Category Permalink] Permalink is not working in product categoryI agree there is a bug
Forum: Plugins
In reply to: [WP Category Permalink] Can we do this with your PRO plugin?on line 106 from wp-category-permalink.php there is a condition that is reserved only for the PRO:
// Load the script if it's a normal post OR a anything else but with WooCommerce support and Pro
If you don’t have the Pro version then a javascript is triggered.
In the last few days this plugin is updating almost 2 or 3 times per day (since 2.0.0)… So @frodde if you update the plugin then the scripts will not be loaded.
Forum: Plugins
In reply to: [Live Edit] New fields not working on old postsAnd the bug is still there and I use the last version of WP and Live-Edit
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Role BasedThis feature would be great…
Forum: Fixing WordPress
In reply to: Switching from HTML to WordPress AND IP addressWell for the SEO you can’t loose a lot but there are always some plugins that will help you…
Since the age of stone I use https://www.ads-software.com/plugins/404-redirected/ and for me works like a charmForum: Fixing WordPress
In reply to: My .htaccess. Is it set right?ok… so unsubscribing from this thread.
good luck.Forum: Fixing WordPress
In reply to: My .htaccess. Is it set right?for me the culprit is the number of requests and who is requesting.