This topic has 23 replies, 4 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
I just updated my Royal Theme via WP Admin to your latest v4.1 and it changed some of my theme settings. I even click on SAVE under Theme Options / General. What’s going on? Any issues?
For example, my Footer Section disappeared: https://prnt.sc/ijeumz
The Button color in my SHOP page changed to black, hiding the text: https://prnt.sc/ijeuqa
Also, the CART box in the top right corner of the site disappeared too, The Header Type changed even though under Theme Options/Header Type I see the Header 7 selected, which is what I wanted, but it’s not displaying as Header 7. Odd. I don’t have a screenshot for it, but you get the idea.
Luckily I backed up my site and restored it back to the previous v3.4.
I have a bunch of Custom CSS and I want to keep all of it as is after the update. Didn’t have any issues updating this theme before, until this time. My Child Theme is activated. Any ideas?
Thanks!
Hello,
About the footer, likely you need to re-add widgets in Appearance > Widgets.
About other problems we need to see them, to be able to help. So please update theme and provide us with wp-admin and FTP access.
Did you edit .php file of header in child theme?
You need to create an empty dynamic.css file in royal-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
in royal-child/functions.php file. Then go to Theme Options and re-save them.
Regards
I am having the same problem where the shopping cart at the top right of the website has disappeared when I upgraded to 4.1.
Is the shopping cart at the top right a widget?
Hello, @cdixonsu
Did you edit .php file of header in child theme? Please activate a parent theme on site and check if the problem will be solved.
If even with parent theme the problem won’t be solved, please provide temporary wp-admin access in Private Content.
Regards
No I did not edit the php header in the Child Theme. If I update the main theme and send you the WP Admin to fix it, which would make my site temporary non-functional since my customers are viewing the site and would not be able to buy items from my site.
That’s why I always get nervous everytime you guys havev a theme update for this reasons as I’m hesistant to update it. Why do I need to readd the footer again? It should not have disappeared in the first place. And the Cart widget totally disappeared after the theme update also.
Hello, @khoavo
Please provide us with temporary wp-admin and FTP access in Private Content we will try to update the theme and fix issues that you described. It will take up 20 min. If some problem can’t be fixed in this time, we will ask you to create a staging site, where we will be able to explore problem deeply.
Regards
I will duplicate the main site and have it hosted on my test server for you to examine and fixe the issue. I can’t risk having the main site down while your’e fixing it.
Let me duplicated the entire site and then I’ll do a theme update on that duplicate site and then I’ll send you the FTP and WP Admin login on the test sever for you to find out what the problem is before we touch the main site.
I’ll get back to you later on tonight or by tomorrow. Thanks for the follow up.
Hello, @khoavo
Ok. We will do our best to help you.
Regards
Hi there:
I’ve DUPLICATED my main site for you to login to test. Log into the Duplicate Site and you’ll noticed the appearance of the header, some text color and footer have changed after updating to v4.1. It should look exactly like how it currently appears on the MAIN Site (v3.4). I need to keep ALL of my current codes in Global Custom CSS box.
I’ve provided all WP Admin & FTP login in the Private Box. Thanks for your help with this.
Hello,
FTP access to dev site is not correct. Please, check the password and reply back.
Regards
Oh sorry had a typo. It’s been corrected. I retyped in the Private Box. Thanks.
I take it your team is still working on this issue? Just checking in. I did provide the corrected FTP login on my last message. Thanks.
Hello,
Check now, please.
Regards
I just looked at the MAIN site, looks good, nice job! But there’s still some minor issues:
1) In View Cart, in the Have a Coupon field?, the input font color is black, I need that to be in white. See screenshot: https://prnt.sc/il1x6c
Same for the Sign In Box, the Username or Email field, the font is in black. Need it in white.
See screenshot: https://prnt.sc/il22ss
I used the Custom CSS shown below to set the other input fields to have the background in black and font in white, they all display perfectly how I want it. So make sure the new Custom CSS you’re giving me for this issue doesn’t interfere with all other input field settings that I’ve already setup.
The Custom CSS I’ve inserted for my other input fields:
input[type=”text”],
input[type=”email”],
input[type=”password”],
input[type=”tel”],
input[type=”number”] {
background-color: #000;
color: #fff;
}
2) Under Appearance / Themes – I noticed the Royal v3.4 is still installed and you installed the newer v4.1 as well. Can I remove the v3.4 one?
3) Are you done with testing out the DUPLICATE site that I had created? Let me know so I can remove that duplicate site.
Thanks for your excellent customer support!
Hello,
You are welcome!
1) I have added the following code in your custom CSS. Clear the cache and check
/* Chrome/Opera/Safari */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder{
color: #fff;
}
/* Firefox 19+ */
input[type="text"]::-moz-placeholde,
input[type="email"]::-moz-placeholde,
input[type="password"]::-moz-placeholde,
input[type="tel"]::-moz-placeholde,
input[type="number"]::-moz-placeholde{
color: #fff;
}
/* IE 10+ */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder{
color: #fff;
}
/* Firefox 18- */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder{
color: #fff;
}
2) Yes, you can delete it.
3) You can remove it, we don’t need it anymore.
Regards
I just received yet another notification that there’s another Royal Theme Update? Is this from what you had fixed for me recently? Do I need to click update via WP Admin?
Please let me know. Thanks!
Hey, I’ve just cleared the Cache in Safari and Chrome to test, and the font color in the Sign in box and in View Cart / Have a Coupon? field is still in dark color, I need that font to be white. See screenshots:
Sign in box: https://prnt.sc/im0azd
View Cart / Have a Coupon? https://prnt.sc/im0dy9
Thanks!
Hello,
Clean cache again and check now, please.
Regards
Alright, it looks good now, Thank you.
I see there’s a new Theme update to v4.2. Will there be any issues if I update this via WP Admin again?
Also, Slider Revolution update available soon? I see there’s a newer version of the slider available.
Hello,
I have updated theme for you via Dashboard to make sure that everything will be ok and did not face any problems.
Regards
Thank you for your great customer support. Please close out this ticket.
Hello,
You’re welcome!
Have a nice day.
Regards
The issue related to '‘Theme Update v4.1 – Issues’' has been successfully resolved, and the topic is now closed for further responses