masteryo
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] $instance dosn't retrieve saved dataI was trying to figure out a solution , but I think the only solution is to retrieve data & widget form of opened dialog using ajax
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] $instance dosn't retrieve saved dataDear Greg Priday, When do you think the first bug will be fixed?
Cause if it’s going to take time , I’ll try to figure out work around
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] $instance dosn't retrieve saved dataHuh? he is using your name that’s why I thought is you
check it out https://github.com/wp-plugins/siteorigin-panelsForum: Plugins
In reply to: [Page Builder by SiteOrigin] $instance dosn't retrieve saved dataactually I’v been checking your page builder plugin in github every day looking for updates ,Really thank you for your great support
Don’t forget Please , let me know once you fix it
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] $instance dosn't retrieve saved data?? , thanks
Please let me know once you fix the issue especially the first bug , Cause I’m not able to continue develop widgets without fixing it
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] $instance dosn't retrieve saved dataAnother Bug Found:
if we enable “Copy Content to Post Content” I get always php timeout// Update the post, removing this action first so we don't infinite loop. remove_action('save_post', 'siteorigin_panels_save_post'); wp_update_post($post); add_action('save_post', 'siteorigin_panels_save_post', 10, 2);
I the above code didn’t fix stopping from infinite loop. If i remove it will work fine
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] $instance dosn't retrieve saved dataBtw , edit gallery In gallery widget is not working
error in firebug :
ReferenceError: event is not defined
event.preventDefault();
panels.admin.media.js (line 83)You forgot to add event in ” click: function(){“
click: function(event){Forum: Plugins
In reply to: [Page Builder by SiteOrigin] $instance dosn't retrieve saved datait’s possible to retrieve data in form function , but we need panel id to do that
like this :$global $post $all_instances = get_post_meta($post->ID, 'panels_data', true); foreach($all_instances $as $i => $instances) if($this->panel_id == $i) $instance = $instances;
unfortunately , you are creating panel id in panels.admin.panels.js , so it’s hard to get panel id in php
formHtml = formHtml.replace( /\{\$id\}/g, newPanelId );
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Show a picture after videoI’ve updated to development version but the problem still there
Please check again : https://demo37.cadr.sa/
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Show a picture after videoI’m setting background after the video is finish , the problem is when the video is finish. Play icon from youtube it will appear for 1 second then it will hide.
How to hide the video once it finish without seeing youtube play icon ??
See the demo : https://demo37.cadr.sa/
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Only work on firefoxthe problem has been fix , it was youtube premission
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Only work on firefoxSo strange , I did nothing but now is working in firefox and Chrome
but not in internet explorer