adityachristyanto
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] Redux Framework Warning – CDN unavailableJust update redux framework to fixed all errors.
Forum: Reviews
In reply to: [Beaver Builder Page Builder - Drag and Drop Website Builder] Thanks a lot!If you ever decide to stop using Beaver Builder, your content will get ported right back into the default WordPress editor.
Forum: Reviews
In reply to: [Beaver Builder Page Builder - Drag and Drop Website Builder] Thanks a lot!I provide a screenshot of our list of custom modules
img
and I will continue to study to create a module that could allow our team to a make a powerful website ..
I hope lite version has always supported custom modules, so that a beginner like me can learn to create cool web.
but someday I will choose the pro version to get a standard module and support, although I use the lite version you also get to help me.
Thanks Justin,Forum: Plugins
In reply to: [Redux Framework] Redux Framework Warning – CDN unavailableI just Refresh my option page and this fixed all errors.
sorry hinampaksh, it turns out damage to redux framework. After I do an update on redux framework and myplugin, now visual editor can be used. Thank you very much.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Menu Icons does not display in Custom Menumas dzikri aziz, kok icon saya tidak muncul ya,?
tp kalau pakai custom menu widget ikonya muncul. apa ada yang salah dengan ini.<?php if (theme_get_option(‘theme_use_default_menu’)) { wp_nav_menu( array(‘theme_location’ => ‘primary-menu’) );} else { ?><nav class=”mastoro-nav wp_nav_menu “>
<?php
echo theme_get_menu(array(
‘source’ => theme_get_option(‘theme_menu_source’),
‘depth’ => theme_get_option(‘theme_menu_depth’),
‘menu’ => ‘primary-menu’,
‘class’ => ‘mastoro-hmenu’
)
);
get_sidebar(‘nav’);
?>
</nav><?php } ?>Terimakasih banyak sebelumnya..