t00kie
Forum Replies Created
-
Thank you, can’t believe it was so obvious ??
Forum: Plugins
In reply to: [EventCalendar] Google Maps not finding typed in addressI got the same issue, API key is ok, site is veryfied positively but still nothing happens when I enter the address.
Forum: Fixing WordPress
In reply to: Log in only with usernameWorks like charm! Thank you!
So simple.. I’ve tried ‘<>ID’ though.. so I was close to solve it ??
Thx guys! Topic is solved!
Yup, that’s exactly what I want.
OK, I see.. It’s quite powerful tool ?? I’ve made a category that is called “No term” and all events within this category got hidden date and time using {no_category} placeholder. But I need more thing – Can I remove them from calendar widget using those placeholders?
All I can say is that when I’ve moved my site to the other host eveything works great. So it has to be issue with server config or php config..
Forum: Themes and Templates
In reply to: [onetone] Menu opacityOK, problem solved.
If anyone need it : just add to style.css this code:
header.home-header.sticky-header.fxd { opacity: 0.8;}
I’ve created a new database and still nothing.. so maybe some permissions issues?
Although every other plugin works fine..// Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true); // Disable display of errors and warnings define('WP_DEBUG_DISPLAY', true); error_reporting(E_ALL); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define('SCRIPT_DEBUG', true); // log php errors @ini_set('log_errors','On'); // enable or disable php error logging (use 'On' or 'Off') @ini_set('display_errors','On'); // enable or disable public display of errors (use 'On' or 'Off') @ini_set('error_log','/wp-content/php-errors.log'); // path to server-writable log file
like this? nothing’s change :/
// Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true); // Disable display of errors and warnings define('WP_DEBUG_DISPLAY', true); @ini_set('display_errors',0); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define('SCRIPT_DEBUG', true); // log php errors @ini_set('log_errors','On'); // enable or disable php error logging (use 'On' or 'Off') @ini_set('display_errors','On'); // enable or disable public display of errors (use 'On' or 'Off') @ini_set('error_log','/wp-content/php-errors.log'); // path to server-writable log file
This is how my wp-config.php looks like now. Still – no visible errors, php-errors.log is empty and there is no debug.log file created.
Maybe it works with some specific PHP version or something? I’ve tried with 5.2 and 5.4.
Sure, this is the one with new database: https://bc.t00kie.pl
I’m trying to turn off location – no can do :/I’ve just cleared the whole database, theme is TwentyEleven and still nothing. The only thing that is changing after pressing Save button is URL from
/wp-admin/edit.php?post_type=event&page=events-manager-options#general
to
/wp-admin/edit.php?post_type=event&page=events-manager-options#general#general
If you wish i could give you every needed permissions if you wanted to figure it out by yourself, just mail me at t00kson(at)gmail.com
I’ve tried with the previous version and nothing changes.. it’s a bit frustrating, cause the plugin is great :/
I got the same problem but I don’t use WPML and debug doesn’t show any errors. Simply – i want to turn off tags, clicking save and radio button is still on ‘yes’.