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’ll have a quick question. For the more and the less in the reviews.

Is it possible to edit the colors separately from the plus icon and the minus icon)

Small example put the most in “green” and put the least in “red”

Thank you in advance for your answers.

Hi TekSgamerZ,

For the color change, can you provide me the page url that contain the element that you refer to? I will try to check it on my side.

Thank you

http://teksgamerz.fr/test-red-dead-redemption-2

the most the least (green and red) I edit the css editor currently, but I do not know if it will work on the new reviews post

Hi TekSgamerZ,

If you’re using yellow pencil, please make sure you set as Global Customization. Or you can try to use this CSS code below and put them on the Customize > Additional CSS:

.jeg_reviewdetail ul .jegicon-cross {
    color: #e00404;
}
.jeg_reviewdetail li>i {
    color: green;
    position: absolute;
    left: 0;
    top: -1px;
}

Thank you

Btw, ini theme udah bisa AMP. Element dalam post yang dibuat dengan Pagebuilder, apakah akan muncul di AMP sebagaimana muncul di non-AMP?

Tampilan yang mana mas bro?

Misalnya kita buat post yang berisi accordion dan tabs menggunakan elementor. Karena pagebuilder tidak support AMP, berarti tampilan post itu akan berantakan?

Untuk tampilan kemungkinan ada yang harus diperbaiki bro. Soalnya di AMP page perlu ada penyesuaian di HTML markup nya dan untuk javascript untuk element terkait biasanya bakal ga dimuat.

Terima kasih

Admin, banyak banget page buildernya. Apakah pakai page builder tidak berat?

Apakah bisa menggunakan Tabs dan Accordion di post, tanpa page builder?

hi Syams, bisa kok ga pake page builder sama sekali. page builder kan opsi aja bro.

kita ga ada shortcode tab / accordion di post untuk saat ini. tapi kalau pake plugin lain bisa jg kok.

Thank you

Admin, apa gak ada yang bawaan theme? Yang sudah-sudah, VC saya matikan karena keberatan. hasilnya, tampilan jadi berantakan.

Mohon pencerahan. Ini Jnews menurut saya cantik banget. Tapi, takut kecanduan pagebuilder kan berabe. Apa gak repot, dikit-dikit pake page builder.

Mohon pencerahan.

untuk skrng kita masih blm punya page builder bawaan. tapi untuk grid system kan dimana2 ada bro. ga harus dari kita jg kok. bisa dibikin pake apa aja itu.

Thank you

Code below different logos for categorys. How to different header logos on different pages?

add_action( ‘wp’, function(){ if ( is_single() ) { global $post; } );

$categories = get_the_category($post->ID);
}
foreach ( $categories as $category )
{
    if ( $category->slug === 'climaterra' )
    {
        add_filter('theme_mod_jnews_header_logo', function(){
            return 'https://saojoaquimonline.com.br/wp-content/uploads/2018/04/climaterra-1.png';
        });
}
add_filter('theme_mod_jnews_header_logo_retina', function(){
        return 'https://saojoaquimonline.com.br/wp-content/uploads/2018/04/climaterra-1.png';
    });
}
add_filter('theme_mod_jnews_mobile_logo', function(){
    return 'https://saojoaquimonline.com.br/wp-content/uploads/2018/04/climaterra-1.png';
});
add_filter('theme_mod_jnews_mobile_logo_retina', function(){
    return 'https://saojoaquimonline.com.br/wp-content/uploads/2018/04/climaterra-1.png';
});
add_filter('theme_mod_jnews_ads_header_enable',  '__return_false');

add_filter( ‘jnews_get_homepage_url’, function($url){ if ( is_single() ) { global $post; } );

$categories = get_the_category($post->ID);
}
foreach ( $categories as $category )
{
    if ( $category->slug === 'climaterra' )
    {
        $url = get_category_link($category->term_id);
    }
}
return $url;

Hi winpeace,

Can you tell me more detail your requirement for this thing?

Thank you

How to different header logos on different pages? x logo; domain.com/page domain.com/page/topic.html…vs

y logo; domain.com/page2 domain.com/page2/topic.html…vs

Hi winpeace,

Regarding this thing, it seems we will need to do further checking on your website in order to making that kind of change. Can you please register and post your question on our support forum right here http://support.jegtheme.com/forums/forum/jnews/. Our support team will help you asap.

Thank you

How to login or register with twitter account? Any solution?

Hi winpeace,

At the moment we don’t support for Twitter Login due to their user data permission. You may need to do some custom change in there to make it work.

Thank you

Hi, In single posts it shows the last post updated date. How can we put the text “Last Updated” before the date? As right now its not clear to users whether its published or updated date.

looking forward for an update

Hi harperbuddy,

To achieve that you will need to do some changes in there. Can you send me your single post url for further checking?

Thank you

Mas ini saya diminta masukin product license lagi kenapa ya, “Action Required Please activate your copy of JNews to receive theme updates and full benefit of this theme. Click button bellow to activate:” solusinya apa? saya udah buat tokennya tetep tidak bisa

ga bisa katanya apa bro?

oke bro sudah bisa kembali, trims

sama – sama bro

I have 1 license for this item. What does it mean? Is this only for 1 website? so I can not install it to my other web?

Iya. 1 license untuk 1 website.

Thank you

yahh padahal ini titipan teman, gak bisa saya pakai juga dong _

ga dong bro. beli aja kan skrng lg murah.

Where is the support system? If I click the item support , I just redirected to page http://support.jegtheme.com/?envato_item_id=20566392

Click button forum disana bro. nanti tanya di forum nya.

Hello, Is there a way to make jnews slider overlay show up faster? Thank you. My website: https://didauvui.com

hi thgroupvn, may i know what do you mean with show up faster? is this mean slide faster?

Hello, is it possible to set in Review plugin scores up to 100? In all demos there is 1-10 system, but i need 1-100.

hi power505, it can be done with small change on the code. let me know if you already bought the theme, we will help you with this kind of need.

Thank you

Hello, I need to hide authors from all pages, searches, categories etc. There is only option to hide it on Singe Post. Then for all other pages I was forced to choose templates those don’t showing authors. But, even this, not worked on AMP versions. Even on Singe Post Please, help!

Hi Khroom,

Can you provide me your site url for further checking on my side?

Thank you

The site is in maintenance… i’ll give you an access to wp. Give me your e-mail, please, in order I will create a user for you.

Hi Khroom,

Regarding this issue, you can post your question on our support forum right here http://support.jegtheme.com/forums/forum/jnews/. For a private information, you can send reply with checking Set as private reply option.

Thank you

Hi I am trying to post to the support forum but it shows me that I have no support….But I do have extended my support.

hi Felixwebsimple, please go to your dashboard at : http://support.jegtheme.com/account/

and click refresh support due. if you have another license for another item, you can also add license from those dashboard.

Thank you

Hi,

I want to put 728X90 ad at header(below site logo/menu) in single posts… I have the AD short code provided by an ad plugin. Pls tell which file to edit and where to put the ad short code. I dont want to put it via theme customiser.

you can go to jnews themes folder > fragment > header > you can find which one header area you need to change. for example if you need to change desktop header bottom (menu) you can alter the code on desktop-bottom.php

Thank you

ok thanks

Your are welcome :)

Hello Jegtheme,

To bad that there is a new price as i bought it again yesterday!

Question, it seems that there is a conflict with ACF on our site. Can you confirm that this template works with ACF and Custom Page Templates.

https://codecanyon.net/item/custom-page-templates-new-way-of-creating-custom-templates-in-wordpress

hi maxmedia, can you please send dispute about this request? its not quite fair for us because we never force anything to you. also this event manage by envato, the price automatically trim into half.

Thank you

I don’t know how to handle a dispute.

But I now that I have customer protection as Europian citizen. Please handle this request, I wil buy a new license.

this event is handled by envato. they also automatically reduce the price. if you are complaining because of you bought the item before price cut, its really make no sense. that is why we suggest you to send dispute to your refund request. You can request refund right here : https://themeforest.net/refund_requests/new

Thank you

how can I change the background color of the section banner before the header? (above header advertisement)

i think its easier for me to understand if you can give me image with note on it. i can give you css for this need.

Thank you

I sent an email. thank you

hi cometa13, i will check your email.

Thank you

hi, how can I manually choose the categories in the mega menu? In the case where I define a category, the mega menu doesn’t show the sub menu items, in the other case where I leave it empty (don’t choose a category) all categories of the website will be shown in the mega menu, but I only want to choose specific ones. Thank you for your help

hi ISMAILALI, i try our mega menu. and its working fine if you choose parent of the mega menu, it will also show child of those menu category.

we currently don’t have option to manually choose category like you said above. so those category browser will only work if you choose menu that having child category.

Thank you

Sir, there is clearly a problem here. I assigned 5 child categories under the main category, now in the homepage when I hover over that menu, I do not see the 5 child categories I assigned but instead, I see everything, I see all the categories of my website on the same menu at once, which is not normal. I cant keep working on my project if we couldn’t solve this, I hope we can figure this out.

hi ISMAILALI, can you give me your website URL? also we will need access to your page so we can see how you set your website.

Thank you

Hi, I want to show Yoast breadcrumb only on SINGLE POSTS. I don’t want to show Yoast breadcrumb on PAGES.. please advice.

you can just choose Landing Page template for page, it won’t show your breadcrumb on page.

Thank you

JNews modules for Elementor – issue

Dear friends. I would like to report, that almost all of your modules are not working corretly on the newest Elementor /Elementor PRO. All modules on one column are like 2/3 column… take a look example https://youfit.cz

Thank you for your feedback, if I am doing wrong, or if it is compatibility issue. Similar issues on Elemenor are long story of your ideal theme.

hi 3Daviiid, may i know what is the problem? i see your website is working quite fine.

Thank you

Hi would this theme also work with Amp for wp plugin instead of AMP for wordpress plugin?

yes, you don’t need to install any AMP plugin that come with the themes if you use another AMP plugin.

Thank you

So i’ve did a test and saw that I can see the post with amp if I write amp behind it, I visited on mobile but google doesn’t show the amp post, is this only being shown after I add amp in search console?

hi lucide12, amp search on google doesn’t work that way. they need to time to actually list your AMP page.

if you are test it on AMP console, it should be automatically search for AMP version of your website.

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