Hadi khosrojerdi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Social Networks Widget] Add custom icons using a simple hookThanks @mladjo 🙂
Forum: Plugins
In reply to: [Tailor Page Builder] WordPress autosave doesn't workI will also be updating the documentation shortly. The next release is a big one with many improvements, which has been taking most of my time.
Very very thank’s.
Tailor is my favorite page builder. <3Forum: Plugins
In reply to: [Tailor Page Builder] WordPress autosave doesn't workThanks again,
Your welcome . 🙂
@andrew! How I can to create a plugin for the tailor?! your docs is very limit.
Forum: Plugins
In reply to: [Tailor Page Builder] WordPress autosave doesn't workThank you for raising this, Hari!
I’m not Hari, I’m Hadi 😀
This is the post lock function, right?
Yes, this issue is when I working on the wp_debug mode.
An isset function can helpful, just like :public function lock_post( $response, $data ) { if ( isset( $data['tailor_post_id'] ) && $post = get_post( $data['tailor_post_id'] ) ) { $response['current_lock'] = wp_set_post_lock( $post->ID ); } return $response; }Forum: Plugins
In reply to: [Menubar Widgets] nothing has changed in the admin menuHello @casak and thanks for feedback. 🙂
Please follow this topic.Forum: Plugins
In reply to: [Menubar Widgets] Widgets still not showing in menuHello @iktanstudio, and thank you for your feedback. 🙂
Please let me know, what your theme name? Also you can add this css code to end of Style.css template file ( Can be found at “Appearance > Editor” ) and click on the Update File button :
.menubar-widgets ul, .menubar-widgets { display: block !important; }.
You see navigation menu on your site Again, And then report result to me.Forum: Reviews
In reply to: [Menubar Widgets] Great Plug inThank you @w0hh4a 🙂
Forum: Plugins
In reply to: [Menubar Widgets] Widgets still not showing in menuThank you @w0hh4a, Please don’t remember you vote to this plugin.
Forum: Plugins
In reply to: [Menubar Widgets] Widgets still not showing in menuHave you seen this comment ?
Forum: Plugins
In reply to: [Menubar Widgets] Widgets still not showing in menuNot to put pressure on you, but are you thinking weeks or months when your new update will come?
Yes, maybe.I also tried your parent theme solution to Uncomment: add_theme_support(‘avia_mega_menu’) in “enfold/functions.php” line 53 ( for Parent theme )
But i could not find it (enfold/functions.php).That solution only works with Enfold Theme.
—————————————————–Hi, I have exactly the same problem, I add the widgets to the menu bar area, but then when I go to the menu item settings, the menubar widgets are not there.
The Mantra theme works fine with mbw-plugin, please you disable another plugins.
—————————————————–
I’m sorry, Speaking English is for me very hard. 🙁Forum: Plugins
In reply to: [Menubar Widgets] Widgets still not showing in menuI really like the idea of your plugin! I actually don’t understand why it is not just possible in the WP themes by itself..
Why only able to put widgets in footers and sidebars?I hope soon I solve this nightmare. 🙂
Do you want me to mail you my functions.php, with included your codes?
Another updates for mbw-plugin is very very different, so I think it’s better you to wait until the next updates.
I also checked the ‘easyWPGuide’ on this menu subject and discovered that there is another option in my menu which i don’t have.
Under: ‘Title Attribute’ i should have the: ‘MOVE’option according the manual..
But not to find i my theme (Jupiter). So maybe that has to do also with your mbw. I mean that this ‘MOVE-option’ is not too find either when i switch the mbw-plugin off.Maybe the problem is of your parent theme (Jupiter) or child theme.
Forum: Plugins
In reply to: [Menubar Widgets] Widgets still not showing in menuThank you @madampetit for feedback. 🙂
Please let me know what your theme?I working hard to update the mbw plugin with amazing features. The new updates will include changes to core and UI.
Forum: Plugins
In reply to: [Menubar Widgets] Widget as menu item itself, not subitem?Hello @telb and thanks for feedback.
Yes, this too is my question, how to add the widget as an actual top-level menu item rather than as a sub-menu item.
Now this is not possible except with CSS, because the MBW plugin adds widgets to sub-menu item (
<li><ul/>widgets</ul</li>
)and not menu, so you can only give blank menu title and save menu, then add your css to /your-theme/style.cssand it seems to show you editing some css code, the result of which is to move a submenu item to the top-level menu item.
No, I only hide sub-menu using css.
Forum: Plugins
In reply to: [Menubar Widgets] Will it disable the mega menu on my theme?Ok, so please report the result.
Forum: Plugins
In reply to: [Menubar Widgets] Will it disable the mega menu on my theme?If you can see your widgets into the menu bar, you don’t need to adding snippet code to the functions.php file.
thank you again for feedback. 🙂