Discussion on King - Viral Magazine WordPress Theme

Discussion on King - Viral Magazine WordPress Theme

Cart 1,663 sales
Well Documented

KingThemes supports this item

Supported

This author's response time can be up to 2 business days.

1816 comments found.

Hello KingThemes support team Any update date ? Thanks

Why you are asking this again again ? We already replied your comment and email ! We are working on it we can’t say update date

thank you very much for information.

what restrictions are there in paid memberships? writing messages, viewing profiles, a certain number of post views (for example 5 per day)....etc…i didn’t find in the demo an example of a paid membership and what it looks like

You can let them create posts , see posts , or hide ads from them .

Hello, how could I make that only registered and logged in user can vote on a poll please ? It works for the likes, when not logged in and user like a post, there is a popup with login form. Thank you.

Sorry there is no option for that , but maybe we can add with next update

Hello, great theme, thanks ! How could I display only verified users in the page User V2 please ? Thanks for your support, James

I finally have the time to execute my idea since some circumstances had come up earlier. Because of this, my support was delayed, but I hope you can still point me in the right direction. After some experimenting, I’ve managed to get almost all the functions where I want them, but there’s one thing I just can’t figure out. I want the images on the homepage to be displayed normally and fully with the right ratio. That’s currently not the case, it’s partly zoomed and streched. If you could point out what I need to adjust and in which file, that would be amazing.

For an example of how it is now, you can check out bitcoinmemedump.com. To give you an idea of what I want, it’s something similar to 9gag.

Cheers.

Thank you for your response. It’s a small step in the right direction. The current issue, however, is that the box around the image doesn’t adjust to the image, leaving a gray area above/below or on the left/right of the image.

So i assume background-size: contain; needs to stay on cover. But the box around it (king-post-item?) width needs to go to 100% but somehow i don’t get the hight set as the same as the image.

Looks like you changed post style in your page

Hi, Please reply to your support contact chat, i sent you error details

We will reply as soon as possible

please reply fast, its more than 3 days but no support

We replied your email same day ! Check your spam box

Hello dear KingThemes team when will you new update ? and what is new ? Thanks Regards

As soon as possible

Hello dear KingThemes team I am thinking of purchasing your theme but I want a small customization. I am thinking of creating a project with only link function with the theme. In the tests I made on the theme demo, I see that a sent link can be sent again. The customization I want is that another user cannot add a link that has been added and a warning message like this may appear. “The link you added already exists. Please consider adding another link” that’s all. I am waiting for your urgent response on this issue. My regards to your entire team. Thanks

okay i have send e-mail via support.Thanks

also, can you please let me know if we can change or add different post types using ACF? thanks

hi, with acf it’s not possible , need to make customization

How about with other plugins like crocoblocks?

we didn’t test crocoblocks

Hello when we create a story with the user role of “Author,” we cannot delete the story afterward. It redirects to the main page, but the story is not deleted. There are no specific plugins or configurations installed. Please test it once.

Thanks

Please create ticket here with your page url and login details we will check ;

https://themeforest.net/item/king-wordpress-theme/19436704/support

hi,first thank you for your great theme,i have a 2 questions,when i share video from tiktok cant make picture for main site:

https://imgur.com/OiDBX86

and second how i can share video or reels from facebook? i have this error:

https://imgur.com/t5sBe80

thank you in advance

tiktok changed some settings and not letting to fetch thumbnail anymore ! we will try to find solution for that

wordpress oembed not supporting facebook reels

How to Customize This menu as Mention in Screenshot? https://postimg.cc/v46tFcR3

go to wp-admin>appearance>menus and create new menu and select navigation

Hello, please update Advanced Custom Fields PRO, it shows that it is a new version, but you still have an old one. Thank you!

updated in help page

Thank you!

Another theme that doesn’t want mp4 video. Why are we forced to share content already on youtube! I don’t understand why we’re forced to make copies of sites, it’s pointless. Let us add our mp4 please. Thank you

There is already mp4 upload option in our theme .

https://imgur.com/a/XxDwZpz

Hello, thank you. I didn’t specify that it was for urls, the files being too heavy..

Thanks for advice

Your documentation includes information for “Google+ login option” and your demo site has registration turned off completely, so I can’t see what actually functions.

Has Google+ been removed completely (it ceased operations in 2019)? Have you changed this to Gmail login? Have other login methods been updated like twitter -> X. (or new ones been added, like Apple)

Is there a plugins list for this theme? Or are no third party plugins (other than woocommerce)?

How do I test performance, admin setup, functions, and ease of modifying the site before purchase?

Hi,

We know that google+ removed but google still using that api for logins.

Our theme supporting , instagram , reddit , facebook, google , and X login

Only ACF plugin requires to work our theme

Sorry we have no admin demo but you can be sure that all theme options in one place and useful

There is an error on my page. I am sending three screenshots.

https://mediafans.tv/ERROR/good.png https://mediafans.tv/ERROR/good2.png https://mediafans.tv/ERROR/error.png

Something is blocking the entire page from loading: https:mediafans.tv/profile/ - please compare the two screenshots! The other pages load normally. My problem concerns only the page …/profile/ I will add that the posts do not have their thumbnails and the top menu is blocked. I have checked all the plugins, none of them are blocking the content. My server is ngix.

Please help.

replied your email ! you don’t need to write same time comment with email ! we reply all emails !

Technical support is great!!!

The page https://mydomain.com/profile/ does not display any images, post thumbnails, profile covers…. This only happens for this page, others work fine.

I have sent you 4 reports, but there has been no response for several days.

replied your email ! you don’t need to write same time comment with email ! we reply all emails !

Technical support is great!!!

Hello. Can I create a website compatible with webstories? Or can I customize the DEMO site to be compatible with Webstories?

yes our theme compatible with webstories, You can enable it in wpadmin>king>settings>stories

thank you for your reply. Another question. Can I customize all content to webstories by arranging vertical images based on the Kingflix theme of the demo site? I would like to create a site that mainly features webstories.

Yes but need to make customization for that

Dear Developer,

I’m experiencing performance issues on my website, which uses the King theme, particularly with SQL queries related to post views. Some queries, such as those involving the meta key _post_views, are using SQL_CALC_FOUND_ROWS, which is causing high query times and a significant load on the database.

Here’s an example of a problematic query:

sql Copy code SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id) WHERE wp_postmeta.meta_key = ‘_post_views’ AND ((wp_posts.post_type = ‘post’ AND wp_posts.post_status = ‘publish’) OR (wp_posts.post_type = ‘trivia’ AND wp_posts.post_status = ‘acf-disabled’)) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value+0 DESC LIMIT X, Y; This query examines a large number of rows and is causing significant slowdowns. I am hoping to optimize this query by:

Removing the SQL_CALC_FOUND_ROWS function if it’s unnecessary. Simplifying or caching the results related to post views. Could you provide guidance on optimizing these queries in the King theme, or suggest an alternative approach to track post views efficiently without causing database performance issues?

Thank you!

thanks for comment we will check , you can also create ticket here for more questions ;

https://themeforest.net/item/king-wordpress-theme/19436704/support

hi there, woocommerce is complaining the theme is using old version and to update theme, there is no update?

king/woocommerce/archive-product.php versie 3.6.0 is verouderd. De hoofdversie is 8.6.0, king/woocommerce/loop/add-to-cart.php versie 3.3.0 is verouderd. De hoofdversie is 9.2.0, king/woocommerce/loop/pagination.php versie 3.3.1 is verouderd. De hoofdversie is 9.3.0,

we updated theme and sent to themeforest when published you will receive email and you can update the theme

Thank you very much!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey