Josh
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Edit] Clear everything to the left buttonNo worries at all.
It was a really simple addon to make… so I don’t mind moving it to the free version.
Thank you π
Forum: Plugins
In reply to: [WP Edit] Clear everything to the left buttonHi, and thanks for posting.
Actually, it’s already available in the pro version… but I don’t mind moving it to the free version.
I’ll add it in when I do the next update.
Again, thanks for posting!
Forum: Plugins
In reply to: [WP Edit] Visual mode does not work over httpsHmm… This is fairly difficult to diagnose via the forum here.
Go ahead and get to know me… and send me a message.
I’ll have you create me a user account so I can take a look at what is happening. When we’re finished.. simply delete my account.
I think this will be the fastest/easiest approach.
Forum: Plugins
In reply to: [WP Edit] custom CSSOkay.. I think I may be confusing you.
You are describing two different parts of the editor.
1) Custom CSS
Adding a custom stylesheet to the editor allows the styles to render properly in the editor. It does NOT add anything to the “Formats” dropdown box.2) Formats dropdown
This is the dropdown box where my “predefined styles” appear. If you want to add more styles to this dropdown… then you will have to use separate code.The link I provided above outlines the process.
But Iβm not sure to what file i need to add this function
This code will need to be placed in your child theme
functions.phpfile.Forum: Plugins
In reply to: [WP Edit] Visual mode does not work over httpsOkay, thank you.
I just tested on my https site; and could not replicate any errors in the browser console. Again, this is leading me to believe there is some setting in your site (perhaps overlooked).
Did you adjust your home url and site url to the new https prefix?
Forum: Plugins
In reply to: [WP Edit] custom CSSHi. Just checking back to see if you made any progress.
Forum: Plugins
In reply to: [WP Edit] Wishful Thinking: WP Edit in Text Mode?Thanks Julie. Thank you very much π
Please do stay in touch.
Forum: Plugins
In reply to: [WP Edit] Shortcake making shortcodes visual during content creationThanks Paal.
I will certainly look at the project.
One thing I noticed is the “Known Issues” at the bottom. I’m not sure that “ALL” shortcodes will render as block level elements.
However, I LOVE the idea. It would be very helpful to see shortcodes rendered properly in the visual editor.
I also received your email. Gimme a few days, and please follow up with me Monday or Tuesday. I’ll play around with the code and see how it works.
Forum: Plugins
In reply to: [WP Edit] Visual mode does not work over httpsInteresting.
There are more than just errors from WP Edit… so it leads me to think there is something else wrong. I test on HTTPS as well… and I don’t remember having any issues like that above.
So, tell me how you changed your site to HTTPS.
When you insert an image from the media library into a post… does it use the “http” or “https”?
Forum: Reviews
In reply to: [WP Edit] WP EditThank you very much, for the kind rating.
Please do let me know if you ever have any suggestions for improvement.
Thank you.
Are there any fields/values in the DB that would affect the display of the visual editor?
I don’t think so.
It is most likely a javascript error.
Please take a look at diagnosing javascript errors with your browser.
Forum: Plugins
In reply to: [WP Edit] Should i deactivate or somehow remove TinyMCE?No worries at all.
Glad we got you updated properly with the latest version.You know where to find me π
Forum: Plugins
In reply to: [WP Edit] Excerpt function don't work with WooThemes CanvasThank you… very much.
I was able to get my hands on a site with it installed.It’ll be a few hours (I have to run out for a bit)… but I’ll let you know as soon as I have more information.
Forum: Plugins
In reply to: [WP Edit] Excerpt function don't work with WooThemes CanvasI’ll see what I can do.
Forum: Plugins
In reply to: [WP Edit] Excerpt function don't work with WooThemes CanvasHello Bart,
This is probably because of the way “Canvas” outputs the excerpt prior to rendering the page.
They may pass it through a filter which removes any rich text; before outputting to the front end.
Perhaps “Canvas” has an option or hook to allow rich tags in excerpts?