sovabarmak
Forum Replies Created
-
siteground still not working
Forum: Plugins
In reply to: [Dynamic Widgets] not working checkbox all childsnot sure but can help, i did this fix on 2 new sites and it help me…
Forum: Plugins
In reply to: [Dynamic Widgets] not working checkbox all childsi fixed, but better if you will fix and will do plugin update
here
wp-content\plugins\dynamic-widgets\classes\dwmodule_class.phpi changed near line 323
this
if ( count($t) > 0 && count($t_childs) > 0 ) { $DW->addChilds($widget_id, $dwtype, $_POST[$name], $t, $t_childs); }
to this
if ( count($t) > 0 && count($t_childs) > 0 ) { if( $_POST['pg']=='no') $_POST['page']='no'; $DW->addChilds($widget_id, $dwtype, $_POST[$name], $t, $t_childs); }
i think in codes above you would understand where bug.
- This reply was modified 5 years, 5 months ago by sovabarmak.
- This reply was modified 5 years, 5 months ago by sovabarmak.
- This reply was modified 5 years, 5 months ago by sovabarmak.
Forum: Plugins
In reply to: [Dynamic Widgets] not working checkbox all childspages…
Forum: Plugins
In reply to: [WordPress Social Login] Error when logging with Fbjust need to login from another account where you created facebook app and all would be good
Forum: Plugins
In reply to: [WordPress Social Login] Error when logging with Fbany news? same error too…
Any news? same problem…
Forum: Plugins
In reply to: [Advanced Editor Tools] "Stop removing the " Option adds empty linemay be need to add to functons.php
remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );
Forum: Plugins
In reply to: [Advanced Editor Tools] "Stop removing the " Option adds empty lineForum: Plugins
In reply to: [AnsPress - Question and answer plugin] All js not workingi solved problem)). Template was wrote by me. And my code generate it’s own body class by php. And yor plugin couldn’t append class “anpress” to it. I read your js files and saw that click events exucute when parent html element has class “anpress”. I simply wrapped content in my qa page template, into div with class “anpress” and all working.
P.S. Your plugin has one small bug, for me it is no critical. When plugin activated, in admin->settings->DiscussionSettings disapear option – Default Avatar and choices for it, when debug is enable you can see error
– Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘AP_User’ does not have a method ‘default_avatar’ in
It is bug of your plugin because when i deactivate plugin option apear and error disapear, thank you for plugin)
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Set AnsPress in home pageForum: Plugins
In reply to: [AnsPress - Question and answer plugin] All js not workingi tried reinstall, all assets are loaded …Trying to find reason but cannot
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] All js not workingi disabled all plugins and all js files of template, nothing help…