1817 comments found.
Hi,
1. How do I install the skin theme? Because when loading the skin I get the error message that the styce.css file is missing
2. Is the previous code you suggested to remove “profile” slug correct?
Thanks a lot.
1- send us your page url and admin login details via message box in my profile we will check
2- yes it’s
1. The zip files are being corrupted during the download. Chrome and Edge browse. 2. Thank You!
we tested and it’s downloading , maybe you have an app to block download it , if you can’t download send us an email we will check
Sorry I have 2 more question: 1. Is it possible to change or delete the “profile” slug? like example.com/profile/user to example.com/author/user or example.com/user? 2. How to change redirect user after login to dashboard? I have tried several plugin but it didn’t work.
1- yes you can change in functions.php search this
$king_account = 'profile';
replace profile with author but after this change you should reactivate king theme
2- you can make it in template-login.php
find this code;
if ( isset( $_GET['loginto'] ) ) {
wp_redirect( site_url() . '/' . $GLOBALS['king_dashboard'] );
} else {
wp_redirect( site_url() . '/' . $GLOBALS['king_dashboard'] );
}
and replace with this;
if ( isset( $_GET['loginto'] ) ) {
wp_redirect( site_url() . '/' . $GLOBALS['king_dashboard'] );
} else {
wp_redirect( site_url() . '/' . $GLOBALS['king_dashboard'] );
}
Thanks it works.
Hello,
I need your help:
1. I want to know where’s the mail verification extension? I have checked your support page but didn’t find it.
2. The search form cann’t search “tag”. Any plan to update the search form?
Here :
https://support.kingthemes.org/download/email-activation-extension/After logged in you can download
Regards – King team
Thank you. Really fast response. and how about the tag search?
It’s in our to do list
I have used the template provided but there are bugs that is when the user successfully registers and is asked to verify email, if the user presses the register / login button on the login form, the user still enters the application without needing email verification.
You should also upload login file , did you upload all files correctly?
Yes, I uploaded template-login.php anda template-register.php
send us your page url and admin login details via message box in my profile we will check
Sorry I’m using localhost
After installing in server if doesn’t work contact us
Hey, we expect a new update with RTL fixes as discussed via email, when will the new update be available?
We are working on new update, it will be published as soon as possible
Regards – King team
Hello, I installed the theme a month ago, I saw that you updated it a few times already, for me to update mine is just to replace the entire folder of the theme?
We updated product page informations , you can see update notifications in envato market plugin when we update theme
Regards – King Team
Is there an option to add location and feature?
Location for users? it’s possible we can add option to users settings
No
add image and video location and feature
Do you have Turkish language?
Need customization for it , you can translate easily
Hi,
How to remove/hide the login icon on the top-right? I dont need people to submit post so I need to remove it.
I have disable “User Submission” but only ”+” icon that is gone, the login icon still there. Appreciate it thanks.
What is the CSS to change font size & style (by the way, you should add this option on the next update, current font size is to small)
And how exactly I reactivate theme? Just change it with other theme and activate King again?
thanks for suggestions we noted
How can I add more format like images? I want to create add post for that particular format also.. But
we replied your email
I checked the functions.php fie…what is that STATUS UPDATE format? how can i add more format in post-add one?
we replied your email
Hello. Could you advice how could I tell the script to also embed all videos that users submit into the post above the post text? It would be very useful in my case. Thank you.
you can change it in template-parts/single-video.php
Thank you very much. Will ot be too much of i asked you to tell me what line of code to add and where?
from line 13 to 62
Thank you!
My apology, I’ve moved the code from line 13 to 62 in the single-video.php theme file and it didn’t do anything. Am I doing something wrong?
okay send us your page url and admin login details we will check , you can send via message box in my profile
Thank you! Will do! I appreciate the response.
I am newer to wordpress, found your theme, and think it fits what i need perfectly, purchased but now having some issues.
Where in dashboard can I see where the “Add Image” links to which page? Right now if i click it, it says page not found, same with all of the User selctions, My settings, etc, just brings me to a “Oops page not found” page, where in dashboard can i update these, couldn’t seem to find it anywhere…
You can send us your page url and admin login details via message box in my profile we will check
Okay, thanks, i sent message with more questions before sending login details, thanks!
We will reply as soon as possible
I haven’t gotten a reply yet to my question, which is how do i send you wp-admin login details when i login in through my hosting company…
I’m also now getting error trying to download the demo content for some reason, even with following instructions and using ACF, thanks.
We will check
Hello, amazing theme! before purchase I’d like to know how to customize the post types, to remove news and add music or movie for example.
You can change the texts easily in theme settings
Still not convinced ☹️ why the theme doesn’t support music post type but supports Video and image???
Or theme supporting music sources and mp3 upload you can see in this demo ;
https://viking.kingthemes.org/I’m sorry but where is the mp3 upload, all I can see is embedded music in video post type. It will confuse visitors to think that the music post is a video. You could simply create a music posttype and make an mp3 player & submit music form for it. The theme is awesome♥️ no doubt, but it’ll be better not to confuse
If you like you can change the video to music or media in theme settings easily
Can you add options to upload pdf documents for comics, shortcodes, and age restriction for the NSFW option?
Thanks for suggestions we will consider
I have set my “Post Content text color” as Black. This is ok for the light mode, but unfortunately when you change to dark mode the Post content text color remain Black, making it difficult to read. I cannot find a setting to make color adjustment for Dark mode.
How do I fix this. If you dont have a solution to this then strongly suggest you consider it in you upcoming update
add this code in king>customize>custom css
.king-night .entry-content {color:#fff;}
How to enable registration form page?
Wpadmin > settings
does the theme support music playlist?
yes from youtube , spotify and soundcloud
I can see the theme changes. But,Now Featured image is not showing on Single-Image post.
contact us via message box in my profile with your page url and admin login details,
Got two questions:
1 how do I make an Ad post the is link to the woocommerce shop? As in the demo “Buy Old Radio.”
2. Is there a way to make the top menu where the Night/Day mode button sticky, so it will follow user while scrolling.
3. Can user comment on the shop, get points for comments & sharing shop.?
Thanks.
1 create a post in wpadmin and select link post format that’s all
2 you can move it , you can find it in king/template-parts/king-header-nav.php
3 no sorry
Hi,
There is really an issue with the display of the theme on Safari, especially the search bar. Review this for next release update.
Which version of safari do you use?
Using latest Safari Version 13.1 (15609.1.20.111.8)
I created a New Page called “Fresh” which I want it to look like the Hot page but want to add display most recently publish post. how do I do this?
thanks.
You should modify king_page_hot.php
Do you have any documentation of the Points system and the Badges.
I have Put the Facebook User Access Token and turned on the Enable embed code adding in video submit page. This is not working when I paste embeded code. just shows the code i copied in post.
we will check ,
Also this is very important.
I have set my “Post Content text color” as Black. This is ok for the light mode, but unfortunately when you change to dark mode the Post content text color remain Black, making it difficult to read. I cannot find a setting to make color adjustment for Dark mode.
How do I fix this. If you dont have a solution to this then strongly suggest you consider it in you upcoming update.
we checked embed code working fine , you should paste embed code in EMBED CODE text area
Do you have any documentation of the Points system and the Badges.
you can send us your questions about points and badge from message box in my profile
I already update to 5.2 but don’t see any change, did something change on the backend? Thanks for this update btw.
You can see the changes in product page > updates
Yeah, but I mean on my WP
you can see new category settings in add category page in wpadmin , and new video in king>templates>slider
I have an amp problem that only shows the original and the beautiful template version does not appear
Watch that
https://rankone.live/%d8%a7%d9%84%d8%b1%d8%a6%d9%87-%d8%a7%d9%84%d9%8a%d9%85%d9%86%d9%89-%d9%84%d9%84%d8%a7%d9%86%d8%b3%d8%a7%d9%86-%d8%a7%d9%83%d8%a8%d8%b1-%d9%85%d9%86-%d8%a7%d9%84%d9%8a%d8%b3%d8%b1%d9%89/amp/we checked and fixed ,
thank you, but Pictures are out of display in amp
Watch this
https://rankone.live/%d8%aa%d8%b3%d8%a7%d9%82%d8%b7-%d8%a7%d9%84%d8%b4%d8%b9%d8%b1-%d9%84%d9%84%d8%b1%d8%ac%d8%a7%d9%84-%d9%88%d8%a7%d9%84%d9%86%d8%b3%d8%a7%d8%a1/amp/