Josh
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Edit] WP Edit causing php fatal errorHi there,
Thanks for reporting this issue. At this point; I have no idea what may be happening. I have, however, replied to the topic over at BPS per your link above. Let’s see if they can determine anything first… and we can move forward at that point.
Forum: Plugins
In reply to: [WP Edit] Not possible to uninstall Ultimate Tinymce pluginHi there. I apologize for the inconvenience.
I’m not sure what happened… but you can always delete the files manually. You will need either FTP, or you can use your hosts cPanel, to gain access to your server files.
Once there, navigate to the “wp-content/plugins/” directory. Inside that directory, you should see another folder named “ultimate-tinymce”. Simply delete that folder; and the plugin will be removed.
Please let me know how you do.
Forum: Plugins
In reply to: [WP Edit] WP edit buttons disappeared 3.4Lol.. sorry, but that’s funny. I apologize for my delay.
I’m sorry, but I still don’t quite understand what exactly is happening. Lets’ do this: Let’s hop over to my support forum. Register there, and create a topic. You can upload a screenshot or two illustrating the issue you are experiencing. That would help me tremendously to assist in a resolution.
See you over there.
Forum: Reviews
In reply to: [WP Edit] Works very wellMy apologies.. I missed your response.
Well, the Code Magic button had to be re-written to be compatible with WP 3.9+. For this reason, at the moment, it is only available in the Pro version of WP Edit.
Regarding the switching of editor views…. you really shouldn’t be adding script tags directly inside the editor. It really messes with the final output. I would suggest using a plugin that allows you to add scripts and styles to your pages the correct way. This will keep them out of the editor; and eliminates having to worry about them getting “mangled” when switching editor views.
Again, WP Edit Pro provides easy visual interfaces to add scripts and styles on a global level, or on individual pages. Also, I’m sure you could find a free plugin that does something similar.
Hope this helps. Please let me know if you have any other questions.
Forum: Plugins
In reply to: [WP Edit] WP edit buttons disappeared 3.4Hello,
I apologize for the inconvenience.Are you seeing any buttons in your editor? For example, are the normal buttons loading; and the WP Edit buttons are not loading? Or are no buttons loading at all?
Forum: Reviews
In reply to: [WP Edit] Works very wellAnd I’m very happy you have come to leave a rating and review. Thank you.
Don’t hesitate to let me know if you ever have any suggestions for improvements.
Thanks again.
Forum: Reviews
In reply to: [WP Edit] I switched all my sites to thisThank you very much for the extreme confidence! If you ever have any suggestions; please don’t hesitate to throw them my way.
Also, thanks for taking the time to leave a rating and review.
Have a great day(night).
Forum: Reviews
In reply to: [WP Edit] Just greatThank you very much for taking the time to leave a rating and review.
Please do let me know if you ever have any suggestions for improvements.
Forum: Plugins
In reply to: [WP Edit] Why the WP edit PHP widget disappeared in ver. 3.4??Hi @flyingfam,
Please create a new topic. Topics can quickly get “off-topic” when we begin jumping around.
Thank you very much.
Forum: Plugins
In reply to: [WP Edit] Copy table and column widths change from originalMy goodness… sorry for my delay. I’ve been buried in another project for the past few days.
Glad you got it working.
Please do let me know if you have any other questions.Forum: Plugins
In reply to: [WP Edit] Problem with WP EditHello; and thanks for posting.
<p>tags are removed from the content when switching editor views or saving. This is a default WordPress behavior.You can keep the
<p>tag by adding a “dummy” class; such as<p class="dummy">. This will retain the<p>tag when saving or switching editor views.Does this help at all?
Forum: Fixing WordPress
In reply to: Loop through custom Fields from self build pluginJust use a foreach loop on your variable:
foreach( $myfields as $key => $value ) { echo $value['title']; // This is the title of each array item echo $value['content']; // This is the content of each array item echo $value['image']; // This is your image link of each array item }Forum: Fixing WordPress
In reply to: Test Driving WordPressIf you are using PC/Windows… you can use XAMPP to create a local server. Here is a link with instructions:
http://premium.wpmudev.org/blog/how-to-install-wordpress-locally-for-pcwindows-with-xampp/As far as importing content not created with WordPress; it might get a little tricky. Are you using a database with your current website?
Hi,
Yes, I can see that file taking around 7 seconds to load. However, it is a file that is part of your theme, “Organic Life”.
Since that is a premium theme; you’ll need to search for assistance from the theme vendor:
http://www.themeum.com/questions/You could also try switching to a different theme (perhaps the default 2015 theme); just to see if the site loads faster. If it does, you know it’s a theme issue.
Forum: Fixing WordPress
In reply to: Download failed. Problem with the SSL CA cert (path? access rights?)Is your site using SSL? If so, are you sure your certification is up to date?
I think this message appears when the certificate has expired for SSL.