xchido
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Move] backup folder is writable but get errorI ended up using “WP Clone by WP Academy”! it worked perfectly!
Forum: Plugins
In reply to: [WordPress Move] backup folder is writable but get errorI see, Thanks for the head up! I guess I have to get my hands dirty and do it by hand! 🙂
Forum: Plugins
In reply to: [WordPress Move] backup folder is writable but get errorDid youever get an answer for this problem? I am stuck with the same issue!
Forum: Plugins
In reply to: Gigs Calendar 0.4.1 has ALL users as adminitrators. Help needed to fix thatFound the answer here:
http://wordpress.org/support/topic/211185
To fix the Bug you gotta change Line 43 in gigs-calendar.php
from
“(isset($options[‘user_level’]) ? (int) $options[‘user_level’] : ‘level_7’), “to
“(isset($options[‘user_level’]) ? $options[‘user_level’] : ‘level_7’), “
(do not put the quotes ” ” )Forum: Fixing WordPress
In reply to: Admin vs Registered User edit rights PROBLEM!!!Found the answer here:
http://wordpress.org/support/topic/211185
To fix the Bug you gotta change Line 43 in gigs-calendar.php
from
“(isset($options[‘user_level’]) ? (int) $options[‘user_level’] : ‘level_7’), “to
“(isset($options[‘user_level’]) ? $options[‘user_level’] : ‘level_7’), “
(do not put the quotes ” ” )Forum: Fixing WordPress
In reply to: image not showing with double // and root pathThis is the link to the site I am woking on so you can see the problem.
http://www.museofranciscogoitia.com
Thanks
Forum: Fixing WordPress
In reply to: Spanish charset encoding problemThank you Moshu!!!
That solution worked perfectly!!!