Forum Replies Created
-
AuthorPosts
-
FocuxTheme Support
KeymasterPlease submit the request via Envato, thanks!
FocuxTheme Support
KeymasterOnly 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.
FocuxTheme Support
KeymasterNo, it’s the theme CSS bug, I will also fix this issue in the next version.
Thanks for your feedback!FocuxTheme Support
KeymasterGlad to hear this!
FocuxTheme Support
KeymasterHi
I fixed the issue, please check it on your computer again.
Thanks
FocuxTheme Support
KeymasterHi
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 ()
FocuxTheme Support
KeymasterHi
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
FocuxTheme Support
KeymasterHi
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
July 9, 2019 at 6:24 am in reply to: why bullets (ul) not responsive in mobile screen sizes ? #24693FocuxTheme Support
KeymasterOK I see.
You can add the following CSS to rtl.css file
ul{ margin-right: 0; padding-right: 0; }
Thanks
FocuxTheme Support
KeymasterI 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. -
AuthorPosts