OutOfArt
Forum Replies Created
-
Forum: Plugins
In reply to: [Age Gate] Background transparency?Resolved. There is a conflict with my host’s caching plugin (SG Optimizer). I will check the cache settings to see if I can resolve it. Thanks
Hi Harish,
Thanks for responding.
I’m using version 4.0.11
No caching plugins at this stage
Wordpress is v4.7 and all other plugins are up to dateI have Mailchimp for WordPress running perfectly well on another site sharing the same hosting account so the server environment should be fine. I’ve also turned off all other plugins to check for conflicts, but there is no change there either.
Forum: Plugins
In reply to: WP e-Commerce menu highlighting like Flexi Pages Widget?Don’t sweat it. Got it solved.
Forum: Plugins
In reply to: WP e-Commerce menu highlighting like Flexi Pages Widget?I now think this is best achieved by modifying e-Commerce’s show_cats_brands() function.
How can I best identify from within that function whether an individual product page or a product category page is being displayed, and which? I need to identify which category or which item is called or displayed, so the menu category can be expanded appropriately, and the correct menu category or item can be highlighted.
Forum: Plugins
In reply to: [Plugin: Extended User Profile] last update deleted php fileIt’s empty for me as well.
Forum: Plugins
In reply to: [Plugin: WYSIWYG Text Widget] Cann’t edit widget contentSame issue here also.
The plugin activates as expected, but when you add the widget and click to edit, the entire page goes white and the page hangs while the bottom browser bar says “Read https://www.mysite.com”. What seems strangest of all, is that once this initial behaviour is experienced, just adding the widget initiates the refresh and hang. You no longer need to click Edit.
Forum: Plugins
In reply to: [Plugin: Events Calendar] 6.2 update broke call to ec_calendar.classThanks guys. That will be awesome.
Forum: Plugins
In reply to: [Plugin: Events Calendar] 6.2 update broke call to ec_calendar.classIt’s only 10 hours since I downloaded ver 6.2 and then I will need to go through the code to change the colours once again. I already mentioned my patience here: [Plugin: Events Calendar] Please remove css from code.
Forum: Plugins
In reply to: [Plugin: Events Calendar] 6.2 update broke call to ec_calendar.classI’m getting this too. I deleted one of the parameters like so:
//$ecData = file_get_contents($ecFile, 0, null); $ecData = file_get_contents($ecFile, 0);