madxpo
Forum Replies Created
-
Forum: Plugins
In reply to: [Live Sales Notification (Recent Sales Popups)] how longso how long did you wait and how did you fix it?
Forum: Plugins
In reply to: [JSON API] It not work with wordpress 4.4works fine on 4.4.1
Forum: Plugins
In reply to: [Advanced Editor Tools] font-size select not in ptThank Maurizio,
It is very helpful.Just in case people are wondering you can use pt and em as well.
Forum: Fixing WordPress
In reply to: Weird WP Backend Database IssueI’ve tried to deactivate the plugins and revert the themes. I am not able to do them from the dashboard unfortunately. It says that I’ve done them but no changes were made.
Will be doing an upgrade to 3.5.2 in a while.
Forum: Plugins
In reply to: [Embed PDF] PDF doesn't showI think the issue is because of this :
https://productforums.google.com/forum/#!topic/docs/UzmAZ-KVW0AIt isn’t an issue with the plugin, just an issue with google docs viewer. No solution for it as of yet.
It is an issue for site owners as your visitors that are in the situation as describe in the link will not see the embedded file and see a big blank screen.
Suggested improvement:
Pat maybe put a message behind the iframe that has a link to the google viewer url that they can click ?glad it worked.
Sorry I have no experience with the front end plugin so I can’t help there.
here’s the whole thing.
[Code moderated as per the Forum Rules. Please use the pastebin]
erm.. i’m gonna assume that you are using notepad.
try notepad++ instead. it will show you the line numbers.
If you rather not, the lines are near the end of the sfc_register.php .
Hey Otto,
I’ve got a fix for this issue.
in sfc_register.php line 89 i added the following
global $fb_uid; $fb_uid = $data['user_id'];
and in line 98 (after the last { ) i added this new function
function sfc_wordpressid_usermeta($user_id) { global $wpdb; global $fb_uid; update_usermeta($user_id, 'fbuid', $fb_uid); // connect the account so we don't have to query this again } add_action( 'user_register', 'sfc_wordpressid_usermeta');
Please let me know if there are any issues or concerns.
My hoster would not allow fsockopen. Is there an alternative?
Thanks Jesse