yeseniagn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Blogs not reading/using the MO filesI did. I tested my custom theme on a localhost without multisite and didn’t work either. However, the original twentyeleven theme worked ok.
Forum: Themes and Templates
In reply to: Blogs not reading/using the MO filesBut this custom theme was working ok with the translation files? and original twentyeleven is reading the mo files ok.
Please see all the details I included in the second reply. What else should I check to find the code issue?
Forum: Themes and Templates
In reply to: Blogs not reading/using the MO filesIt’s a completely custom theme but I basically copied all twentyeleven files and edit/removed anything I needed.
Forum: Themes and Templates
In reply to: Blogs not reading/using the MO filesSince I couldn’t find any way to solve this issue, I had to add all my custom theme translations to the main MO files under \wp-content\languages\ and remove all textdomain references on the theme files so it always look for the wordpress MO files. I know this is not the proper solution but these sites are live and need them to fix them ASAP.
If anybody has any other insights, please let me know. See below for more details:
- I tested that the locale value was loaded correctly.
- I left the function.php file within my theme to only call the locale functions in case something else was conflicting
- I deactivated all plugins (except the ones required for multisite
- I also tested on my localhost without multisite
- Verified that the theme folder was accessible on the web server
but still the MO files were not used on the front end.
However, when I changed the theme to the original twentyeleven and copied my custom MO files to the twenty languages folder, the translations worked.
I have no clue what else to test on my current theme. Everything is the same as when it was working. How did it stop working?
Forum: Fixing WordPress
In reply to: Theme localization stopped working on live serverDid you ever find a solution for this? I have the same issue. Translation was working ok and now it’s not.
I tested on my localhost and the original twentyeleven reads the translation files but my new theme is not (with or without multisite).
I built this new theme a long time ago including translations and was working ok, now it;s not.
It seems there were the three boxes under network admin -> dashboard -> settings -> upload settings However, those boxes don’t exist anymore. I don’t see a place where I can check or enable image uploads. That is already enabled by default.
I have no clue on what else to check to make this work. Help!
I disabled all plugins (except the ones needed for MU) and the featured box still doesn’t work.
Does anybody knows about a conflict with MU? how was working before and now it’s not working?
Any help would be appreciated!
Forum: Plugins
In reply to: [Twitter Widget Pro] Cannot authorize Twitter accountsI can check this as solved.
Forum: Plugins
In reply to: [Twitter Widget Pro] Cannot authorize Twitter accountsI just upgraded to the latest version and the issue is finally gone! Thanks.
I hardcoded the edit-form-advanced.php to always show the featured image box but now when I select the image and click ‘set as featured image’ nothing happens.
What is missing now?I just did a debug of these values (used to decide to show the box within the edit page) and they return
current_theme_supports( ‘post-thumbnails’, $post_type ) – returns EMPTY
post_type_supports( $post_type, ‘thumbnail’ ) – returns 1I don’t understand why the first one is showing empty. I have the following line within the function twentyeleven_setup() on the functions.php file on my custom theme folder
add_theme_support( ‘post-thumbnails’ );
What else should I be looking for? Can I just edit the edit-form-advanced.php to always show this box? I know I will have to edit that file every time I upgrade but I don’t know what else to do. I already tried deactivating all plugins but the box didn’t show. I had to activate all plugins again.
Forum: Plugins
In reply to: [Twitter Widget Pro] Cannot authorize Twitter accountsI’ll test disabling all plugins after business hours. I hope that fixes it. Thanks for all your help. I’ll let you know if it works.
Forum: Plugins
In reply to: [Twitter Widget Pro] Cannot authorize Twitter accountsI upgraded the plugin, deleted the app, created a new one, emptied the consumer fields in the plugin settings, still nothing!
I think I must just need to find another plugin. I really liked yours but it’s been days with a missing section on our 3 blogs.
Did you see my comment about being on MU version? Will this be an issue with the new plugin version?
Forum: Plugins
In reply to: [Twitter Widget Pro] Cannot authorize Twitter accountsSame here. I followed these steps:
Deactivate the plugin
Upload new files in the plugin folder
Activate the plugin
Reset keys on Twitter
Entered new keys on plugin settings
Click on Authorize accountsNothing happens. It stays in the same page and warning/error “You need to authorize your Twitter accounts.” keeps showing.
Should I delete the plugin and install it again instead of just replacing the files? I don’t think it will make any difference, just asking.
Forum: Plugins
In reply to: [Twitter Widget Pro] Cannot authorize Twitter accountsI downloaded the dev version from the same link 2 days ago and still have issues. Has this changed? Do I have to download it again?