Title: Bryan Focht's Replies | WordPress.org

---

# Bryan Focht

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] Shortcodes PHP code](https://wordpress.org/support/topic/shortcodes-php-code/)
 *  Plugin Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/shortcodes-php-code/#post-12728076)
 * Here are some examples of the plugin short codes
    [https://pastebin.com/0L2EmqaK](https://pastebin.com/0L2EmqaK)
 * Here are some product icon shortcodes in the plugin
    [https://pastebin.com/DvXNZEJu](https://pastebin.com/DvXNZEJu)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] Reseller Plugin Shortcodes – JSON ERROR](https://wordpress.org/support/topic/reseller-plugin-shortcodes-json-error/)
 *  Plugin Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/reseller-plugin-shortcodes-json-error/#post-12268341)
 * From what I can tell with the shortcode, a smart quote is being used instead 
   of a standard quote around the 5. Either remove the quotes around the 5 or use
   standard quotes.
    [rstore_domain_search page_size=5]
 * 2. You can alter the look of the search box with CSS. One example css might look
   like
 *     ```
       .rstore-domain-search .search-form .search-field {
           width: 100%;
       }
       ```
   
 * 3. The three domain shortcodes that are available are
    [rstore_domain] [rstore_domain_search][
   rstore_domain_transfer]
 * 4. If you are using a page builder such as Gutenberg, Beaver builder, or WPBakery
   on your page/post there are widgets/blocks available. Otherwise you will need
   to use shortcodes on the classic editor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] shortcode parameters](https://wordpress.org/support/topic/shortcode-parameters-12/)
 *  Plugin Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/shortcode-parameters-12/#post-12198486)
 * Here are some shortcode examples
 * [https://pastebin.com/0L2EmqaK](https://pastebin.com/0L2EmqaK)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] Page Not Found](https://wordpress.org/support/topic/page-not-found-336/)
 *  Plugin Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-336/#post-11850795)
 * Do you have the woocommerce plugin installed also? You may have to change the
   permalinks if both plugins are using `products` as the base permalink.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] Page Not Found](https://wordpress.org/support/topic/page-not-found-336/)
 *  Plugin Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-336/#post-11850767)
 * In the admin dashboard, go to Settings->Permalinks and confirm that the permalinks
   are configured properly. Sometime WordPress is able to detect if there is a problem
   and will make a suggestion
 * In addition you can override Reseller Product Permalinks at the bottom of the
   settings page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] Global Control](https://wordpress.org/support/topic/global-control/)
 *  Plugin Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/global-control/#post-11491327)
 * Thanks for the feedback. We are evaluating whether to incorporate some of these
   settings into the main plugin. In addition we have spoken to the WordPress team
   about including the advanced plugin into WordPress.org (and that is in the works).
 * One advantage of keeping it as a separate plugin is the ability to easily disable
   all global settings without affecting the core plugin.
 * I completely understand your concern downloading from a third party location.
   The plugin is available as open source [https://github.com/Resellers/wp-reseller-store-settings](https://github.com/Resellers/wp-reseller-store-settings)
 * Alternatively you can add a filter to your site which will accomplish the same
   setting
 *     ```
       add_filter(
       	'rstore_product_redirect',
       	function() {
       		return false;
       	}
       );
       ```
   
    -  This reply was modified 7 years, 2 months ago by [Bryan Focht](https://wordpress.org/support/users/bfocht/).
    -  This reply was modified 7 years, 2 months ago by [Bryan Focht](https://wordpress.org/support/users/bfocht/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] Global Control](https://wordpress.org/support/topic/global-control/)
 *  Plugin Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/global-control/#post-11491312)
 * The settings menu will appear by installing a separate plugin which is available
   for download here [http://go.me/advanced](http://go.me/advanced)
 * After installing the plugin there is a global option to disable “Redirect to 
   cart”
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Turnkey Storefront] Menu Mobile don’t work](https://wordpress.org/support/topic/menu-mobile-dont-work-2/)
 *  Theme Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-mobile-dont-work-2/#post-11389839)
 * uploaded version 1.2.3 that should fix the menu.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Turnkey Storefront] Menu Mobile don’t work](https://wordpress.org/support/topic/menu-mobile-dont-work-2/)
 *  Theme Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-mobile-dont-work-2/#post-11389746)
 * ok, I understand. Working on the fix.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Turnkey Storefront] Menu Mobile don’t work](https://wordpress.org/support/topic/menu-mobile-dont-work-2/)
 *  Theme Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-mobile-dont-work-2/#post-11389572)
 * I made some changes on my development site. Will you test my changes and see 
   if you have the same issues. Here is a link to my development site.
 * [https://www.skcd.co/](https://www.skcd.co/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Turnkey Storefront] Menu Mobile don’t work](https://wordpress.org/support/topic/menu-mobile-dont-work-2/)
 *  Theme Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-mobile-dont-work-2/#post-11389419)
 * Thanks [@dgarboleda](https://wordpress.org/support/users/dgarboleda/)
    I just
   tested your site on my windows 10 system. What is not not working in the mobile
   menu for you? Have you tried refreshing your browser cache?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Turnkey Storefront] Menu Mobile don’t work](https://wordpress.org/support/topic/menu-mobile-dont-work-2/)
 *  Theme Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/menu-mobile-dont-work-2/#post-11389314)
 * Hi [@dgarboleda](https://wordpress.org/support/users/dgarboleda/), Can you provide
   an example? What browser and operating system are you using?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Turnkey Storefront] Social Menu ?](https://wordpress.org/support/topic/social-menu-17/)
 *  Theme Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/social-menu-17/#post-11350320)
 * Thanks for reporting this issue. I have uploaded the missing icons and published
   a new version. Please install 1.2.1 or later and the Social Menu will display
   correctly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] domain search shortcode](https://wordpress.org/support/topic/domain-search-shortcode/)
 *  Plugin Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/domain-search-shortcode/#post-11224732)
 * [@joshaxessnetworkcom](https://wordpress.org/support/users/joshaxessnetworkcom/)
   I noticed you posted the link to your site so I was able to take a look.
 * I used the Chrome inspector and I noticed you have two headers on your site, 
   once is a called fw-sticky-header and another is called fw-header. Are you able
   to remove the shortcode from the fw-sticky-header?
 * I will see if I can reproduce similar behavior on my development site, but the
   modal pop-up looks like it is grabbing the domain search from the fw-sticky-header
   and moving it to fw-header which is should not be doing.
 * I’ll see if I can fix this issue, but in the meantime try to remove the shortcode
   from one of the headers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] domain search shortcode](https://wordpress.org/support/topic/domain-search-shortcode/)
 *  Plugin Author [Bryan Focht](https://wordpress.org/support/users/bfocht/)
 * (@bfocht)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/domain-search-shortcode/#post-11224669)
 * Hi Josh, yes the html that is rendered did change in the shortcode and widget.
   They are the exact same regardless if you use a shortcode or widget.
 * We tried to make the change have the least impact because had to wrap the “Continue
   to cart” button in a FORM tag. This is what most likely is causing CSS issues
   for you.
 * The reason we had to wrap the button in a FORM tag was to give maximum browser
   compatibility, specifically with Safari on iPhone devices which have a pretty
   strict Privacy setting. These privacy settings were preventing the ability to
   add domains to cart.

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

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