Josh
Forum Replies Created
-
@bgoodm,
Thank you for the confirmation. I appreciate keeping my sanity π@sadhaka,
I think something else might be interfering with your setup. Perhaps you could create me an account; and I can have a look at your admin panel? If this is okay, let me know, and I’ll instruct you on where to send the login details.Forum: Plugins
In reply to: [WP Edit] STOP auto hyphenationHello,
I apologize… but I’m not sure I understand your question.What do you mean by things show up with hyphenation… instead of wrapping??
Forum: Fixing WordPress
In reply to: Modify button stylesSomething like this should work:
.wpcf7-submit:active { background-color: yellow; } .wpcf7-submit:visited { background-color: yellow; }Forum: Fixing WordPress
In reply to: slideshow problem ONLY with google chromeWell… the next step is to track where that error is generating. It’s probably a plugin or theme option responsible for the slider.
Once you know what file is throwing the error; you can report it to the plugin/theme developer.
Forum: Fixing WordPress
In reply to: slideshow problem ONLY with google chromeUse the console tools in Chrome to see if any errors or warnings are being generated (especially when it stops sliding):
https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#ChromeForum: Plugins
In reply to: [WP Edit] Illegal string offsetOkay… here is what you need to do:
1) Use either FTP or cPanel to gain access to your file directories.
2) Browse to the “wp-content/themes/optimizepress” directory.
3) Locate the file “functions.php” within that directory.
4) MAKE A BACKUP OF THAT FILE.
5) Open “functions.php” in a code editor program (NotePad++ is free). Your cPanel may have a default program for code editing.
6) Browse to around line numbers 115 and 116; and look for the following piece of code:apply_filters( 'tiny_mce_before_init', 'nice_mce_options' ); apply_filters( 'teeny_mce_before_init', 'nice_mce_options' );7) CHANGE those lines of code to the following:
add_filter( 'tiny_mce_before_init', 'nice_mce_options' ); add_filter( 'teeny_mce_before_init', 'nice_mce_options' );8) Save the changes.
Now, the warnings should be gone.
Forum: Plugins
In reply to: [WP Edit] Illegal string offsetOops… I thought @gcozzens and @myattitude were the same person. It gets confusing when I start communicating via email π
@myattitude,
Are you using the version 1 framework of OptimizePress?Forum: Plugins
In reply to: [WP Edit] WP Edit not showingLol… I understand π
Okay, first let’s go over to my OTHER FORUM and post a topic there. That will allow us (you) to upload some screenshots so I can see what you are describing.
I’ll come back here and post the link once you’ve created a topic over there; for posterity.
Please be sure to post under the (free) version.
Thanks!!
Forum: Plugins
In reply to: [WP Edit] Column Shortcodes not workingHi,
Did you enable the option for column shortcodes from the “Posts/Pages” tab of the WP Edit options page?
No worries π
Thank you for the confirmation.Forum: Plugins
In reply to: [WP Edit] Illegal string offsetOkay.. I have a beta version I’d like you to give a quick test, if you don’t mind.
You can “get to know me” from the link π
I’ll reply to your email.. and send you the beta version.Thanks.
Forum: Reviews
In reply to: [WP Edit] The best editorHello there; and Greetings from the USA.
Thank you for taking the time to leave a review.
Please let me know if you ever have any suggestions for the plugin. User feedback is always appreciated.Please have a great day!
Forum: Plugins
In reply to: [WP Edit] Illegal string offsetHi @myattitude,
No worries.Do me a favor.
Go to the WP Edit settings page; and click the “About” tab.
Look at your PHP version… what does it say?Forum: Plugins
In reply to: [WP Edit] Illegal string offsetHello @reliableopinion,
Thanks for the input. However, your error is being generated by the “WP Hercules” plugin… not from WP Edit.
Forum: Plugins
In reply to: [WP Edit] Illegal string offsetHello,
Thank you very much for the important feedback.No, the issue is certainly not the theme; I can see in my code where the issue lies.
So, please allow me 24 to 48 hours to fix; and I’ll get a new version pushed out asap.
Thanks again!