- NewspaperUser review system
- NewspaperReviews
- NewspaperCredit System
- NewspaperModules Builder in Newspaper Theme
- NewspaperHow to use the Posts List shortcode
- NewspaperModal Popup
- NewspaperLockers
- NewspaperLeads
- NewspaperFlex Block Settings Guide
- NewspaperSingle Post Shortcodes
- NewspaperDefault Category Settings
- NewspaperCloud Library – Category Templates
- NewspaperBig Grid Flex Settings
- NewspaperMeta Info on Modules and Blocks
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv AMP Plugin Tutorial
- NewspapertagDiv Composer Tutorial
- NewspaperNewspaper theme documentation
- NewspaperWeather Shortcode
- NewspaperHow to Add an Icon in Menu
Maybe that post was a little misleading… These posts are going to be posted on a “category”. How can you access these sort functions to be alphabetically it only currently allows the following under category from onsite.
Latest
Featured Posts
Most Popular
7 days popular
By review score
Random
I have found the block information very useful so thank you regarding that but it doesn’t seem like it can work with the categories
Thanks,
Caleb
Hello njtechreviews,
Where do you have two headers on your website? I have inspected it and I did not saw two headers, sorry -> http://screencast.com/t/USeJDaG5 Also, I have checked it and I saw that you do not have the latest version of it. You have 7.3 version. try to update the theme via FTP method, clear all your caches and check the results. Before these steps, you should make a full backup to your data to be safe.
Also, if is not what you mean, please provide more details about your problem so I will be able to provide a more accurate response.
Thanks for the message!
The mobile theme has not been what it looks like in the previews, can you advise with fixing it? I have a double header and the overall look is very clunky. My site is http://www.njtechreviews.com .
Thanks,
Jake
I have no technical knowledge, so I am not sure what I am referring to are strictly page borders. My issue is that the white space to the left and right of pages/articles is too large and I want to reduce its width, how would I go about achieving this?
In addition, I am finding other elements within the body of the articles/pages are being compressed. For instance I am using a review table and am finding that instead of the rows being side by side on a single line, they are being pushed below one another, defeating the purpose of a neat looking table.
Therefore, I am wondering how I can fix this issue? I assumed this would be fixed by reducing the width of white space? The table looks as it should when I remove the sidebars, but I don’t want to have to do this as I’ve seen sites using the table on pages with sidebars too.
Any help would be appreciated,
Thanks
hi, i’ve gone and created an album on imgur showing what i would like to get. Basically, i’d like for the text cirled (the subtitle entred upon creating the article, that is) to show in the article preview, using one of your many modules. I was hoping your software could handle this feature
Below is the link to the aforementioned imgur album
Hi,
I’m not sure what you mean as the preview will show the full subtitle like so: http://screencast.com/t/JiIDwcFneV
Please provide more details so I can better understand how to help.
Thanks.
Is it possible to show the article subtitle entered upon creating the article in the preview module? I would like my website to have the subtitle shown for each article making the front page instead of the first few lines from it.
Hi,
I am recently purchased Arena product store plugin and installed all are ok, but I am faced two problems.
1. Creating post via this plugin and checked, compatible in newsmag theme, but not added to main post rss feed (showing 404 error).
Check this below link.
Main Post rss feed link: http://www.mobitabspecs.com/itel-wish-it1508-mobile-full-specifications-and-price/feed/ – its ok
arena product store Plugin via post feed link: http://www.mobitabspecs.com/gionee-steel-2-full-specifications-reviews-ratings/feed
2. Comment section and related post (main post) not showing product post.
Please help for rectify this problem.
Thanks in Advance
Regards,
Antony.
mobitabspecs.com
Hello,
Header style 10 will show the full logo you upload. Here is the logo you uploaded: http://dsghreview.com/wp-content/uploads/2016/12/dsghr_logo_full-length-01-300×35.png
Our theme will not enlarge any logo. You will need to upload a bigger logo image if you want t bigger logo. The theme cannot do that as enlarging any image will result in huge quality loss.
Thank you!
Hello,
Here is my a post on my site:
http://www.hotthermometer.com/iproven-dmt-medical-forehead-and-ear-thermometer/
Above the “Amazon Customer Reviews” is a header 1 title that states “iProven DMT Medical Forehead and Ear Thermometer.” It is a link. I’d like those to automatically turn to blue font color when I make them a link. I’m not sure how to change the default.
Please advise.
Thanks
Hi,
I’m a new Newspaper theme user. For this website: http://dsghreview.com/, I’m trying to enlarge the logo to stretch across the entire window like: http://columbiaeconreview.com/. I am using Header Style 10.
Thank you!
I have it like this in SEO YOAST:
Sale Price | Discover the difference
Slug preview:
http://www.saleprice.ro/
Meta description preview: Sale Price | Discover the difference – Stiri iT – Blog Hardware Software – Review’s produse iT. Afla de unde sa cumperi la cel mai mic pret de pe piata.
But on google it appears:
Sale Price | Discover the difference
http://www.saleprice.ro/
Translate this page
Sale Price | Discover the difference â Stiri iT â Blog Hardware Software â Reviewâs ⊠saleprice â December 14, 2016 âŠ. Contacteaza-ne: support@saleprice.ro.
What is the problem?
Sale Price | Discover the difference
http://www.saleprice.ro/
Translate this page
Sale Price | Discover the difference – Stiri iT – Blog Hardware Software – Review’s … saleprice – December 14, 2016 …. Contacteaza-ne: support@saleprice.ro.
This appeard on google on landing page of my site…?
i am using seo yoast …why it makes it like this?
Hello,
The smartphone version I create a navigation menu problem is if I click the menu that if I click Research on the lens,
I enclose the previews for iPhone 5, but applies to all mobile devices,
also it takes a strange color that I do not know where to change it …


you could give me some guidance?
the site is www. cinefilos.it
thank you and good New Year to all đ
I’m adding a custom sorting option to the block/big grid code.
To add it to the drop down list in the editor, the option value needs to be added to the sort array in this section of td_config.php around line 11275. This file will not override in child theme so is there a way to use a hook in functions.php to just add this value?
static function get_map_filter_array ($group = ‘Filter’) {
array(
“param_name” => “sort”,
“type” => “dropdown”,
“value” => array (
‘- Latest -‘ => ”,
‘Oldest posts’ => ‘oldest_posts’,
‘Alphabetical A -> Z’ => ‘alphabetical_order’,
‘Popular (all time)’ => ‘popular’,
‘Popular (jetpack + stats module requiered) Does not work with other settings/pagination’ => ‘jetpack_popular_2’,
‘Popular (last 7 days) – theme counter (enable from panel)’ => ‘popular7’,
‘Featured’ => ‘featured’,
‘Highest rated (reviews)’ => ‘review_high’,
‘Random Posts’ => ‘random_posts’,
‘Random posts Today’ => ‘random_today’ ,
‘Random posts from last 7 Day’ => ‘random_7_day’ ,
‘On This Day’ => ‘on_this_day’,
‘Most Commented’ => ‘comment_count’
),
Thanks.
[vc_row][vc_column][td_block_trending_now header_text_color=”#ffffff” header_color=”#d74f22″ css=”.vc_custom_1474654487058{background-color: #ffffff !important;}”][td_block_big_grid_6 category_ids=”-35″][/vc_column][/vc_row][vc_row][vc_column width="2/3"][td_block_1 custom_title="MOST POPULAR" sort="random_7_day" limit="6" ajax_pagination="next_prev" css=".vc_custom_1479939771047{background-color: #ffffff !important;}"][/vc_column][vc_column width="1/3"][td_block_ad_box spot_id="custom_ad_2"][td_block_ad_box spot_id="custom_ad_3"][/vc_column][/vc_row][vc_row][vc_column][td_block_7 custom_title="Latest in Sports" custom_url="http://thedesertreview.com/category/sports/" category_id="37" limit="6"][/vc_column][/vc_row][vc_row][vc_column width="1/3"][td_block_ad_box spot_id="custom_ad_4"][/vc_column][vc_column width="1/3"][td_block_ad_box spot_id="custom_ad_5"][/vc_column][vc_column width="1/3"][td_block_ad_box spot_id="custom_ad_1"][/vc_column][/vc_row][vc_row][vc_column width="1/3"][td_block_15 custom_title=”Weekly Webcast” category_id=”1410″ limit=”1″][/vc_column][vc_column width="1/3"][td_block_text_with_title custom_title=”Weekly Newsletter: Subscribe”][rainmaker_form id=”85698″][/td_block_text_with_title][/vc_column][vc_column width="1/3"][vc_single_image image="89930" img_size="medium" onclick="custom_link" img_link_target="_blank" title="Weekly E-Edition" link="http://www.thedesertreview.com/wp-content/uploads/2016/12/combinepdf-22.pdf"][vc_facebook][/vc_column][/vc_row]
Hello Team,
We did as you suggested to reduce the number of queries, and removed un-wanted plugin.
It had a good impact on performance however, we still have issues and got our server reviewed from experts.
Feedback from the experts:
Theme uses huge worker processes, can you please suggest how to control worker process?
Thanks.
Jayanand
I managed to get the code so that when I select another category it gets colored as well
.td-header-style-10 .td-header-main-menu .current-menu-item {
background-color: #4db2ec;
}
I removed the first child option and the “spread” of color to the preview of the articles dissappeared as well.
Full code now is .td-header-style-10 .td-header-main-menu .sf-menu > li > a:after {
height: 0;
}
.td-header-style-10 .td-header-main-menu .sf-menu > li > a {
color: black;
}
.td-header-style-10 .td-header-main-menu .sf-menu > li > a:hover {
background-color: #4db2ec;
}
.td-header-style-10 .td-header-main-menu .current-menu-item {
background-color: #4db2ec;
}
which works fine for me.
So from here, how can I set custom color codes per menu item?
I can see each menu item had an ID of some kind but can’t get it in css yet.
f.e menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-mega-menu menu-item-393
Thanks in advance
Hey, thanks for your reply!
It’s very close to what I am trying, only problems are that the color spreads on the first category posts preview too
(img https://snag.gy/PxJj2K.jpg)
And that when I select another page from main menu, the first item of the menu is still selected/coloured
(img https://snag.gy/TjDs9N.jpg )
It’s still nearly there! any suggestions?
If you go on Appearence-> Themes does the theme show as activated?
If you hit “Costumize” it will take you to a preview of your site and on the left you ll see a menu with an option of “Active Theme”. Do you see Newspaper there?
If all that are correct, is there a chance you installed the template “empty” (no contents) and you are confusing it for the default theme?
Thanks
The whole state of the system is reviewed, following your parameters and nothing.
I can not change the settings of the Top bar, for example …. However the Header Style is changed. It’s very strange.
Hi guys,
i created the website: http://www.casinoberater.com. While working on the pages, posts etc via admin panel everything looked fine in preview. After i went live suddenly the images are not displayed. Only on the main Home front page everything looks fine. Other pages like http://www.casinoberater.com/lokal/ or posts like http://www.casinoberater.com/grand-casino-baden-baden/ per example images are not displayed. i can right click and “save” them or “open them in a new window”.
I dont know why and what this is https://i1.wp.com/ and https://i2.wp.com/ and where it came from.
Of course this issue is on all devices…
Please help đ
Hi,
1- I couldn’t find the option to change the backgrounds of posts
and pages. I can only change the content background via visual composer.
and it doesn’t look nice as there are some empty spaces on both sides of the
pages or posts. how can I change the full background of the post or pages?
2- I registered for the adsense, but I don’t know where to paste the code for review
google adsense’s review message;
“Weâre reviewing your site.
Reviewing your site will take up to 3 days. We’ll email you when we’re done.
Paste it into the HTML of http://www.ailevecocuk.net, right after the <head> tag.”
where can I find the “html” of my site. I couldn’t see any page like that in editor.
Thank you.
Hi,
I am using default sidebar in review posts and there are elements added in my sidebar. There is no sidebar only in review posts and other posts displays sidebar.
What is the problem?
Thanks
Hi! I’m developing an electric cars review website and i have a category for each brand, with car models as subcategories (ie. Category: Tesla > Subcategory: Model S). I tried doing Custom Post Types for each car review, but i lose all the post templates and review capabilities so i’m using a regular post for each car.
I’m looking for a plugin or code snippet that allows me to have a dropdown for main categories (brands) and according to which Brand you select, you choose a Model (subcategory). Is this possible? Do you know any plugins that will let me do this instead?