Forum Replies Created

Viewing 10 posts - 441 through 450 (of 6,341 total)
  • Author
    Posts
  • in reply to: custom url don't change #24799

    Please submit the request via Envato, thanks!

    in reply to: custom url don't change #24732

    Only when you moved the mobile folder from the site root folder to the other place, you need to change the URL, otherwise, don’t change it. It’s not the URL rewrite module.

    For example, if you deploy the mobile app under a subdomain, https://mobile.abc.com, then you can change the URL to this.

    in reply to: Product grid issues #24730

    No, it’s the theme CSS bug, I will also fix this issue in the next version.
    Thanks for your feedback!

    in reply to: Localization problem #24713

    Glad to hear this!

    in reply to: Product grid issues #24711

    Hi

    I fixed the issue, please check it on your computer again.

    Thanks

    in reply to: Product grid issues #24703

    Hi

    I found the following custom JS codes in the footer, is this your custom codes? If it’s your custom code, where you have added to? Because there’s an error in the console log. I want to fix this error to see if the layout issue is related to this error, but these custom codes are not generated by the theme.

    jQuery(document).ready(function($)
    {
    
    if($('div').hasClass("edd_price_options"))
    
    var $notall = $(".edd_price_options input:not(:last)")
    var $alloption= $(".edd_price_options input:last")
    
    $alloption.on('change', function () 
    {
    
        // if 'All versions' is selected. new version
        if (this.checked) 
        			{     
           // remove the 'checked' attribute from the rest checkbox inputs.
            $notall.prop('checked', false);
       				 }
    });
    
    $notall.on('change', function ()
    {
        // if one the other options
        if (this.checked) 
        					{  
            // then All version is deslected
            $alloption.prop('checked', false);
       		
       		
       		
       					 }
    });
    })
    

    Change

    $notall.on('change', function ()

    to

    $notall.change(function ()
    in reply to: Localization problem #24701

    Hi

    Please download this version, https://www.dropbox.com/s/7q3js7ejybpw80u/mostore.zip?dl=0

    1. Go to Mofect Mobile > Mobile Web App page, deactivate the old app, and delete it from the library.
    2. Upload this new version and activate it.

    You don’t need to disconnect the API.

    Thanks

    in reply to: Product grid issues #24695

    Hi

    I reproduced this issue. Could you post temporary WP login details via the private reply?
    It’s CSS issue, I want to try to debug it via Theme editor.

    Thanks

    OK I see.

    You can add the following CSS to rtl.css file

    ul{
      margin-right: 0;
      padding-right: 0;
    }

    Thanks

    in reply to: Product choices #24691

    I got it, but yes, it’s out the scope of support, you may ask EDD official support.
    Like this model, you can only create different products for each option currently.

Viewing 10 posts - 441 through 450 (of 6,341 total)