wpmhweb
Forum Replies Created
-
Oh! Thanks, I read the changelog, but I didn’t read anything about this specific problem.
I’m updating now…
Thanks for the fast response and thank you for all the work you guys do!
Forum: Fixing WordPress
In reply to: Media Uploader not working, searching images will freeze websiteHere is an update:
I just did a manual WordPress 3.5.2 upgrade and that also didn’t fix the problem.
This is what I am noticing now: creating a post and trying to search an image using the media uploader will make the website unusable, which means that if I refresh the page I only get a blank page. Turning on debugging will not show any errors.
While the website becomes unaccessible for every computer in the house whether I am login or not. Readers are still able to go to the site without any problem.
After 5 – 10 website will start working again for me, whether I am login or not.
Cycle will repeat every time I try to upload an image.Thanks,
Forum: Plugins
In reply to: [Widget Context] Undefined Constant PHP NoticeI am noticing the same issue.
Thanks,Forum: Fixing WordPress
In reply to: Media Uploader not working, searching images will freeze websiteSmall less than 300 kilobytes. I think the problem is something different though.
The problem is that when I open the media uploader, some images will show up, scrolling down will not trigger the infinite-scrolling. After I do this, if I refresh the editor or I go to any web page of my site it will not response, refreshing again will result on blank page.
Then I have to wait about 5 or 10 minutes before I can reload any page or dashboard again. The most interesting part is that only happens when I am logged in or logged out on any computer on the house. But users for other places don’t experience any problem. I tripled tested this by using a proxy and the website works fine.
I tried deactivating all plugins and changing the theme to the WordPress twenty-twelve and I experience all the same issues.
I also called my host provider, but didn’t help, they say its a WordPress problem.
Thanks,
Forum: Fixing WordPress
In reply to: Media Upload Returns Grey Boxes – Images don't displayI created a new post with my problem. Ignore this comment.
Thanks,Forum: Fixing WordPress
In reply to: 3.5.2 Update IssuesI had exactly the same problem using
define(‘WP_MEMORY_LIMIT’, ‘128M’);
in my wp-config.php solve my problem.
Nothing else to add here, just wanted to back @nocabt solution.
Thanks,
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Code gets comment out after publishing postI also tried the twenty-twelve theme and I still getting the same problem.
Thanks,
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Code gets comment out after publishing postI just disabled all the plugins and I still having the same results. The only thing different I noticed was that after disabling all the plugins and refreshing the post the code in the “Text” editor transform the “<” to HTML character entities (like in the tweet I sent you).
Sadly if I copy and paste the code here, WordPress will rewrite it as well. I hope you can get the idea. I also sent you a tweet with a screenshot that shows how the code looks
Should I have to be using the symbols instead?
Thanks,Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Code gets comment out after publishing postHello,
Thank you for the answer, I am checking right now, but I also would like to point out that I did noticed it only happens when I switch the editor to Text, I save the post and then I switch back to the Visual editor.
Thanks,
Forum: Requests and Feedback
In reply to: We need more gallery properties!Hello,
I would like to add that I think it would be a good idea to add a semi-transparent border to the images on a gallery, like the media uploader in the post editor.
Thanks,
Appreciate the help!
Thank you, it worked like a charm!
But this is my question how did you figured it out? I am interesting on learning, do you know some online resources I can use besides Codex?
Thanks again.
Hi,
Thank you again, from the previous link to the codex page I was able to build this:<?php $key_1_value = get_post_meta($post->ID, 'wpcf-huge-image', true); ?> <?php if($key_1_value != '1') { ?> hello 1 <?php } elseif($key_1_value != '2') { ?> hello 2 <?php } ?>
To create a custom field I am using the Types plugin and I set option #1 with the value of ‘1’ and option #2 with the value ‘2’ and you can see in the $key_1_value variable above and it works somehow, the problem I am having now is that it works backwards. When I set from the editor the option #1 it display “hello 2” and when I set the option #2 it displays “hello 1”.
Can you figure out what I am doing wrong?
Thank you so much.
PS: I am still new writing conditional statements.
Thanks,
But it doesn’t show me how to check for values. I have no problem showing a custom field with a key name. The problem I have is that I have 1 key e.g., CAR and CAR has 3 values 1, 2, 3 (3 options), so I need something like this:
If custom field is CAR with value of 1 then “do this”
If custom field is CAR with value of 2 then “do this”
If custom field is CAR with value of 3 then “do this”Forum: Plugins
In reply to: [410 for WordPress] How to fix database errors coming from WP-410So far, so good.