- NewspapertagDiv AMP Plugin Tutorial
- 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
- NewspaperAutoptimize Plugin – install and configuration
Hi,
There’s no ideal size, if you want to display something to the left and right of the content area like for example – http://demo.tagdiv.com/newsmag_fashion/td-post-taylor-swifts-stylish-separates-in-germany-shop-them-here/ you have to take in account the content area width – http://screencast.com/t/KDhTbt7sVt and create a background image based on that – http://demo.tagdiv.com/newsmag_fashion/wp-content/uploads/2014/09/fashion-bg.jpg
For best graphic results you could use a full hd image (1920x1080px), make sure you compress it, you don’t want a large file, it will slow page loading speed.
Thanks
if (td_util::get_option(‘tds_breadcrumbs_show_article’) != ‘hide’) {
//child category
$breadcrumbs_array [] = array (
‘title_attribute’ => ”,
‘url’ => ”,
‘display_name’ => td_util::excerpt($post_title, 13)
);
}
$post_title is enttity encoded. And the excerpt function will split entities like & # 2 6 9 ; at arbitrary position. there are a lot of attack vectors that are based on strings being cutted at arbitrary position (see the UTF8 4 Byte encoding problem recently fixed in WP.) Although in this case i currently do not see any real security related attack vector, but it leads to completly crushed display whenn thhis entities are cutted at arbitrary position: I got this result displayed which looks real ugly: �….
Would be kind to fix this bug.
Thanks
Hi,
If you follow Lucian solution when you use sidebar you will have this result: http://screencast.com/t/aWRsyltWucO also you can display similar articles using another module like module 3 for example: http://screencast.com/t/shy2EvZLy – http://screencast.com/t/99snlvAqU
I’m not sure what you want to do smaller. Theme’s blocks are designed for 1,2,3 columns layout and if you made this change for similar articles, you already set to display it on 1 column as you said you want it line per line.
Thanks!
Hello, I don’t work here but can help with number 1 and maybe 2.
1. You need to put the full URL into the social fields for the buttons to show up in the footer or header. For example say your YouTube channel is ‘BestWebsiteEver’, then you will need to add: https://www.youtube.com/bestwebsiteever
The social widget sidebar plugin you only need to add the social media account name.
2. I am not sure on this but did you just create the ads? If so, it can take up to an hour for Google to start displaying them.
Hi,
I’m preparing to install DFP on Newspaper. I’ve run a test with a single ad unit that worked, but still may not be set up correctly. I’ve searched the forums on this subject, but still can’t seem to find a definitive set of instructions on setting this up correctly.
So, I have a few questions:
1) Is there a definitive instruction guide that I’ve missed? This would be ideal of course. I don’t need help setting up DFP, etc. Just knowing the best practice for installing the header code and body code into Newspaper / NewsMag.
2) If not, then can you confirm that this is the proper way to install DFP ad code in Newspaper?
A – Insert Header code into a plugin (like “Insert Headers & Footers) which will include it in the header code of every page.
B – Insert the matching body code into the desired ad unit within the Newspaper Ads System, replacing the previous Adsense code.
C – Repeat for each DFP Ad Unit
Is this it, or am I missing some critical added step?
3) I conducted my test similar to the process described in question 2 above, except I used a text widget in the Homepage sidebar for the body code. It seemed to work, but also seems to have caused some problems with the slider on the Homepage. At times the slider appears half-loaded – typically when I have made a change to the ad order on DFP. Are Newspaper and NewsMag compatible with DFP?
4) Is there a plugin that will let you insert headers and footers and ALSO specify them for individual pages (i.e. I have ads units for the home page that aren’t on other pages).
Thanks in advance for your help, TagDiv!
Hello,
Blocks in our footer 1 & 2 were arranged like this:

…whereas suddenly they’ve become like this:

How can we correct that?
Thanks!
That’s the strange thing, with the default WordPress themes the comment counts from the Discourse plugin do show.
I can forward links to a sample site which demonstrates this.
I have example queries which will return VC code. Will email over an example.
I have a quick question about the Search functionality. Whenever someone enters a keyword, the search box currently returns all results but it returns the ‘full posts’.
It it possible to code this so that when someone searches a keyword, only a list of ‘thumbnails’ or ‘image with excerpts’ are returned so that you can quickly identify where that word exists in this search?
Our site is http://abritandasoutherner.com
I would love the search results to appear something similar to this: http://www.theworkingmomstravels.com/?s=springfield&submit=Search#
Thanks a lot!
When clicked on category-> A list of posts are displayed with excerpts
For example click – http://www.thebeautymadness.com/category/beauty-and-makeup/
Please let me how to change hover color for the articles title.
Thank you
Hi,
My permalink structure is: /%category%/%postname%/%post_id%/.
When I enable Smart List for a post, it interprets the %post_id% in the URL as a pagination parameter.
So on page load, it loads the last ‘page’ (because post_id’s are high numbers) and when I click the Next or Previous button, the %post_id% gets cut off from the URL and the pagination parameter is inserted instead.
Thank you Alin. I realise that I would need to repeat with different ad sizes for different screen sizes, but was just using the desktop example rather than all sizes to prevent my post being too long!
What I was getting at was whether I replaced the whole line with my entire code 
<script id=”mNCC” language=”javascript”> medianet_width=’600′; medianet_height= ‘120’; medianet_crid=’708473874′; </script> <script id=”mNSC” src=”http://contextual.media.net/nmedianet.js?cid=8CUF92N71″ language=”javascript”></script>
I’ll give it a go and see what happens!
Hi,
Our ad system was designed to work with adsense code and make it responsive for different screen sizes. I’m not sure if your code will work with those divs, but you can try to use those divs but you have to specify size for different screens size like our example there. Using only <div class="td-visible-desktop"> it will hide your ad on other screen sizes(than desktop).
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The images used on modules are thumbnails generated from the image you upload and set as featured image. This is done to reduce the page size and speed up page loading time. We use a wordpress function – add_image_size() – you can read about it here – https://codex.wordpress.org/Function_Reference/add_image_size – and here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
You can also read here about the featured image size – https://forum.tagdiv.com/image-size/
The theme thumbs are defined in td_config.php – http://screencast.com/t/nGx92Xe2Q
They can disabled the unused ones from Theme Panel – http://screencast.com/t/3u77QXSKDbK
If you want to display the full image (not recommended because it affects the page load speed) on each module you have to modify the locations on which the image is called and replace the specific thumb id with a wordpress default one – http://screencast.com/t/l4UHDeJhEl – https://codex.wordpress.org/Post_Thumbnails , you can find them here – http://screencast.com/t/GLC8aAznh
Thank you, Emil G.
Hi,
Please try to add it like this in the header.php – http://screencast.com/t/XHpJCgkKU3
And then use the other codes in Ads section from Theme Panel for example: http://screencast.com/t/DoGTPa1V4a
Thanks!
Hi guys,
I want to use non-AdSense ads in several spots, and am trying to understand exactly how to implement them. Your ad documentation refers to this sequence of code:
<div class=”td-visible-desktop”>

</div>
and so on for different sizes.
What I’m not sure of (being rubbish at code!) is where exactly I put my code, since it doesn’t look like the code you have. An example of my ad code is:
<script id=”mNCC” language=”javascript”> medianet_width=’600′; medianet_height= ‘120’; medianet_crid=’708473874′; </script> <script id=”mNSC” src=”http://contextual.media.net/nmedianet.js?cid=8CUF92N71″ language=”javascript”></script>
Do I replace the entire
paragraph with my code?
Many thanks,
stuart
Hello, Google seems to have some problems getting titles for my content properly. The message marked with italics is shown in the News Section of the webmaster Tools for the front page of my blog, but https://majestic.com/reports/site-explorer?q=https%3A%2F%2Fwww.idevice.ro%2F&oq=https%3A%2F%2Fwww.idevice.ro%2F&IndexDataSource=F has the same issue finding it.
Your page is not eligible to appear in Google News because the title is invalid or could not be found.
Although Google says it’s marked ok, looking at Google Analytics I get lots of pages with errors stating the (not set) tag for titles.
Is there any way to fix this? The issue is long standing, even since I installed the theme a few months ago. I am using All in One SEO with the blog,
Hi,
Above your Latest Articles (and sidebar) you have a row where you display your ad. This space is normal because the sidebar cannot go up if there is a row and this sidebar appears with Latest Articles – http://screencast.com/t/crl0PjlEk
So please edit your page and remove that row and if you want to add that add to the sidebar please use widgets section and add it to your sidebar – http://screencast.com/t/OeQVItsaQAc
Please take a look at our documentation – https://forum.tagdiv.com/page-templates/ when you use a page template with articles list this will be added automatically on your page and you can add blocks and sidebar to your content using Visual Composer for example – http://screencast.com/t/NW7u0tzdz0G or use only blocks for page sidebar – http://screencast.com/t/57yXwPL22r
Hope this helps!
Hi,
Number of modules are not the same with number of blocks. For example block 2 is made from module 5 and 3 please take a look here – https://forum.tagdiv.com/modules-and-blocks/
So if you use the block 8 you have to edit module 5 and replace with this code – http://pastebin.com/z8kLLY5j
You have to do the same for each module where you want categories just paste get_category function that you have in module_blog file and echo categories where you want to show up: http://screencast.com/t/cf1Pr7xn
<?php echo $this->get_category();?>
Result for block 8: http://screencast.com/t/FVlDOK3k
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi Alin,
i used this Code and some css to get this. link is
-> http://thatpedia.com/0502-3560/
<?php
global $multipage, $numpages, $page ;
if( $multipage && $page == $numpages ) {
echo “<div class=’next-back’><div class=’next’>”;
previous_post_link(‘%link’, ‘NEXT’, TRUE);
echo “</div></div>”; }
$args = array(
‘before’ => ‘<div class=”next-back”>’,
‘after’ => ‘</div>’,
‘link_before’ => ”,
‘link_after’ => ”,
‘next_or_number’ => ‘next’,
‘nextpagelink’ => __(‘<div class=”next”>NEXT</div>’),
‘previouspagelink’ => __(‘<div class=”prev”>BACK</div>’),
‘pagelink’ => ‘%’,
‘more_file’ => ”,
‘echo’ => 1 ); ?>
<?php
wp_link_pages( $args );
?>
Hi, sorry to poke my nose in, only because I’ve been adjusting this stuff across our news network sites this month to “dial in” the best setting for the baby sites vs the big ones. Oddly when setting the memory in php.ini to 512MB, WordPress was saying “you only have 40MB allocated” … which made no sense.
Stupidly, and there should be no real reason to do this, I went ahead and added the pokey line to top of wp-config.php after the first commented stuff,
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_POST_REVISIONS', 3 );
define( 'AUTOSAVE_INTERVAL', 160 );
and shazam, now WP says “I have 256MB” — even though the WP codex specifically says if you set the memory in php if would use more memory if needed (e.g., if I go to my php settings in my hosting panel it *says* 256MB, and the server DEFAULT was set to 256MB per site … WP was still saying 40MB which is the WordPres BUILT-IN default).
So, for purposes of paranoia, I *do* recommend you add the 256M line to your wp-config.php *and* set the level in your php settings…
this will
a) on server allow 256MB to be used for php
b) editing config file for WP, tells WP, you have more memory to actually play with since it apparently cannot figure this out … (!)
ALSO … you don’t need to use them, but I also include the limit drafts item in my example above, since that also seems to work better at “top” of wp-config.php file than at bottom.
Food for thought anyway 🙂
Thanks a lot .
Please also let me know how to change default color for texts with link
for example if you check below post link
http://www.thebeautymadness.com/lemon-face-masks-for-pimples-acne-scars-dark-marks-fairness/
and find for below text
DIY Lemon Face Mask for Dark Marks and Dark Spots
The text “Dark Spot” color is grey, I would like to change it to some other color.
Please suggest.
I’m having some issues with the mobile menu. It sometimes works, but sometimes doesn’t. For example, it might work on the home page but in a post page it won’t work. Then I’ll go to a category and have it work, then go to another category and not be able to open it. This is using an Android device’s internet and Chrome browsers. When I view the mobile responsive view on a desktop the mobile menu works perfectly.
I’ve already tried testing all my plugins and do not have minification of javascript enabled in my caching plugin or cloudflare. Rocket loader is also turned off.
Could you look into this and see what might be causing the issue? Website is: starbuckssecretmenu.net
Thank you!
Same problem here.
Firefox & Chrome not saving theme panel options, although after clicking “Save” a check mark appears but nothing is updated on the site. If I reload the theme panel – new settings were not applied.
Clearing browser cache does not help. Any suggestions?
Hi folks:
requesting option to have the “time” shown in addition to date of publication next to author byline on the post pages.
Sadly ran into issue where the previous “fix” I have also suggested for adding time stamp to the time on the WP admin settings page, unfortunately “prints” that time stamp on the “by day” archives templates and couple other “date” based things where it should not.
Ideally the post “when published” option, common on news sites, SHOULD BE a combination of pulling BOTH the “date” setting + the “time” setting.
Presumably I can manually add this to the post template each update, but just ran into issue with some things where the “accepted” fix the past year on this topic is essentially NOT the best way to address this.
so, ideally we’d need something like
<?php echo $td_mod_single->get_date(false);?> <?php echo $td_mod_single->get_time(false);?>