stiyke
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Image upload not working, taking too longHello Greg,
I think I may have stumbled on a solution for my problem. I implemented the third solution on this link: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-http-image-upload-error-in-wordpress/
Basically switching the WP image library to GD library. I did this by pasting the following code into the theme’s function.php
function wpb_image_editor_default_to_gd( $editors ) {
$gd_editor = ‘WP_Image_Editor_GD’;
$editors = array_diff( $editors, array( $gd_editor ) );
array_unshift( $editors, $gd_editor );
return $editors;
}
add_filter( ‘wp_image_editors’, ‘wpb_image_editor_default_to_gd’ );Now am able to upload files as large as 2MB on WPadverts add page, both on PC and mobile.
I would like to know though, is there a way to display a message before the gallery field to let users know large files will take some time to upload??
Also is there anyway to put a progress bar for the image upload, its more user friendly than the spinning dots. Those spinning dots does not let user know if its working or stuck.
Thanks.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Image upload not working, taking too longHello i have bearly been able to upload files of 200kb. Here is a link to the site https://www.2kroll.com
Currently its on the oceanwp theme.
thanksForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Image upload not working, taking too longNote this situation is worse with any image more than 100kb, I even set the upload limit to 64MB still no difference.
ThanksForum: Themes and Templates
In reply to: [Clarina] Frontpage Sections not appearingThanks @rodicaelena.
It works now.
Forum: Themes and Templates
In reply to: [Clarina] Frontpage Sections not appearingYes am using the latest versions of Clarina, Llorix one lite, and Llorix One companion.
I noticed in the doc you post above, there is no mention of the Frontpage content section in the codes. The other sections in the array in the code work and display, but the llorix_one_lite_frontpage_content_section is not listed in the code you suggest and does not display.
The site is https://www.mf3africanow.com/home/
Forum: Themes and Templates
In reply to: [Clarina] Frontpage Sections not appearingHello @rodicaelena
It appears the Frontpage Content section is not displaying in Clarina. I have applied the code you suggest above and still not displaying.
Any ideas how i could get it to display??thanks
Forum: Plugins
In reply to: [Frontier Post] How to use Frontier postHello,
Ii changed the theme to twenty fourteen and it works.
Thanks and sorry for the time taken.
Forum: Plugins
In reply to: [Frontier Post] How to use Frontier postHello,
Please i still dont get the add post button or link. When i enable the Frontier My Posts widget on the sidebar, i dont see it on the sidebar. Does it have to do with the theme am using??
Am using Vendd theme.
Thanks.
**It would be nice if there is a minimal step by step instruction on how to use the plugin.
Forum: Plugins
In reply to: WP EDIT : error loading this resourceDid you get this issue resolved?? Am running wordpress 4.4 and i get this “error loading this resource” when i embedd uploaded video (mp4) to a post.
Does anyone have a clue what could be the problem and how to fix it??