Haitham
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Unset default post types and taxonomiesHi Chouby,
Did you have a chance to look at the above?
I know that support requests take much time from developers… but I was hoping you’d take a quick look, if it’s not too much trouble ??
Thanks!
@RonRennick – jonbeddoes’s solution worked perfectly for wp3.9.1
@jonbeddoes – Thank you!
Forum: Plugins
In reply to: [Polylang] Unset default post types and taxonomiespolylang/admin/settings.php
line 131
$post_types = get_post_types(array('public' => true, '_builtin' => false));
and line 135
$taxonomies = get_taxonomies(array('public' => true, '_builtin' => false));
After removing ‘_builtin’ => false, a list of all WP post types and taxonomies, built-in and custom, was displayed in the settings tab.
This was nice as it made me feel a bit more in control of which post type I want Polylang to translate — but I can not deactivate them from here as they deactivated by default??
Forum: Plugins
In reply to: [Polylang] Menus don't switch between languagesThis same error is persistent… I upgraded from 1.1.6 to 1.2.4, and thankfully I backed up ??
Menus dont switch per language as indicated in the admin backend. Are there any special upgrade instructions for 1.1.6 users? Thanks Chouby.Forum: Plugins
In reply to: [Video Thumbnails] Change auto image nameIn that case a fallback solution is the way to go as long as you give users that choice in the plugins options/settings page. Thanks Sutherland for your hard work and wonderful plugin. ??
Forum: Reviews
In reply to: [WP CSV] Could not get it to work without timeout..You could of backed up your database before you created those posts (that is what wordpress tells everyone to do by default when installing or working with a plugin new to the user). I would backup every time I do anything as dramatic as that.
Forum: Plugins
In reply to: [Video Thumbnails] Change auto image nameThere are still problems with the “basename” approach when it comes to non-Latin languages, such as Arabic. It is simpler and more efficient to just rewrite the above statement to:
$new_filename = urldecode( $post_id ) . $image_extension;
This way, the image filename corresponds with the post ID, and it does not matter what language the post was written in.
Forum: Plugins
In reply to: [Polylang] Unbelievable!From reviewing your threads, the issue is not that Polylang does not work, but whether it is compatible with every plugin out there, more specifically the “Theme My Login” plugin which you are having troubles with.
Maybe the author is taking a break and is not ignoring you intentionally, and thats why there is a community here, maybe someone will help, maybe not. My advice to you is to choose between:
(a) disabling Polylang until this problem is resolved,
(b) disabling the “Theme My Login” plugin instead.It all depends on which of your needs are more critical at this stage. Polylang’s functionality, or your theme’s styling along with it’s functionality. ??
Sorry I can not be of more help to you. Good luck!
Forum: Plugins
In reply to: [Polylang] Unbelievable!Ignoring what exactly?
Forum: Fixing WordPress
In reply to: Unable to update category slug??? and weirder thingsoh? i am soooooooooooooooo sorry
i feel like an idiot… thank you for setting me straight :))Forum: Fixing WordPress
In reply to: Unable to update category slug??? and weirder thingsmaybe its my fault because i didn’t indicate that i’m using WPMU, but that would of been self explanatory after reading my first post since wp_sitecategories is WPMU specific ??
https://codex.www.ads-software.com/WPMU_Database_Descriptionbut thanks for your insight and help anyways.
Forum: Fixing WordPress
In reply to: Unable to update category slug??? and weirder thingsI don’t have any plugins installed except for wp-pagenavi. are you sure its not a WP table? then where do I find the site categories, in what table? Thanks.
Forum: Fixing WordPress
In reply to: Unable to update category slug??? and weirder thingsI have searched google and here and probably read over 100 topics which doesn’t touch on my problem. any help please?
Forum: Fixing WordPress
In reply to: category creation skips IDs when creating new categoriesahhhhh that explains it all… Michael = the flash
super fast replies, thank you!!Forum: Fixing WordPress
In reply to: custom strlen function help please?iridiax, I have reviewed your link, thank you. But I am clueless on what to do. I am not a programmer and PHP is a mystery to me, specially when it gets this complicated.
Can you fix the function for me? I know I won’t be able to.
I got the above code from the following link:
How to limit character on title
I even asked for help there, but no one responded ??