- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
Yes, I use adsense!
Example: http://www.tudoemtecnologia.com/oppo-r5s-chega-nos-estados-unidos-com-preco-arrasador/
Thanks!
Hello,
I´d like disable ads in specific pages, post or categories.
I searched and read some messages about this but this solutions didn’t run.
I need disable ads for specific pages as 404 error, legal and privacy pages, etc. for example.
Can you help me ?
I’ve updated the theme and now I see all strange ( I think visual composer) code
See example:
[td_block2 limit=”6″ custom_title=”NATUURLIJK ETEN & DRINKEN” ajax_pagination=”next_prev” category_id=”32″ show_child_cat=”all”][td_block1 category_id=”29″ limit=”5″ custom_title=”NATUURLIJKE VERZORGING” show_child_cat=”all” ajax_pagination=”next_prev”][td_slide autoplay=”7″ category_id=”31″ limit=”5″ custom_url=”NATUURLIJKE OMGEVING” show_child_cat=”all”][td_block3 category_id=”30″ limit=”5″ custom_title=”NATUURLIJK OUDERSCHAP” show_child_cat=”all” ajax_pagination=”next_prev”]
I already uploaded the theme again and also uploaded Visual composer again.
Can you help me?
Hi,
The theme doesn’t have an option to display to ads side by side for your post pages. You will need custom modifications in the code to achieve this, for example you can add the code in Theme Panel > Ads section in custom ad spots that you want yo use – http://screencast.com/t/LpPAVOv0 and use do_shortcode function in the post template that you use – http://screencast.com/t/ruQnSe1J and adjust the banners using custom css – http://screencast.com/t/eDF1dtDZ
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');?>
.td-a-rec-id-custom_ad_1, .td-a-rec-id-custom_ad_2 {
float: left;
margin: 0 0 20px 20px!important;
}
Please note that if you use adsense you have to change a with g – .td-g-rec-id-custom_ad_1, .td-g-rec-id-custom_ad_2
If you don’t know how to do it I suggest to hire a professional developer, as we cannot provide custom work, sorry! I have provided an example how it can be done(I did not take time customize them).
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Example http://www.youtube.com/channel/UCngYwiH4N8nQuvDv7NmRF1w or http://www.youtube.com/user/GooglExperienceit14. Second one you don’t need the user in it just the username, but the second says you don’t have a channel.
Just add channel/UCngYwiH4N8nQuvDv7NmRF1w to the widget in that youtube spot.
-
This reply was modified 10 years by
doucare1971.
Hi,
i need some help..
how to add “post time” into bottom of block post?
please take a look at this picture for details:
picture 1 (the question)
picture 2 (sample)
picture 3 (sample)
Hello
with version 6.4 does not work
does not show all subcategories (horizontal custom css of Emil G)
Example category A
Thanks!
Hello,
I have Newspaper setup on several WordPress sites, but only one is not displaying any content when I set a block to display posts that were most popular during the last 7 days. The non-working site is http://www.danoah.com. I have tried it with and without caching, turned the options on and off, and it still never displays anything. I really need this feature.
Please see this page for an example:
http://www.danoah.com/test-page
I have setup three blocks, the first is set to popular last 7 days (you’ll see it’s loading blanks). Next two are setup otherwise as shown.
Thanks for your help.
Hello Alin
I just spoke with a friend wich coding and we both don’t understand your answer.
The primary categorie feature is for article which have more than one end categories.
I undestand that.
But my concern is not that.
If you go for example on an article with only one end categories:
http://www.virtualmagie.org/articles/critiques/lectures/nothing-as-it-seems-de-ricky-smith/
in admin, the only categories choosen is Lectures.
Lectures is a category under Articles/Critiques.
As you can see in the URL, all te structure is perfect: /articles/critiques/lectures/
But not for the breadcrumb: articles is missing!
Same thing for all articles in the site for ex: http://www.virtualmagie.org/articles/tours/techniques-de-magie/propriete-des-nombres-multiples-circulaires-de-daniel-peris/
For my point of view it is not logical and a bug.
2/ Thanks.
But always the same problem : in the next update all will disappear.
Possible to add this choice in the admin panel please?
Regards
Regards
Hello,
I have 2 quick questions:
1. It seems that the posts in the megamenu are sorted by “Latest”. Is there a way to sort them by “Random Posts”?
2. For the category and sub-category landing pages, is there a way to link a page to customize them individually (not through the Theme Panel)? For example, I made a page and linked it to the “Front Page”.
Kind regards,
Mike
Hi –
I know that you can have a Megamenu with Categories, yet is there a way to get a Megamenu set up with a Page also? My site is http://getawaykings.com/ and if you hover over Tips & Tricks, I have Los Angeles Travel Deals there. I ideally want that as a sub-menu of “Travel Deals”, but “Travel Deals” is a Page with RSS feeds pulled onto the page. Would there be a way that I can incorporate the two and let my “Los Angeles Travel Deals” categories shown as a megamenu, or even a menu drop-down under the parent, “Travel Deals”?
Thanks!
Hi Alin,
I understand that blocks cannot have the desired pagination. But instead of a block, I’d like to use whatever is at work here:
As I mentioned, I found that on some example page, but I just do not know what module that is. I could use it instead of a block if I knew. 🙂
Hi
The same content you have on your site’s desktop version will be also be present on mobile version, but styled different. You can alter the design using media queries to display an element on different way on mobile devices, for example:
@media (max-width: 767px){
.the-elemnt-class {
css-property: for-mobile;
}
}
Here you can find some useful css information: http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Thanks!
Hi,
I’m not sure what you mean, you can set the alt tag for every image, for example if you set it for featured image, the alt will be added also on the thumb – http://screencast.com/t/C5bxYnkjx5 – http://screencast.com/t/weVRkmQzFw
Please provide more details if this is not what you mean.
Thanks!
I just updated to 6.4 and noticed that when using the 2 new post templates 12 & 13, the title, meta, and share buttons are all centered but the subtitle is set to the left. It should be centered under the title to look right. Just an observation guys, great work!
In Theme Panel > Posting Settings > Sharing the social media buttons can be shown or hidden. But, how do you select the social networks that appear in the sharing section of the Posts. For example, we don’t want Google+. How do we remove Google+?
Thanks,
Do you also mean that it won’t affect the settings I did in terms for example if next/prev articles are enabled?
Just a precision about the space under the image.
It seems to only affect the image WITHOUT left/right align.
Example with a left align image and it is OK:
http://www.virtualmagie.org/articles/comptes-rendus/conferences-rencontres/lee-earle-liege/
i would like to ad a load less button on the blocks that have load more navigation. http://screencast.com/t/mmnQXeGGg – example that i want. where will i find the code to do this. thankyou
Hi,
You can control articles to appear on a block only with custom modifications, you can try this solution – https://forum.tagdiv.com/topic/top-posts/#post-55560 or you can hire someone to do this for you if you don’t have basic experience. This is an example if you need additional customization I suggest to hire someone to do this for you as we cannot provide any type of custom work.
Thanks!
Hi,
Unfortunately you cannot do this, as using a parent category megamenu, it will load automatically all subcategories, you don’t add them manually.
You can try to do this via custom css and use menu item unique class, for example – http://screencast.com/t/keJwuAwvXEG1
.menu-item-12429 .td_block_mega_menu .td_mega_menu_sub_cats a:before {
content: "\f040";
font: normal normal normal 14px/1 FontAwesome;
margin-right: 5px;
position: relative;
}
Thanks!
Hi,
Unfortunately the block id is changing every time you refresh the page. A solution is to target the block more specific, for example add an extra class to the row or column and use the block class(depends what block you use) – http://screencast.com/t/tE4qZKY7MJp – http://screencast.com/t/iIiLcsVu
.yourclass .td_block_1 .block-title {
font-family: Actor;
font-size: 20px;
}
.yourclass .td_block_1 .block-title span {
color: green;
}
Thanks!
The Question is two:
1. The Big Grid Slider: Is it possible to select some particular post I want to show on the slider.
2. I want to set a multiple category in a particular block that is for example: The Scholarships block should show sub categories such as undergraduate, postgraduate, phd etc
Hope to hear from soon
First, in Posting Settings you can choose to have Sharing turned on or off. But, how do you select the social networks that appear in the sharing section of the Posts. For example, we don’t want Google+.
Secondly, I’m using Visual Composer for constructing the Homepage. I want to add Social Network buttons below the top slider. The Facebook, Twitter, and Pinterest buttons can be selected from the elements and added to a section. But, we’d like larger buttons and that are positioned better. Is the best way to do that with a Raw HTML element and add the code? Please excuse my level of website code knowledge.
Thirdly, in the Theme Panel > Social Networks there is a list of social networks where links can be added. How are these used? How would these appear on the website?
Thanks,
[ Version 6.4 ]
blog_post: http://tagdiv.com/newspaper-6-4-update/
– new: smart list with pagination
– new: this is the first version of our ajax preloader. The preloader loads the ajax subcategories on the initial pageload, this provides a better user experience and in some cases a better performance if the initial page is cache.
– new: all categories now have an option for infinite loading + load more instead of pagination
– new: 2 new smart lists templates (smart list 6 and 7)
– new: 2 new ad spots used for smart lists (smart list 6 and 7)
– new: 2 new post style template (style 12, 13)
– new: demo – Travel
– new: demo – Health & Fitness
– new: footer background option in Theme Panel -> Footer
– new: wooCommerce invoicing plugin
– new: wooCommerce label maker plugin with support for label Dymo label printer
– fix: default and custom ad size not working for tablet landscape
– fix: on the ad block the sidebar ad spot cannot be selected since the last visual composer update
– fix: IMPORTANT security issue with the ajax code that handles the sidebars.
– fix: issue with ajax subcategories. If you clicked them fast enough there was a chance that they will desynchronized with the content, showing the wrong content.
– fix: block 18 css fix for large image sizes
– improvement: a big part of the themes JavaScript now passes jsHint and complies to WordPress JavaScript Coding standards
– improvement: mega menu ajax loading now works smoother and the animation is top to bottom
– improvement: infinite loader now has a loading animation
– improvement: we improved the loading animation, when needed it’s smaller and it looks better
– improvement: added link to user page on login widget from top menu