krozero
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Widget area] Where do you paste code to widgetize your theme?ok, please follow these steps.
- http://screencast.com/t/jDl7NnTIllNH
- http://screencast.com/t/QuRAP2B0MH
- http://screencast.com/t/AsNMv7Q5t
thanks!
Forum: Plugins
In reply to: [WP Custom Widget area] Where do you paste code to widgetize your theme?ok, so firstly copy the header.php from Oblique theme and drop it inside child theme. then open that header.php file and paste the code you get from plugin : .. i.e <?php dynamic_sidebar( ‘header-widget’ ); ?> at line no: 52 . then add search widget for that area form dashboard Appearance > widgets. hope this solves your problems. 🙂 thanks!
Forum: Plugins
In reply to: [WP Custom Widget area] Where do you paste code to widgetize your theme?i’m not sure how your home page really look like. code location depends on how your theme looks like and how it was coded. can you share screenshot of your homepage pointing where you want to add widget area? after that may be i can help you place it in right location. thanks!
Forum: Plugins
In reply to: [WP Custom Widget area] Where do you paste code to widgetize your theme?HI, it depends on your requirement. where do you really want to place it? sidebar, footer area or somewhere else ? if sidebar, paste it inside sidebar.php if somewhere else open the related file and paste it where you want to show it. hope this helps. let me know if you need more help using it. thanks!
Hi, yes there is a way to do that. please follow the following steps.
1. http://screencast.com/t/IGQVBgwre
2. http://screencast.com/t/lsWh2TarMFjd
3. place the shortcode where you want to display it
4. add the css for widget class in style.css like
.wg-medium {
display: inline-block;
width: 32%;
vertical-align: top;
}
feel free to adjust width as needed.Thanks!
Kishor
Forum: Plugins
In reply to: [WP Custom Widget area] Tutorialhi, you can use these open source OOP based wordpress plugins boilerplate . one of these boilerplate is used in this plugin:
http://wppb.io/
https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/tree/master/plugin-name
hope this helps 🙂 !
Forum: Plugins
In reply to: [WP Custom Widget area] Tutorialhi, you can use these open source OOP based wordpress plugins boilerplate . one of these boilerplate is used in this plugin:
http://wppb.io/
https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/tree/master/plugin-name
https://www.google.com.np/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0CCcQFjAC&url=http%3A%2F%2Fwppb.me%2F&ei=lRc5Vc3IHoiH8QWr4YHIAg&usg=AFQjCNE4uEx1DMFwnufcJwaoQ0jmCZGbbQ&sig2=zQBswVlqX3pBm1pTJ345ww&bvm=bv.91427555,d.dGchope this helps 🙂 !
Forum: Plugins
In reply to: [WP Custom Widget area] code conflict with CoSchedule pluginresolved.
Forum: Plugins
In reply to: [WP Custom Widget area] code conflict with CoSchedule plugintested using CoSchedule plugin and can’t reproduce again. fixed!.
Forum: Plugins
In reply to: [WP Custom Widget area] View in home pageHi,
Wordpress Customiser only shows active widgets in theme. you need to copy the code : http://screencast.com/t/dV7uSn4z and paste it in your theme template. like below is how i call that widget area to page footer.php.
<footer class="content-info" role="contentinfo">
<div class="container">
<?php dynamic_sidebar('sidebar-footer'); ?>
<?php dynamic_sidebar( 'testy' ); ?>
</div>
</footer>
after that it will show up in customizer like this http://screencast.com/t/F4JBfv55 .
hope this helps! 🙂
Thanks,
KishorForum: Plugins
In reply to: [WP Custom Widget area] code conflict with CoSchedule pluginfixed in v1.0.3. can you please re install latest version and let me know if that still throwing error for you?
Thanks,
KishorForum: Plugins
In reply to: [WP Custom Widget area] Hiding widgets in a widget area for chosen pagesclosing as fixed!
Forum: Plugins
In reply to: [WP Custom Widget area] Hiding widgets in a widget area for chosen pagesHi, you can use https://wordpress.org/plugins/widget-logic/ with WordPress conditional tags : http://codex.wordpress.org/Conditional_Tags. that should solve your problem. 🙂 . Thanks!
Forum: Plugins
In reply to: [WP Custom Widget area] insert into pagefixed.
Forum: Reviews
In reply to: [WP Custom Widget area] Sorta works but you can't put it just anywhereHi,
Sorry about that. i’ve fixed that bug in version 1.0.2. you can reinstall or update it and if you have any other problems or questions using this plugin. please post it in support.
Thanks!