Upgrade Vs Existing Version - by Libardo

This topic has 29 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp

  • Avatar: Libardo
    Libardo
    Participant
    June 24, 2015 at 20:50

    Hi Support,

    After upgrade to the latest version of the Theme V2 I noticed that all my changes which I’ve made in the file attached is not showing anymore as should on the website.

    Can you please adapt the changes in the file attached on the website? I tried to replace the header.php with the new one and got errors on the website. So Please go ahead and do these for me.

    Please, contact administrator
    for this information.
    28 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 25, 2015 at 08:30

    Hello,

    You didn’t provide your site name.
    Also please clarify what changes need to be made and for which files.
    Did you create backup before updating the theme?
    Please restore it for now and create a child theme http://codex.wordpress.org/Child_Themes and copy all modified files into there. After that you can update the theme without losing the changes.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    June 25, 2015 at 15:02

    Hi Eva,

    Yes I have a backup of the old directory “royal” which contains all the files in it. Now would you like for me to leave the new royal file and then include all the files which I have attached in my previous post in the royal-theme folder?

    Can you please and upload the files in the royal-child folder for me? This is new for me so I would not want to do any mistake in the process.

    Please, contact administrator
    for this information.
    Avatar: Libardo
    Libardo
    Participant
    June 25, 2015 at 15:27

    Hi Eva,

    Please see in private.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 25, 2015 at 16:54

    Hello,

    I’ve created a child theme for you and moved the files you attached in the previous post into wp-content/themes/royal-child directory. CSS changes has been moved to style.css file in royal-child directory.
    I’ve activated child theme in Appearance > Themes.

    Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    June 25, 2015 at 17:45

    Hi Eva,

    Thanks. However after you have done the changes have you also took a look at the site?

    – There is no Footer ..
    – The shopping cart icon is a different color which I had before
    – When I scroll down the header menus are scrambled
    – The page http://bkbcuracao.com/storebkb/ is also missing some widgets which were active on the left hand side of the page
    – Also when I go to Appearance – Themes I see 2 Royal Themes excluding the Child Theme. Is this normal?

    Can you check these?

    Also if I would like to make any changes to / content-grid.php / functions.php / header.php I would need to make the changes in the Chile Theme/Folder?

    Avatar: Libardo
    Libardo
    Participant
    June 25, 2015 at 17:54

    In addition to my reply above ..

    – The language menu needs to be disabled
    – The My Account menu has a double line on the mobile menu ( http://i1340.photobucket.com/albums/o728/LibardoBarreto/Screenshot_2015-06-25-12-50-38_zpsykrqo2i6.png )
    – The ” + ” sign is not showing on the mobile menu ( http://i1340.photobucket.com/albums/o728/LibardoBarreto/Screenshot_2015-06-25-12-50-38_zpsykrqo2i6.png )

    Avatar: Eva
    Eva Kemp
    Support staff
    June 26, 2015 at 10:53

    Hello,

    I’ve re-added widgets for child theme. Now footer is shown.
    I’ve added this code in style.css to fix the issue with menu in fixed header:

    .fixed-header-area .header-logo {
        width: 20% !important;
        padding: 20px 0px !important;
    }
    
    .fixed-header-area .collapse {
       width: 100% !important;
    }

    If you want to make any changes to the files / content-grid.php / functions.php / header.php you should copy them to child theme directory in the same hierarchy as they are added in the parent theme.

    Languages menu is removed from the top bar.

    To remove second border line in mobile menu add this code in style.css of the child theme:

    .mobile-nav .links {
       border-top: none !important;
    }

    To make plus icon shown edit the file wp-content/themes/royal/images/small-plus.png with image editor and move it to child theme directory and write the code in the child style.css:

    .mobile-nav li .open-child::after {
        background-image: url("http://path_to_your_edited_image");
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    June 26, 2015 at 13:25

    Thanks Eva. I would like into this today

    Avatar: Libardo
    Libardo
    Participant
    June 26, 2015 at 13:46

    Hi Eva,

    All the changes are good except the ” + ” sign. Please see in private.

    Please, contact administrator
    for this information.
    Avatar: Libardo
    Libardo
    Participant
    June 26, 2015 at 13:53

    Hi Eva,

    In addition to my reply above, the shopping cart icon is also showing in color Black we would like to change this color to something else. Can you provide me with the steps for this?

    Also is it possible to align all times for mobile and table for the logo to be in the middle?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/WIW_zpsuaycczn1.png

    Avatar: Eva
    Eva Kemp
    Support staff
    June 26, 2015 at 14:18

    Hello,

    To change cart icon color add this code in child style.css:

    .cart-bag .ico-sum, .cart-bag .ico-sum::before {
        background-color: white !important;
    }

    I’ve edited the code for plus icon to:
    .mobile-nav li .open-child::after { background-image: url("http://bkbcuracao.com/wp-content/themes/royal-child/wp-content/themes/royal/images/small-plus.png") !important;}

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    June 26, 2015 at 14:30

    Hi Eva,

    In addition to my reply above, the shopping cart icon is also showing in color Black we would like to change this color to something else. Can you provide me with the steps for this?

    Also is it possible to align all times for mobile and table for the logo to be in the middle?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/WIW_zpsuaycczn1.png

    Also I’ve just checked on my mobile and still the + Sign and the Shopping Cart color does not reflect. Please check ..

    Avatar: Eva
    Eva Kemp
    Support staff
    June 26, 2015 at 14:52

    Hello,

    To change cart icon color add this code in child style.css:

    .cart-bag .ico-sum, .cart-bag .ico-sum::before {
        background-color: white !important;
    }

    To align logo add this code in child style.css:

    @media (max-width: 480px) {.header-logo {
      margin-left: 30px !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    June 26, 2015 at 15:04

    Thanks Eva.

    Also I’ve just checked on my mobile and still the + Sign and the Shopping Cart color does not reflect. Please check ..

    Avatar: Eva
    Eva Kemp
    Support staff
    June 26, 2015 at 15:20

    Hello,

    I’ve edited your code in child style.css. Please clear browser cache and check now.

    The code that was added is:

    .mobile-nav li .open-child::after { background-image: url("http://bkbcuracao.com/wp-content/themes/royal-child/wp-content/themes/royal/images/small-plus.png") !important;}
    
    .cart-bag .ico-sum, .cart-bag .ico-sum::before, .cart-bag .ico-sum::after { background-color: #FF8426 !important;}
    
    @media (max-width: 480px) {.header-logo {margin-left: 20px !important;}}
    
    .cart-bag .ico-sum::before {
        border-color: #FF8426 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    June 26, 2015 at 15:20

    Hi Eva,

    ======================================================================================
    After adding this code the logo is showing extra small when I scroll down:

    .cart-bag .ico-sum, .cart-bag .ico-sum::before {
    background-color: white !important;
    }

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/Screenshot_2015-06-26-10-11-30_zpsupprjs74.png

    ======================================================================================
    In addition I also tried to use this code but the icon shows black instead of orange:

    .cart-bag .ico-sum, .cart-bag .ico-sum::before {
    background-color: FF8426 !important;
    }

    Can you please check why?
    ======================================================================================

    Avatar: Libardo
    Libardo
    Participant
    June 26, 2015 at 15:23

    Hi Eva,

    I noticed you changed the color for me to orange. Thanks. I checked and still look a bit strange .. is it possible to have the color as it was before the latest upgrade? If so can you adjust this for me?

    Also after adding this code the logo is showing extra small when I scroll down:

    .cart-bag .ico-sum, .cart-bag .ico-sum::before {
    background-color: white !important;
    }

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/Screenshot_2015-06-26-10-11-30_zpsupprjs74.png

    Avatar: Eva
    Eva Kemp
    Support staff
    June 26, 2015 at 19:14

    Hello,

    I’ve added this code in style.css of the child theme to fix the issue with fixed header logo:

    @media (max-width: 480px) {.fixed-header-area .header-logo img {
        max-width: 200px;
        margin-left: -50px !important;
        width: 150px;
    }}

    Please check it now.

    Please clarify what color you want the cart icon to be displayed (the dark one?)?

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    June 26, 2015 at 19:46

    Hi Eva,

    We would like for the shop cart icon to be this color/style:

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/SHOP_zpshwatpuu8.png

    Also Can you please check the + sign which is still not showing White + Sign. I’ve edit it and place it in the correct Child Folder but still not showing as should.

    Please check once more.

  • 1 2
    Viewing 20 results - 1 through 20 (of 29 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.