Theme version

Discussion in 'Infoway WordPress Theme' started by roboticsbeyond, Jan 14, 2016.

  1. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Hello,

    I am running version 1.6.3 of Infoway, with a child theme.

    Is there a newer version of Infoway?
    Do I need to upgrade?
    If I upgrade Infoway, how do I install the latest version?

    I am also running an older version of Wordpress, 4.1.9, and want to upgrade to the latest version 4.4.1. Should I upgrade Wordpress first, then Infoway?

    Thank you!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You are on old version of the theme, latest version is 1.7.1..

    You can upgrade your theme by following the steps as given below..

    Here're the steps of doing so...

    Download the InfoWay theme by logging in your members account:

    http://inkthemes.com/members/member

    Next, you have to extract the zip file and rename that folder infoway like infoway_new,

    Again, you would need to create a zip file of that renamed folder (say: infoway_new.zip),

    Now, upload the theme in your WordPress from Dashboard->Appearance->Themes->Add New,

    Then, activate your theme,

    This way you can install and activate your updated version in your site, keeping the copy of your older version in your WordPress

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Thank you. Does this mean it will install into a new Wordpress directory?

    I have a lot of .php files that run off our site. If there is a new directory, I will have to copy those files over.

    Also, we have a child theme. Do I need to do anything with that?
     
  4. priya

    priya Guest

    Hello,

    After upgrading the theme, it will create a new theme under Appearance section of your dashboard and all the settings will remain same..

    Hope you will get it..

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Hello,

    I have tried this several times and get the following error:

    Installing Theme from uploaded file: infoway_new.rar

    Unpacking the package…
    The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
     
  6. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    ok, sorry, I've gotten a little further. First, after some searching, I realized that I was creating a .rar file. I instead created a .zip file, with the second level folder inside the infowaytheme directory. I was able to install that successfully through Add/Upload theme.

    I have a child theme. Will the child theme automatically take control if I Activate the new theme version? Initial attempt at activating new theme did not use child theme.
     
  7. priya

    priya Guest

    Hello,

    No, your child theme will not take control automatically of your new theme until you rename the folder name under child theme..

    Like if you will replace folder name from infoway to infoway_new in the child theme, in that case, your child theme will automatically behave like your new theme...

    Hope you will get it...

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Ok, I think I've got it, thank you!

    The mobile version is now showing the "tap to call" feature, which I thought I had disabled. Can you please tell me how to disable "tap to call"?
     
  9. priya

    priya Guest

    Hello,

    You can use below code in Custom CSS field of your dashboard for your purpose..
    Code:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    a.btn {
        display: none;
    }
    }
    @media only screen and (max-width: 480px){
    a.btn {
        display: none;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  10. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Thank you for all your help, Priyanka. I am still having a problem with the new theme version.

    I have changed the name in my child theme to infoway_new, and it does pull in most of my customization. However, I have many custom template php files in my original infowaytheme folder, and these do not appear when I use my changed child theme. Do I need to copy my templates into the infoway_new folder?
     
  11. priya

    priya Guest

    Hello,

    No, you don't need to copy your templates into the infoway_new folder...

    You just have to copy that template under child theme...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  12. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Hi Priyanka,

    You have been really great in helping me out. I have 99% of my website working with the new Infoway version. I'm still having some problems with my custom css. For some reason the table/no border styling is not working anymore, and I still can't get the tap to call button to go away on mobile (but it did disappear on full screen).

    Here is what I have entered through the Custom CSS screen of Theme Options:

    table {
    border: none;
    }
    a.btn {
    display: none;
    }
    .header .contactinfo img {
    display: none;
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    a.btn {
    display: none;
    }
    .header .contactinfo img {
    display: none;
    }
    }
    @media only screen and (max-width: 480px){
    a.btn {
    display: none;
    }
    .header .contactinfo img {
    display: none;
    }
    }
    .closeicon {
    display: none;
    }
    a {
    color: red;
    }
    #menu .ddsmoothmenu li li a.selected {
    color: #7b7b7b;
    }
    .menu_bar {
    background: orange;
    }
    #featured {
    display: none;
    }

    Please let me know if you can help me further!
     
  13. priya

    priya Guest

    Hello,

    Would you please explain your issue with some edited screenshot of the concerned area and your site URL as well so that I can better understand your requirement and assist you accordingly..?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  14. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Hi,

    My website is www.roboticsandbeyond.org.

    The issues are: table borders are showing (do not want them) and "tap to call" showing on mobile version (do not want it).

    Thank you! 2016-02-12.png 2016-02-12 (1).png
     
  15. priya

    priya Guest

    Hello,

    For issue #1,

    Code is given below..
    Code:
    td, th {
        border: none;
    }
    For issue #2,

    Use below code,
    Code:
    .menu_bar {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  16. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Works perfectly. You have been extremely helpful, thank you!
     
  17. priya

    priya Guest

    Thank you! for your appreciation and that warm feedback. Means a lot.

    I do hope that you will have more awesome experience with InkThemes in coming days.

    I would also like to ask you if you can cosider upgrading to InkThemes Full Membership.

    Check this out: http://www.inkthemes.com/offers/inkthemes-membership/

    InkThemes Membership comes with instant access to 49 WP Themes.

    I'm sure you will like the themes and create more awesome sites for yourself or for your clients.

    Let me know what you think about it.. I will offer you a GOOD discount.

    Looking forward to your positive reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page