csbecker
Forum Replies Created
-
Forum: Plugins
In reply to: [OTW Portfolio Light] Illegal string offset ‘otw_pm_portfolio_detailFor now, I’ve hidden the warnings by using:
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);(WP_DEBUG = false wasn’t hiding the warnings from the frontend so I went with the above lines of code in my config.sys).
I found this hint from:
https://aristath.github.io/blog/wp-hide-php-errors
(Thanks Aristeides Stathopoulos).Anyway, I’m still interested if there’s something that can be done or if I shouldn’t worry about it anymore.
PS – I did try disabling all plugins to see if I still got errors. I did not try another theme though Genesis has been pretty robust, without any errors on all of my other sites.
Thanks, Chris
Glad you found the answer especially since now that I reread your original note said you were trying rgba. Sorry for not suggesting !important instead. I’ve learned that I need to read better. ??
Have you tried using background-color: rgba(10,10,10,0.0); ?
Thanks so much Wrigs1. That did it!
Forum: Plugins
In reply to: [Animate It!] Images animating on load and not when scrolled to / visibleThanks so much! That was helpful! Works perfectly. Sorry I didn’t look into that settings tab.
Hi Subh.
Thanks for your suggestions. I have updated the plugin and I’ve clicked ‘X’ on the right but the message still appears. Can you make any other suggestions?
https://www.cortera.com is where I have it installed.Thanks, Chris
I’m having a problem with inserting videos. When I insert different video media items from the Media Library (3 separate videos into 3 separate tabs) – the result is that the first one works fine but the subsequent videos don’t layout nicely. I’ve got the videos wrapped in div’s that I’ve styled (for width and height needs). I’ve gone in and messed with very detailed styling, and now they are showing up initially well, but the videos don’t show nicely when you click on show full screen.
I’m developing a website that requires a login. Can we handle this off the forum and then give the solution publicly when solved?
Thanks, Chris
Forum: Plugins
In reply to: [WP Sitemap Page] Hierarchic products for WoocommerceI would also like to know if this is possible. I’ve been able to get the list of taxonimies but they are not sorted alphabetical. I tried adding sort=”ASC” also.
Thanks.
Forum: Plugins
In reply to: [A Page Flip Book] Accessing static property Pageflip5_WP_Plugin::$counterThanks Mehul… Your suggestion helped me get rid of the error but my page still isn’t showing the book. Instead it’s giving me several errors:
Notice: Undefined index: size in /home4/neocarti/public_html/dev/wp-content/plugins/pageflip5-wp-plugin/pageflip5-wp-plugin.php on line 57
Notice: Undefined index: coverwidth in /home4/neocarti/public_html/dev/wp-content/plugins/pageflip5-wp-plugin/pageflip5-wp-plugin.php on line 189
Notice: Undefined index: coverheight in /home4/neocarti/public_html/dev/wp-content/plugins/pageflip5-wp-plugin/pageflip5-wp-plugin.php on line 190
Notice: Undefined index: hardcover in /home4/neocarti/public_html/dev/wp-content/plugins/pageflip5-wp-plugin/pageflip5-wp-plugin.php on line 191
Notice: Undefined index: hardpages in /home4/neocarti/public_html/dev/wp-content/plugins/pageflip5-wp-plugin/pageflip5-wp-plugin.php on line 192
Notice: Undefined index: centersinglepage in /home4/neocarti/public_html/dev/wp-content/plugins/pageflip5-wp-plugin/pageflip5-wp-plugin.php on line 193
Notice: Undefined index: stagewidth in /home4/neocarti/public_html/dev/wp-content/plugins/pageflip5-wp-plugin/pageflip5-wp-plugin.php on line 194
Notice: Undefined index: stageheight in /home4/neocarti/public_html/dev/wp-content/plugins/pageflip5-wp-plugin/pageflip5-wp-plugin.php on line 195
…
Did you get any issues like this?
Also in the admin, it would be best if the Admin Notes was also a textfield to accommodate several lines of code – i/e the Public and Private Order Notes.
I agree having both of these would be great.
How about .jpg, .doc / .docx, .zip and .pdf?Can you check what the “Email Confirmation” is set to on the “Options” page? It should be set to either “No” or “User Entered”, unless you’re using a user management plugin. That seemed to be the problem on kujhoon’s site.
This worked for me. Thanks so much!
That fixed it!
Rookie mistake! Thanks so much!!I will rate your plugin.
I’m having the same problem of submitting an order number and not getting a result.
Order number is: cb1001
Sample page: Click.
Password is “printing” – (no quotes).I would appreciate assistance and would gladly pay for pro version if this works.
Thanks, Chris
Forum: Plugins
In reply to: [Document Gallery] Sort by dateNevermind. I found it right under the ASC and DESC option. Sorry.
Chris