Aaron
Forum Replies Created
-
Ok, I think I figured this out.
If I am logged in to WP Admin on my site, when previewing or viewing the page that is intended to display the Etsy Shortcode, then it gives a page of syntax and code. Once I log out, then the page displays the Etsy store as intended.
If you are trying to view your embedded Etsy store, log out and it will work.
I have the exact same problem.
I have just installed the plugin, API approved, shortcode added and I get the same “Updating Failed. The Response is not a valid JSON response”.http://www.paintbox.org/princess-orchid/
I managed to publish the page and it spits out string of code.
- This reply was modified 5 years, 6 months ago by Aaron.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Reverse-Flip page layoutThat worked!
Thanks!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] blog image front page panelOk, solved it. Refreshed all the pages in the Child theme and, used the code from the referenced page ait worked.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] blog image front page panelI have the suggestion from this post currently in use and – No image.
https://wordpress.org/support/topic/blog-post-featured-image-on-homepage/Thoughts?
Forum: Networking WordPress
In reply to: Can't Upload images to main site on subfolder multisiteI was having the same problem with the single site WP (not WordPress MU). My sites were recently moved from one server to another and this problem started up.
My fix ended up being rather simple (after several days of trial and error, reinstall entire site etc), I found that one of the Settings were changed.
From Dashboard -> Settings -> Media, somehow a “Custom” location was entered for the media location. I cut/deleted the custom address, setting it back to default location, and saved the changes and that fixed my problem. This fixed the problem that was occurring on several sites I manage.
Forum: Plugins
In reply to: [Shopping Cart & eCommerce Store] FBA & CBAThanks for answering the question. This wasnt support, it was a question. If you don’t want to answer questions here, don’t have it.
Also, your website is busted,(screen capture) or at least has compatibility problems, almost impossible to use, hence the reason I came here.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize on PinterestThanks for the follow up.
I was afraid of that.
I will keep an eye out for when (if) that happens.Well damn! I am out of options, outside of reinstalling portions and working your way to a total reinstall.
Jim, what if you try going directly to the login page, /wp-login.php
I just tried that I can pull your login page.
Well, I have mine back up and running. After I did the rename/delete/reinstall as mentioned above, I went to a different browser (actually I went to the worpress app on my phone) and was able to login, inactivated all plugins. I went back to my browser, cleared the cache-restarted and was able to login.
Started by turning on Jetpack, then each plugin one at time and now no issues.I have run into almost the exact same problem. After hitting install/authorize on the JetPack plug-in upgrade option that was on the top of my WP-Admin page, it returned with the 500 internal error. I have renamed the plugin, deleted and reinstalled, renamed plug in folder etc. Still no luck, I keep getting the 500 internal error page.
My error page reads a little different the jims, but that is probably just a slight difference in servers.
paintbox.org/wp-adminThanks
Forum: Alpha/Beta/RC
In reply to: Where is the Page Template option in the new admin?below the text field, in the “Advanced Options” section.
Forum: Alpha/Beta/RC
In reply to: the_excerpt tagjust upgraded to 2.5rc2, problem still exists. Has the usage of the “the_excerpt” tag changed?
Forum: Alpha/Beta/RC
In reply to: post image plugin and 2.5Ok, I guess nobody has tried this yet. So I have given it a whirl.
I found the issue, in the post-image plugin around line 110 is this lineif( $use_thumb && ($img_url != $default_image) ) $img_url = preg_replace('!(\.[^.]+)?$!', __('.thumbnail') . '$1', $img_url, 1);I switched out the “.thumbnail” with “-150×150” and now the 150×150 thumbnail is displayed. I haven’t been able to alter it to display the medium thumbnail, since the medium size has not been consistent, it is dependent on the size of the image uploaded.