Title: krozero's Replies | WordPress.org

---

# krozero

  [  ](https://wordpress.org/support/users/krozero199/)

 *   [Profile](https://wordpress.org/support/users/krozero199/)
 *   [Topics Started](https://wordpress.org/support/users/krozero199/topics/)
 *   [Replies Created](https://wordpress.org/support/users/krozero199/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/krozero199/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/krozero199/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/krozero199/engagements/)
 *   [Favorites](https://wordpress.org/support/users/krozero199/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 78 total)

1 [2](https://wordpress.org/support/users/krozero199/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/krozero199/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/krozero199/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/krozero199/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/krozero199/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/krozero199/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] Mysterious “dot” next to text in widget?](https://wordpress.org/support/topic/mysterious-dot-next-to-text-in-widget/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/mysterious-dot-next-to-text-in-widget/#post-10086926)
 * hi [@adhdcelt](https://wordpress.org/support/users/adhdcelt/), there’s two way,
   you can edit widget area and set “Before/After widget” to div or other available
   tags (by default its li). or second way is to add css targeting that widget area“
   li” tag. hope this helps.
 * Thanks
    Kishor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] How to place a menu on the left sidebar of a specific page](https://wordpress.org/support/topic/how-to-place-a-menu-on-the-left-sidebar-of-a-specific-page/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/how-to-place-a-menu-on-the-left-sidebar-of-a-specific-page/#post-9798720)
 * Hello [@enricolino](https://wordpress.org/support/users/enricolino/),
    you can
   install this plugin [https://wordpress.org/plugins/enable-shortcode-and-php-support-in-text-widget/](https://wordpress.org/plugins/enable-shortcode-and-php-support-in-text-widget/).
   that will enable shortcode in text widget then get the code for you menu location
   from ‘custom widget area’ and add it to widget using that newly installed shortcode
   text widget.
 * i.e
    <?php wp_nav_menu( array( ‘theme_location’ => ‘your-menu-location’ ) ); ?
   >
 * hope this helps.
 * Thanks!
 * Kishor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] help positioning widget in menu](https://wordpress.org/support/topic/help-positioning-widget-in-menu/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/help-positioning-widget-in-menu/#post-9518956)
 * hi [@virgikins](https://wordpress.org/support/users/virgikins/), if you are adding
   it through code editor use <?php dynamic_sidebar( ‘tapahtumabar’ ); ?> . or if
   you are doing it through wp content editor use shortcode [cwa id=’tapahtumabar’].
   try adding widget to that widget area and see if that appears. if it’s still 
   not showing then check the element using chrome inspector. may be it’s hidden
   or something else. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] How to create sub-nav / drop down menus](https://wordpress.org/support/topic/how-to-create-sub-nav-drop-down-menus/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/how-to-create-sub-nav-drop-down-menus/#post-9518943)
 * hi [@shawncohen](https://wordpress.org/support/users/shawncohen/), this plugin
   only creates menu location. for nested menu design you ‘ll need to extend walker
   menu. yes, you will need additional php please check this link [https://wordpress.stackexchange.com/questions/144782/custom-nav-walker-sub-menu-html-construct](https://wordpress.stackexchange.com/questions/144782/custom-nav-walker-sub-menu-html-construct)
   
   if you don’t want to do additional coding try these plugins and see which fits
   for your requirement.
 * Thanks!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Custom Widget area] not working on WP 4.8](https://wordpress.org/support/topic/not-working-on-wp-4-8-2/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/not-working-on-wp-4-8-2/#post-9251295)
 * hi [@dibf](https://wordpress.org/support/users/dibf/), is it throwing any error?
   i tested it in 4.8 but works fine for me.
    any steps to reproduce your problem?
   Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] double widget in header](https://wordpress.org/support/topic/double-widget-in-header/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/double-widget-in-header/#post-9251276)
 * hi [@angelesblu](https://wordpress.org/support/users/angelesblu/), what do you
   mean by duplicate? i didn’t see any duplicates in your site header.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] Upgraded to 1.2.5 and foreach() error showing](https://wordpress.org/support/topic/upgraded-to-1-2-5-and-foreach-error-showing/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/upgraded-to-1-2-5-and-foreach-error-showing/#post-8583550)
 * can you try deactivate and reactivate plugin? see if that fix the problem? if
   it didn’t you can download old version form [https://wordpress.org/plugins/wp-custom-widget-area/developers/](https://wordpress.org/plugins/wp-custom-widget-area/developers/)
   
   1.2.2 is previous version. download and extract it to plugins directory (replace
   or delete recently updated version). i’ll look into this issue. thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] Help positioning custom header widget](https://wordpress.org/support/topic/help-positioning-custom-header-widget/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/help-positioning-custom-header-widget/#post-8583320)
 * ![http://content.screencast.com/users/kkhambu/folders/Jing/media/c7e0a022-8ea1-
   4384-a696-76d5d6c4ac26/00000610.png](https://i0.wp.com/content.screencast.com/
   users/kkhambu/folders/Jing/media/c7e0a022-8ea1-4384-a696-76d5d6c4ac26/00000610.
   png)
 * yea, it looks good but vertical position seems bit off (screenshot attached).
   you may like to add following css (margin-top and max-width)
 *     ```
       .header-right-widget {
           width: 500px;
           float: right;
           margin-top: -30px;
           max-width: 100%;
       }
       ```
   
 * that should fix both vertical positioning and responsive issue. 🙂 tx!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] Help positioning custom header widget](https://wordpress.org/support/topic/help-positioning-custom-header-widget/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/help-positioning-custom-header-widget/#post-8582558)
 * ![http://content.screencast.com/users/kkhambu/folders/Jing/media/f324c33c-c1d9-
   4d21-ab9d-89f1764e7df6/00000608.png](https://i0.wp.com/content.screencast.com/
   users/kkhambu/folders/Jing/media/f324c33c-c1d9-4d21-ab9d-89f1764e7df6/00000608.
   png)
 * Jesse, if you are trying to achieve something similar to above screenshot. please
   paste the widget area code inside ‘<div class=”header-right-widget”>’element.
   bottom left in above screenshot. and add margin-top: -40px; to css. bottom right
   in screenshot.
 * you may need some additional css to control widget break, like search button 
   fall off, responsiveness etc things. hope this helps. thanks!
 * Kishor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] Help positioning custom header widget](https://wordpress.org/support/topic/help-positioning-custom-header-widget/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/help-positioning-custom-header-widget/#post-8580235)
 * Hi Jesse, it’s hard to tell without looking in your site. for responsiveness 
   please use media queries [https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries).
 * for “search bar not seems to be working ” can you try adding z-index: 500; .
   
   and for “all the way at the very top far right of the page” try adding position
   responsive for header wrapper element.
 * is it possible post a link to your site (i’ll have to inspect the code to give
   you exact fix for your problem)?
 * Thanks!
    Kishor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] Upgraded to 1.2.5 and foreach() error showing](https://wordpress.org/support/topic/upgraded-to-1-2-5-and-foreach-error-showing/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/upgraded-to-1-2-5-and-foreach-error-showing/#post-8574917)
 * Hi [@ohiolug](https://wordpress.org/support/users/ohiolug/), it’s looks like 
   the custom wrapper JSON object you entered is not a valid JSON objet array type.
   please make sure it is enclosed with [ ].
    i.e: [{“tag”: “span”, “id”: “mywidget”}]//
   if single element
 * [{“tag”: “span”, “id”: “mywidget”}, {“tag”: “span”, “id”: “inner”}] //if multiple
   wrapper element
 * currently, JSON object array validation is not very strong, so it’ll let you 
   submit any JSON object in with or without [ ] brackets. but the plugin uses JSON
   object type [ { .. }, {..}]. i’m working on few updates. will release next version
   soon with fix for this validation issue.
 * please follow above example type. i think that should fix that error.
 * Thanks,
    Kishor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] Crashes my woocommerce site](https://wordpress.org/support/topic/crashes-my-woocommerce-site/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/crashes-my-woocommerce-site/#post-8557730)
 * Hi Rob, i’ve tested it with woocommerce plugin today and it works fine. i didn’t
   get any error. if it’s possible can you please post error here? Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] Crashes my woocommerce site](https://wordpress.org/support/topic/crashes-my-woocommerce-site/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/crashes-my-woocommerce-site/#post-8553638)
 * hi, is it showing any errors? can you paste it here?
 * thanks!
    -  This reply was modified 9 years, 6 months ago by [krozero](https://wordpress.org/support/users/krozero199/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] Project Photo Alignment / Menu Margin (Espied)](https://wordpress.org/support/topic/project-photo-alignment-menu-margin-espied/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/project-photo-alignment-menu-margin-espied/#post-8550532)
 * hi, sorry for delay in reply. the plugin just creates menu location rest is all
   how you pull it through to theme and how you style it using css. it’s looks like
   css issue based on your description and the link dead. guess you have found your
   solution. thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Widget area] [Feature req] Ability to set container element](https://wordpress.org/support/topic/feature-req-ability-to-set-container-element/)
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/feature-req-ability-to-set-container-element/#post-8550519)
 * Hi, i’ve added that feature in version 1.2.5. please update the plugin. thanks!

Viewing 15 replies - 1 through 15 (of 78 total)

1 [2](https://wordpress.org/support/users/krozero199/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/krozero199/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/krozero199/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/krozero199/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/krozero199/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/krozero199/replies/page/2/?output_format=md)