Thread: MobiZenCart

Results 1 to 10 of 45

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: MobiZenCart

    Hi
    I am trying out Mobizen Cart and so far it's great.
    I have a few questions that I can't find an answer to in the read me file.
    1. On my phone the icons for the menu, shop and search are not displaying. I think they use a font but when I look at the source code I don't see a link to a stylesheet for the fonts. How should those icons be loading into the template? i checked and the fonts are uploaded to the templates folder, the mobizencart one.

    2. Second question is how to I get the Main Page text to show on the mobile device?
    On the help file it says to open it in the define pages editor:
    "If you don't need to modify the file, skip the textbox editor and simply hit the save button.

    Your page on the mobile theme has been created and saved to the includes/languages/english/html_includes/mobizencart folder"
    I did this but the page is not saved in the folder. the permissions on the folder is 755.

    What am I doing wrong there please?
    Thanks
    B

  2. #2
    Join Date
    Jun 2008
    Location
    Osprey, Florida
    Posts
    151
    Plugin Contributions
    14

    Default Re: MobiZenCart

    It all sounds like not all of the files uploaded correctly. Try downloading the plugin again and make sure to upload all of the files to your installation.

    The icons I use in that theme are found here: http://ionicons.com. The css file needs to upload and so does the fonts folder inside templates/mobizencart.

    As for the main page. Make sure that the define_pages_editor.php file inside your admin folder overrides the one in your current installation. Make a backup of yours first. If you have made changes to your file, make sure to compare the files and add the code to yours. Incidentally that file was a contribution from Scott Wilson (thatsoftwareguy). That file saves a lot of work, no pun intended. If your installation is not saving the files then simply add a copy of your define_main_page.php to the languages/english/html_includes/mobizencart folder.

    A link to your site would help also in order to inspect the source code.

    Hope that helps.

  3. #3
    Join Date
    Dec 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: MobiZenCart

    Thanks I'll try that.
    B

  4. #4
    Join Date
    Jul 2010
    Location
    L'Aquila
    Posts
    113
    Plugin Contributions
    1

    Default MobiZenCart with seo url

    Hi I installed mobizen carts, and even seo url latest version, activating both will not work while the MObizencart disabling seo url works, is there any configuration to be changed? Thank you

  5. #5
    Join Date
    Jun 2008
    Location
    Osprey, Florida
    Posts
    151
    Plugin Contributions
    14

    Default Re: MobiZenCart with seo url

    That is not going to work. MobiZenCart is built with jQuery Mobile which kinda' rewrites the URL.

  6. #6
    Join Date
    Jul 2010
    Location
    L'Aquila
    Posts
    113
    Plugin Contributions
    1

    Default Re: MobiZenCart with seo url

    Thanks because Mobizen Cart and Seo url not working together?

  7. #7
    Join Date
    Nov 2013
    Location
    Gold Coast, Australia
    Posts
    5
    Plugin Contributions
    1

    Default Re: MobiZenCart with seo url

    Love the theme, really great:)

    If you want to show the theme on mobiles only, no tablets. Replace this code in \includes\templates\template_default\mobile_redirect.php on line 7:

    if ($detect->isMobile() && !$detect->isTablet()) {

  8. #8
    Join Date
    Jun 2008
    Location
    Osprey, Florida
    Posts
    151
    Plugin Contributions
    14

    Default Re: MobiZenCart with seo url

    I'm glad to hear that you like it. Thanks!

    As for the code modification. A safer place to ensure that the code only works on small devices such as iPhones would be to change line 41 in includes > init_includes > overrides > init_templates.php from:
    PHP Code:
    if  ($detect->isMobile())  { 
    to
    PHP Code:
    if  ( ($detect->isMobile()) && (!$detect->isTablet()) )   { 
    Lines 38 to 50 in that file are the ones that change the template for mobile devices.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg