kabeza
Forum Replies Created
-
Thanks a lot Ibrahim.
Everything clarifiedForum: Fixing WordPress
In reply to: Block Editor (Gutenberg) not showing SVG iconsHi @t-p
Thanks a lot for the info. Although I’m not hosting on Siteground, when first installed the site I’ve been getting some mixed-content errors in console, which I solved by:define('FORCE_SSL_ADMIN', true);
$_SERVER['HTTPS'] = 'on';
define('WP_HOME', 'https://mysite.com' );
define('WP_SITEURL', 'https://mysite.com' );Forum: Fixing WordPress
In reply to: Block Editor (Gutenberg) not showing SVG icons@asadullah96 I didn’t mean I’m having a problem to upload SVG images to the Media Library.
The Gutenberg (blocks) editor from WordPress (the default editor WordPress has actually) uses SVG for its icons (editor icons, UI icons) and they are not showing for some reason. Check screenshotsForum: Fixing WordPress
In reply to: Block Editor (Gutenberg) not showing SVG icons@mohamedahamed no matter which theme I activate, the issue still persists. I tried 2024, 2025, Astra, Hello Blocks, etc. I guess themes is not the problem.
Forum: Networking WordPress
In reply to: Which plugins are safe to remove on a network installation?Hi @threadi
I’ve the wp-cli latest version too WP-CLI 2.12.0
I’ve downloaded and installed the package wp-cli-plugin-active-on-sites. It seems it works fine (even it is a 3 year old project) so I’m gonna build a bash script to check all the plugins
Thanks a lot for the suggestion!
Where should I print the $_wp_additional_image_sizes var ? functions.php ? it should display on WordPress’ dashboard right?
PS: I’ll try Vanilla WP (latest) on localhost, not tasteWP to confirm that
Thanks again
Hi @bcworkz
I checked on the server (where multisite is) with grep. The site “19” uses enfold and that theme has add_image_size in one of its files, but uses it only for backend (enfold/framework/php/function-set-avia-backend.php)
I “solved” this temporarily with an image optimizer plugin which forces media file being uploaded (whatever its size) to be 1400×1400 max.I still have to try some plugins which replaces already uploaded images changing references links etc. to optimize all the previous ones, and also erase additional thumbnails not used
BUT:
I installed a BLANK WordPress (latest version) on tasteWP.
Uploaded a 2000×2000 image, then checked (WPIDE plugin with filemanager) and WordPress created 5 thumbnails for it.
Then uploaded a 4000×4000 image, and WordPress created 8 additional thumbnails.
It looks like the number of thumbs it creates depends on the original image size.
I wanted to search for “add_image_size” on the theme, but the site uses “Twenty Twenty-ThreeVersion: 1.6”, which doesn’t have functions.php file.Thanks again
Forum: Plugins
In reply to: [Gwolle Guestbook] How to add new language fileBuenas
Los pasos que hice fueron simples. Colocar el archivo gwolle-gb-es_ES.mo en la carpeta /wp-content/plugins/gwolle-gb/lang/
Debes tener el WordPress en español de base, bajado desde es.wordpress.org . Es decir, configurado en es-ES desde los ajustes, settings en la configuración general, para que te tome dicho archivo y lo traduzca
Thanks @generosus
It worked fine, using Aegis
Forum: Developing with WordPress
In reply to: Import a large folder with hundreds of files@headhills yes, I’ve tried FileBird but ditched it due free version has some limitations, and client could not afford buying its license
Forum: Plugins
In reply to: [Gwolle Guestbook] How to add new language fileHi again Marcel
Renamed the file and now it shows fine, everything in spanish. Great!
I’ve translated es_ES through the new system (GlotPress) yesterday. You’ll see my name in the url you’ve posted.
I don’t have any trouble becoming Spanish editor, just req. that
Thanks again
Forum: Developing with WordPress
In reply to: Import a large folder with hundreds of files@peccular how could you import a big folder with files/sub-folders into WordPress Media Library through cPanel? It is just not moving that folder into wp-content/uploads. Please read original req.
Thanks
Forum: Plugins
In reply to: [Download Manager] Bulk import files from Media Library into download managerHi Humayon
Yes, sorry, I meant Download Manager
I have a folder “downloads” migrated from a Joomla site. It contains hundreds of files (organized in folders, sub-folders) totalling 3gb approx. It is now moved into WordPress’s Media Library root, wp-content/uploads
I need a plugin to bulk import those files as WordPress’s attachments or Download Manager items and to be able to list those files as downloads in frontend
Thanks
Forum: Developing with WordPress
In reply to: Import a large folder with hundreds of filesHi
The wp_handle_sideload will be too much tech for site’s end-user and me, so I’ve done a little research about how to bulk import already available files in media library and have found out about:
https://es.wordpress.org/plugins/media-sync/
Now I’m looking for a plugin or shortcode that allows me to list those files in frontend and allow user to download them, but that is turning into a big dream for nowThanks
Forum: Fixing WordPress
In reply to: Clone a wordpress site from private hosting to WordPress.com domainThanks a lot George
Very clearWill also contact WordPress.com support