Josh
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Edit] Tinymce Disappeared from backend as AdminHello Mark,
Sorry for my delay.What do you mean you deleted and installed new “mce” files?
Can you perhaps show me a screenshot of what you are seeing? You’ll have to upload it somewhere, and link to it.
Thanks.
Forum: Plugins
In reply to: [WP Edit] [Break] and ampHello,
I am so sorry, but I have no idea what you are describing.
Are you having trouble with the [break] shortcode?
Hi Dan,
Very sorry for the inconvenience. This is strange; as I am sure more people would have reported this type of issue. So, I’m wondering if it is not something unique to your install.
1) Does this happen only with WP Edit? Have you installed other plugins successfully?
2) After activating WP Edit; and you are redirected to the error page… if you then go back to your admin panel; are you able to access the WP Edit settings page?
3) If you go back to the admin plugins listing page; do you see WP Edit activated? What happens if you click the “Settings” link (right under the plugin name)?
Thanks.
Forum: Plugins
In reply to: [WP Edit] Couldn't Get It To WorkHello,
Sorry for my delayed response.First; make sure you are not using any of those plugins at the same time. Only one should be active at a time. Select the one you wish to use; and disable and delete the others (so they don’t interfere).
If you keep WP Edit; then you’ll want to go to the settings page; and configure your buttons. Make sure to save the button arrangement when you are finished.
Now, go to a post/page and see if the new buttons appear. If only one row of buttons are showing; try clicking the “toolbar toggle” button (hover each button to see it’s label). That button will expand/collapse the additional editor button rows.
Forum: Reviews
In reply to: [WP Edit] Wish I could give it a lower ratingHi,
Thank you for taking the time to stop by and leave a rating and review. I certainly appreciate your invaluable feedback.If I may retort on the behalf of the plugins defense; no where is it said the free version of WP Edit disables the wpautop filter. This is a feature which had to be recoded for WordPress 3.9; requiring much time; hence the reason the feature is in the pro version of WP Edit.
Anything else is of little to no value,
While this may be true for you; it may not be true for everyone else who uses the plugin. There are still many, many features in the free version of WP Edit.
For these two reasons; I cannot understand why the plugin received one star (sounds more a frustration because this plugin is not Ultimate TinyMCE). If something is broken; or not working as advertised; then perhaps I would understand the rating.
Regardless; I thank you for your time and feedback. Please have a wonderful week.
Forum: Reviews
In reply to: [WP Edit] Nice… but…Hello,
Thank you for your kind rating; and invaluable feedback. I apologize it has taken me so long to reply.Yeah, the editor skin is something that is included in the core WordPress code. TinyMCE (the editor WordPress uses) does have other skins; but WordPress does not include them in the core code.
This is most likely because the editor skins are quite large in file size.
I’ll check into the code; and perhaps I can offer different skins as additional download packs. I don’t want to include them in my core plugin code (since they are bulky); but I can probably cod the plugin to “look” for any skins; and apply them accordingly.
I’ll check into this.. and report back my findings.
Again, thank you for your time!
You will want to create a custom page template. From there, you can code your page template to display any information you like.
Here is a very detailed example on creating a page template:https://www.smashingmagazine.com/2015/06/wordpress-custom-page-templates/
And here is the WordRress Codex page on page templates:
https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/You may also want to look into creating a child theme; so your custom template is not erased when you update your theme.
Forum: Fixing WordPress
In reply to: Odd Page Load/HangHi there, sorry for the inconveniences.
Well, it appears there are dozens and dozens of page redirects on your site. You can run your site against gtmetrix.com; which will provide you with very helpful analytics.
Here is your gtmetrix.com results page:
https://gtmetrix.com/reports/bendedreality.com/ik4z0YrlClick “Minimize redirects”; and you will see all the redirects the site is performing.
Also, click “Leverage browser caching”. You see all those images? You need to leverage browser caching.
You can Google for each of the analytic sections; to see how you can improve them on your WordPress site.
Or, (I’ve never used it; and I have no affiliation), but this plugin caught my attention:
https://wordpress.org/plugins/wp-fastest-cache/I believe it allows you to incorporate the browser caching without having to directly modify your .htaccess file.
Hope this helps get you in the right direction.
Forum: Plugins
In reply to: [WP Edit] WP Edit doesn't work at client editorHello,
Very sorry for my delay.WP Edit does not provide the functionality of adding/removing buttons from the front-end (visitor) editors. The pro version, however, does offer this functionality.
My reasoning… I’m not sure everyone who uses the free version will understand the risks of using a modified editor in the front-end of websites. If you allow uploading, for example, then it is very easy for an anonymous user to upload a potentially malicious script; which could do damage to the website or database.
I think users who purchase premium plugins are more “in-tune” to their websites, and more careful when using advanced functionality.
Please let me know if I may be of any further assistance.
Forum: Plugins
In reply to: [WP Edit] Plugin for posts onlyWell, thanks. I appreciate the suggestion! It worked great; already done in Pro; and will get to free version within a day or two.
Thanks again, and please have a wonderful week.
Forum: Plugins
In reply to: [WP Edit] It wont work.Hi,
If your buttons are not showing; it may be because you have another plugin active which also alters the editor buttons; like “Ultimate Tinymce” or “Tinymce Advanced”.
If you have one of these other plugins; it would be best to deactivate them, as they may interfere with how the buttons are displayed.
Forum: Reviews
In reply to: [WP Edit] I like it but….Hi,
Thank you for taking the time to leave a rating and review.
If your buttons are not showing; it may be because you have another plugin active which also alters the editor buttons; like “Ultimate Tinymce” or “Tinymce Advanced”.
If you have one of these other plugins; it would be best to deactivate them, as they may interfere with how the buttons are displayed.
Forum: Fixing WordPress
In reply to: Change display number of products in CMSGo to the “products” page… and look at the top-right corner of the page. There should be a tab that says “Screen Options”. Click that tab, and look for the option that allows you to set how many items appear “per page”.
Forum: Fixing WordPress
In reply to: Syntax error on line 66Hi there,
It’s okay 🙂 You’ll just need to access your website file directories. You can use either FTP of your hosts cPanel to access the files.
Navigate to the
wp-content/themes/directory. Once there, find the folder named “flat”, and rename (or delete) it.This will force WordPress to quit trying to use that theme; and will instead load the default WordPress theme.
Since you will now be able to login to your amdin panel; you can go back and select a different theme.
Forum: Plugins
In reply to: [WP Edit] Plugin for posts onlyWell.. I wish I could say a day or two… but….
Honestly, I want to implement it in the pro version first; then I can simply copy over the functions to the free version.
I have an update scheduled for pro on this coming Monday. I figure it’ll only take me a day or two afterwards to move the functionality to the free version and push an update.
Sooo… Wednesday, perhaps??