Forum Replies Created

Viewing 15 replies - 16 through 30 (of 64 total)
  • Plugin Author Bryan Focht

    (@bfocht)

    We have published a version v2.1.1 to the WordPress directly. This fixed some compatibility issues WordPress 5.0.1, 5.0.3, and 5.1.0

    Plugin Author Bryan Focht

    (@bfocht)

    @aspasa What theme are you using in the screen shot? We try hard to be compatible with different themes, but each theme is very unique. Knowing the theme will help us trouble shoot the issue.

    If you are still having difficulty please call our support and they can open a support ticket for our developers to take a look at your site.

    Plugin Author Bryan Focht

    (@bfocht)

    @spikerzz Content Height and Layout Type are added to the WPBakery in version that are 2.0.10 and later. We plan on releasing this version from Beta within the next week. Otherwise you can download the beta version and test.

    Plugin Author Bryan Focht

    (@bfocht)

    Hi @manager007

    I tested the buttons on your homepage and it is working for me. There are two scenarios that i think could be causing this issue.

    #1. A cached javascript was loading and refreshing your cache would fix that
    #2. You were logged into a different reseller account and maybe there was a cart conflict. We do have code in place that attempts to handle this use case however if there a large number of cookies, the browser isn’t sending the server all of the cookie data.

    Plugin Author Bryan Focht

    (@bfocht)

    @ancadia the theme is called Turnkey Storefront

    https://wordpress.org/themes/turnkey-storefront/

    Plugin Author Bryan Focht

    (@bfocht)

    @manager007 We have released a beta version of the plugin that adds a “Classic” layout option to the plugin. Will you test the beta version and confirm that the classic layout will work with your site?

    Here is a video overview and direct link to download the beta.

    http://go.me/beta

    We are continuing two prioritize and work on your additional feedback. Thanks!

    Plugin Author Bryan Focht

    (@bfocht)

    This appears to be an issue with your theme’s css. In the Oxygen.css file it is setting which is hiding the search box.

    
    .widget_search label {
        display: none;
    }
    

    If you reach out to the theme author they might be able to fix it, otherwise adding the following css to your site should also fix the issue

    
    .widget_search label {
        display: inline-block !important;
    }
    
    Plugin Author Bryan Focht

    (@bfocht)

    Hi @manager007 Thanks for the feedback. These are all fantastic requests and we will prioritize and work on them.

    We are currently working on the product widget change and will take all of your feedback into consideration on it.

    For the domain search, we will revisit that on a future release too. There will need to be some changes made to our APIs and then updates to the domain search so that a shopper can add/remove domains to their cart from without leaving the WordPress site directly. The biggest issue we need to account for is that some domains require a validation of the shopper’s country of residence or other information before a domain can be added to their cart.

    For the Super reseller you will need to setup a separate WordPress site. However we are revisiting this architecture in 2019. This is a pretty big change under the covers because we would like to combine the two reseller plans to a single plan. No promises there but that is something that we are researching.

    Plugin Author Bryan Focht

    (@bfocht)

    We have released version 2.0.8 of the plugin which adds the form to the allowed html. This fix only affects version 2.0.7 running on WordPress 5.0.1 and later.

    Previous version of the plugin and WordPress did not have this new security restriction.

    Plugin Author Bryan Focht

    (@bfocht)

    In the 5.0.1 update the usage for the FORM tag has been severely restricted. https://make.wordpress.org/core/2018/12/13/backwards-compatibility-breaks-in-5-0-1/

    We are working on a fix and will release it shortly.

    Plugin Author Bryan Focht

    (@bfocht)

    Good question. Out of the box, not really but I did find a plugin called “Shortcode in Menus”

    I tested it by creating a custom link and put the short code in the URL and
    FULL HTML OUTPUT as the Navigation Label.

    Your are going to have to play around with the CSS to get it to look right in your menu. I started with this CSS but YMMV

    a.logout-link {
        display: unset;
    }
    
    .widget.rstore-login {
        margin-bottom: 0px;
    }

    The login shortcode is

    [rstore_login welcome_message="Welcome Back" login_button_text="Log In" logout_button_text="Log Out" ]

    Plugin Author Bryan Focht

    (@bfocht)

    add content_height=0 to your shortcode. A global option is a great idea for the next release.

    Plugin Author Bryan Focht

    (@bfocht)

    @ahmedsaid50 if you are using widgets, you can use the “Reseller Advanced Domain Search” widget provides the search results on page with an option to display the results in a modal.

    You can also use a short code like @nobullwebsolutions
    There is a parameter modal=1 you can pass to show the results in a modal window.

    [rstore_domain_search page_size=5 modal=1]

    Plugin Author Bryan Focht

    (@bfocht)

    @manager007 and @cre8myhosting thanks for your feedback.

    The change from 1.7 to 2.0.7 was pretty large both in the UX and in the module as we prepared for the 5.0 release of WordPress.

    The information you posted is helpful. I will look at how we can give more layout options in the product widget so that you have more control over the placement of the buttons. I will setup a development environment with those plugins and themes and do some testing as I am not familiar with it right now.

    In the page builder, do you use shortcodes or widgets?

    Also I can create a filter you can add to your functions.php that can set the layout option (new feature?) globally so you don’t have to go into every post and make the change.

    Plugin Author Bryan Focht

    (@bfocht)

    With the newer versions of the plugin, the lightbox modal is built into the shortcode. You can control the modal by adding modal=1 to your shortcode.

    your short code would look like this:
    [rstore_domain_search page_size=”5″ text_placeholder=”Find your next church domain name” text_search=”Search For Church Domain Name” modal=1]

    You will need to remove any custom javascript you put on your site that triggered the modal on the original version.

Viewing 15 replies - 16 through 30 (of 64 total)