Rigo Sandoval Uribe
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Any Mobile Theme Switcher] Does it works with WP Rocket?Thank you for your support!
Forum: Plugins
In reply to: [Web Stories] My “Saved templates” don’t have a previewHi,
Thank you. I will check.
Greetings
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Agenda View Simple CustomizationForum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] File Upload not working.Hi SteveBrand,
Try in your file functions.php of theme. Example:
add_filter( ‘prso_adv_uploader_reject_mimes’, ‘prso_uploader_add_mime’ );
function prso_uploader_add_mime( $allowed_mime_types ) {$allowed_mime_types[‘xml’] = ‘application/xml’;
return $allowed_mime_types;
}Source: https://ww.wp.xz.cn/support/topic/file-upload-error-4
Forum: Fixing WordPress
In reply to: Flash Param Tags Break LayoutThanks teegee543 …and the correct code is? Please, tell us. My report of XHTML are crazy.
I tried many forms and i can’t find the solution.
Forum: Fixing WordPress
In reply to: very slow loading write and edit admin pagesPingbacks and trackbacks are disabled…
Viewing 6 replies - 1 through 6 (of 6 total)