Discussion on JNews - WordPress Newspaper Magazine Blog AMP Theme

Discussion on JNews - WordPress Newspaper Magazine Blog AMP Theme

Cart 29,435 sales
Recently Updated
Well Documented

jegtheme supports this item

Supported

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

6422 comments found.

Hello, I have imported the crypto news template and when I create a post…all related posts also gets loaded. Eg – https://quickprepper.com/demo/make-money/freelancing/freelancing-interview/ I see other posts also getting loaded on scroll. How can I have a normal single posts with a single URL. Thanks

hi Anish94, you will just need to disable the plugin named as JNews – Auto Load Next Post

Thank you

No Content Available (showing in a category page). How to solve?

Hi jaman4mbd,

Please make sure if that category already has some posts that assign into the category. Because if that category has no post, it will showing “No Content Available” message by default. Let me know if you have further question.

Thank you

It is already assig two posts under the category. The category header, Hero also working fine except the category content. what to do?

Hi jaman4mbd,

In this case, all post in that category will fill the hero element at first, then the rest post will go into category content. But, if there no post left for the category content, it will show no content available on the category content. For the solution, you may need to try assign more post to that category.

Thank you

Theme is causing the hyperlinked text to connect with other words. I have raised this issue previously but nothing was done. Example: https://prnt.sc/lj5y62

Hi nerdstruck,

Did you mean the white space on the hyperlink text is missing? If you’re using JNews Speed plugin, please try to deactivate for a while. Also, can you provide us the page URL that having the issue for further checking?

Thank you

Hi, I’ve tried out a different wordpress theme I’m not happy with. If I go back to your theme and plugins will my previous settings still be there, or will I have to start over?

Hi stevenpreece,

I’m not quite sure about this thing yet. Maybe certain setting will be lost if the option has been overridden by the other theme that you used.

In this case, i recommend you to create a site backup, then you can switch into JNews and if something goes wrong, you can rollback using the backup data before.

Thank you

Hi I cant access some pastebin files on support forum. How to achieve this modify files? http://support.jegtheme.com/forums/topic/review-section-changes/#post-29680

Hi winpeace,

Can you please tell us more detail what kind of changes that you want to achieve?

Thank you

Hi, I want to put the text “MENU” just before the hamburger icon on desktop like you see in header at https://rebrand.ly/every7be06

Please advice.

Hi harperbuddy,

Unfortunately, at the moment we don’t have this kind of feature. You may need to do some changes in there to achieve that.

Thank you

Hi, I would like to know if the jnews ads section can track how the amount of clicks across the site? Or do we need to install an external plugin to do that?

Hi pixldigital,

Unfortunately at the moment we don’t have this kind of option. You may need to do some changes in there or install a plugin to manage the click counter. Let us know if you have further question.

Thank you

How to delete date for recent news widget ?

hi winpeace, if you only need to disable recent news on widget, please go to file JNews themes folder > class > widget > normal > element > RecentNewsWidget.php and remove line 57 – 60.

or if you want to hide every date on themes, you can go to customizer > JNews : Global Block Option > Show Block Meta – Date

Thank you

Thanks. May I know I want to display comment box before related post. How to do this?

Hi winpeace,

Please try to check this thread http://support.jegtheme.com/forums/topic/move-comments/#post-28703. Let us know if you need further help.

Thank you

I bought jnew and i have imported yoga template out of all demos. i dont want AMP for all post of my website for mobile. can you pls help me how to disable AMP for mobile pls.

hi srujanshinde, if you need to disable amp, you will just need to turn off both AMP plugin. JNews – AMP & WordPress AMP

Thank you

Pls help me out. I bought jnew and i have imported yoga template out of all demos. when i open my website in mobile then it wont shows right sidebar in mobile. it shows only footer widget. pls helps me out

hi srujanshinde, can you tell me your website url? also your support time is still valid, can you please send your question to our support forum at http://support.jegtheme.com

Thank you

Hello there, I have 2 problems: 1- I am unable to override the global category color, I need to assign a specific color for each category, I spent 12 hours trying to fix it, it didn’t work, I tried both plugins you provided. 2- The images lose quality when they are shown on your modules, they are much better quality when u open them in the browser. Thanks for your support.

Probably you are using jnews – speed and your css is cached. can you try to disable all cache plugin for example jnews speed or wp super cache first?

if you are not using caching plugin, you can ask detail about this on our support forum, including if you need us to login into your website.

Thank you

I am not using jnews speed and I cleared my website/browser cache many times, I will submit a ticket on your website, I hope you can fix this, I spent so much time on this task.

hi ISMAILALI, yes please send your question to our support forum. it may related with folder permission.

Thank you

Hi Developers of this genius motive, I wanted to know two things First of all, is it possible to export your “demo” eg in .json or something similar? Second, if so, how? And if I bought a theme here, how do you get the role of buying on your forum?

I see, but I mean export as you export the theme

I saw files and folders in the date but how to do it, or how you do your demo

hi jakubherok03, we do it manually unfortunately. if you need easy export import tool, i believe there is plugin that work that way on wordpress.

Thank you

Hi is it possible to show a sticky post first in the home loop widget ?

hi zenako, the only way you to use sticky post is with using index instead of page. Please go to customize > JNews : Other Template > Index Template. and go to setting > reading > Your homepage displays > Your latest posts

Thank you

I recommend to make it more clear that to get the demo import for Elementor you need to uncheck Visual Composer :-).

hi levleymarketing, thank you for your input. we will take a look at it.

Hi there,

Since the latest Gutenberg update, the follow error occurs when trying to load some modules: The editor has encountered an unexpected error in Gutenberg.

Attempt to recover does nothing. And it only happens when trying to view the settings for the block. Any ideas?

hi mspr1nt, can you login using account that bought this themes?

Thank you

No worries – got our developer to reach out to you.

great mspr1nt, you can put your question on our support forum at http://support.jegtheme.com

Thank you

hi,my site https://idco.ru. More than one ad can not install. I indicate that the advertisement appears after paragraph 10, and the advertisement is shown at the very beginning. Please help me solve problems. I can give access to the server. https://drive.google.com/file/d/1mx_kmh1h3mHiT5twGtWiai8EFhGoEzDv/view?usp=drivesdk

and please help remove the sidebar from the mobile version of the site

https://drive.google.com/file/d/1sdQ6ynv6QOSnch3EBRG16K4RRsEnfenV/view?usp=drivesdk

hi idcoru,

1. try to view those ads on frontend. is the problem still exist on frontend?

2. you can add this code on your customizer > additional css :

@media only screen and (max-width: 767px) {
    .jeg_sidebar {
    display: none;
    }
}

Thank you

Hi, I would like to suggest that you add “smart list” like this https://forum.tagdiv.com/smart-lists/ https://demo.tagdiv.com/newspaper/smart-list-style-1/3/

hi showsarg, may i know what version of themes you currently using? also what version of jnews split post plugin you currently using?

we have demo right here : https://jnews.io/post-split/

i think you are still using old version of plugin that is why you don’t have those option.

Thank you

I’m using the latest version, yesterday I tried to use it, and I do not get the same as the demo, in fact it comes out in a unique way … which are the numbers below as when listing a page version 3.1.1 split version 3.0.2

https://prnt.sc/liak79 https://prnt.sc/lial26

<!-nextpage-> that code in which place it is placed? before each paragraph to be like another page

hi showsarg, its split post layout 4. and if you want to load all content at first, you have those option too. “Load Mode for Post Split”.

no you don’t need to place something like that on your post. you will just need to having header for your post. it will automatically split by it self. you can choose which header to split. for example h2, h3 or h4. you also have option for that on the themes.

btw

I use the plugin on the website: https://www.camzoosk.com

hi Stasyaanna, i don’t know how to respond with this post

When there are no posts/articles written by the author and we open author profile page then it gives not found error. Is there any way we can open author’s profile page even when he has not authored any article?

I tried this plugin https://wordpress.org/plugins/show-authors-without-posts/ But it didn’t worked.

hi harperbuddy, its default wordpress behaviour. Im not very sure how to create something like that, it will require research. if you really need it, you will need to find someone that help you with this kind of need.

Thank you

Hello, I m using Social login in my website all work great but after the login for subscriber the plugin us the Indonesian language “akun say” instead of my account. How can I fix this

hi hasstacc, our update is fixed this issue. if you still need help about this issue, you may see this thread too : http://support.jegtheme.com/forums/topic/akun-saya/

Thank you

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