Josh
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Edit] Set default font and size for paragraphThe free version of WP Edit does not provide a native way to adjust the font size of the editor. The pro version does provide an interface to add additional custom css to the editor. This will allow you to set the font-size (as well as any other properties) which will only be applied to the editor.
Sorry for my delay. Please let me know if this addresses your question. Thank you.
Forum: Plugins
In reply to: [WP Edit] No Line Breaks between text unless I use [break]Hello,
Did you ever find a solution here? I’m not sure I entirely understand your question. Yes, you can do a single link break by holding shift + enter. Or, you can do a double line break (new paragraph) by just clicking enter.
If you need anything more than a double line break, you will need to use the [break] shortcode.
Please let me know if I did not understand the question correctly.
Forum: Plugins
In reply to: [WP Edit] Your website is not working – can’t download wpeditproCan you please try to contact me via the contact form on the pro website? If you don’t have the link, please let me know.
Thank you.
Forum: Plugins
In reply to: [WP Edit] Link Button missing in forumHi guys, sorry for my late entry here.
Thanks for the additional info @villarreallevi. It appears this issue is unrelated to the WP Edit plugin. I’m glad you found a fix!
Forum: Plugins
In reply to: [WP Edit] Column Shortcodes not workingHey everyone, just wanted to confirm the column shortcodes are working correctly.
@ravanh,
Correct. The option must be enabled in the admin panel. I will work on making the button dynamic, meaning it will only show in the editor once the option has been enabled in the admin panel.Thanks everyone.
Forum: Plugins
In reply to: [WP Edit] WP Edit not up to dateI’m on it, my friend. Basic will be released later today. Pro will be ready in about two weeks. Very very sorry for the delay.
Forum: Plugins
In reply to: [WP Edit] Large Image Size not workingWhat happens if you deactivate WP Edit and try adding the media again? Is your large image size now available?
Forum: Plugins
In reply to: [WP Edit] NOT WORKING: Abreviation & Insert/Edit Advanced LinkOkay, I will adjust those words.
Regarding the advanced link; can you please give me the steps to replicate the issue? Does the advanced link window open? Does it allow you to type your fields? Does it close when you click save? Exactly at what point does it break for you?
Many thanks!
Forum: Plugins
In reply to: [WP Edit] Your website is not working – can’t download wpeditproHello,
Many apologies for my delay. Yes, the server was down temporarily during that time. Since this is a premium plugin, please feel free to try using the contact form again. I’m happy to help in any way. Thanks!
Forum: Plugins
In reply to: [WP Edit] Insert video not working for user editor role in excerptHello Tseten,
Many apologies for my long, long delay.
I was curious, are you still experiencing this issue?Forum: Plugins
In reply to: [WP Edit] Multi level menu item appearing under left dashboard menuHello Michael,
Apologies for my delay.
Are you still experiencing this issue?Forum: Plugins
In reply to: [WP Edit] Advanced link: defining custom targetsHello, and very sorry for my delay.
Those are hard-coded into the plugin; so unfortunately, they cannot be changed without coding. However, if you have other options, I’ll be happy to include them in the plugin. Just let me know what other options you would like to see available.
Forum: Plugins
In reply to: [WP Edit] NOT WORKING: Abreviation & Insert/Edit Advanced LinkHello, and thank you for the information.
1) I’m not sure I follow exactly what you are describing here. What do you mean they are “turned around”? Would renaming them make it easier to implement?
2) I just tested the advanced link button, and it’s working properly. Are you referring to the “Insert/Edit Advanced Link” button?
Forum: Plugins
In reply to: [WP Edit] Bullets Not WorkingHello, very sorry for my late reply.
It sounds like perhaps your themes are overwriting the styling of the bullets, or do not have any styling defined.
To the OP (original poster): From your link, I can see your theme is not styling bullets. You’ll want to add some custom css to your site to define the bullets. You may either use a custom css option in your theme (if the theme provides one), or you may download a plugin which allows custom css to be added to your site.
Once you’ve decided on the implementation; you may add the following rule to the stylesheet:
div#main-content-with-sidebar ul li { list-style-type: disc; }That will style the list items with a bullet.
Forum: Plugins
In reply to: [WP Edit] WP Edit icons nnot showingSorry for my late reply. Yes, it absolutely helps if you start moving them to the correct location 😉
Thank you for the very kind words! I will get the version updated on the WP Edit site asap. Thank you for the feedback.