- NewspapertagDiv AMP Plugin Tutorial
- ApiPractical example – How to add a new Block and Module
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
Hi,
i tried the link http://www.example.com/?cat=42,43&feed=rss2
but &feed=rss2 is showing random posts
my site url is:
Thank you
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/kAZOkx4d8
.media-credit-container {
left: 50%;
position: relative;
transform: translateX(-50%);
}
You use a fixed width on this div – http://screencast.com/t/2ByHtLSqy1vM so the image will not be responsive. You need to use media queries and a fixed width for mobile devices for example: http://screencast.com/t/5ZGBUj44k – http://screencast.com/t/ULRAGiLzLG
We think to add a custom template like that, but I cannot tell you a date for it.
Hope this helps!
Hello!
Where would I add the HTML for my content.ad custom URL to appear UNDER the author box, above the “similar articles” section I have on my website?
Website URL: http://www.livelovefruit.com
Example page: http://livelovefruit.com/2015/04/super-berry-chia-pudding-recipe/ (I would want to move the ad named “recommended articles” to appear below the author box)
Thanks!
Carly
I use it for all our sites…
example:
then notice the third slide on homepage
http://californianewswire.com/
No white space with “enlarge and crop” in the slider; works same way on the big grid.
(pardon the hideous URL for the post — it’s a 10 year old site and those permalinks kind of suck …) !
FYI: some of these have been patched; not all have.
Multiple WordPress Plugins are vulnerable to Cross-site Scripting (XSS) due to the misuse of the add_query_arg() and remove_query_arg() functions. These are popular functions used by developers to modify and add query strings to URLs within WordPress.
The official WordPress Official Documentation (Codex) for these functions was not very clear and misled many plugin developers to use them in an insecure way. The developers assumed that these functions would escape the user input for them, when it does not. This simple detail, caused many of the most popular plugins to be vulnerable to XSS.
SEE:
YOU CAN SCAN YOUR SITE FREE
https://sitecheck.sucuri.net/
Remember link is
yoursite/author/authornickname
not
yoursite/authornickname
Do you have an example link on a post which when clicked leads to 404 ?
Hi,
Unfortunately the theme doesn’t have an option for this so the border color to be like the color of the category. Also the featured images from Big Grid cannot be targeted after category (name, ID etc) so the border cannot be changed via custom css.
You can change category color on module via custom css in Theme Panel > Custom Css: http://screencast.com/t/4fQhDcKouW
.td-post-category {
background-color: red;
}
The above code is general and will change this for all modules/blocks, but you can change this for each module if you want for example: http://screencast.com/t/bxodCpE4Z5
Hope this helps!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/bdTL9iLUykP
.home .td_normal_slide .td-icon-left, .home .td_normal_slide .td-icon-right {
display: none;
}
This code it will apply only on homepage.
Please provide more details about your second issue as I’m not sure what you mean also if you can provide an example.
Thanks!
Hi,
Sorry for delay we don’t work on weekends, you have replied to your topic and we take topics in order from oldest!
When you set a category megamenu you don’t have to add submenu items. For parent category(with subcategories) set as megamenu all subcategories will appear automatically. So you have to remove sub items from there.
For example this a parent category – http://screencast.com/t/dgi5FBeTfeB is just set like megamenu – http://screencast.com/t/ECkpulttU2ec and the subcategories are added automatically – http://screencast.com/t/KJl17A7XzurH
Hope this helps!
Hi,
Unfortunately I cannot tell you exactly if a template like this will be added soon. You will need custom modification to achieve this. Thanks for suggestion we will think about this, however we have over 200 features on our list we have to pick very carefully what we implement.
You can try to use media queries and customize it for different screen sizes, For example this will be for desktop: http://screencast.com/t/YuvRLxQNxa
@media (min-width: 1024px){
.single_template_7 .td-post-content p {
width: 641px !important;
margin: 0 auto;
}
}
If this is not what you mean, please provide more details.
Thanks!
Is it possible to give the same colour to “the border around a text in the homepage;” with the colour appointed to the category of the text?
Moreover, on the lower left hand corner, where the name of category is written; is it possible to make the colour of the category visible without pointing with the mouse cursor?

Hi,
Any help with this?
Thanks & Regards
Debarup
Hi,
How to increase the article count in author page
http://www.topfivebuzz.com/author/debarup/
Like now it showing 8 articles, I want to reduce the pagination number and want to increase the article number on the first page.
Looking forward to your help.
Thanks & Regards
Debarup
Hi,
In the demo when I scroll down & scroll up the side bar stick for 2 times – http://demo.tagdiv.com/newsmag/
But in my website its only stick 1 time for scroll down & scroll up. – http://www.topfivebuzz.com/
It will be better if you compare it open in two tab in your browser side by side.
I hope this time you can understand.
Thanks & Regards
Debarup
Hi,
Thanks for your reply.
There is only one sidebar, it looks like the demo as you can see in my website, but the problem is for 1st half its not sticky like the demo.
Thanks & Regards
Debarup
Okay. And ?
The htaccess file does nothing whatsoever related to “render blocking” CSS/JS; that is not its purpose.
The htaccess file gives directives for the server, running “above” the site for caching, expiration, redirects, etc.
Mod_Pagespeed settings won’t do anything unless your server has that.
Obviously your permalink structure for WordPress should be in your file (missing from your example).
You don’t need two sets of expire headers (!).
All of the above is to help with optimization of page loading — nothing to do with HOW the content loads on the page (aside from mod_pagespeed of course).
The only way to optimize for the CSS/JS render blocking is to build custom site without all the bells and whistles and custom load content in groups; and you can optimize some of that with the tagdiv speed booster plugin.
Okay.
My results now:
I made a new home page by using visual composer. I used the home page as sample by cutting and pasting the resource code and made all other settings on the side (last article etc.). So I got a double of the home page and renamed it in my way. I clicked visual composer and edited the fields as I like. Next I will check which boxes I need really for my content and select again.
My question now is: How can I duplicate my own created home page because I want to keep it save.
Hi,
Thanks for creating awesome theme.
I have installed the theme.
But the home page sidebar above the block section “Even More News” is not smart like the demo version. Its not freezing. The above sidebar consists Adsense ad, Must Watch Videos & Holidays.
But the sidebar section after “Even More News” block section is fine.
Website: http://www.topfivebuzz.com/
Looking forward to your help.
Thanks & Regards
Debarup
I need to remove all the code from a file td_more_article_box.php and replace it with the code plugin facebook?
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_EN/sdk.js#xfbml=1&appId=195479563838962&version=v2.3″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<div class=”fb-page” data-href=”https://www.facebook.com/***page***” data-width=”100%” data-hide-cover=”false” data-show-facepile=”true” data-show-posts=”false”></div>
Or do I need to edit the code of the module, for example, M9? And then select it in the settings menu ‘More Articles Box’?
Thanks!
-
This reply was modified 11 years by
lexsiks.
Hi,
First of all i’m not a developer i’m a designer/new to wordpress:.I followed the guide by Chris S, it was little bit hard for me to understand all of that, english is not my main language.I did everything i could to improve my pagespeed.I get 89 on desktop and 74 on mobile.I asked developers at my work, they were unable to help or they just sent me away.
In your guide on eliminateing render-blocking js…. i did everything as said but where or how can i look for ids of these files :

This is my ids for all css & js.
registered scripts
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
dashboard | /wp-admin/js/dashboard.min.js
customize-loader | /wp-includes/js/customize-loader.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
media-upload | /wp-admin/js/media-upload.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
td-wp-admin-general | http://domain/wp-content/themes/Newspaper/wp-admin/js/general.js
td-wp-admin-panel-js | http://domain/wp-content/themes/Newspaper/wp-admin/js/wp-admin-panel.js
akismet.js | domain/wp-content/plugins/akismet/_inc/akismet.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
jetpack-dashboard-widget |domain/wp-content/plugins/jetpack/css/dashboard-widget.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | domain/wp-content/themes/Newspaper/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
wpalchemy-metabox | domain/wp-content/themes/Newspaper/wp-admin/content-metaboxes/meta.css
akismet.css | domain/wp-content/plugins/akismet/_inc/akismet.css
jetpack-icons | domain/wp-content/plugins/jetpack/css/jetpack-icons.min.css
jetpack | domain/wp-content/plugins/jetpack/css/jetpack-banners.min.css
Minify :
Google provides optimized images, JavaScript, and CSS resources for this page.
Is this worth to use? will it work?
thanks.
You can use the ASCII code for the copyright symbol …
& # 169; (no spaces)
sometimes you can also get away with the html entity, & copy; (no spaces)
Hello,
perfectly working for the top category.
I have this code:
// get child categories
$categories_objects = get_categories( array(
'parent' => $this->current_category_obj->cat_ID,
'hide_empty' => 0,
'number' => self::SIBLING_CATEGORY_LIMIT,
'orderby' => 'count',
'order' => 'DESC'
and the companies are nicely sorted here:
http://firm-guide.com/category/cars/
BUT when I visit the subcategory, it is still sorted alphabetically (for example here: http://firm-guide.com/category/cars/ford/) so I believe I need to change the code also somewhere else – please advise
