Josh
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Edit] All the negativity about this plugin is WRONG!Thank you, AK.
I’m glad WP Edit is getting some positive recognition πYes, the change (I think) from Ultimate Tinymce to WP Edit is what prompted much of the initial negative feedback. Not many people like change… and it was a BIG change.
But, I’ve learned my lessons.. and I know the next time there is a major update to the TinyMCE software… I’ll be better prepared!
Thanks again.
Forum: Fixing WordPress
In reply to: Visual Editor No Longer WorkingYou can try using your browser to diagnose for javascript errors.
It could provide some helpful information.
Forum: Fixing WordPress
In reply to: Enqueue scripts not workingTry this instead:
jQuery(document).ready(function($){ $('#desk1').powerTip({ manual: true }); });What is the code you are using to enqueue? Does it call (and link to) the script in the page source?
Forum: Fixing WordPress
In reply to: Images not displaying on website – Question mark showing insteadThat should be correct. Isn’t that the proper link to your website?
What has changed is the url used when an image is inserted.
Go create a test post… and insert an image from your media library. Then post a link to that test post, so I can see how the image is being inserted.
Forum: Fixing WordPress
In reply to: Images not displaying on website – Question mark showing insteadWeird.
What do you show for your site url and home url in your WP admin panel -> Settings -> General?
Forum: Fixing WordPress
In reply to: Recover Deleted BlogI truly apologize… but these forums are only for self-hosted WordPress installations. We do not have any influence at WordPress.com.
All I can do is point you to the correct forum.
Thank you for understanding.
Forum: Fixing WordPress
In reply to: Images not displaying on website – Question mark showing insteadYour images are attempting to use this path:
jdm.thedemoserver.comHowever, your website is different.
Did you recently move this website?
Forum: Fixing WordPress
In reply to: Visual Tab disappearedYou can try Diagnosing for Javascript Errors in your browser.
Forum: Fixing WordPress
In reply to: Recover Deleted BlogIf your site is a WordPress.com website… you should ask at their forums:
http://en.forums.wordpress.com/As mentioned here…
https://wordpress.org/support/topic/blog-deleted-cannot-create-another-one?replies=2Forum: Fixing WordPress
In reply to: language settingsAre you using a plugin for that contact form? Or, is it part of your theme?
Forum: Fixing WordPress
In reply to: Visual Page Editor Unable to Position Cursor for EditingNo… no limit on content.
I’ve never heard of the cursor not becoming active on the visual editor. Perhaps there is some code that the editor is not liking.
Can you take all your code from that page.. and paste it into a code editor (NotePad++)… then save (so we have a backup).
Now, delete the entire contents of the WordPress page where you are having troubles… and save.
Now, can you get the cursor in the visual side? If so, begin pasting back your code from the NotePad++ document.. and see where it hangs.
Forum: Fixing WordPress
In reply to: change permalinks for 2 specific postsYou could try a plugin like the following:
https://wordpress.org/plugins/enhanced-custom-permalinks/Forum: Fixing WordPress
In reply to: Unable to upload image on mobile appIn your application… can you set the content type?
Forum: Fixing WordPress
In reply to: New posts defaulting to '0' primary keyHi Ben,
Yes, it looks like you need to set your database columns primary key to ‘auto-increment’. You may need to do this for each database table.
You should be able to do this from within PHPMyAdmin; from your hosts cPanel.
Forum: Plugins
In reply to: [WP Edit] custom CSSHi,
Okay.. when you add a stylesheet to the editor, it gets included in the editor initialization process.. and renders any rules into the content editor.
It does not automatically add the styles to the “Formats” dropdown. To do this; requires additional custom code.
The purpose of creating an editor stylesheet is to add additional styles which mimic your theme; so the content editor more closely resembles your theme.
Adding styles to the “Formats” dropdown requires completely different code. You can use the Pro version of WP Edit; or this link has a good example (read under “Add new items to Formats”):
http://www.wpexplorer.com/wordpress-tinymce-tweaks/